Skip to content

Commit

Permalink
fix: update default sha3 pool address in readme and config (#3405)
Browse files Browse the repository at this point in the history
Update default sha3 pool address in readme and config
  • Loading branch information
StriderDM authored Oct 4, 2021
1 parent 029dbfc commit dae656a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ For pooled SHA3 mining:
#num_mining_threads=8
# Stratum Mode configuration
# mining_pool_address = "miningcore.tarilabs.com:3052"
# mining_pool_address = "miningcore.tari.com:3052"
# mining_wallet_address = "YOUR_WALLET_PUBLIC_KEY"
# mining_worker_name = "worker1"
```
Expand Down
2 changes: 1 addition & 1 deletion common/config/presets/tari_config_example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,6 @@ transcoder_host_address = "127.0.0.1:7879"
#validate_tip_timeout_sec=30

# Stratum Mode configuration
# mining_pool_address = "miningcore.tarilabs.com:3052"
# mining_pool_address = "miningcore.tari.com:3052"
# mining_wallet_address = "YOUR_WALLET_PUBLIC_KEY"
# mining_worker_name = "worker1"
2 changes: 1 addition & 1 deletion common/config/presets/tari_igor_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,6 @@ transcoder_host_address = "127.0.0.1:7879"
#validate_tip_timeout_sec=30

# Stratum Mode configuration
# mining_pool_address = "miningcore.tarilabs.com:3052"
# mining_pool_address = "miningcore.igor.tari.com:3052"
# mining_wallet_address = "YOUR_WALLET_PUBLIC_KEY"
# mining_worker_name = "worker1"

0 comments on commit dae656a

Please sign in to comment.