Change port numbers

pull/533/head
wakiyamap 2020-12-09 07:11:25 +09:00
parent d40033bcbf
commit b593a437d8
2 changed files with 5 additions and 4 deletions

View File

@ -6,10 +6,10 @@
"alias": "bitcoin_signet"
},
"ports": {
"backend_rpc": 18030,
"backend_message_queue": 48330,
"blockbook_internal": 19030,
"blockbook_public": 19130
"backend_rpc": 18020,
"backend_message_queue": 48320,
"blockbook_internal": 19020,
"blockbook_public": 19120
},
"ipc": {
"rpc_url_template": "http://127.0.0.1:{{.Ports.BackendRPC}}",

View File

@ -44,6 +44,7 @@
| Unobtanium | 9092 | 9192 | 65535 | 38392 |
| Omotenashicoin | 9094 | 9194 | 8094 | 38394 |
| BitZeny | 9095 | 9195 | 8095 | 38395 |
| Bitcoin Signet | 19020 | 19120 | 18020 | 48320 |
| Bitcoin Testnet | 19030 | 19130 | 18030 | 48330 |
| Bitcoin Cash Testnet | 19031 | 19131 | 18031 | 48331 |
| Zcash Testnet | 19032 | 19132 | 18032 | 48332 |