Releases: MrAmnesic/amnesicwallet
Release list
v1.1.1
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 PowerShellThe 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
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 PowerShellThe 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
SeedForge v1.0.1
Offline single-file BIP-39 wallet generator.
Verify integrity
sha256sum seedforge.htmlCompare 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
SeedForge v1.0.0
Offline single-file BIP-39 wallet generator.
Verify integrity
sha256sum seedforge.htmlCompare 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