mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-18 13:08:33 +02:00
config: update to new testnet server domain
This commit is contained in:
parent
a561562e3b
commit
ee4111a806
2 changed files with 2 additions and 2 deletions
|
|
@ -429,7 +429,7 @@ the following command should be run:
|
|||
Assuming `poold` is now in your `$PATH`, you can start the daemon with the
|
||||
following command (assuming you have a local testnet `lnd` running):
|
||||
```
|
||||
🏔 poold --network=testnet --auctionserver=clm.testnet.lightningcluster.com:12010 --debuglevel=trace
|
||||
🏔 poold --network=testnet --debuglevel=trace
|
||||
```
|
||||
|
||||
The current server is reachable at `clm.testnet.lightningcluster.com:12010`,
|
||||
|
|
|
|||
|
|
@ -115,7 +115,7 @@ type Config struct {
|
|||
|
||||
const (
|
||||
MainnetServer = "pool.lightning.finance:12010"
|
||||
TestnetServer = "test.auction.lightning.today:12009"
|
||||
TestnetServer = "test.pool.lightning.finance:12010"
|
||||
|
||||
// defaultRPCTimeout is the default number of seconds an unary RPC call
|
||||
// is allowed to take to complete.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue