Skip to content

Commit

Permalink
add comments for TP authority key
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Feb 14, 2024
1 parent 5901dbb commit 84271ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 3 additions & 1 deletion roles/pool/config-examples/pool-config-local-tp-example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 84271ab

Please sign in to comment.