Skip to content

Emberchain Wallet v1.0.3

Choose a tag to compare

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

Emberchain Wallet v1.0.3

### Downloads

| Platform | File |
|---|---|
| πŸͺŸ Windows (installer) | `Emberchain.Wallet.Setup.1.0.3.exe` |
| πŸͺŸ Windows (portable) | `Emberchain.Wallet.exe` |
| 🍎 macOS Apple Silicon | `Emberchain.Wallet-1.0.3-arm64.dmg` |
| 🍎 macOS Intel | `Emberchain.Wallet-1.0.3.dmg` |
| 🐧 Linux | `Emberchain.Wallet-1.0.3.AppImage` |

### Node URL format

The URL must end in **/api**:

| Node | URL |
|---|---|
| Public (default) | `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` |

Use **Settings β†’ Network / Node URL β†’ Test Connection** to verify before saving.

### What changed in v1.0.3
- **Test Connection** now detects when you've entered a website URL instead of a node URL (e.g. `https://emberchain.org` without `/api`), auto-probes the correct path, and tells you exactly what to change
- Settings placeholder updated to `https://emberchain.org/api` so the correct format is obvious
- Hint text now shows both public and local node examples with the required `/api` suffix highlighted