Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Turtus committed Dec 15, 2017
1 parent d01e862 commit 6d5f552
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 2 additions & 0 deletions contrib/docker/centos7/Dockerfile
Expand Up @@ -29,6 +29,8 @@ WORKDIR /coin/git

RUN ./autogen.sh && ./configure --with-gui=qt5 && make && mv src/VERGEd /coin/VERGEd

ADD ./conf/VERGE.conf /root/.VERGE/VERGE.conf

WORKDIR /coin
VOLUME ["/coin/home"]

Expand Down
24 changes: 23 additions & 1 deletion contrib/docker/ubuntu14_container/conf/VERGE.conf
@@ -1,2 +1,24 @@
rpcuser=put_your_username
rpcpassword=put_your_pass
rpcpassword=put_your_pass
addnode=104.131.144.82:21102
addnode=104.236.107.27:21102
addnode=104.237.2.189:21102
addnode=116.251.193.36:21102
addnode=138.197.68.130:21102
addnode=138.68.108.250:21102
addnode=159.203.121.202:21102
addnode=167.114.208.68:21102
addnode=172.104.157.38:21102
addnode=216.15.40.124:21102
addnode=45.32.129.168:21102
addnode=45.32.242.173:21102
addnode=45.55.209.243:21102
addnode=45.55.59.206:21102
addnode=46.4.64.68:21102
addnode=61.164.253.37:21102
addnode=68.66.193.48:21102
addnode=69.197.128.125:21102
addnode=78.46.190.152:21102
addnode=80.98.74.43:21102
addnode=91.121.82.47:21102
addnode=94.130.19.114:21102

2 comments on commit 6d5f552

@murfeezy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Help, downloaded the "Verge Windows Electrum Wallet" and it is "not connected" downloaded the latest blockchain posted it to my user appdata directory and nothing. no signs of attempting to connect. Any help please! I have ambitiously exchanges sub-BTCs to my wallet which is still offline. I'm afraid my finds are just in the ether somewhere.

@kennycoder
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@murfeezy Follow the tutorial here:
https://verge-blockchain.com/

Please sign in to comment.