Skip to content

Releases: cybershrapnel/NanoCheeZe

3.1.2.9-v3.1 OP_RETURN release 2024

11 Jan 04:50
65f89c4
Compare
Choose a tag to compare

Version 3.1.2.9-v3.1 (Update Required) - 1/10/2024

Alpha version of NanoCheeZe MEQUAVIS has been uploaded.


Install with the Installer here. (Easiest way to get up and running fast)

https://github.com/cybershrapnel/NanoCheeZe/releases/download/3.1.2.9/MEQUAVIS_install.exe


or if you prefer there is a zip file version of the install available here. It includes MEQUAVIS.exe and special version of JDK 11 for the exe to work with.

Download the zip here:
https://github.com/cybershrapnel/NanoCheeZe/releases/download/3.1.2.9/MEQUAVIS_install.zip


Download NanoCheeZe MEQUAVIS without installer: Requires Java 11 JDK

https://github.com/cybershrapnel/NanoCheeZe/releases/download/3.1.2.9/mequavis.exe

or

https://github.com/cybershrapnel/NanoCheeZe/releases/download/3.1.2.9/mequavis.jar


If you just want to install the coin only you can follow the below instructions:

Installation is available at install.nanocheeze.com

I added a NanoCheeZe.zip that contains both the exe and bat installers in case your browser isn't letting your download the exe.

Download this Installer Exe to install for windows and fully fast sync your node to 1/12/2024
or
Download this File: installNCZ.bat
To get started on Windows! (run with admin privileges)

You can get some free coins by signing up for an airdrop at airdrop.nanocheeze.com

View The OP_RETURN WALL Here! or Check Out The Block Explorer Here!

1/21/2024
Found a pretty nasty bug in the rpcconsole in regards to serving the current balance of an acct. the gui and getbalance by all was fine, but getbalance by a specific account was not accounting for opreturns, and it also looks like we are getting opreturns in the pos block txids.. somehow... I will have to investigate this... probably a byproduct of the POR code i was working on /sigh. be careful staking, large amounts of coins when split in half may end up in one of these unspendable pos blocks. I will have to find a way to enable pos blocks with op returns to be spendable. i dunno exactly whats happening yet. But we did write doom into the blockchain using a bytecode interpreter and java to load it and play it directly from the chain :)

1/13/2024 - You can simply download the installNCZ.bat file and run it with administrator privileges to automatically install and sync NanoCheeZe up to the current block as of 1/12/2024. It downloads about 1 gigabyte of chain data. backups any existing NanoCheeZe folder, installs the new client and synced chain, and then migrates a copy of any existing dat files from previous installs into the new folder. Creates a desktop shortcut and then launches it. Also will stop NanoCheeZe if it is open when the script starts and will also update an existing installation or fix a corrupt one.

I also made direct download links for app that should always deliver the most current up to date version of NanoCheeZe-qt.exe.

https://download.xtdevelopment.net

https://download.nanocheeze.com

https://nanocheeze.xtdevelopment.net


update 1/11/2024 released a quick bug fix update today. Forgot to update the wallet check logic to account for op_returns. All good now.
Didn't update the version, it doens't affect the network just your ability to open NanoCheeZe. Updating will fix the issue.


I won't lie, I have had a hell of a time getting gitian-builder to compile an exe for a while now.

I finally realized the issue. lol
The ubuntu repos the builder uses were moved to an archive and a line of code needed to be updated in a single file in gitian builder to point to the new repos at the archive location. The errors were indicating a debian archive issue but I should have realized it was the ubuntu archive it was accessing internally in LXC....

Anyways. I enabled OP_RETURN messages and included two python scripts to both upload messages and to view them.

Will be adding an internal way to view and send them soon. I hope.

Fixed some issues as well. Should be faster and more stable and more connective.

You will fork if you don't update. Former code rejects op_returns outright.

NanoCheeZe 2.0.1.5-ncz-V2.0

20 May 08:18
0c2a5f6
Compare
Choose a tag to compare

Well, I knew I wasn't crazy. The MAX_MONEY variable which most devs thought was the limit on coin production is actually the limit of how much coin can be transferred in one tx... This is what I thought reading through code from the other coins, but I thought I was being dumb. But I was right. So there is no coin cap in NCZ, HBN, CAP, etc.... If you try to send more coin than MAX_MONEY which is 420 million, the client will crash. lol

So, in response to this, I am enabling a stake halving at every 1 million blocks until 8 million which will cap reductions at 1 NCZ per POS block max. POW blocks will remain at 5 NCZ reward indefinitely... This change should effectively cap the coin production to a stable increase after 8 million blocks. Considering it has taken almost 4 years to reach 1 million blocks, that means this shouldn't take full effect for quite some time in the future. We are basically looking at a halving every 3 years or so I would estimate. This means POS coin production will be capped to 125 starting here at block 1 million which is very fast approaching.

UPDATE YOUR CLIENT OR YOU WILL GET FORKED!
untitled3

NanoCheeZe 2.0.1.4-ncz-V2.0

22 Apr 00:51
70c139b
Compare
Choose a tag to compare

Fixed an issue with the node discovery protocol. Was trying to connect to the rpc port instead of client port and they were fighting... All should be good now.

untitled3

NanoCheeZe 2.0.1.3

09 Jan 10:05
99a954d
Compare
Choose a tag to compare

Windows exe release 2.0.1.3-ncz-V2.0

Build from source for Linux or if you desire the nanocheezed.exe
Refer to the link below for simple Linux install instructions
https://github.com/cybershrapnel/NanoCheeZe/blob/master/INSTALL

Our MEQUAVIS Digital Multiverse Control Panel and launcher Demo App is also available for Windows
It does require the 32bit version of the JAVA JDK however, The JRE will not run this.
https://xtdevelopment.net/nanocheeze.exe

untitled3