Skip to content

Emberchain Wallet v1.0.4

Choose a tag to compare

@github-actions github-actions released this 21 Jul 20:46

Emberchain Wallet v1.0.4

### 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