The BPX Chain mainnet is experiencing a serious outage. This morning, after reaching block height 412026, most Beacon Chain nodes stopped generating and validating new blocks, leading to a sudden drop in block rate to one block every few minutes.
All we know at this moment is that certain conditions triggered a bug that caused persistent inoperability (remaining after restarting the client) of all nodes running on Windows systems. Since Windows nodes make up the majority of the BPX Chain netspace, they are all offline, leaving the blockchain significantly weakened. Other nodes with different operating systems are still operational but struggling with excessively high difficulty, which impacts performance and stability.
While the root cause of the outage is not yet known, a temporary fix is available. Affected nodes can regain functionality by replacing their blockchain database with a file from another node that has synchronized beyond block 412026.
To apply the workaround, follow these steps:
- Stop the Beacon Client
- Download the blockchain database synchronized to the post-outage state:
💾 https://drive.google.com/file/d/1-yAdS1Ti321hYOYKEVp00-O5FFWWCRri/view
Alternatively:
💾 https://download.bpxchain.cc/blockchain_v1_mainnet.sqlite - Replace the file located at
C:\Users\???\.bpxchain\beacon\db\blockchain_v1_mainnet.sqlite
with the downloaded one. - Start the Beacon Client
We are actively investigating the root cause of this issue and will release a fixed client as soon as possible. A detailed case analysis will follow once the issue is resolved. Stay tuned for further updates.
This link cannot be opened or downloaded
Checked on multiple devices and it’s working correctly. It seems the issue is related to your local device or network.
无法绕过412026,并且这个下载真的不行,希望尽快解决。
I suspect that access to Google Drive might be blocked in China. Please try this alternative link:
https://download.bpxchain.cc/blockchain_v1_mainnet.sqlite
The problem has been resolved, thank you very much. The attitude of the project team has given me confidence in the project.
Why can’t I buy and sell on the exchange provided on the official website? Many people want to buy some, but cannot trade. Actually, you don’t need to lock it and let it ferment for a period of time, instead of wanting it but not being able to buy it like this
We are not officially cooperating with that platform and have no influence over its operations. However, community feedback suggests positive experiences trading BPX there. Could you clarify the issues you’re encountering?
Doesn’t work for me .
The Beacon client is synced but the Execution client shows “Syncing”.
INFO [12-20|06:45:53.927] Forkchoice requested sync to new head number=140,044 hash=4071f0..69d834 finalized=unknown
INFO [12-20|06:46:02.606] Looking for peers peercount=0 tried=48 static=0
INFO [12-20|06:46:04.875] Forkchoice requested sync to new head number=140,045 hash=d3e5ab..4630e2 finalized=unknown
After a while, the Execution Client should connect to peers and complete synchronization. If it doesn’t, you can manually connect it to the official bootnode. Use the “Attach” shortcut in the Start menu or run the command
bpx-geth attach
. Then, paste the following command into the Geth console:admin.addPeer("enode://218aa67fa58287049e6856380e910bdf7d5f3aec6e1384ae53d473745a49aecef7e73eff371fe487aa6dab8185f938a1d294fe94c8027537da8d59b8875359b2@45.90.57.29:30303")