Post
Topic
Board Announcements (Altcoins)
Re: 🔥🔥[ANN][DISC]Diskcoin|CPOC |Hardisk mining|No ICO / IPO|No premine
by
Diskcoin
on 17/07/2019, 10:51:11 UTC
Update: Staking tutorial for solo mining
From the block height of 1801, if you want to Stake, you need to do the corresponding operation in your wallet. The more DISCs you Stake, the more reward you will get.


Staking:
Command:
Code:
./diskcoin-cli pledgeto the-wallet-address-you-Stake-to the-Stake-amount  
The Staking address needs to be the address that generated blocks.


How to check the default wallet address:
Command:
Code:
./diskcoin-cli getaccountaddress ""
A hash will be returned after the Staking.


Check the Staking records of the address:
Command:
Code:
listpledgein (minconf maxconf  ["address",...])
Minconf: minimum confirmation
Maxconf: maximum confirmation


Cancel the Staking:
Command:
Code:
./diskcoin-cli unpledge txid


You could use the listpledgein command to get the txid that has been Staked.
After the Staking is successful, it will take effect after 900 blocks.