e08d765f11
Conflicts: Makefile.am README.md configure.ac contrib/seeds/nodes_main.txt qa/rpc-tests/decodescript.py qa/rpc-tests/test_framework/util.py src/Makefile.am src/Makefile.qt.include src/Makefile.qttest.include src/Makefile.test.include src/bitcoin-cli-res.rc src/bitcoin-cli.cpp src/bitcoin-tx.cpp src/bitcoind.cpp src/chainparams.cpp src/chainparamsseeds.h src/init.cpp src/main.cpp src/main.h src/miner.cpp src/net.cpp src/primitives/block.cpp src/rpc/mining.cpp src/rpc/rawtransaction.cpp src/rpc/server.cpp src/rpcserver.h src/script/interpreter.cpp src/script/script.cpp src/script/script.h src/test/alert_tests.cpp src/test/data/alertTests.raw src/test/data/script_invalid.json src/test/data/script_valid.json src/test/data/tx_invalid.json src/test/data/tx_valid.json src/test/miner_tests.cpp src/test/script_tests.cpp src/test/test_bitcoin.cpp src/test/test_bitcoin.h src/test/transaction_tests.cpp src/timedata.cpp src/util.cpp src/wallet/rpcwallet.cpp src/wallet/wallet.cpp src/wallet/wallet.h |
||
---|---|---|
.. | ||
generate-seeds.py | ||
makeseeds.py | ||
nodes_main.txt | ||
nodes_test.txt | ||
README.md |
Seeds
Utility to generate the seeds.txt list that is compiled into the client (see src/chainparamsseeds.h and other utilities in contrib/seeds).
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