darkfid: split managemtn rpc methods into its own rpc server and standarized all ports

This commit is contained in:
skoupidi
2026-01-02 19:41:20 +02:00
parent 4f30aae91d
commit fcf4aded0e
37 changed files with 359 additions and 215 deletions

View File

@@ -7,7 +7,7 @@
## uncommenting, or by using the command-line.
# darkfid JSON-RPC endpoint
endpoint = "tcp://127.0.0.1:8340"
endpoint = "tcp://127.0.0.1:28345"
# Block height to measure until
height = 0

View File

@@ -44,7 +44,7 @@ struct Args {
/// Configuration file to use
config: Option<String>,
#[structopt(short, long, default_value = "tcp://127.0.0.1:8340")]
#[structopt(short, long, default_value = "tcp://127.0.0.1:28345")]
/// darkfid JSON-RPC endpoint
endpoint: Url,