Skip to content

Releases: MrAmnesic/amnesicwallet

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 23 Sep 14:10

AmnesicWallet v1.1.1

Offline, single-file wallet generator: BIP-39 and SLIP-39 seeds, Shamir backups, multisig vaults — Bitcoin, Ethereum/EVM, TRON, Solana.

What changed: see CHANGELOG.md.

Verify the file before opening it

sha256sum amnesicwallet.html          # Linux / macOS
Get-FileHash amnesicwallet.html       # Windows PowerShell

The value must match amnesicwallet.html.sha256 attached here, SHA256SUMS in the repository and the one on the website. You can also rebuild it yourself: npm ci && npm run build produces the same bytes.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 12:49

AmnesicWallet v1.1.0

Offline, single-file wallet generator: BIP-39 and SLIP-39 seeds, Shamir backups, multisig vaults — Bitcoin, Ethereum/EVM, TRON, Solana.

What changed: see CHANGELOG.md.

Verify the file before opening it

sha256sum amnesicwallet.html          # Linux / macOS
Get-FileHash amnesicwallet.html       # Windows PowerShell

The value must match amnesicwallet.html.sha256 attached here, SHA256SUMS in the repository and the one on the website. You can also rebuild it yourself: npm ci && npm run build produces the same bytes.

Full Changelog: v1.0.1...v1.1.0

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 27 Aug 16:44

SeedForge v1.0.1

Offline single-file BIP-39 wallet generator.

Verify integrity

sha256sum seedforge.html

Compare against seedforge.html.sha256 attached to this release,
or reproduce the build locally with npm ci && npm run build.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 13:29

SeedForge v1.0.0

Offline single-file BIP-39 wallet generator.

Verify integrity

sha256sum seedforge.html

Compare against seedforge.html.sha256 attached to this release,
or reproduce the build locally with npm ci && npm run build.

Full Changelog: https://github.com/MrAmnesic/seedforge/commits/v1.0.0