Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: Dayofswords on June 13, 2011, 10:57:37 PM



Title: 0.3.22 testnet solo mining broken from 0.3.21
Post by: Dayofswords on June 13, 2011, 10:57:37 PM
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






Title: Re: 0.3.22 testnet solo mining broken from 0.3.21
Post by: Maged on June 13, 2011, 11:21:39 PM
This is a known issue for 0.3.22 on Windows. Use either 0.3.21 or the 0.3.23 release candidate.