Skip to content

Commit

Permalink
Merge pull request #2 from Znuff/master
Browse files Browse the repository at this point in the history
Multiple changes that fix various issues that people are having.
  • Loading branch information
qbic-platform committed Feb 21, 2018
2 parents 4876cff + 005c227 commit 3ec1e6f
Show file tree
Hide file tree
Showing 14 changed files with 82 additions and 953 deletions.
Empty file modified autogen.sh
100644 → 100755
Empty file.
6 changes: 2 additions & 4 deletions contrib/seeds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ Utility to generate the seeds.txt list that is compiled into the client

The seeds compiled into the release are created from sipa's DNS seed data, like this:

curl -s http://bitcoin.sipa.be/seeds.txt > seeds_main.txt
python makeseeds.py < seeds_main.txt > nodes_main.txt
python generate-seeds.py . > ../../src/chainparamsseeds.h

qbic-cli masternodelist full ENABLED | awk '{printf ("%s\t%s\n", $10, $7)|"sort -t',' -gk2"}' | cut -d\" -f 1 | tail -n 30 > nodes_main.txt
python generate-seeds.py .
Empty file modified contrib/seeds/generate-seeds.py
100644 → 100755
Empty file.
Empty file modified contrib/seeds/makeseeds.py
100644 → 100755
Empty file.
Loading

0 comments on commit 3ec1e6f

Please sign in to comment.