Monero gift wallets, simplified.
Create disposable Monero wallets, fund them, print or share QR codes, and let recipients sweep the funds to their own wallet. Crypto gift cards for tips.
Creator:
- Open ɱTip → Create Gift Wallet
- Fund the displayed address (send XMR to it)
- Share the QR code or print the PDF gift card
Recipient:
- Scan the QR code with any QR scanner — ɱTip launches automatically
- Enter your Monero wallet address
- Funds are swept to your wallet
- Cake Wallet — available on Google Play
- Monfluo — a pure Monero wallet for Android
Requires JDK 17 and Android SDK.
Debug (stagenet):
gradle wrapper --gradle-version 8.9 && ./gradlew :app:assembleDebug
Release (mainnet):
gradle wrapper --gradle-version 8.9 && ./gradlew :app:assembleRelease
The debug build connects to stagenet (test network).
The release build connects to mainnet (real XMR).
APK output: app/build/outputs/apk/{debug,release}/
ɱTip uses libwallet2_api_c.so (built via actions workflow) from monero_c for Monero operations.
If building locally, place pre-built binaries for arm64-v8a, armeabi-v7a, and x86_64 into app/src/main/jniLibs/.