How to stake your BLKC

Post Reply
User avatar
AlexBlackHat
Site Admin
Posts: 21
Joined: Tue Apr 13, 2021 7:40 am

How to stake your BLKC

Post by AlexBlackHat »

Original post by Jeffrey

To stake BLKC you need to do the following steps:
  1. Make sure your wallet is completely setup and synchronized.
  2. The BLKC you have sent to your wallet needs to have a minimum of 600 confirmations
  3. In the BLKC Core client, click the LOCK icon and select Staking Only
    staking_guide1.jpg
    staking_guide1.jpg (18.87 KiB) Viewed 17556 times
  4. Enter your password and confirm.
  5. That's it your BLKC will now stake. and a successful staking reward will look something like this:
    staking_guide2.jpg
    staking_guide2.jpg (14.14 KiB) Viewed 17556 times

If you are using BlackHat via CLI:
Simply navigate to where your BlackHat-Daemon directory is and run the following command to unlock it for staking:

Code: Select all

./blkc-cli walletpassphrase <passphrase> 0 true
To see if your your wallet is staking correctly you can run the following command after a few minutes to see if the status for staking is true:

Code: Select all

./blkc-cli getstakingstatus
Post Reply