Skip to content

Wallet 2.0.0

Latest
Compare
Choose a tag to compare
@SACdeTERRE SACdeTERRE released this 23 Mar 05:48
· 3 commits to master since this release
f44f285

Initial release of MirQuiX Core wallet. This release includes:

  • Windows x64 wallet client
  • Linux wallet client
  • Linux VPS wallet client
  • Masternode install script

Privacy (zmqx/zerocoin) functionality is NOT fully functional yet. Do NOT use.


Please update your mqx.conf (Windows: %appdata%/mqx, Linux: /home/.mqx) file with the following addnodes to ensure proper syncing:

addnode=87.140.38.150:58881
addnode=155.138.129.116:58881
addnode=66.42.55.49:58881
addnode=173.212.205.134:58881
addnode=201.93.195.123:58881
addnode=187.11.15.10:58881
addnode=80.218.201.47:58881
addnode=149.28.155.146:58881
addnode=195.181.240.10:58881
addnode=207.253.169.34:58881
addnode=94.130.185.77:58881
addnode=80.211.237.141:58881
addnode=99.245.48.84:58881
addnode=149.28.144.14:58881
addnode=80.211.35.120:58881
addnode=80.241.211.226:58881
addnode=158.140.182.237:58881
addnode=207.148.125.40:58881
addnode=201.43.18.130:58881
addnode=31.69.33.91:58881
addnode=95.179.138.184:58881
addnode=94.15.13.212:58881
addnode=60.126.22.169:58881
addnode=176.67.84.165:58881
addnode=187.11.8.24:58881
addnode=68.5.57.212:58881
addnode=45.76.150.28:58881
addnode=149.28.145.240:58881
addnode=86.127.175.8:58881
addnode=90.154.70.17:58881


Core wallet bootstrap instructions:

Download bootstrap: https://github.com/SACdeTERRE/MirQuiX-Core/releases/download/v2.0/bootstrap.zip
Unzip it in a folder of your choosing. Then copy the four folders inside it, and paste them in the mqx datafolder.
Datafolder standard locations are %appdata%/mqx (Windows) and /home/.mqx (Linux)


Masternode installation & bootstrap commands (issue in VPS via PuTTy):

wget https://github.com/SACdeTERRE/MirQuiX-Core/releases/download/v2.0/mqx_install.sh
chmod +x mqx_install.sh
./mqx_install.sh

Select option 1 for installation of new masternode.
Simply paste your masternode genkey when asked for it.

Select option 2 to automatically bootstrap your wallet.
Wait for it to finish and follow instructions to activate your masternode.