Downloads
KrovaCoin is pre-launch. The builds below are unsigned, unnotarized preview builds for testing only -- not audited, not the signed release binaries that will ship with the public testnet. Build from source if you want to verify exactly what you're running.
Desktop wallet (krova-qt) -- preview builds
macOS
krova-qt, universal .dmg
Unsigned preview buildDownload KROVACOIN-Core.dmgsha256: 7b0c990e55f978b22648d6466dfc66c2c9c8225490982ed173472c4cf8caae82
Windows
krovad, krova-qt, krova-cli -- zip (unsigned, no installer)
Unsigned preview buildDownload krovacoin-5.6.1-win64.zipsha256: 372ba15e63f5ea0705069e5adaa9419f54c0505a776763a26bb3d8fa5fb9a9bd
Linux
AppImage + .deb
Coming soonThese preview builds are not code-signed or notarized -- your OS will warn you before running them. Verify the download against the SHA-256 checksum above before running anything:
shasum -a 256 KROVACOIN-Core.dmg
sha256sum krovacoin-5.6.1-win64.zipSigned, notarized release binaries with a GPG-signed SHA256SUMS.asc will ship with the public testnet.
Build from source (available now)
The daemon and full node wallet build and run today, including a one-command regtest quickstart. See the krovacoin-core repository's README:
./autogen.sh && ./configure && make -j$(nproc)
src/krovad -regtest -daemon -datadir=/tmp/krova-regtest
src/krova-cli -regtest -datadir=/tmp/krova-regtest getblockchaininfoFull guide: Node Setup.
Mobile
Android and iOS wallets are planned after the web wallet and a completed external security audit (see the Whitepaper's roadmap). Not yet available on any app store.
Coming soonWeb wallet
A non-custodial web wallet (client-side keys only, nothing secret ever sent to a server) is planned once the public testnet is live.
Coming soon