19 lines
374 B
Plaintext
19 lines
374 B
Plaintext
<%- bitcoind = @config['bitcoind'] -%>
|
|
txindex=1
|
|
dnsseed=1
|
|
upnp=0
|
|
printtoconsole=1
|
|
|
|
server=1
|
|
|
|
<%- unless bitcoind['network'] == 'mainnet' -%>
|
|
<%= "#{bitcoind['network']}=1" %>
|
|
[test]
|
|
<%- end -%>
|
|
rpcuser=<%= bitcoind['rpcuser'] %>
|
|
rpcpassword=<%= bitcoind['rpcpassword'] %>
|
|
port=<%= bitcoind['port'] %>
|
|
rpcport=<%= bitcoind['rpcport'] %>
|
|
rpcbind=0.0.0.0
|
|
rpcallowip=0.0.0.0/0
|