Mpower Wallet Setup Guide (Windows) Trouble shooting1. Download the Mpower wallet (mpower-qt-windows.zip) from our website
https://github.com/MpowerMPO/Releases or
https://www.mpower.works 2. Extract the mpower-qt.exe file to any location on your PC or VPS (with a fixed IP address).
3. Run the mpower-qt.exe file and wait for the wallet to sync.
4a. It does sometimes happen that the wallet does not want to sync correctly and keeps dropping the connection to the network. In this case, exit the wallet and open the mpower.conf file (usually located at c:\users\username\appdata\roaming\mpower or Click the "Search" icon on the Windows Start screen. Type "%appdata%" and press "Enter." This opens File Explorer and takes you directly to the AppData Roaming subfolder. Now go to the mpower folder.
Add the following lines of code to mpower.conf (using a normal editor like Notepad):
rpcuser=Anything
rpcpassword=Anything
rpcallowip=127.0.0.1
server=1
addnode=23.95.221.166
addnode=198.23.209.149
addnode=192.227.227.38
Save and close the file.
4b. Delete EVERYTHING in the c:\users\username\appdata\roaming\mpower folder EXCEPT the following 2 files:
wallet.dat (this is your wallet addresses and coins)
mpower.conf (the file you just edited)
5. Run the mpower-qt.exe file again and the wallet should sync correctly this time.