Skip to content

Emberchain Wallet v1.0.2

Choose a tag to compare

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

Emberchain Wallet v1.0.2

Native desktop wallet for Emberchain β€” Windows, macOS, and Linux.

### Downloads

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

### Connecting to a node

Go to **Settings β†’ Network / Node URL** and enter the URL for your node. Use **Test Connection** to verify before saving.

| Where is the node running? | URL to enter |
|---|---|
| **Same PC as the wallet** | `http://localhost:8545/api` |
| **Another PC on your home network** | `http://192.168.x.x:8545/api` (LAN IP shown in the node window) |
| **Public network (default)** | `https://emberchain.org/api` |

### What changed in v1.0.2
- **Fixed: nothing connects at all** β€” v1.0.1 accidentally removed the public node fallback, so `loadSettings()` returned `{nodeUrl: undefined}` and `smartRequest()` threw immediately with zero candidates to try. The public node `https://emberchain.org/api` is restored as the default fallback.