Bitcoin Forum
September 20, 2024, 05:41:04 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / CPU/GPU Bitcoin mining hardware / local SOLO mining on: November 25, 2017, 05:06:44 PM
hi my frind
how to local solo mining (easy learn)

1 - need minimum 3 Run Bitcoin core (just make 3 bach file and copy&paste datafolder) ( if try one core . but never accepet blockchain )
2 - you need change listen port  for ever core( because not listen over than one application on a port) 8332 , 8333 ,8334 ,....
3 - you need local mining with command consol ( setgenerate true 10 ) xx block mining...
4 - you can connect to local bitcoinCore for SOLO mining  for example use "cpuminer" application

you can make .bat file for any core running easy with parameter:

"C:\Bitcoin\bitcoin-qt.exe" -conf="C:\Users\admin\AppData\Roaming\Bitcoin\ali.conf"    -datadir="C:\btc\Ali"     -port=18444
"C:\Bitcoin\bitcoin-qt.exe" -conf="C:\Users\adminAppData\Roaming\Bitcoin\reza.conf" -datadir="C:\btc\reza"   -port=18445
"C:\Bitcoin\bitcoin-qt.exe" -conf="C:\Users\admin\AppData\Roaming\Bitcoin\mamad.conf" -datadir="C:\btc\mamad" -port=18446

you need change in all file  ali.conf , or reza.conf  or mamad.conf
regtest=1
// for simple mining on local , developer starter use regtest MODE
listen=1
server=1
rpcuser=user
rpcpassword=0913
rpcconnect=127.0.0.1
daemon=1

you need changed (important) for any .conf file:

rpcport=8333
connect=localhost:18445
connect=localhost:18446

reza.conf
rpcport=8334
connect=127.0.0.1:18444
connect=127.0.0.1:18446

mamad.conf
rpcport=8335
connect=localhost:18445
connect=localhost:18444


now you can solo mining on regtest mode :

(xx == tt ) bitcointalk robot remove external link Smiley)
/cpuminer -a sha256d -o hxxp://127.0.0.1:8333  -O user:0913 --no-longpoll  --debug --coinbase-addr=Your_Bitcoin_Address

notice :  --no-longpoll
notice :  --coinbase-addr


(enjoy tutorial)
------------------------------------------------------------
Donate : 19bxbBYem9ohd1KbGgiv5qaBSj9yVDs45z
Best wish regard
(Hash4you  dot  net)
------------------------------------------------------------

2  Bitcoin / Bitcoin Technical Support / SOLO mining With Bitcoin-qt RPC error on: April 06, 2015, 11:35:56 AM
hi all
i have a problem

run "bitcoin-qt.exe -Server" ( and full Config Smiley any Change parameter and any evrything more....

But i recive error on port RPCport

This error: ( http://127.0.0.1:3333 )

{"result":null,"error":{"code":-32700,"message":"Parse error"},"id":null}


i can't Solved Sad

my os : windows 8.1
btcoin Core version : last version(v0.10.0 (32-bit)  and Update Full BlockChain
my Config :

rpcuser=Xuser
rpcpassword=Q123456789
rpcport=3333
port=3334
daemon=1
server=1
rpcallowip=127.0.0.1
rpcallowip=192.168.0.1/255.255.255.0
rpcconnect=127.0.0.1

Evrybody help me ?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!