From 84271ab3cddd7f6537b8e30667e29eea6cdedf90 Mon Sep 17 00:00:00 2001 From: plebhash Date: Tue, 13 Feb 2024 12:00:33 -0300 Subject: [PATCH] add comments for TP authority key --- .../jd-client/config-examples/jdc-config-local-example.toml | 5 ++++- roles/pool/config-examples/pool-config-local-tp-example.toml | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/roles/jd-client/config-examples/jdc-config-local-example.toml b/roles/jd-client/config-examples/jdc-config-local-example.toml index 6308a831cd..57d6f06a1c 100644 --- a/roles/jd-client/config-examples/jdc-config-local-example.toml +++ b/roles/jd-client/config-examples/jdc-config-local-example.toml @@ -28,7 +28,10 @@ retry = 10 tp_address = "127.0.0.1:8442" # Hosted testnet TP # tp_address = "75.119.150.111:8442" -tp_authority_public_key = "3VANfft6ei6jQq1At7d8nmiZzVhBFS4CiQujdgim1ign" + +# You'll need to get tp_authority_public_key from the logs of your TP, for example: +# 2024-02-13T14:59:24Z Template Provider authority key: EguTM8URcZDQVeEBsM4B5vg9weqEUnufA8pm85fG4bZd +tp_authority_public_key = "" # Solo Mining config # List of coinbase outputs used to build the coinbase tx in case of Solo Mining (as last-resort solution of the pools fallback system) diff --git a/roles/pool/config-examples/pool-config-local-tp-example.toml b/roles/pool/config-examples/pool-config-local-tp-example.toml index c0e2692f63..0b3b05126e 100644 --- a/roles/pool/config-examples/pool-config-local-tp-example.toml +++ b/roles/pool/config-examples/pool-config-local-tp-example.toml @@ -24,6 +24,8 @@ pool_signature = "Stratum v2 SRI Pool" # Template Provider config # Local TP (this is pointing to localhost so you must run a TP locally for this configuration to work) tp_address = "127.0.0.1:8442" -tp_authority_public_key = "EguTM8URcZDQVeEBsM4B5vg9weqEUnufA8pm85fG4bZd" +# You'll need to get tp_authority_public_key from the logs of your TP, for example: +# 2024-02-13T14:59:24Z Template Provider authority key: EguTM8URcZDQVeEBsM4B5vg9weqEUnufA8pm85fG4bZd +tp_authority_public_key = "" # Hosted testnet TP # tp_address = "75.119.150.111:8442"