Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #289 from Musicoin/target17
Browse files Browse the repository at this point in the history
Add new bootnodes (to prevent China censorship)
  • Loading branch information
immartian committed May 17, 2019
2 parents 88b1b09 + 317025b commit 040597f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Prerequisites:
- node >=8.0.0
- yarn >=1.7.0
- Wine for windows builds on non Windows systems
- upgrade nw.js with `npm install -g nw` (in case there's EACCESS errors, run with `--unsafe-perm=true --allow-root` flags)

## Build Release version

Expand Down
4 changes: 3 additions & 1 deletion bootnodes.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"nodes": [
"enode://7c62387a4f0a02603b6dcbc7d1223521dad6837e6f11d9da84ac2a4802fe855531c26ac3b1bfb895c15d1e3ec5882661bb95c4b98d9124407e72881e86b8c1b1@104.196.1.188:30303",
"enode://05592bc5d209c2b0eee10ad47cf3324898d6d8a34e9ac0746431d52eb5fc5d415e9bd42ecb42f44b29955dafdb760fd84817e23c3e3bc041783d6315be6aa996@35.243.225.31:30303",
"enode://d524703638b102a07fc55a955e5aa5726356456a3efaaae1de6e9a4a543af021e2eebccf41e690cb122061f38768cebbd28fb05f65f16b2065dae5217835795d@206.248.178.30:30303",
"enode://b6c1eca0ad6faed965cd913ea35c31c8ff368d74cd75f91222d4b96bc5d83a1ecdf795e80d2031017a5dd087e300f7ea3d83147f3b58f8ba44e79935235313a7@73.95.11.149:30303",
"enode://ef803a9c12ebd179daae2de67e96d048cdb6f7bf97a43b0ef2398a5697c48914202d4553cf04b799ad6a15ce61d36851b68a6e893d8d921113f3ccb8d5dcbecb@63.131.175.176:30303",
Expand Down Expand Up @@ -602,4 +604,4 @@
"enode://2a29e37a434e67f496886f536ba0c0b2d459fc6376de88dde08fd6387ff0057c893a9d28dcc26d5e5e07ddfd0c0baf70a409cd3f410dae7abd028b826f969fce@144.76.224.47:10303",
"enode://0ccb13174bb1594dd78da0551491a956a3aa3f2b0875ae0d1fda56c4099db730e0179a3ba7ab078edd010091301c681876d00611674e9f5367c64bcba73582da@172.104.117.164:30306"
]
}
}
Binary file modified interface/images/bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "interface",
"description": "Musicoin Interface Module",
"license": "MIT",
"version": "1.7.1",
"version": "1.7.2",
"private": false,
"homepage": "https://musicoin.org",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.1
1.7.2

0 comments on commit 040597f

Please sign in to comment.