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, 32 insertions, 0 deletions
diff --git a/contrib/pyminer/example-config.cfg b/contrib/pyminer/example-config.cfg
new file mode 100644
index 0000000000..103e7c1372
--- /dev/null
+++ b/contrib/pyminer/example-config.cfg
@@ -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
+
+