Desktop helper
Download
Mainnet / local wallet helper for ADDITION_MAINNET_V1.
This desktop binary talks only to loopback write (127.0.0.1:8546).
Prefer the in-browser Wallet when you want public seed write on
38546 via /api/rpc (createwallet / mine / wallet_send open per CoS).
What this is
- A desktop helper packaged from
web/addition_wallet_gui.pyandweb/addition_wallet.py - Talks only to
127.0.0.1:8546by default (or::1/localhost) - Refuses any other RPC host — including public
38545/38546/:80 - Never prints a private key
- Needs a local
additiond --mainnetwith write RPC on loopback
The public /wallet/ page prefers /api/rpc → 38546 write when available, with /local-rpc loopback fallback. PWA install uses the same path.
Cashiers / Windows
Download the live wallet files on this page. Do not compile. There is no Windows compile path here. This host does not publish a .exe.
addition-wallet-mainnet — GUI + --cli
addition-wallet-cli-mainnet — caller-disk CLI
Run against a local additiond --mainnet on 127.0.0.1:8546.
Linux (mainnet / local)
These are Linux commands. Do not paste them into PowerShell.
addition-wallet-mainnet — GUI + --cli
addition-wallet-cli-mainnet — caller-disk CLI
chmod +x addition-wallet-mainnet # terminal 1 additiond --mainnet --data-dir $HOME/addition-mainnet --local-rpc-port 8546 # terminal 2 ./addition-wallet-mainnet --cli getinfo # optional GUI (needs a display) ./addition-wallet-mainnet
Install the website as an app
On iPhone: Safari → Share → Add to Home Screen. On Android: Chrome → Install app / Add to Home screen. That installs this PWA; spend prefers public 38546 via /api/rpc, with home-node fallback.
Contact: contact@additionblockchain.com