Skip to content

Commit

Permalink
chaincfg: add dnsseed from wiz
Browse files Browse the repository at this point in the history
It's the same infrastructure that mempool . space runs on and has been
reliable.  The same seed is also included in Bitcoin Core as well.
  • Loading branch information
kcalvinalvin committed Apr 22, 2024
1 parent 89b5127 commit c8add35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chaincfg/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ var MainNetParams = Params{
{"seed.bitcoin.jonasschnelli.ch", true},
{"seed.btc.petertodd.net", true},
{"seed.bitcoin.sprovoost.nl", true},
{"seed.bitcoin.wiz.biz", true},
},

// Chain parameters
Expand Down

0 comments on commit c8add35

Please sign in to comment.