mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-28 16:54:31 +01:00
15 lines
322 B
Plaintext
15 lines
322 B
Plaintext
<% if (net === 'testnet') { %>
|
|
# testnet
|
|
testnet=1
|
|
<% } else if( net === 'regtest' ) { %>
|
|
# regtest
|
|
regtest=1
|
|
<% } %>
|
|
|
|
rpcconnect=<%= (bitcoin_mode === 'internal')?'bitcoin':bitcoin_node_ip %>
|
|
main.rpcport=8332
|
|
test.rpcport=18332
|
|
regtest.rpcport=18443
|
|
rpcuser=<%= bitcoin_rpcuser %>
|
|
rpcpassword=<%= bitcoin_rpcpassword %>
|