Initial commit

This commit is contained in:
Yaser
2026-08-13 19:42:08 +03:30
commit d59bf30ef0
173 changed files with 11702 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<%- 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