config Running blackmore-qt and blackmore-cli at the same time! People often ask if they can run blackmore-cli with blackmore-qt, you can! It just requires some configuration in the blackmore.conf file:
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.
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!**
config FAQ: Can I run the More and Legacy clients on the same computer? If you run one client with the -listen=0 option, and you will be able to run both on the same machine.
more Upgrading to Blackcoin-More! Are you running Blackcoin Lore or the Original Blackcoin client? Read about upgrading here!
more Blackcoin More Client v2.13.2.5-4e9af875c9 We upgraded to this version in order to fix the "missing utxos" issue some people were experiencing. The amount of BLK showing in the wallet was not correct, when compared to an online block explorer. Please read everything below BEFORE upgrading.
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!