Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Commit

Permalink
Comment Out Old Seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
pyritepirate committed Oct 23, 2018
1 parent 401c504 commit 1184d40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions share/seeds/generate-seeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ def main():
g.write('// Each line contains a 16-byte IPv6 address and a port.\n')
g.write('// IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly.\n')
with open(os.path.join(indir,'nodes_main.txt'),'r') as f:
process_nodes(g, f, 'pnSeed6_main', 15714)
process_nodes(g, f, 'pnSeed6_main', 6996)
g.write('\n')
with open(os.path.join(indir,'nodes_test.txt'),'r') as f:
process_nodes(g, f, 'pnSeed6_test', 25714)
process_nodes(g, f, 'pnSeed6_test', 16996)
g.write('#endif\n')

if __name__ == '__main__':
Expand Down
2 changes: 2 additions & 0 deletions src/chainparamsseeds.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// Each line contains a 16-byte IPv6 address and a port.
// IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly.
static SeedSpec6 pnSeed6_main[] = {
/*
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x68,0xa7,0x77,0x99}, 15714},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x6a,0xb9,0x2e,0xbe}, 15714},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x77,0x60,0xcf,0x28}, 15714},
Expand Down Expand Up @@ -37,6 +38,7 @@ static SeedSpec6 pnSeed6_main[] = {
{{0x26,0x07,0x53,0x00,0x00,0x60,0x46,0x9c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}, 15714},
{{0x26,0x07,0x53,0x00,0x01,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0xa8}, 15714},
{{0x26,0x10,0x01,0xc0,0x00,0x00,0x00,0x06,0x02,0x1e,0xc9,0xff,0xfe,0xdd,0xea,0x1b}, 15714}
*/
};

static SeedSpec6 pnSeed6_test[] = {
Expand Down

0 comments on commit 1184d40

Please sign in to comment.