diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2014-06-24 22:11:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-06-25 14:46:04 +0000 |
commit | 0e05b58d1e8dfe579949be7ab83b4ba698214bf3 (patch) | |
tree | 8c1eceaf8f013fb003be277f818be4e05b30c0b2 /testing/bitcoin/bitcoin.conf | |
parent | c1238794b6c5fdb908a474366e3565660213c6f9 (diff) | |
download | aports-0e05b58d1e8dfe579949be7ab83b4ba698214bf3.tar.bz2 aports-0e05b58d1e8dfe579949be7ab83b4ba698214bf3.tar.xz |
testing/bitcoin: update to 0.9.2.1
Environment patch removed as merged upstream as function SetupEnvironment()
Init script added so Bitcoin runs as user Bitcoin.
Diffstat (limited to 'testing/bitcoin/bitcoin.conf')
-rw-r--r-- | testing/bitcoin/bitcoin.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/bitcoin/bitcoin.conf b/testing/bitcoin/bitcoin.conf new file mode 100644 index 0000000000..4f070b19ec --- /dev/null +++ b/testing/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 + |