mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-13 11:36:15 +01:00
MainNetParams: Add lightning-wallet.com HTTP seed.
This commit is contained in:
parent
66403d1946
commit
163d39dbff
1 changed files with 5 additions and 0 deletions
|
@ -87,6 +87,11 @@ public class MainNetParams extends AbstractBitcoinNetParams {
|
|||
new HttpDiscovery.Details(
|
||||
ECKey.fromPublicOnly(Utils.HEX.decode("0238746c59d46d5408bf8b1d0af5740fe1a6e1703fcb56b2953f0b965c740d256f")),
|
||||
URI.create("http://httpseed.bitcoin.schildbach.de/peers")
|
||||
),
|
||||
// Anton Kumaigorodski
|
||||
new HttpDiscovery.Details(
|
||||
ECKey.fromPublicOnly(Utils.HEX.decode("02c682e83db4efac3c841d6fa544211fb1e4a55061060019b3682fc306f228c558")),
|
||||
URI.create("http://lightning-wallet.com:8081/peers")
|
||||
)
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue