1
Bitcoin 0.14
Friends, tell me how you can mining without a pool at home on your computer? I have bfgminer and cgminer I'm trying to connect so
D:\bfgminer\bfgminer.exe -o stratum+tcp://localhost:18444 -u login-p password
D:\cgminer-4.10.0-windows\cgminer.exe -o stratum+tcp://127.0.0.1:18352 -u login -p password
but it does not work:(
bitcoin.conf
regtest=1
server=1
daemon=1
rpcuser=login
# Alice connects to Cory
connect=localhost:18444
rpcpassword=password
rpcallowip=127.0.0.1
1Wait, are you sure you want to mine regtest? You can just do
bitcoin-cli -regtest generate 1to generate a block. Notice that regtest is a local network that is used for testing, and the coins aren't worth anything. – cdecker – 2017-09-07T23:44:45.633Wait, I don't get it. If you are not in a pool then how can you be having a user name and a password? – Raven – 2017-12-22T02:19:41.057