v1.3.0
This update includes:
Updated 10.19.2018:
If you run a masternode make sure you are using Sentinel vesion v1.1.1 or above.
Sentinel Updating Guide
1. New TESTNET 3.0.
Block explorer:
https://texplorer.anonfork.io/insight
The new TESTNET mimics current MAINNET except the following:
- Proof of Work (Equihash 200,9).
- No airdropped coins.
- Pre-mined 30 million TESTNET coins for the upcoming TESTNET faucet.
Note: If Anon Testnet faucet is down, or you need large amounts of coins to test you can contact @calypso or any other core devs at anon discord channel.
2. Update protocol version.
- Change the latest protocol version to 180005.
- Change the minimum protocol version to 180004.
Note: Anytime the protocol changes you must rebroadcast/restart your masternode (start-alias or start-all from your wallet, make sure your wallet has new protocol too). Keep in mind, when you rebroadcast your masternode it may get moved down in the masternodes ranking list (in some cases).
! Protocol 180004 will be discontinued soon. We advise updating your masternode now, in order to not miss masternode payments once protocol 180004 is discontinued.
3. New RPC commands.
"listmasternodes" & "listmasternodeconf"
listmasternodes ->
returns a list of all known ENABLED masternodes as an array of objects in JSON format with the following keys:
[ { rank, network, ip, txhash, outidx, status, addr, version, lastseen, activetime, lastpaid } ].
listmasternodeconf ->
returns a list of all masternodes that are in the masternode.conf file, in JSON format with the following keys:
[ { alias, address, privateKey, txHash, outputIndex, status, addr } ].
4. Minor improvements regarding watchdog.
- Increase watchdog expiration time