Skip to content

No connections found

marpme edited this page Dec 24, 2019 · 3 revisions

Check your firewall

By default the wallet is running in TOR only mode, so please take care that your wallet is able to communicate with tor. If you country is blocked from tor please try to setup a tor bridge and/or run the wallet in dynamic-network=1 (set this in the %appdata%/VERGE/VERGE.conf file) mode.

Manually add peers

Open up your wallet and navigate to help > debug window > console and type each line below one by one:

addnode "aizckfmksnk54gqcg5fur22cz22vzut2ig7cexz45pfm7witswzawcqd.onion" add
addnode "zca2vot3ucw6bjvdg6yhgjxzvyqv7fl27pvu4pskdng6w6dhjfrs5myd.onion" add
addnode "ho6iij2ag6fcnwnqhfwkzfvitcvbrr3lmlgetxlve2isvfqp72vwu5ad.onion" add
addnode "obtsnd4wobjuubco4v2awt534zoog2wtq3oknloibmeul3dh5cxycjqd.onion" add
addnode "jdaootwqo25qcfq3qjcantgfwlilzzc72e6ormt6t3gnafeacjzgd3qd.onion" add
addnode "ry7yyqv4oeu2kjygco5xvcvi2sgr5bxkynvh6yctftghwe2jy6w2wkqd.onion" add
addnode "f3cy2jkmfl3qzqpk4srruhpefkunq3rj6wi7z57yzinyxpk3rmbluoad.onion" add
addnode "amafdqgkmtbkld45kaal5cwwfbrsgnimw77gawwltsaklgxxlubjvhid.onion" add
addnode "n7rk4xqurrvedhhghkkvz2pmxalgmoviokgjiwjgcvpcxa6piym5m2ad.onion" add
addnode "rje6q245yhiyn4setn5abjlcqwapxzgwbfksrscexyhv7ffjdasmvaqd.onion" add
addnode "2zju2kcvt55h3v5dnghtduw5hrqqlt6nggngtyjnrjgybu7tqz4wvdad.onion" add

Add more peers

Link to more peer-2-tor address can be found right at this link: https://github.com/vergecurrency/VERGE/blob/26c8e103d4aa16454bfbc087b29d4ea3f569c6ba/src/chainparams.cpp#L141-L167

Reference Implementation

Bitcoin Developer Reference

Verge Codebase

References

  1. HTTP API
  2. P2P API

Building Verge

Mining Verge

  1. Base Setup
  2. Mining Rules

Wallet Support

  1. Windows Installation
  2. Connection Problems
Clone this wiki locally