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.
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).
From registration to a verified download
- Register / verify email via Register (Pro flow).
- Download corevault-local-full.zip.
- Check the SHA-256 hash (below). We recommend the same hash is sent in the confirmation email so you can compare.
- Only if the hash matches: unzip and start with
local-install/start-corevault.bat(Windows) or.command/.sh. - 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.
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.
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.
Voluntary support for the project — not a payment for the download, not investment advice.
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.
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).
Von der Registrierung zum geprüften Download
- Registrieren / E-Mail bestätigen über Registrieren (Pro-Flow).
- corevault-local-full.zip herunterladen.
- SHA-256-Hash prüfen (unten). Derselbe Hash sollte in der Bestätigungs-E-Mail stehen — vergleichen.
- Nur bei Übereinstimmung: entpacken und starten mit
local-install/start-corevault.bat(Windows) bzw..command/.sh. - Empfohlen: saubere VirtualBox-VM (oder ähnlich), dort Node.js 22, Wallet nur in der VM — nicht im Alltags-Browserprofil.
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.
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.
Freiwillige Unterstützung — keine Gebühr für den Download, keine Anlageberatung.