Skip to content

Commit

Permalink
Update petertodd DNS seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
petertodd committed Dec 8, 2023
1 parent 51eeb58 commit 173a73e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bitcoin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class MainParams(bitcoin.core.CoreMainParams):
('bluematt.me', 'dnsseed.bluematt.me'),
('dashjr.org', 'dnsseed.bitcoin.dashjr.org'),
('bitcoinstats.com', 'seed.bitcoinstats.com'),
('petertodd.org', 'seed.btc.petertodd.net'),
('xf2.org', 'bitseed.xf2.org'),
('bitcoin.jonasschnelli.ch', 'seed.bitcoin.jonasschnelli.ch'))
BASE58_PREFIXES = {'PUBKEY_ADDR':0,
Expand All @@ -37,7 +38,7 @@ class TestNetParams(bitcoin.core.CoreTestNetParams):
DEFAULT_PORT = 18333
RPC_PORT = 18332
DNS_SEEDS = (('testnetbitcoin.jonasschnelli.ch', 'testnet-seed.bitcoin.jonasschnelli.ch'),
('petertodd.org', 'seed.tbtc.petertodd.org'),
('petertodd.org', 'seed.tbtc.petertodd.net'),
('bluematt.me', 'testnet-seed.bluematt.me'),
('bitcoin.schildbach.de', 'testnet-seed.bitcoin.schildbach.de'))
BASE58_PREFIXES = {'PUBKEY_ADDR':111,
Expand Down

0 comments on commit 173a73e

Please # to comment.