aboutsummaryrefslogtreecommitdiffstats
path: root/community/bitcoin/bitcoin.conf
diff options
context:
space:
mode:
Diffstat (limited to 'community/bitcoin/bitcoin.conf')
-rw-r--r--community/bitcoin/bitcoin.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/bitcoin/bitcoin.conf b/community/bitcoin/bitcoin.conf
new file mode 100644
index 0000000000..4f070b19ec
--- /dev/null
+++ b/community/bitcoin/bitcoin.conf
@@ -0,0 +1,13 @@
+### Bitcoin configuration for Alpine Linux ####
+# #
+##### data directory is /var/lib/bitcoin ######
+##### & set in /etc/init.d/bitcoin not here ###
+#
+#proxy=127.0.0.1:9050 #use TOR Socks Proxy
+rpcallowip=127.0.0.1
+rpcuser=changeme
+rpcpassword=changeme
+rpcport=changeme
+daemon=1
+#gen=1 #generate bitcoins
+