From 08df1cd79f0c3d43d26a6003ade5488023e86fa9 Mon Sep 17 00:00:00 2001 From: brianp Date: Wed, 8 Nov 2023 18:20:58 +0100 Subject: [PATCH] Change the auth format in the config to something valid --- common/config/presets/f_merge_mining_proxy.toml | 4 ++-- common/config/presets/g_miner.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/config/presets/f_merge_mining_proxy.toml b/common/config/presets/f_merge_mining_proxy.toml index b4cd718558..8744f28b90 100644 --- a/common/config/presets/f_merge_mining_proxy.toml +++ b/common/config/presets/f_merge_mining_proxy.toml @@ -40,13 +40,13 @@ monerod_url = [# stagenet #base_node_grpc_address = "/ip4/127.0.0.1/tcp/18142" # GRPC authentication for the base node (default = "none") -#base_node_grpc_authentication = { username: "miner", password: "$argon..." } +#base_node_grpc_authentication = { username = "miner", password = "$argon..." } # The Minotari wallet's GRPC address. (default = "/ip4/127.0.0.1/tcp/18143") #console_wallet_grpc_address = "/ip4/127.0.0.1/tcp/18143" # GRPC authentication for the Minotari wallet (default = "none") -#wallet_grpc_authentication = { username: "miner", password: "$argon..." } +#wallet_grpc_authentication = { username = "miner", password = "$argon..." } # Address of the minotari_merge_mining_proxy application. (default = "/ip4/127.0.0.1/tcp/18081") #listener_address = "/ip4/127.0.0.1/tcp/18081" diff --git a/common/config/presets/g_miner.toml b/common/config/presets/g_miner.toml index 7f82190f5f..b821e95521 100644 --- a/common/config/presets/g_miner.toml +++ b/common/config/presets/g_miner.toml @@ -10,12 +10,12 @@ # GRPC address of base node (default = "/ip4/127.0.0.1/tcp/18142") #base_node_grpc_address = "/ip4/127.0.0.1/tcp/18142" # GRPC authentication for the base node (default = "none") -#base_node_grpc_authentication = { username: "miner", password: "$argon..." } +#base_node_grpc_authentication = { username = "miner", password = "$argon..." } # GRPC address of console wallet (default = "/ip4/127.0.0.1/tcp/18143") #wallet_grpc_address = "/ip4/127.0.0.1/tcp/18143" # GRPC authentication for the console wallet (default = "none") -#wallet_grpc_authentication = { username: "miner", password: "$argon..." } +#wallet_grpc_authentication = { username = "miner", password = "$argon..." } # Number of mining threads (default: number of logical CPU cores) #num_mining_threads = 8