mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 22:57:59 -05:00
contrib/localnet/darkfid*: added missing management rpc in all scripts
This commit is contained in:
@@ -41,12 +41,20 @@ skip_fees = false
|
||||
rpc_listen = "tcp://127.0.0.1:48345"
|
||||
|
||||
# Disabled RPC methods
|
||||
#rpc_disabled_methods = ["p2p.get_info"]
|
||||
#rpc_disabled_methods = []
|
||||
|
||||
## Localnet management JSON-RPC settings
|
||||
[network_config."localnet".management_rpc]
|
||||
# JSON-RPC listen URL
|
||||
rpc_listen = "tcp://127.0.0.1:48346"
|
||||
|
||||
# Disabled RPC methods
|
||||
#rpc_disabled_methods = []
|
||||
|
||||
## Localnet JSON-RPC settings for stratum mining requests (optional)
|
||||
[network_config."localnet".stratum_rpc]
|
||||
# JSON-RPC listen URL (stratum mining)
|
||||
rpc_listen = "tcp://127.0.0.1:48346"
|
||||
rpc_listen = "tcp://127.0.0.1:48347"
|
||||
|
||||
# Disabled RPC methods (stratum mining)
|
||||
#rpc_disabled_methods = []
|
||||
@@ -54,7 +62,7 @@ rpc_listen = "tcp://127.0.0.1:48346"
|
||||
## Localnet JSON-RPC settings for p2pool merge mining requests (optional)
|
||||
#[network_config."localnet".mm_rpc]
|
||||
# JSON-RPC listen URL (merge mining)
|
||||
#rpc_listen = "http+tcp://127.0.0.1:48241"
|
||||
#rpc_listen = "http+tcp://127.0.0.1:48348"
|
||||
|
||||
# Disabled RPC methods (merge mining)
|
||||
#rpc_disabled_methods = []
|
||||
|
||||
Reference in New Issue
Block a user