mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-23 22:46:56 +01:00
MainNetParams, TestNet3Params: Sync DNS seeds with Bitcoin Core.
This commit is contained in:
parent
d512d4fc37
commit
2fa06e276f
2 changed files with 0 additions and 2 deletions
|
@ -80,7 +80,6 @@ public class MainNetParams extends AbstractBitcoinNetParams {
|
|||
"seed.bitcoin.jonasschnelli.ch",// Jonas Schnelli
|
||||
"seed.btc.petertodd.org", // Peter Todd
|
||||
"seed.bitcoin.sprovoost.nl", // Sjors Provoost
|
||||
"seed.bitnodes.io", // Addy Yeow
|
||||
"dnsseed.emzy.de", // Stephan Oeste
|
||||
};
|
||||
httpSeeds = new HttpDiscovery.Details[] {
|
||||
|
|
|
@ -65,7 +65,6 @@ public class TestNet3Params extends AbstractBitcoinNetParams {
|
|||
"seed.tbtc.petertodd.org", // Peter Todd
|
||||
"seed.testnet.bitcoin.sprovoost.nl", // Sjors Provoost
|
||||
"testnet-seed.bluematt.me", // Matt Corallo
|
||||
"bitcoin-testnet.bloqseeds.net", // Bloq
|
||||
};
|
||||
addrSeeds = null;
|
||||
bip32HeaderP2PKHpub = 0x043587cf; // The 4 byte header that serializes in base58 to "tpub".
|
||||
|
|
Loading…
Add table
Reference in a new issue