This release includes a patch for the getblockstats
RPC command to ensure it functions accurately and returns consistent results.
Reason for the Change
Previously, the getblockstats
command could return inconsistent results when called with a block height, as it would sometimes use the latest block instead of the specified height. This issue affected users relying on precise block statistics for analysis and development purposes. The fix ensures that getblockstats
now correctly references the block provided by hash or exact height, delivering reliable and accurate data.
Included Files in v3.0.1
This release comes with seven main downloadable files:
- luckycoin.conf
- Node-v3.0.1-linux.zip
- Node-v3.0.1-ubuntu20.04.zip
- Node-v3.0.1-windows.zip
- Wallet-v3.0.1-linux.zip
- Wallet-v3.0.1-ubuntu20.04.zip
- Wallet-v3.0.1-windows.zip
Details
- The Node packages include essential binaries such as
luckycoind(.exe)
,luckycoin-cli(.exe)
, and other necessary tools for running nodes. - The Wallet packages contain the
luckycoin-qt(.exe)
file for managing your Luckycoin wallet. For existing users, simply replace your currentluckycoin-qt
executable with the new version provided. - The
luckycoin.conf
file is also included to aid in node and wallet synchronization. Place this file in the default directory to ensure your node connects seamlessly to the correct peers and achieves proper synchronization.
Default Directories for luckycoin.conf
Place the luckycoin.conf
file in the following default directories:
- Linux:
~/.luckycoin/
- Windows:
%appdata%/Luckycoin
We hope these updates enhance your experience and provide the stability needed for reliable block data analysis.