Android Mobile Wallet 9.0.0 Released
April 03 2025

We're excited to announce Kevacoin Android wallet 9.0.0!
Highlights of this release:
- Support for the latest Android versions.
- Enhanced security and performance improvements.
Download the APK here.
A new ElectrumX Docker image has been released as the wallet's back-end. To pull the image:
docker pull kevacoinproject/electrumx
You can find the Github repository for the docker image here.
To run the server:
docker run \
--add-host=host.docker.internal:host-gateway \
-v /home/<your username>/electrumx:/data \
-e DAEMON_URL=http://<kevacoind username>:<kevacoind password>@<kevacoid ip>:<rpc port> \
-e DB_ENGINE=rocksdb \
-p 50001:50001 \
kevacoin-project/electrumx
The Kevacoin project maintains a public server, ec.kevacoin.org, which offers a TLS port on 50002.
Image by Bruno DE LIMA from Pixabay