vostokzyf, thanks for the report. This looks like a bootstrap-chain.json snapshot issue, not a private-key or wallet issue.
Please do not delete your wallet files and do not send any private keys, seed phrases, passwords, or wallet data.
For now, stop using the bootstrap file. Also, please keep the bad file for comparison instead of deleting it:
systemctl stop sost-node 2>/dev/null || true
mv /root/sost-core/build/chain.json /root/sost-core/build/chain.json.bad-bootstrap-20260525 2>/dev/null || true
Then start the node again from a clean chain state and let it sync normally from peers.
Before deleting anything else, please also send me the output of:
ls -lh /root/sost-core/build/chain.json.bad-bootstrap-20260525
sha256sum /root/sost-core/build/chain.json.bad-bootstrap-20260525
I am checking the public bootstrap-chain.json now. The file currently served appears to be incomplete/stale for a full resync, so I will either regenerate it from the live chain or temporarily remove that bootstrap instruction until the snapshot is verified.
The log you posted:
[FORK] Block h=4 ... does not extend tip (our height=0)
means your node is at genesis/height 0 and is seeing later blocks without a valid local chain base. That matches a bad or mismatched bootstrap snapshot.
vostokzyf, confirmed and fixed. Thank you for the careful report.
This was a server-side issue on my end, not a problem with your node, wallet, or keys.
Root cause:
https://sostcore.com/bootstrap-chain.json was accidentally serving the website HTML page instead of the real chain snapshot. The bad response was about 110 KB and started with <!DOCTYPE html>, while the real bootstrap snapshot is about 124 MB.
That explains your log:
[FORK] Block h=4 ... does not extend tip (our height=0)
Your node was starting from an invalid/empty local chain state because the downloaded chain.json was not actually chain JSON.
Fix applied:
- Restored the real bootstrap-chain.json to the public web path.
- Verified the served file is JSON, not HTML.
- Verified size: 129,031,101 bytes.
- Verified chain_height=10231.
- Added an hourly refresh cron with JSON validation before publish.
- The refresh uses tmp + atomic mv, so users should never receive a half-written file.
You can now retry:
curl -L -o /root/sost-core/build/chain.json
https://sostcore.com/bootstrap-chain.json -f
The file should be around 124 MB now, not 110 KB.
Then start your node again.
If you prefer not to use bootstrap, that is also fine: move the bad chain.json out of the way and let the node sync from peers from genesis.
Please do not delete wallet files and do not share private keys, seed phrases, passwords, or wallet data.
This report fixed a real bootstrap deployment bug that would have affected the next users trying to resync.
— NeoB
SOST Protocol — Technical Status & Listing VerificationSovereign Stock Token · native Proof-of-Work · ConvergenceX consensus · constitutional gold reserve
Listing verificationA market-data listing application for SOST has been submitted to CoinMarketCap. This post, published from the official SOST BitcoinTalk ANN, serves as public verification that the request is authentic and originates from the protocol itself.
CMC application ticket: #1366213SOST is a native Layer-1 Proof-of-Work coin —
not an ERC-20 or smart-contract token.
There is no contract address. Any "SOST contract address" published anywhere is fake.
Consensus — ConvergenceX- Original memory-hard Proof-of-Work written from scratch — not a fork of Bitcoin, Monero, RandomX, Ethash or any existing algorithm.
- Mining is memory-hard (4 GB dataset + 4 GB scratchpad, ~8 GB RAM) and CPU-oriented — ASIC-resistant by construction.
- Node verification is lightweight: Transcript V2 compact proof, ~0.2 ms per block, ~500 MB RAM. Anyone can run a full validating node.
- Chain selection by cumulative work; atomic reorg with full rollback; MAX_REORG_DEPTH = 500.
Difficulty — cASERT- bitsQ Q16.16 fixed-point encoding, 40 equalizer profiles (E4–H35).
- avg288 retarget: compares the average of the last 288 block intervals against the 600 s target.
- Dynamic delta cap scaled by deviation, with a median288 sanity check.
Miner identity — SbPoWSignature-Bound Proof-of-Work is active since block 7,100. Every block is cryptographically bound to the miner's key, providing miner identity binding and anti-pool resistance. Mining requires
--wallet +
--mining-key-label.
Economics- Coinbase split 50 / 25 / 25 — miner / Gold Funding Vault / PoPC Pool. Hardcoded at genesis, immutable.
- 25% of every block's issuance is allocated by consensus to an on-chain gold reserve (XAUT/PAXG).
- Max supply: 4,669,201 SOST, hard cap enforced at consensus level.
- Block time: 10 minutes. Initial reward 7.85100863 SOST, smooth exponential decay.
- No premine. No ICO. No VC allocation.
Chain snapshot (as submitted with the CMC application)
Mainnet genesis 2026-03-15 18:00 UTC
Block height #9,807
Total emitted 77,002.6926 SOST
Gold Vault balance 15,707.9320 SOST
PoPC Pool balance 15,707.9320 SOST
Max supply 4,669,201 SOST
Live figures are available on the explorer linked below.
V13 release candidateV13 (v13-rc1) activates at
block 12,000; upgrade window blocks 11,900–11,999. It brings the full cASERT E7–H35 profile range, SbPoW preimage hardening, and the advisory-only Beacon notice layer. V13 does not change the coinbase split, the emission schedule or the supply cap. SHA256SUMS for the RC are signed with the SOST release key.
Atomic-swap OTC/P2P (V14, block 15,000) remains in development with all consensus gates safety-closed (
ATOMIC_SWAP_HTLC_ACTIVATION_HEIGHT = INT64_MAX) — mainnet behaviour is unchanged today.
Official resourcesSecurityThe protocol does not send direct messages first and never requests funds. All official information is published on the channels above and on this ANN thread. Trust only links cross-checked against sostcore.com.
SOST is experimental, unaudited software and a native Proof-of-Work protocol still in pre-market testing. ConvergenceX has not been audited by an external security firm. SOST may never obtain market value or be listed on any exchange. Nothing in this post is financial advice. Participate only if you understand the risks. — SOST Protocol