Peter Todd
|
003a3a1547
|
Add support for testnet
|
2013-07-15 06:49:48 -04:00 |
|
Pieter Wuille
|
8dcc006e62
|
Bugfix: case-insensitive hostname matching
|
2013-07-15 12:20:36 +02:00 |
|
Pieter Wuille
|
dc4d06e568
|
heuristics update
|
2013-06-09 09:31:39 +02:00 |
|
Pieter Wuille
|
f5e94ac5fd
|
Use more standard CXXFLAGS
|
2013-04-28 03:22:56 +02:00 |
|
Pieter Wuille
|
7552cbcc47
|
Ignore nonzero Z in requests
|
2013-04-28 03:22:22 +02:00 |
|
Pieter Wuille
|
966d040f8d
|
Only poll nodes once a week for new addresses
|
2013-04-25 01:55:26 +02:00 |
|
Pieter Wuille
|
a8d711b832
|
Use correct reply size in DNS packets
|
2013-04-18 09:36:41 +02:00 |
|
Pieter Wuille
|
b735e5f1ff
|
Use smaller stack for crawler threads
|
2013-04-17 16:01:25 +02:00 |
|
Pieter Wuille
|
78b646d874
|
Improved dump formatting
|
2013-04-15 14:45:31 +02:00 |
|
Pieter Wuille
|
915ce6317f
|
Merge pull request #9 from luke-jr/more_detail
More detail
|
2013-04-15 05:06:51 -07:00 |
|
Pieter Wuille
|
9943b90c54
|
Gradually decrease dump frequency
|
2013-04-15 12:01:32 +02:00 |
|
Pieter Wuille
|
e1876bf199
|
Merge pull request #8 from luke-jr/bugfix_lowheight
Include low-height nodes in dnsseed.dump
|
2013-04-15 01:57:08 -07:00 |
|
Luke Dashjr
|
e3a5f2f325
|
DUMP FORMAT CHANGE: Include service flags in dnsseed.dump as hex
|
2013-04-15 03:32:56 +00:00 |
|
Luke Dashjr
|
bfc7d2f9ef
|
DUMP FORMAT CHANGE: Include "good" flag in dnsseed.dump
|
2013-04-15 03:21:27 +00:00 |
|
Luke Dashjr
|
9856ac750e
|
DUMP FORMAT CHANGE: Include last successful poll time in dnsseed.dump
|
2013-04-15 03:16:26 +00:00 |
|
Luke Dashjr
|
c4930f3312
|
Remember the last successful poll time for each node
|
2013-04-15 03:15:53 +00:00 |
|
Luke Dashjr
|
d7f5c245a3
|
Update required height to 230k
|
2013-04-15 02:52:57 +00:00 |
|
Luke Dashjr
|
d8e20ba484
|
Check for required block height in IsGood to ensure nodes not meeting the requirement are indexed properly
|
2013-04-15 02:47:01 +00:00 |
|
Luke Dashjr
|
89fb42ed4c
|
Revert "Require startingheight >= 230000"
This reverts commit e4330f9be4 .
|
2013-04-15 02:03:25 +00:00 |
|
Pieter Wuille
|
e4330f9be4
|
Require startingheight >= 230000
|
2013-04-14 19:25:10 +02:00 |
|
Pieter Wuille
|
0270a013fb
|
Remove O(n) selection logic
|
2013-04-13 22:47:21 +02:00 |
|
Pieter Wuille
|
13b26a896d
|
CServiceResult and batch scanning
|
2013-04-13 22:47:21 +02:00 |
|
Pieter Wuille
|
321b221a34
|
Start DNS threads first
|
2013-04-13 22:47:20 +02:00 |
|
Pieter Wuille
|
9b9f0e89d8
|
Change default threads
|
2013-04-13 21:46:49 +02:00 |
|
Pieter Wuille
|
3f44b0ae3d
|
Remove weird 10% inverted selection logic
|
2013-04-13 21:46:19 +02:00 |
|
Pieter Wuille
|
5df66a2212
|
bugfix: initialize tor to NULL
|
2013-04-13 21:34:57 +02:00 |
|
Pieter Wuille
|
2f65b2adaa
|
Do not rewrite dumpfile before blocking
|
2013-02-24 20:55:32 +01:00 |
|
Pieter Wuille
|
d25302b565
|
Change ignore policy
|
2013-02-24 20:55:32 +01:00 |
|
Pieter Wuille
|
5bf150c5d9
|
Merge pull request #5 from freicoin/fix-segfault-on-missing-tor
Don't setup TOR proxy unless TOR proxy address is specified on the comma...
|
2012-10-09 15:55:36 -07:00 |
|
Mark Friedenbach
|
6ae3073173
|
Don't setup TOR proxy unless TOR proxy address is specified on the command-line, otherwise a segfault occurs.
|
2012-10-09 14:26:33 -07:00 |
|
Pieter Wuille
|
2c1cd71d39
|
Write+move instead of rewrite for dnsseed.dat
|
2012-09-30 22:02:41 +02:00 |
|
Pieter Wuille
|
849daecd05
|
Updated netbase from upstream bitcoin
|
2012-09-29 18:10:17 +02:00 |
|
Pieter Wuille
|
a4e78e5cf7
|
Increased timeout for onion peers
|
2012-09-29 18:10:13 +02:00 |
|
Pieter Wuille
|
c92918f379
|
Use -flto by default
|
2012-08-12 01:13:41 +02:00 |
|
Pieter Wuille
|
0aff2d1817
|
improve heuristics
|
2012-08-12 00:40:20 +02:00 |
|
Pieter Wuille
|
9e238be677
|
Merge pull request #4 from luke-jr/bugfix_sigpipe
Bugfix: Ignore SIGPIPE (was causing bitcoin-seeder to exit abruptly)
|
2012-06-21 03:29:46 -07:00 |
|
Luke Dashjr
|
8f15960242
|
Bugfix: Ignore SIGPIPE (was causing bitcoin-seeder to exit abruptly)
|
2012-06-21 02:09:05 +00:00 |
|
Pieter Wuille
|
192bf41193
|
Merge pull request #1 from luke-jr/cxxflags
Allow builder to configure CXXFLAGS
|
2012-06-03 14:47:56 -07:00 |
|
Pieter Wuille
|
2bdc3acde2
|
Merge pull request #2 from luke-jr/vt100
Bugfix: Use ANSI/VT100 codes to update status line in a way that actually works
|
2012-06-03 14:47:22 -07:00 |
|
Pieter Wuille
|
af191ddaa8
|
Merge pull request #3 from luke-jr/bugfix_srcip
Bugfix: Send DNS replies from the same IP the request was sent to
|
2012-06-03 14:46:43 -07:00 |
|
Luke Dashjr
|
4947772477
|
Bugfix: Send DNS replies from the same IP the request was sent to
|
2012-06-03 17:10:46 +00:00 |
|
Luke Dashjr
|
ab3edbea18
|
Bugfix: Use ANSI/VT100 codes to update status line in a way that actually works
|
2012-06-03 16:04:12 +00:00 |
|
Luke Dashjr
|
aeca08d112
|
Allow builder to configure CXXFLAGS
|
2012-06-03 15:33:21 +00:00 |
|
Pieter Wuille
|
7cccaba343
|
wipe ban/ignore optional, tor configurable
|
2012-05-30 19:13:00 +02:00 |
|
Pieter Wuille
|
688c68aca4
|
less banning, more ignoring
|
2012-05-30 16:51:44 +02:00 |
|
Pieter Wuille
|
9e25ed4ab6
|
tor support
|
2012-05-26 11:28:29 +02:00 |
|
Pieter Wuille
|
8530bfa64d
|
fix infinite loop AAAA requests
|
2012-05-26 00:09:07 +02:00 |
|
Pieter Wuille
|
2b29f0a760
|
add startingheight to output
|
2012-05-25 16:08:59 +02:00 |
|
Pieter Wuille
|
d6dfa9a8ab
|
fix logging
|
2012-05-25 16:03:10 +02:00 |
|
Pieter Wuille
|
ff1515d9fe
|
fix AAAA record replies
|
2012-05-25 15:59:10 +02:00 |
|