Releases: anonymousbitcoin/anon
v.1.2.0
This update includes:
- RPC command "z_gettotalbalance" now additionally outputs "masternode_collaterals" & "immature_balance" in JSON format.
- display the total amount of coins that represent masternode collaterals (only the locked ones)
- display the total amount of immature balance (similar to getwalletinfo).
Note: "total" balance doesn't include "immature_balance".
Motivation:
It's been really confusing for users to keep track of their transparent, private and masternode balances. They had to use a few different commands: "getwalletinfo", "getbalance", "z_gettotalbalance", "listunspent". Our intention is to make "z_gettotalbalance" display the most relevant and important information regarding the user's balance.
- Create integrations for Bitcore/Insight explorer tools.
This is OPTIONAL.
To activate add the following to anon.conf and then restart your node with-reindex
:
addressindex=1
timestampindex=1
spentindex=1
Note: This is for advanced users/developers only.
Do not add this to your anon.conf file if you don't know what this is for.
v.1.1.1
This update addresses issues regarding the Master Node list splitting the network when not propagating properly.
This update also includes:
- Official binaries for Windows (64-bit).
- Link to bootstrap anon full node (If you want to sync faster, you can download a significant portion of the blockchain). Download
- Link to utxo-snapshot files. Download
- Link to the official Anon Wallet. Compatible with Anon v1.1.1 full node. Download
Note: Anon Wallet v1.0.0 and Anon Full Node use semantic versioning not related to each other. Meaning v1.1.1 full node may not be compatrible with wallet v.1.1.1.
Masternode Network Update
This update addresses issues regarding the Master Node list splitting the network when not propagating properly.
Mainnet Release
The first ANON client with mainnet functionality.
Alpha Testnet
This is a stable testnet release, which will be incompatible with the first public ANON mainnet release and will require updating. For testing purposes only.