Temporary Tron Fullnode Issue Resolved

The Tron fullnode experienced a short-term unavailability yesterday. While it is now back online, there was a period when the fullnode returned an incorrect “last block” number before eventually providing the correct one.
If SHKeeper queried the fullnode during this period of incorrect data, it may have overwritten the “last block” number in its database with the incorrect value. As a result, SHKeeper cannot automatically update to the correct block number.
Action Required
To resolve this issue, you need to manually correct the “last block” number in the database to the value recorded before the fullnode downtime. Please execute the following commands:
kubectl -n shkeeper scale --replicas=0 deploy tron-shkeeper
sqlite3 /var/lib/rancher/k3s/storage/pvc-*_shkeeper_tron-shkeeper-data/database.db 'update settings set value=67724176 where name="last_seen_block_num"'
kubectl -n shkeeper scale --replicas=1 deploy tron-shkeeper
If you encounter any difficulties or have questions, please contact our support team for assistance.
Latest News & Announcements
-
Bug Fix: Improved Payment Processing for UTXO Networks (BTC, LTC, DOGE)
#announcementsA technical update has been released to resolve an issue with payment crediting logic for UTXO-based cryptocurrencies. Issue Overview A bug was identified in the processing of transactions that include multiple outputs to different SHKeeper wallets within a single blockchain transaction. In such scenarios,...
-
SHKeeper Integration: TON and USDT-TON Support via Toncenter API
#announcementsSHKeeper continues to expand its ecosystem by adding support for TON (The Open Network). This update allows merchants to accept both native TON tokens and USDT on the TON network, leveraging its high speed and low transaction costs. Currently, TON integration is implemented via the Toncenter API. This...
-
SHKeeper Update – Custom Fiat Currencies Support
#announcementsSHKeeper now supports adding custom fiat currencies via configuration. By default, SHKeeper always includes USD and EUR, but now you can easily extend this list to match your regional or business requirements. What’s new: Configurable fiat currencies You can add additional fiat currencies using the ...