Author

Topic: 0.3.22 testnet solo mining broken from 0.3.21 (Read 1372 times)

legendary
Activity: 1204
Merit: 1015
This is a known issue for 0.3.22 on Windows. Use either 0.3.21 or the 0.3.23 release candidate.
member
Activity: 138
Merit: 11
Exchange BTC in Telegram https://bit.ly/2MEfiw8
I tried playing around on testnet to mine some bitcoin, so I set up solo mining on 0.3.22 but no miner would connect before or after it had received all the blocks AND it was using 100% of a CPU core.
I tried the previous version with the exact same setting and it worked fine. after it got e blocks the miner connected and started working away.


Here are the settings

opening batch script
Code:
bitcoin.exe -testnet -datadir="%cd%\.bitcoin" -conf="%cd%\.bitcoin\testnet\bitcoin.conf" -server


bitcoin.conf file
Code:
rpcuser=user
rpcpassword=password
rpctimeout=30
rpcallowip=*.*.*.*
server=1
rpcport=8332


phoenix opencl miner batch script (the batch script that's in \bitcoin-0.3.22_BROKEN_TESTS\)

Code:
cd phoenix-1.48
phoenix.exe -u http://user:password@localhost:8332 -k phatk DEVICE=0 FASTLOOP=false BFI_INT VECTORS AGGRESSION=11 WORKSIZE=128 -v




Jump to: