Phoenix PoCX Wallet v2.0.1 — first post-genesis release. Bug fixes and quality-of-life improvements for mainnet, live since genesis on 2026-05-03.
See the assets to download this version and install.
Features
- Custom Bitcoin RPC port in managed mode — setup wizard and Settings expose Advanced controls for the node RPC port and aggregator listen port, unblocking users whose default ports are already in use.
- Rescan starting point on WIF import — Settings → Danger Zone gains a Now / Date / Genesis selector (mirroring the watch-only wizard), so historical funds become visible immediately without a manual rescan.
- CryptoGuru Mainnet pool preset added to the mining setup wizard.
Fixes
- Mainnet block explorer URL — dropped the stray
/mainnetpath segment so transaction, block, and address links resolve onexplorer.bitcoin-pocx.org. - Aggregator default port moved off Bitcoin's mainnet P2P (
8333→8339, offset+1→+7), landing it adjacent to PoCX P2P as a coherent8332 RPC / 8338 P2P / 8339 aggregatorcluster. Existing configs are untouched.
Under the Hood
- Bumped
pocx_miner,pocx_plotter_v2,pocx_address, andpocx_aggregatorto 1.0.3. Notable carry-in fixes:- Plotter writer-thread I/O errors propagate cleanly — disk-full, network-share disconnect, and permission-denied during plotting now surface via the error callback instead of silently aborting the wallet process.
- Plotter core usage / workgroup sizing corrected to restore maximum plotting speed on discrete GPUs that were being over-throttled.