Skip to content

v.1.2.0

Compare
Choose a tag to compare
@nlevo nlevo released this 24 Sep 17:34
93ae211

This update includes:

  1. 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.

  1. 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.