https://github.com/sajjon/rad
Radix Babylon vanity address finder allowing easy import into Radix mobile Wallet.
https://github.com/sajjon/rad
babylon radix radixdlt vanity-address xrd
Last synced: 6 months ago
JSON representation
Radix Babylon vanity address finder allowing easy import into Radix mobile Wallet.
- Host: GitHub
- URL: https://github.com/sajjon/rad
- Owner: Sajjon
- License: apache-2.0
- Created: 2023-10-30T22:38:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T08:17:33.000Z (8 months ago)
- Last Synced: 2025-03-27T09:52:13.656Z (7 months ago)
- Topics: babylon, radix, radixdlt, vanity-address, xrd
- Language: Rust
- Homepage:
- Size: 377 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# Rad
Vanity address finder for Radix Babylon which you can import directly into your Radix Wallet using QR scanner using `Import from a Legacy Wallet` feature in App Settings.
# ⚠️ Disclaimer ⚠️
This software is NOT developed by, endorsed by or otherwise associated with Radix
Publishing, RDX Works or any entity related to Radix DLT.The Radix mobile wallet 24 word seed phrase is much safer than the ones
generated by this software, which might be using INSECURE randomness.You are responsible for retaining sole possession and ownership of, and for securing
the seed phrase(s) generated by this software.# Demo
This demo demonstrates how I easily import a vanity account in the Radix Wallet using `Import from a Legacy Wallet` feature in App Settings, by scanning QR code shown by this software in CLI.
https://github.com/Sajjon/rad/assets/864410/3dd6e318-0b8f-4297-b39b-ad7b1bb28bb3
```sh
rad -t "hey"
```
The mnemonic is displayed in a 3x4 word coloured grid, after scanning QR input the mnemonic.
# Usage
## Help
```sh
rad --help
```## Vanity address suffix targets as string
```
rad -p 0 -t "xx" | less
```## Vanity address suffix targets from file
Or using a target suffixes file on format:
```plain
c00l
1337
``````
rad -p 0 -f .suffixes.txt | less
```If you name it `.suffixes.txt` it is already gitignored.
# Donate
If you've enjoyed this FREE software, please consider donating to:
```
account_rdx16xlfcpp0vf7e3gqnswv8j9k58n6rjccu58vvspmdva22kf3aplease
```(yes it is an address ending with "please", generated by this software)
# License
This software uses [Radix Engine Toolkit](https://github.com/radixdlt/radix-engine-toolkit) which is released under [Apache 2.0 License](https://github.com/radixdlt/radix-engine-toolkit/blob/main/LICENSE), this software uses the same license.