index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
seeds
/
generate-seeds.py
Age
Commit message (
Expand
)
Author
2023-04-18
doc: update references to kernel/chainparams.cpp
fanquake
2023-01-03
script, test: fix python linter E275 errors with flake8 5.0.4
Jon Atack
2021-11-03
contrib: recognize CJDNS seeds as such
Vasil Dimov
2021-06-03
contrib: update generate-seeds.py to ignore torv2 addresses
Jon Atack
2021-05-02
contrib: parse I2P addresses in generate-seeds.py
Jon Atack
2021-04-05
contrib: generate-seeds.py generates output in BIP155 format
W. J. van der Laan
2019-09-03
test/contrib: Fix invalid escapes in regex strings
Ben Woosley
2018-06-12
Explicitly specify encoding when opening text files in Python code
practicalswift
2018-05-11
Enable W191 and W291 flake8 checks.
John Bampton
2018-04-16
Minor Python cleanups to make flake8 pass with the new rules enabled
practicalswift
2018-02-11
Fix a-vs-an typos
practicalswift
2017-08-28
Use sys.exit(...) instead of exit(...): exit(...) should not be used in programs
practicalswift
2017-02-10
Update seeds tooling to Python 3
Wladimir J. van der Laan
2016-06-26
Use portable #! in python scripts (/usr/bin/env)
Matthew King
2015-12-02
Fix various typos
paveljanik
2015-06-25
contrib: Improvements to hardcoded seeds scripts
Wladimir J. van der Laan