Track your earning stats from your staking node!

The Particl Development Team released the latest version of the Particl Core wallet: Release 0.15.1.1 which now includes earning stats from your staking node!

Our merge of the latest Bitcoin Core 0.15.1 was part of our last core update. This update includes additional functionality in the Particl client and is considered a minor release.

Updates

  • getcoldstakinginfo - new RPC command; displays cold staking stats for current wallet
  • filtertransactions - added date range filtering support and collation of output
  • -createdefaultmasterkey - start particld or particl-qt with this to generate a random HD seed if no wallet exists.

How does this affect you?

Particl has a handful of official wallet clients: Particl Wallet, Particl Copay and Particl Core (cli/qt) wallets. All of them rely on Particl Core for the backend muscle and security. Lucky for you, all of them call for the latest protocol automatically!

In short, if you are running Particl Wallet or Particl Copay, you don’t need to do anything. The next time you open each app they will call up Particl Core 0.15.1.1 automatically. If you prefer the cli or qt clients you have a choice: continue with version 0.15.0.2 or newer or upgrade (recommended) to 0.15.1.1.

particl/particl-core
particl-core - Particl Core integration/staging treegithub.com

Partyman 0.6 Update

Shazzy has also updated the partyman script that makes setting up Cold Staking on Particl easy and fun.

dasource/partyman
Contribute to partyman development by creating an account on GitHub.github.com

Community member b.b.2k16 created a couple quick gifs showing how to update partyman to version 0.6 and update to latest core within partyman.


How to update partyman to version 0.6:

  1. ./partyman status in the partyman directory will tell you to upgrade
  2. git pull will grab the latest partyman script from Github
  3. ./partyman status will now show you are running the latest

How to update to Particl Core 0.15.1.1 within partyman version 0.6:

  1. ./partyman update grabs the latest core 0.15.1.1
  2. enter y installs the latest core
  3. ./partyman status verifies partyman updated core

Track earning stats on your staking node:

./partyman stakingnode stats

Thank you

Particl Team