Skip to content

Commit

Permalink
ecash seeders
Browse files Browse the repository at this point in the history
  • Loading branch information
vinarmani committed Oct 29, 2021
1 parent b275a88 commit 80e88ce
Showing 1 changed file with 41 additions and 3 deletions.
44 changes: 41 additions & 3 deletions lib/net/seeds/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,45 @@
'use strict';

module.exports = [
'47.157.79.198:8333', // seed.bitcoinabc.org
'95.217.93.3:8333', // seeder.jasonbcox.com
'198.245.51.212:8333' // seed.deadalnix.me
'[::ffff:d5a:8d0d]:8333',
'[::ffff:d73:d506]:8333',
'[::ffff:1f19:62e0]:8333',
'[::ffff:1f19:f1e0]:8339',
'[::ffff:2d4f:5dc8]:8333',
'[::ffff:2f34:1a91]:8333',
'[::ffff:2f73:7591]:8333',
'[::ffff:2f73:a5cb]:8333',
'[::ffff:2ff4:d5b6]:8333',
'[::ffff:32dc:79d3]:6955',
'[::ffff:3359:624c]:8333',
'[::ffff:339f:5d2]:8333',
'[::ffff:3445:1897]:8333',
'[::ffff:4297:f29a]:8339',
'[::ffff:42bb:49d]:8333',
'[::ffff:4a5b:1572]:8333',
'[::ffff:53dd:d374]:8339',
'[::ffff:53e5:5552]:8333',
'[::ffff:5e13:84ff]:8339',
'[::ffff:5fd9:49a9]:8333',
'[::ffff:6058:5bd2]:8333',
'[::ffff:67e3:584a]:8333',
'[::ffff:6895:b7ea]:8333',
'[::ffff:68c8:15f4]:8333',
'[::ffff:8e5d:d939]:8333',
'[::ffff:905b:4152]:8333',
'[::ffff:90ca:5be9]:8333',
'[::ffff:9f8a:58ac]:8333',
'[::ffff:af18:6515]:8333',
'[::ffff:b2c6:8688]:8333',
'[::ffff:b911:8ff2]:18333',
'[::ffff:b9c1:5803]:8338',
'[::ffff:be02:8a04]:9010',
'[::ffff:ddd8:8fb0]:3101',
'[::ffff:de7a:312b]:8333',
'[2001:41d0:700:334c::]:8333',
'[2001:bc8:6005:a:ec4:7aff:fe71:7fba]:8333',
'[2400:6180:100:d0::8b5:9001]:8333',
'[2a01:4f9:4a:1916::2]:8333',
'[2a02:c207:2047:3906::1]:8333',
'[2a05:1500:702::1c00:53ff:fe00:dc]:8333'
];

0 comments on commit 80e88ce

Please sign in to comment.