aboutsummaryrefslogtreecommitdiff
path: root/contrib/pyminer/example-config.cfg
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2011-08-31 12:27:41 -0400
committerJeff Garzik <jgarzik@redhat.com>2011-08-31 12:27:41 -0400
commit927aaa0f27463885ca97c76856044d948d4c36bb (patch)
tree0faa8ca913a576bf85db2a463a12723e08eabe4e /contrib/pyminer/example-config.cfg
parentce39dfe42532df7ca24cd605b5bc6fe321d55ea3 (diff)
downloadbitcoin-927aaa0f27463885ca97c76856044d948d4c36bb.tar.xz
Add reference python miner, in contrib/pyminer/
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
+
+