Skip to content

Releases: genesis-x/genesis-x

Mandatory Wallet Update v1.5.0 (by block 1,300,000)

16 Nov 12:00
c237ca1
Compare
Choose a tag to compare

  • Make a copy of your important wallet information and save it to a safe location.
    - use search function to open %appdata% folder
    - inside the appdata folder, open the GenesisX folder
    - backup wallet.dat and also masternode.conf if you own a masternode and genesisx.conf if you made any changes to this file (save them to your desktop, or on another partition drive or USB).
  • Windows users download windows zip file, MacOS users download MacOS file.
  • Linux Users update your wallets via wget <Wallet_Location_Link> to the headless or qt versions
    genesisx-cli stop
    cd /usr/local/bin/
    rm genesisxd
    rm genesisx-cli
    Linux headless wget https://github.com/genesis-x/genesis-x/releases/download/v1.5.0/genesisx-1.5.0-linux.zip
    Linux QT wget https://github.com/genesis-x/genesis-x/releases/download/v1.5.0/genesisx-1.5.0-linux-qt.zip
    unzip genesisx-1.5.0-linux.zip
    chmod +x genesisxd
    chmod +x genesisx-cli
    genesisxd
  • Unzip the zip files and remove the old v1.4.0 executable application icon and replace with the new v1.5.0 icon.
  • Open the new wallet and let it sync.
  • Double check you are on the correct version by clicking the Help tab at the top and select About GenesisX Core
    - Should read GenesisX Core version v1.5.0.0-unk
  • ***Linux Users use the command genesisx-cli getinfo grep | version
    - Should give the outputs
    "version" - 1050000
    "protocolversion" - 72000

THIS IS A MANDATORY WALLET UPDATE. ANY EXISTING WALLETS ON V1.4.0 THAT HAVE COINS IN THEM THAT AREN'T UPDATED WILL END UP ON THEIR OWN FORK OF THE CHAIN. DO NOT TRY TO SEND ANY COINS. YOU WILL NEED TO UPDATE TO V1.5.0 BEFORE PROCEEDING.

ALL NEW USERS JUST DOWNLOAD V1.5.0 WALLET. THERE IS NOTHING ELSE YOU WILL NEED TO DO.

ALL USERS WANTING TO START MASTERNODES PLEASE GO TO OUR MN SETUP PAGE AT https://github.com/genesis-x/xgsmnsetup


If you require anymore assistance, please do not hesitate to contact us at our discord community page where we are highly active.
https://discord.gg/KmS6rHk


The new features contained within this wallet update are:

✅ Update all dependencies to latest
✅ Remove resource hungry spent stake patch
✅ [RPC][Bug] Masternodecurrent:
✅ Don't assert if we were beaten to the block
✅ Delete main.cpp
✅ Don't assert if we were beaten to the block
✅ Add masternode sync next
✅ [UI] Fix improperly parented wallet view.
✅ Update masternode.cpp
✅ Improve stake kernel performance
✅ Removes fees from POS reward
✅ Prevent chain stop on reward change
✅ Add WITH_LOCK macro: run code while locking a mutex.
✅ New spork keys
✅ Seeds and checkpoints update
✅ Remove unneeded cs_lock
✅ Version update to 1.5.0


Mandatory Update by block 350000

26 Jan 14:15
ecdd08b
Compare
Choose a tag to compare

GenesisX governance wallet update.

17 Aug 14:56
a1b5c38
Compare
Choose a tag to compare

Please update your local and vps wallets from 1.2.0 to 1.3.0

All platforms wallet

27 Jun 20:51
a1b5c38
Compare
Choose a tag to compare