ref!: move convenience scripts to dashcore-utils

This commit is contained in:
AJ ONeal
2023-06-21 22:08:58 +00:00
parent ce2f07ef26
commit cec86d4ebf
13 changed files with 251 additions and 55 deletions
+26
View File
@@ -0,0 +1,26 @@
[main]
rpcuser=RPCUSER_MAIN
rpcpassword=RPCPASS_MAIN
bind=127.0.0.1:9999
rpcbind=127.0.0.1:9998
rpcallowip=127.0.0.1/16
zmqpubrawtx=tcp://127.0.0.1:28332
zmqpubrawtxlock=tcp://127.0.0.1:28332
[test]
rpcuser=RPCUSER_TEST
rpcpassword=RPCPASS_TEST
bind=127.0.0.1:19999
rpcbind=127.0.0.1:19998
rpcallowip=127.0.0.1/16
zmqpubrawtx=tcp://127.0.0.1:18009
zmqpubrawtxlock=tcp://127.0.0.1:18009
[regtest]
rpcuser=RPCUSER_REGTEST
rpcpassword=RPCPASS_REGTEST
bind=127.0.0.1:19899
rpcbind=127.0.0.1:19898
zmqpubrawtx=tcp://127.0.0.1:18809
zmqpubrawtxlock=tcp://127.0.0.1:18809