Solo mining
Creepsky edited this page Feb 1, 2017
·
1 revision
Pages 11
If you want to solo mine, follow these points:
- add your passphrase in the config under passphrase->decrypted
...
"passphrase" : {
"algorithm" : "aes-256-cbc",
"decrypted" : "<YOUR PASSPHRASE HERE>",
"deleteKey" : false,
"encrypted" : "",
"iterations" : 0,
"key" : "",
"salt" : ""
},
...
- start the creepMiner
- it will automatically encrypt your passphrase and write all informations into the fields
- the decrypted field will be cleared, so no one can see your plain passphrase anymore
Delete Key
If you want to, you can activate the option to delete the key after every start of the creepMiner.
Just set the field passphrase->deleteKey to true
...
"passphrase" : {
...
"deleteKey" : true,
...
},
...
If you now start the miner, the passphrase->key field will be cleared and you have to enter it again. Remember your key, otherwise you can't decrypt it anymore and have to encrypt your passphrase again.