flocore-node/etc/bitcoind/bitcoin.conf
Manuel Araoz ead58e1e52 Merge branch 'master' of github.com:bitpay/mystery into feature/p2p-import
Conflicts:
	app/controllers/transactions.js
	app/models/Transaction.js
	config/env/development.js
	lib/Sync.js
	test/model/block.js
2014-01-10 16:12:11 -03:00

13 lines
152 B
Plaintext

rpcuser=mystery
rpcpassword=real_mystery
server=1
txindex=1
# Allow connections outsite localhost?
rpcallowip=192.168.1.*
rpcallowip='192.168.1.*'