Skip to content

Commit

Permalink
Boostrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Lelicanin committed Jul 20, 2018
1 parent d5c0bcc commit 305abe9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ TRAVERSE_NAT_ENABLED=0
TEST_NETWORK_ENABLED=1

# Bootstrap node to connect
BOOTSTRAP_NODE=http://ou66zqo3r7nxmmnuvnvdoqjm662aem3nef4zsyxekdzjv3ngwue7hqyd.onion:443/#fd0fb28ecedf298f70218abf3947c81b50064d41
BOOTSTRAP_NODE=http://l7j34pimur6qllxr2uyhuujpsmx4ga4olve5em4igbjnmfokllj4bead.onion:443/#694085c1f0379dad80b917ab747ed80cd2c2ed04,http://bev4uwc77b7ag66pkwijry5hfgxmpnehiw63mhgjv4qquxedsnrxoeid.onion:443/#a3405151e3adaff757e3bef2e928143e2b3d3f97

# Is this a bootstrap node
IS_BOOTSTRAP_NODE=0
Expand Down
2 changes: 1 addition & 1 deletion .env.travis
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ TRAVERSE_NAT_ENABLED=0
TEST_NETWORK_ENABLED=1

# Bootstrap node to connect
BOOTSTRAP_NODE=http://ou66zqo3r7nxmmnuvnvdoqjm662aem3nef4zsyxekdzjv3ngwue7hqyd.onion:443/#fd0fb28ecedf298f70218abf3947c81b50064d41
BOOTSTRAP_NODE=http://l7j34pimur6qllxr2uyhuujpsmx4ga4olve5em4igbjnmfokllj4bead.onion:443/#694085c1f0379dad80b917ab747ed80cd2c2ed04,http://bev4uwc77b7ag66pkwijry5hfgxmpnehiw63mhgjv4qquxedsnrxoeid.onion:443/#a3405151e3adaff757e3bef2e928143e2b3d3f97

# Sent logs to OriginTrail - TestNet
SEND_LOGS=1
Expand Down
5 changes: 0 additions & 5 deletions migrations/20180411095437-create-data-challenges.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ module.exports = {
allowNull: true,
type: Sequelize.INTEGER,
},
sent: {
allowNull: false,
type: Sequelize.BOOLEAN,
default: false,
},
}),
down: (queryInterface, Sequelize) => queryInterface.dropTable('data_challenges'),
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "origintrail-node-1.0bRC",
"version": "1.0.5",
"version": "1.1.0",
"description": "OriginTrail node",
"main": ".eslintrc.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion testnet/register-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class RegisterNode {
}

env.DB_PASSWORD = 'root';
env.BOOTSTRAP_NODE = 'http://ou66zqo3r7nxmmnuvnvdoqjm662aem3nef4zsyxekdzjv3ngwue7hqyd.onion:443/#fd0fb28ecedf298f70218abf3947c81b50064d41';
env.BOOTSTRAP_NODE = 'http://l7j34pimur6qllxr2uyhuujpsmx4ga4olve5em4igbjnmfokllj4bead.onion:443/#694085c1f0379dad80b917ab747ed80cd2c2ed04,http://bev4uwc77b7ag66pkwijry5hfgxmpnehiw63mhgjv4qquxedsnrxoeid.onion:443/#a3405151e3adaff757e3bef2e928143e2b3d3f97';

for (const prop in env) {
if (Object.prototype.hasOwnProperty.call(env, prop)) {
Expand Down

0 comments on commit 305abe9

Please sign in to comment.