### Downloads
| Platform | File |
|---|---|
| πͺ Windows (installer) | `Emberchain.Wallet.Setup.1.0.4.exe` |
| πͺ Windows (portable) | `Emberchain.Wallet.exe` |
| π macOS Apple Silicon | `Emberchain.Wallet-1.0.4-arm64.dmg` |
| π macOS Intel | `Emberchain.Wallet-1.0.4.dmg` |
| π§ Linux | `Emberchain.Wallet-1.0.4.AppImage` |
### Which URL do I paste into the wallet?
The node startup banner now has **two sections** β make sure you use the right one:
| Section in banner | Paste here |
|---|---|
| **Wallet / Miner Node URL** | β
Paste into the Wallet and Miner apps |
| MetaMask RPC URL | β This goes into MetaMask β not the wallet app |
Quick reference:
| Node | URL |
|---|---|
| Public node | `https://emberchain.org/api` |
| Local node β same PC | `http://localhost:8545/api` |
| Local node β another PC on your network | `http://192.168.x.x:8545/api` |
### What changed in v1.0.4
**Better Test Connection errors** β the button now diagnoses exactly what went wrong:
- Pasted the MetaMask `/rpc` URL? β *"That's the MetaMask RPC URL β for the wallet use: http://β¦:8545/api"*
- Forgot the `/api`? β *"Almost! Use http://β¦:8545/api (add /api at the end)"*
- Correct format but wrong host? β timeout / unreachable message