Sync and Checkpoint fix

Syncing the blockchain should not require client restarts anymore and
checkpointing updated. Staking has also been tweaked somewhat.
This commit is contained in:
TrianglesDev
2014-07-24 16:28:57 -07:00
parent ba6b557f39
commit 42dcb01f97
8 changed files with 46 additions and 35 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
// Name of client reported in the 'version' message. Report the same name
// for both bitcoind and bitcoin-qt, to make it harder for attackers to
// target servers or GUI users specifically.
const std::string CLIENT_NAME("Pyramid");
const std::string CLIENT_NAME("Illuminatus");
// Client version number
#define CLIENT_VERSION_SUFFIX ""