Created
November 6, 2017 20:53
-
-
Save ericallam/3e809032a6c5895671d42198a612101c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generated by https://jlopp.github.io/bitcoin-core-config-generator/ | |
# This config should be placed in following path: | |
# ~/.bitcoin/bitcoin.conf | |
# [core] | |
# Specify a non-default location to store blockchain and other data. | |
datadir=/mnt/volume-lon1-03-part1/Bitcoin | |
# Set database cache size in megabytes; machines sync faster with a larger cache. Recommend setting as high as possible based upon machine's available RAM. | |
dbcache=1000 | |
# Maintain a full transaction index, used by the getrawtransaction rpc call. | |
txindex=1 | |
# [rpc] | |
# Accept command line and JSON-RPC commands. | |
server=1 | |
# Username for JSON-RPC connections | |
rpcuser=bitcoin | |
# Password for JSON-RPC connections | |
rpcpassword=enterpasswordhere | |
# [wallet] | |
# Do not load the wallet and disable wallet RPC calls. | |
disablewallet=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment