aboutsummaryrefslogtreecommitdiff
path: root/contrib/pyminer/example-config.cfg
blob: 103e7c1372598d2a4d2ef758aa39dc70b52560fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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