Skip to content

Commit

Permalink
downgrade mapdb to 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Qora-Supporter committed Jul 29, 2017
1 parent 6cc17f5 commit d7d0b76
Show file tree
Hide file tree
Showing 8 changed files with 1,689 additions and 1,664 deletions.
22 changes: 12 additions & 10 deletions Qora/peers.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"knownpeers":[
"188.166.16.64",
"122.129.64.15",
"23.92.218.205",
"128.199.45.81",
"192.111.150.248",
"192.111.150.249"
]
}
{
"knownpeers":[
"188.166.53.239",
"193.242.148.251",
"106.187.42.214",
"88.132.141.82",
"61.186.94.149",
"198.199.103.12",
"188.166.16.64",
"106.186.122.39"
]
}
2 changes: 1 addition & 1 deletion Qora/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>org.mapdb</groupId>
<artifactId>mapdb</artifactId>
<version>3.0.5</version>
<version>1.0.9</version>
</dependency>
<!-- https://mvnrepository.com/artifact/log4j/log4j -->
<dependency>
Expand Down
26 changes: 25 additions & 1 deletion Qora/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,29 @@
"maxconnections":100,
"guienabled":true,
"lang":"en.json",
"knownpeers":[]
"knownpeers":[
"192.111.150.242",
"216.126.198.26",
"71.94.87.188",
"192.99.181.233",
"193.242.148.251",
"106.187.42.214",
"88.132.141.82",
"61.186.94.149",
"71.94.87.188",
"216.126.198.26",
"118.184.54.215",
"103.85.225.238",
"106.186.122.39",
"188.166.16.64",
"23.92.218.205",
"128.199.45.81",
"192.111.150.248",
"192.111.150.249",
"103.85.224.195",
"118.184.54.215",
"71.94.87.188",
"150.129.80.71",
"118.99.57.76"
]
}

0 comments on commit d7d0b76

Please sign in to comment.