CoreVault

Product

Learn → try → register → run locally

Online you get a demo wallet (wrapped keys, visible DemoNet transactions) so beginners can understand Bitcoin. The real mode is the full app on your PC: email sign-in like ETF Compare Pro, address + private key protected by 12 words.

1 · Online demo Wrapped private-key concept, faucet, send/receive visualization on DemoNet. No real Bitcoin. No npm required.

Open demo wallet

2 · Real mode (local) After email registration: download zip + SHA-256 by email. Full app (npm) with 12-word seed protection. Extra hardware options: coming soon — not sold here.

Register (email)

REAL MODE

What “real mode” means

  • Sign-in with email verification — same idea as the ETF Compare Pro tool (code by email, then access).
  • The app generates a Bitcoin-style hierarchy: you get a receive address; the private key material is protected by a 12-word recovery phrase (BIP39) plus password encryption (wrapped vault).
  • You run this on your computer (not on the web host). IONOS only serves the site and the download.
  • DemoNet in the UI still does not broadcast real coins. For mainnet, export/verify with established software (see Guide).
STEPS

From registration to a verified download

  1. Register / verify email via Register (Pro flow).
  2. Download corevault-local-full.zip.
  3. Check the SHA-256 hash (below). We recommend the same hash is sent in the confirmation email so you can compare.
  4. Only if the hash matches: unzip and start with local-install/start-corevault.bat (Windows) or .command / .sh.
  5. Recommended: create a clean VirtualBox (or similar) VM, install Node.js 22 there, run the wallet only inside the VM — not on your everyday browser profile.
VERIFY

SHA-256 of the current zip

588bca057547247e76d65161d601bc7b21e288a5066125c12feccf93fe887917  corevault-local-full.zip

Windows PowerShell: Get-FileHash .\corevault-local-full.zip -Algorithm SHA256
macOS/Linux: shasum -a 256 corevault-local-full.zip

Also see SHA256SUMS.txt and VERIFY.txt.

Download zip Node.js 22 Guide

SOURCE + NPM

Source code and npm variant

The zip contains the full corevault-app/ (npm). Planned public release: MIT on GitHub so you can audit the client. The website explains the concept; the download is the runnable package.

Start scripts run npm install and npm run dev on your machine and open http://127.0.0.1:8080.

You are responsible for your PC, VM, passwords and seed words. DemoNet is not real Bitcoin. Lost keys cannot be recovered. Not a bank or custodian.

Produkt

Lernen → ausprobieren → registrieren → lokal nutzen

Online gibt es ein Demo-Wallet (wrapped Keys, sichtbare DemoNet-Transaktionen), damit Einsteiger Bitcoin-Konzepte verstehen. Der echte Modus ist die Voll-App auf dem PC: E-Mail-Login wie beim ETF-Compare-Pro-Tool, Adresse + Private Key geschützt durch 12 Wörter.

1 · Online-Demo Wrapped-Private-Key-Konzept, Faucet, Senden/Empfangen visualisiert auf DemoNet. Kein echtes Bitcoin. Kein npm nötig.

Demo-Wallet öffnen

2 · Echter Modus (lokal) Nach E-Mail-Registrierung: Zip-Download + SHA-256 per E-Mail. Voll-App (npm) mit 12-Wort-Seed. Weitere Hardware-Optionen: coming soon — hier nicht zu kaufen.

Registrieren (E-Mail)

ECHTER MODUS

Was „echter Modus“ bedeutet

  • Anmeldung mit E-Mail-Verifizierung — wie beim ETF-Compare-Pro-Tool (Code per E-Mail, dann Zugang).
  • Die App erzeugt eine Bitcoin-Hierarchie: Sie erhalten eine Empfangsadresse; das Private-Key-Material ist durch eine 12-Wort-Wiederherstellungsphrase (BIP39) plus Passwort-Verschlüsselung (wrapped Vault) geschützt.
  • Läuft auf Ihrem Rechner (nicht auf dem Webhost). IONOS liefert nur Website und Download.
  • DemoNet in der UI sendet kein echtes Bitcoin. Für Mainnet: Export/Prüfung mit etablierter Software (siehe Guide).
ABLAUF

Von der Registrierung zum geprüften Download

  1. Registrieren / E-Mail bestätigen über Registrieren (Pro-Flow).
  2. corevault-local-full.zip herunterladen.
  3. SHA-256-Hash prüfen (unten). Derselbe Hash sollte in der Bestätigungs-E-Mail stehen — vergleichen.
  4. Nur bei Übereinstimmung: entpacken und starten mit local-install/start-corevault.bat (Windows) bzw. .command / .sh.
  5. Empfohlen: saubere VirtualBox-VM (oder ähnlich), dort Node.js 22, Wallet nur in der VM — nicht im Alltags-Browserprofil.
PRÜFEN

SHA-256 der aktuellen Zip

588bca057547247e76d65161d601bc7b21e288a5066125c12feccf93fe887917  corevault-local-full.zip

Windows PowerShell: Get-FileHash .\corevault-local-full.zip -Algorithm SHA256
macOS/Linux: shasum -a 256 corevault-local-full.zip

Siehe auch SHA256SUMS.txt und VERIFY.txt.

Zip laden Node.js 22 Anleitung

QUELLCODE + NPM

Source und npm-Variante

Im Zip liegt die volle corevault-app/ (npm). Geplant: Veröffentlichung unter MIT auf GitHub zum Audit. Die Website erklärt das Konzept; der Download ist das lauffähige Paket.

Startskripte führen npm install und npm run dev lokal aus und öffnen http://127.0.0.1:8080.

Sie sind verantwortlich für Rechner, VM, Passwörter und Seed-Wörter. DemoNet ist kein echtes Bitcoin. Verlorene Schlüssel sind nicht wiederherstellbar. Keine Bank, kein Verwahrer.