Skip to content

Commit

Permalink
New checkpoints file
Browse files Browse the repository at this point in the history
  • Loading branch information
hayzamjs committed Jun 12, 2018
1 parent c791ab2 commit 894ba40
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
Binary file modified src/.DS_Store
Binary file not shown.
Binary file modified src/blocks/checkpoints.dat
Binary file not shown.
2 changes: 1 addition & 1 deletion src/cryptonote_core/blockchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4272,7 +4272,7 @@ void Blockchain::cancel()
}

#if defined(PER_BLOCK_CHECKPOINT)
static const char expected_block_hashes_hash[] = "adb26b728c027ecfcbcc216977669cad40d643c6f34e9950f738efa23ae30259";
static const char expected_block_hashes_hash[] = "a6011e0dfaf768efe789d899e2cf6282c7b4b81dd0825d3b77625bbef6a433b0";
void Blockchain::load_compiled_in_block_hashes()
{
if (m_fast_sync && get_blocks_dat_start(m_testnet) != nullptr && get_blocks_dat_size(m_testnet) > 0)
Expand Down
6 changes: 4 additions & 2 deletions src/p2p/net_node.inl
Original file line number Diff line number Diff line change
Expand Up @@ -413,10 +413,12 @@ namespace nodetool
}
else
{
full_addrs.insert("185.91.117.244:20188");
full_addrs.insert("185.91.116.196:20188");
full_addrs.insert("185.91.116.136:20188");
full_addrs.insert("185.91.116.164:20188");
full_addrs.insert("62.75.160.163:20188");
full_addrs.insert("107.191.63.92:20188");
full_addrs.insert("51.38.235.241:20188");
full_addrs.insert("62.75.160.163:20188");
}
return full_addrs;
}
Expand Down

0 comments on commit 894ba40

Please sign in to comment.