aboutsummaryrefslogtreecommitdiff
path: root/contrib/pyminer/example-config.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pyminer/example-config.cfg')
-rw-r--r--contrib/pyminer/example-config.cfg32
1 files changed, 0 insertions, 32 deletions
diff --git a/contrib/pyminer/example-config.cfg b/contrib/pyminer/example-config.cfg
deleted file mode 100644
index 103e7c1372..0000000000
--- a/contrib/pyminer/example-config.cfg
+++ /dev/null
@@ -1,32 +0,0 @@
-
-#
-# 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
-
-