How to Setup a EDGE Node :Start your EDGE wallet
Go to Help>Debug>Console
type the following and hit Enter (Alias is name of your node address):
Send
exactly 10000 EDGE to that address
Go to Help>Debug>Console
type the following and hit Enter:
Copy the result and place that in the EDGE.conf file below:
rpcallowip=127.0.0.1
rpcuser=YourUserName
rpcpassword=YourRPCPassword
rpcport=Any Port
server=1
daemon=1
listen=1
staking=0
port=Any Port2
masternodeaddr=YOUR_EXTERNAL_IP, TOR or i2p address:Any Port2
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND masternode genkey
Any Port2 must be open.
Restart your wallet and go back to Help>Debug>Console
Type the following and hit enter:
How to Run More than one EDGE Node instance on the same PC:1- Make a new folder ((Example: Masternodes)
2- inside masternodes folder, make N number of new folders and name them for example mn1 , mn2 ..etc ( N= number of nodes you want to run)
3- go back to masternodes folder and place N number of edge-qt.exe copies and name them mn1.exe mn2.exe ..etc
4- on the same masternode folder, make new N number of RunMN1.bat files and paste the following:
mn1.exe -datadir=path_to_mn1_folder
*
make sure to change mn1.exe and path for every .bat file5- Start each RunMN1.bat, RunMN2.bat ..etc and follow "How to Setup a EDGE Node" on top
*
each node must have different ports on EDGE.conf fileRunning a EDGE node under TOR or i2p is the same.How to run EDGE under Tor or i2p:Tor:
1- Download & install Tor :
https://www.torproject.org/download/download-easy.html.en2- Run Tor then close it
3- go to your Tor installing path ( C:\Users\USER NAME\PATH TO\Tor Browser\Browser\TorBrowser\Data\Tor
4- open the file 'torrc' with text editor and add the following:
HiddenServiceDir c:\onion\EDGE
HiddenServicePort PORT 127.0.0.1:PORT
* you can copy paste this as many as you want (this can be done to run more than one EDGE node instance on same pc under Tor) but you must set different PORT for each and add that to port= in conf file, and set different HiddenServiceDir 4- start your Tor browser
5- add the following to your EDGE.conf:
-port=PORT_FROM_torrc_FILE
6- start EDGE wallet with:
Connect to Tor only:
edge-qt.exe -onlynet=Tor -listen=0 -irc=0 -proxy=127.0.0.1:9150
ORConnect to Tor and Clearnet:
edge-qt.exe -proxy=127.0.0.1:9150 -tor=127.0.0.1:9150
I2P:
1- Download & install I2P :
https://geti2p.net/en/download2- Start I2P ( a webpage should auto open)
3- go to
http://127.0.0.1:7657/configclients and click start and check-box "SAM application bridge"
5- from EDGE wallet, go to Settings>Options>I2P and check-box Use I2P only and restart wallet.
* if you want to run with a static i2p address ( this can be done also to run a EDGE node under i2p) do the following:6- from Settings>Options>I2P click on current I2P-address.. copy mydestination=SOME_LONG_STRING and paste it to your EDGE.conf then restart your wallet