Add reference python miner, in contrib/pyminer/

This commit is contained in:
Jeff Garzik
2011-08-31 12:27:41 -04:00
committed by Jeff Garzik
parent ce39dfe425
commit 927aaa0f27
3 changed files with 290 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
#
# RPC login details
#
host=127.0.0.1
port=8332
rpcuser=myusername
rpcpass=mypass
#
# mining details
#
threads=4
# periodic rate for requesting new work, if solution not found
scantime=60
#
# misc.
#
# not really used right now
logdir=/tmp/pyminer
# set to 1, to enable hashmeter output
hashmeter=0