Commit Graph

5 Commits

Author SHA1 Message Date
Manfred Karrer
b1c4d7b636 change pom files for 0.3.2.2-SNAPSHOT 2015-12-20 20:20:14 +01:00
Manfred Karrer
63c9b4670f Add error handling for serialization inconsistency 2015-04-17 15:23:35 +02:00
Chris Beams
8c9557c891
Allow configurability of bitcoin network with --bitcoin.network
This commit changes the previous option value of 'networkType' to
'bitcoin.network' and exposes it through the ArgumentParser.
2014-11-10 15:42:16 +01:00
Chris Beams
56409c0177
Rename app.cli.{SeedNode => BootstrapNode}
With this commit we're now using the naming "bootstrap node" everywhere
as opposed to the more fuzzy notion of "seed node" (which was originally
borrowed from Bitcoin Core, but doesn't really describe what we're up to
very well.

As it turns out, Kademlia also uses the terminology "bootstrap node" [1], so
we're in good company with this change.

[1]: https://en.wikipedia.org/wiki/Kademlia#Joining_the_network
2014-11-10 15:04:42 +01:00
Manfred Karrer
ba3d04fed1 Add config file support for seednode selection, Fix resource loading bug with checkpoint file for mainnet 2014-09-29 03:01:01 +02:00