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
-
SHKeeper Update: XRP Reserve and Deletion Fees Significantly Reduced
#announcementsThe XRPL blockchain officially activated an important protocol-level update: “Lower Reserves Are in Effect”. This change directly impacts how account reserves and deletion fees are handled on the XRP Ledger. What’s New: The SHKeeper update modifies the default values of two critical protocol variables:...
-
SHKeeper Adds Support for Solana Network
#announcementsWe are pleased to announce that SHKeeper now supports the Solana blockchain, allowing users to process payments in SOL, USDT, USDC, and PYUSD. Key Details: For those requiring a dedicated Solana full node, it must be deployed manually on a high-performance server. The official Solana documentation outlines...
-
Critical Bug Update: Urgent Patch for SHKeeper Users
#announcementsWe have identified a critical bug affecting SHKeeper installations and updates performed between December 18, 2024, and January 20, 2025. The issue involves incorrect currency rates being applied, which may result in the system inaccurately calculating transaction amounts for a small number of SHKeeper...