Releases: XUEZ/Xuez-Core
faster, Faster, FASTER !!!!
CC has made some very significant speed improvements in syncing time, as well as some updates for more reliable block processing.
I updated the QT to version 5.15.3 for all versions, and the build OS is now based on Debian Bullseye (Ubuntu 20.04 - focal).
macOS minimum version is Mojave and M1 support is now native via a universal binary.
Windows version is 64bit only now (no more 32bit support)
Optimal Ubuntu version is 20.04 (Debian Bullseye)
Raspberry Pi OS was also updated.
CentOS or Centos Stream users will still need to build from src.
** added DEB packages for Debian/Ubuntu based distos.
xuez-wallet_2110_amd64.deb - 64bit Linux GUI wallet install
xuez-cli_2110_amd64.deb - 64bit CLI tools and daemon install
xuez-wallet_2110_aarch64.deb - 64bit ARM (Raspberry PI type) GUI wallet install
xuez-cli_2110_aarch64.deb - 64bit ARM (Raspberry PI type) CLI tools and daemon install
xuez-wallet_2110_arm-linux-gnueabihf.deb - 32bit ARM (Raspberry PI type) GUI wallet install
xuez-cli_2110_arm-linux-gnueabihf.deb - 32bit ARM (Raspberry PI type) CLI tools and daemon install
I'll have the stake
Updated release with "getstakingstatus" RPC command and status badge in the GUI.
Other changes include proper display of text in the splash window, and only allowing v2xxx clients to connect.
I'll have the stake, with PI
This release is for ARM-based SOCs like the Raspberry Pi.
Updated release with "getstakingstatus" RPC command and status badge in the GUI.
Other changes include proper display of text in the splash window, and only allowing v2xxx clients to connect.
The ld2.28 release is built on Debian 10, and should run on similar OSes like Ubuntu
These are the Droids you're looking for.
THIS IS AN EXPERIMENTAL RELEASE FOR EXPERTS ONLY
It will have bugs, and may drain your phone battery to 0 in minutes.
Not because it's a poorly written app, but because of what it does.
You'll need Android 8 (Oreo) or better, and at LEAST 3GB of RAM to run the wallet.
Here are the steps:
- Download and install the apk using your favorite web browser, Downloader, or file explorer app.
- Ignore the warnings and approve/allow permissions to pictures/storage when you initially launch the application
- The app will crash the first time it's launched, ignore it and launch it again
- After the app launches successfully, quit the app (make sure it's not running) and restore the blockchain with a recent snapshot
- Get the latest snapshot here - snapshot link
- Block "bootstrapping" is mandatory. Syncing from block 0 did not complete after 5 days on any of my test devices.
- Replace the blocks and chainstate folders in /storage/emulated/0/org.xuezcore.qt or /sdcard/org.xuezcore.qt (they are the same location)
Tested features include wallet send and receive and staking - feel free to comment on our Discord channel or post here in the Wiki.
Checkpoint and image optimizations
Follow-up to recent wallet and protocol changes.
Legacy Version
This version is no longer active.
Should only be used for dumping private keys for import into the latest version.
Checkpoint and BIP34 update
added a checkpoint and BIP34 for block 1442800.
added arm32 and arm64 builds for SoC devices like the raspberry Pi
Initial release
Brand new, all PoS, all the time. Please shut down all your masternodes
- dump all your private keys with
dumpprivkey your_xuez_address
from your existing wallet.
You don't have to be on the current chain for that. - keep your wallet.dat and your wallet backups
- delete your blockchain files, all of them. Check the bootstrap instructions on the Discord channel if you need
info on how to locate the blockchain files directory for your platform - Download and install the new app for your platform.
- Sync should be an hour or 2, or you can check the Discord channel for the latest bootstrap files and instructions.
- Create a new wallet using the console with
createwallet defaultwallet
- import your private keys with
importprivkey your-keys-from-above
and that's that.