Skip to content

Commit

Permalink
vanilla
Browse files Browse the repository at this point in the history
  • Loading branch information
wallisonalves committed Nov 6, 2018
1 parent 201eaae commit 28d1046
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion coin/src/database_stack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,11 @@ void database_stack::start(const std::uint16_t & port, const bool & is_client)
/**
* Add the hard-coded bootstrap contacts.
*/
contacts.push_back(std::make_pair("n00.vanilla.cash", 51280));
contacts.push_back(std::make_pair("n01.vanilla.cash", 54526));
contacts.push_back(std::make_pair("n02.vanilla.cash", 34003));
contacts.push_back(std::make_pair("n03.vanilla.cash", 51280));
contacts.push_back(std::make_pair("n03.vcash.info", 38495));
contacts.push_back(std::make_pair("n04.vcash.info", 34621));

/**
* Set the port.
Expand Down
4 changes: 3 additions & 1 deletion crawler/src/database_stack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ void database_stack::start(const std::uint16_t & port, const bool & is_client)
/**
* Add the hard-coded bootstrap contacts.
*/
contacts.push_back(std::make_pair("n00.vanilla.cash", 51280));
contacts.push_back(std::make_pair("n01.vanilla.cash", 54526));
contacts.push_back(std::make_pair("n02.vanilla.cash", 34003));
contacts.push_back(std::make_pair("n03.vanilla.cash", 51280));
contacts.push_back(std::make_pair("n03.vcash.info", 38495));
contacts.push_back(std::make_pair("n04.vcash.info", 34621));

/**
* Set the port.
Expand Down

0 comments on commit 28d1046

Please sign in to comment.