mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-23 17:47:24 +00:00
Add testnet3 dnsseed testnet-seed.bitcoin.schildbach.de
This commit is contained in:
parent
139d9cb447
commit
8f748615d4
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ var testNet3Params = params{
|
||||||
rpcPort: "18334",
|
rpcPort: "18334",
|
||||||
dnsSeeds: []string{
|
dnsSeeds: []string{
|
||||||
"testnet-seed.alexykot.me",
|
"testnet-seed.alexykot.me",
|
||||||
|
"testnet-seed.bitcoin.schildbach.de",
|
||||||
"testnet-seed.bitcoin.petertodd.org",
|
"testnet-seed.bitcoin.petertodd.org",
|
||||||
"testnet-seed.bluematt.me",
|
"testnet-seed.bluematt.me",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue