Skip to content

Releases: Carbon-Zero/CarbonZero

Carbon Zero version 2.1.0.2

31 May 14:17
d04b2ab
Compare
Choose a tag to compare

Corrects chain stopping at superblock.

You may have to delete local blockchain files to sync with the active chain. To find out for sure, compare your block number to the most recent block number in block explorer: https://explorer.carbonzerocoin.com

Instructions for easy upgrade to masternode installed from Zoldur Script.

To upgrade a masternode that was created with the Zoldur script, connect to the console of your Linux VPS, log in and then copy and paste the following into the console:

sudo su
systemctl stop CarbonZero
cd /usr/local/bin
rm carbonzero-cli
rm carbonzerod
wget https://github.com/Carbon-Zero/CarbonZero/releases/download/v2.1.0.2/carbonzero-cli
wget https://github.com/Carbon-Zero/CarbonZero/releases/download/v2.1.0.2/carbonzerod
chmod +x carbonzerod
chmod +x carbonzero-cli
systemctl start CarbonZero

It will only take a few seconds to complete. When it does, you can verify the upgrade by typing:
carbonzero-cli getinfo

If you have installed your masternode server in a different way and aren't sure how to upgrade it, please go to our #support channel in discord.

Alternate install for local version of Zoldur Script on Ubuntu 16:

wget -N https://github.com/Carbon-Zero/CarbonZero/releases/download/v2.1.0.2/carbonzero_install.sh
bash carbonzero_install.sh

Carbon Zero version 2.1.0.1

29 May 02:08
1355530
Compare
Choose a tag to compare

Instructions for easy upgrade to masternode installed from Zoldur Script.

To upgrade a masternode that was created with the Zoldur script, connect to the console of your Linux VPS, log in and then copy and paste the following into the console:

sudo su
systemctl stop CarbonZero
cd /usr/local/bin
rm carbonzero-cli
rm carbonzerod
wget https://github.com/Carbon-Zero/CarbonZero/releases/download/v2.1.0.1/carbonzero-cli
wget https://github.com/Carbon-Zero/CarbonZero/releases/download/v2.1.0.1/carbonzerod
chmod +x carbonzerod
chmod +x carbonzero-cli
systemctl start CarbonZero

It will only take a few seconds to complete. When it does, you can verify the upgrade by typing:
carbonzero-cli getinfo

If you have installed your masternode server in a different way and aren't sure how to upgrade it, please go to our #support channel in discord.

Release 2.1.0.0

19 Mar 18:16
b1f7850
Compare
Choose a tag to compare

Changes

  • Added governance tab for budget voting.
  • Added checkbox to send tab to verify transaction represents incremental power savings (for certification).
  • Added code for deterministic budget sorting and finalized budget payments.
  • Added capability to lock coins - 300k pre-mine and all burned coins are locked. Locked coins can only be locked through a software update.
  • Locked coins are removed from circulating supply.
  • Increased maximum transaction size to minimize "Transaction Too Large" error when using many small inputs to send coins.
  • Increased Swiftx maximum to 2000.
  • Fixed issue with chain stalling when rewards change
  • Removed limits on transaction fees if the argument -maxtxfee is specified on wallet startup. This will allow coins to be burned through transaction fees which will remove them from supply immediately.
  • Protocol update to 70943. New protocol can be enforced through spork.

Resync Blockchain

It is important that you resync the blockchain after installing this update. In the GUI, you can do that by going to tools>wallet>repair and selecting "Delete Local Blockchain Folders". The wallet will restart and resync. This will take several minutes to complete.

How to Upgrade

For those running a masternode on linux that was installed using Voldur's script, if you wish to update before the script is updated, you may do so by pasting the following commands in your SSH session:

sudo su
systemctl stop CarbonZero
cd /usr/local/bin
rm carbonzero-cli
rm carbonzerod
wget https://github.com/Carbon-Zero/CarbonZero/releases/download/v2.1.0.0/carbonzero-cli
wget https://github.com/Carbon-Zero/CarbonZero/releases/download/v2.1.0.0/carbonzerod
chmod +x carbonzerod
chmod +x carbonzero-cli
sleep 1
carbonzerod -daemon -resync
sleep 10
reboot

After the server reboots, it will resync the blockchain. This will take several minutes. It should not require restarting the masternode from your cold wallet. If your masternode shows as MISSING, wait until the blockchain has completely synced. After that, if it still shows MISSING in your cold wallet, it's OK to start it from there using "Start Missing". Note that both the masternode and your cold wallet must be fully synchronized to the blockchain for this to work.

Known Issues

  • Right clicking on the governance page causes the client to shut down.
  • A transaction size over 150k will still cause an error because it will be rejected from the network.

CarbonZero Release 2.0.0.4

15 Jan 05:37
60b77b6
Compare
Choose a tag to compare

Minor Update

  • Add Transaction Count to overview page
  • Adjust power and carbon calculations to reflect lower BTC difficulty
  • Shorten masternode sync window time
  • Update ticker for token to CZT
  • Fix balances on Overview Page

CarbonZero Release 2.0.0.3

14 Jan 04:17
fa70f59
Compare
Choose a tag to compare

Minor Update

  • Add Transaction Count to overview page
  • Adjust power and carbon calculations to reflect lower BTC difficulty
  • Shorten masternode sync window time
  • Update ticker for token to CZT

CarbonZero Release 2.0.0.2

07 Jan 23:46
c30a21a
Compare
Choose a tag to compare
Update configure.ac

Increment version

CarbonZero Release 2.0.0.1

24 Nov 22:00
adac9fd
Compare
Choose a tag to compare

Updated subsidy.

Version is now promoted to current release.

CarbonZero Release 2.0.0.0

03 Nov 16:00
09f1347
Compare
Choose a tag to compare

New wallet release with Project Live Stats.

This is a mandatory upgrade - this release begins the ZeroCoin-free chain with added security.

CarbonZero Release 1.3.0.0

16 Oct 21:48
Compare
Choose a tag to compare

CarbonZero (CZE) Wallet/Masternode software release.

CarbonZero Release 1.2.1.0

10 Oct 21:55
Compare
Choose a tag to compare

CarbonZero Wallet/Masternode Software