103e7c1372598d2a4d2ef758aa39dc70b52560fc
[novacoin.git] / contrib / pyminer / example-config.cfg
1
2 #
3 # RPC login details
4 #
5 host=127.0.0.1
6 port=8332
7
8 rpcuser=myusername
9 rpcpass=mypass
10
11
12 #
13 # mining details
14 #
15
16 threads=4
17
18 # periodic rate for requesting new work, if solution not found
19 scantime=60
20
21
22 #
23 # misc.
24 #
25
26 # not really used right now
27 logdir=/tmp/pyminer
28
29 # set to 1, to enable hashmeter output
30 hashmeter=0
31
32