Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
add checkpoint, seed node, and web_wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsha256 committed Aug 30, 2014
1 parent 24cc406 commit 1ed1a6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion libraries/blockchain/include/bts/blockchain/checkpoints.hpp
Expand Up @@ -11,5 +11,6 @@ const static std::map<uint32_t, bts::blockchain::block_id_type> CHECKPOINT_BLOCK
{312818, bts::blockchain::block_id_type("8d1cb83d5d98bebbef06820f627fc00bd33c8cdc")},
{324000, bts::blockchain::block_id_type("5e85f072d4567a0e821e2028171c7f2dcc4e66ee")},
{332000, bts::blockchain::block_id_type("2ab4e4de53568149de0a0a37f46fce05d861d43f")},
{341000, bts::blockchain::block_id_type("b77a53d3d3c8dfd1c03d04fb989606bc1a738166")}
{341000, bts::blockchain::block_id_type("b77a53d3d3c8dfd1c03d04fb989606bc1a738166")},
{358310, bts::blockchain::block_id_type("4fb5498c0f1bce18740dca639389e307a194de2a")}
};
1 change: 1 addition & 0 deletions libraries/client/include/bts/client/client.hpp
Expand Up @@ -65,6 +65,7 @@ namespace bts { namespace client {
{
config( ) :
default_peers(vector<string>{
"5.101.106.138:1776",
"5.101.106.138:1777",
"5.101.106.138:1778",
"61.129.33.213:1776",
Expand Down
2 changes: 1 addition & 1 deletion programs/web_wallet

0 comments on commit 1ed1a6b

Please sign in to comment.