Downloads
KrovaCoin is pre-launch: there are no signed release binaries yet. Everything below reflects the current, honest state -- build from source today, or check back once the public testnet ships.
Desktop wallet (krova-qt)
Windows
krova-qt installer (.exe)
Coming soonmacOS
notarized krova-qt.dmg
Coming soonLinux
AppImage + .deb
Coming soonSigned release binaries will ship with the public testnet, each with a published SHA-256 checksum and a GPG-signed SHA256SUMS.asc you can verify before running anything:
gpg --verify SHA256SUMS.asc
sha256sum -c SHA256SUMS.ascBuild 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