advanced How to recover missing Blackcoin Occasionally if the power goes out, your computer crashes, or something else weird happens - your balance may appear incorrectly.
advanced Using Blackcoin From The Command Line Using Blackcoin from the command line is not that difficult, but it will take practice, and an understanding of some fundamental tools.
config Setup Your Blackcoin Client As A Systemd Service! If your system restarts, or something causes the client to crash, it will restart automatically. Systemd also offers simple switches for adding security features, as you will see below.
advanced Scripts for using Blackcoin from the Command Line Interface usage="Usage: blk [ info | stake | latest | dust | past24 ]"
more Help with simple development tasks. This is the branch we are using: `https://github.com/michelvankessel/blackcoin-more/tree/blackcoin-more-dev` you can clone the single branch: `git clone --single-branch --branch blackcoin-more-dev https://github.com/michelvankessel/blackcoin-more.git blackcoin-more-dev`
advanced Dump and Import Wallet Private Keys Delete the /path/to/keys.txt file when finished! **Storing private keys in plain text is a security risk!**
more Compile Blackcoin-More Do it Yourself! It is a good thing to compile crypto wallets yourself. Maybe it seems difficult, but it is not that hard. You can just follow this guide! Let's do it!
advanced Compile Blackcoind for Halo Do it Yourself! It is a good thing to compile crypto wallets yourself. Maybe it seems difficult, but it is not that hard