summarylogtreecommitdiffstats
path: root/bitcoin.conf
diff options
context:
space:
mode:
authorAndrew DeMaria2015-08-16 16:25:36 -0500
committerAndrew DeMaria2015-08-16 16:25:36 -0500
commitfe68456154b803f67ec91310d032cd8b997733ec (patch)
treeb89defc5c27b5287177c9f0d567e4cfb36764057 /bitcoin.conf
downloadaur-fe68456154b803f67ec91310d032cd8b997733ec.tar.gz
first commit
Diffstat (limited to 'bitcoin.conf')
-rw-r--r--bitcoin.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/bitcoin.conf b/bitcoin.conf
new file mode 100644
index 000000000000..b88ecf527886
--- /dev/null
+++ b/bitcoin.conf
@@ -0,0 +1,13 @@
+rpcconnect=127.0.0.1
+rpcport=8332
+rpcuser=bitcoin
+rpcpassword=secret
+rpcssl=1
+rpcallowip=127.0.0.1
+rpcsslcertificatechainfile=/etc/bitcoin/server.cert
+rpcsslprivatekeyfile=/etc/bitcoin/server.pem
+rpcsslciphers=TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH
+rpcthreads=1000
+rpctimeout=300
+txindex=1
+server=1