github SmartCash/Core-Smart v1.3.3
1.3.3 Rewards Fixes - Required for all Users, Nodes, and Pools

latest releases: v2.1.1, v2.1.0, v2.0.6...
3 years ago

This release fixes issues with nodes syncing or getting stuck. Everyone should update to this version. Old versions are likely to get stuck on block 1805599.

This release simplifies the way blockrewards are paid to make nodes communicate easier on the SmartReward blocks. Going forward SmartReards will be paid 200 blocks after the round ends at a frequency of 5 blocks.

A new call is added to force new peers. When starting you can request to only connect to a certain protocol. This can help if there are syncing issues. Example: smartcashd -minpeerprotocol=90031

If you are stuck on a block 1794798 try this while node is running.
./smartcash-cli clearbanned && ./smartcash-cli reconsiderblock 0000000000007da5223b8548bd44f412dc0a127734caeffb245e28dbb229e2a4 && ./smartcash-cli stop && ./smartcashd
Or with QT wallets from debug - console run these commands and then restart wallet.
clearbanned
reconsiderblock 0000000000007da5223b8548bd44f412dc0a127734caeffb245e28dbb229e2a4

If the reconsider block fails, reindex On linux commandline start with ./smartcashd -reindex
Or follow this guide.
https://smartcash.freshdesk.com/support/solutions/articles/35000164985-how-to-do-reindex

80A704BE454ED4FF125DD8EA55596EB60ABAFDD49B6F9EA40E3D1176DFD12960 smartcash-1.3.3-win32-setup.exe
DDF9E0973BE1ACBFFF1E34E210C46DA5D4C132322AA567A4090D22D476C46715 smartcash-1.3.3-win64-setup.exe
4390AC4CADAFBA45FCF2421D598F03236E91732414975F719E6248F0CF0D3986 smartcash-1.3.3-x86_64-linux-gnu.tar.gz
B3BCD75FCE8D9D180401B250096283C2D342B807C74F5648445E15963BB86C2C smartcash-1.3.3-osx.dmg

Don't miss a new Core-Smart release

NewReleases is sending notifications on new releases.