Skip to content

Commit

Permalink
Update Doge seeds, testnet parameters (#105)
Browse files Browse the repository at this point in the history
Removed seeds which are no longer active, added testnet seed, and corrected testnet parameters from https://github.com/dogecoin/dogecoin/blob/master/src/chainparams.cpp.
  • Loading branch information
rnicoll committed Jun 10, 2021
1 parent a156593 commit ace5a2e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions lib/coins/doge.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ var main = Object.assign({}, {
magic: 0xc0c0c0c0
},
seedsDns: [
'seed.dogecoin.com',
'seed.multidoge.org',
'seed2.multidoge.org',
'seed.doger.dogecoin.com'
'seed2.multidoge.org'
],
versions: {
bip32: {
Expand All @@ -31,6 +29,13 @@ var main = Object.assign({}, {

var test = Object.assign({}, {
hashGenesisBlock: 'bb0a78264637406b6360aad926284d544d7049f45189db5664f3c4d07350559e',
port: 44556,
protocol: {
magic: 0xfcc1b7dc
},
seedsDns: [
'testseed.jrn.me.uk'
],
versions: {
bip44: 1,
private: 0xf1,
Expand Down

0 comments on commit ace5a2e

Please sign in to comment.