Radix Babylon vanity address finder allowing easy import into Radix mobile Wallet.

Overview

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.

RPReplay_Final1699216343.MP4
rad -t "hey"

demo_cli

The mnemonic is displayed in a 3x4 word coloured grid, after scanning QR input the mnemonic.

Usage

Help

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:

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 which is released under Apache 2.0 License, this software uses the same licese.

You might also like...
HD wallet BIP-32 related key derivation utilities.

HDWallet Docs HD wallet(BIP-32) key derivation utilities. This crate is build upon secp256k1 crate, this crate only provides BIP-32 related features,

⋰·⋰ Feeless is a Nano cryptocurrency node, wallet, tools, and Rust crate.

⋰·⋰ Feeless What is Feeless? Feeless is a Nano cryptocurrency node, wallet, tools, and Rust crate. This is not the official project for Nano, only an

Core Rust-C FFI for Stackmate Wallet.

STACKMATE-CORE A Rust-C FFI library exposing composite functionality from rust-bitcoin & bdk; to create cross-platform descriptor wallets. Currently u

A wallet library for Elements / Liquid written in Rust!

EDK Elements Dev Kit A modern, lightweight, descriptor-based wallet library for Elements / Liquid written in Rust! Inspired by BDK for Elements & Liqu

Open source Rust implementation of the Witnet decentralized oracle protocol, including full node and wallet backend  👁️🦀
Open source Rust implementation of the Witnet decentralized oracle protocol, including full node and wallet backend 👁️🦀

witnet-rust is an open source implementation of the Witnet Decentralized Oracle Network protocol written in Rust. Components witnet-rust implements ma

Vectis - Smart Contract Wallet

A smart contract wallet project to add functionality for users of DApps to manage their keys by allowing for recovery and account freeze, whilst preserving user control, and enabling relayer capability for gas provisioning

Complete Ethereum and Celo wallet implementation and utilities in Rust

ethers.rs Complete Ethereum and Celo wallet implementation and utilities in Rust Documentation Extensive documentation and examples are available here

An open source desktop wallet for nano and banano with end-to-end encrypted, on chain messaging using the dagchat protocol.
An open source desktop wallet for nano and banano with end-to-end encrypted, on chain messaging using the dagchat protocol.

An open source wallet with end-to-end encrypted, on chain messaging for nano and banano using the dagchat protocol.

MyCitadel Wallet app for Linux, Windows & MacOS desktop made with GTK+
MyCitadel Wallet app for Linux, Windows & MacOS desktop made with GTK+

MyCitadel Desktop Bitcoin, Lightning and RGB wallet MyCitadel is a wallet for bitcoin, digital assets and bitcoin finance (#BiFi) smart contracts. It

Releases(0.2.0)
  • 0.2.0(Nov 13, 2023)

    10x speedup thanks to parallelisation using Rayon.

    You REALLY should compile the source yourself, we ought not to trust precompiled software. So clone this repo and

    cargo build --release && target/release/rad -t "hey"
    

    Use prebuilt binary:

    But you can also run the attached binary "rad" if you really don't wanna build it yourself:

    Before you run it do:

    shasum -a 256 /path/to/rad
    

    And ensure it matches:

    db432ce073464c9a9ba6f1ecf0114235bbbd05903697f2270e819dd8180f9e71
    

    On macOS you need to:

    chmod +x /path/to/rad && xattr -d com.apple.quarantine /path/to/rad
    

    before you can run it.

    Source code(tar.gz)
    Source code(zip)
    checksum_sha256.txt(64 bytes)
    rad(813.24 KB)
  • 0.1.0(Nov 5, 2023)

    First release, non optimised, should use rayon or similar lib to parallelise the work.

    You REALLY should compile the source yourself, we ought not to trust precompiled software. So clone this repo and

    cargo build --release && target/release/rad -t "hey"
    

    Use prebuilt binary:

    But you can also run the attached binary "rad" if you really don't wanna build it yourself:

    Before you run it do:

    shasum -a 256 /path/to/rad
    

    And ensure it matches:

    fd20a7b1ab4d9267217f93ee89c1a78cda957e60e63633ebbbd915d03127cf60
    

    On macOS you need to:

    chmod +x /path/to/rad && xattr -d com.apple.quarantine /path/to/rad
    

    before you can run it.

    Source code(tar.gz)
    Source code(zip)
    checksum_sha256.txt(64 bytes)
    rad(780.05 KB)
Owner
Alexander Cyon
₿bc1qvaava5h0fgp8zdaryksyj3yk9pslrdfxmzy4zl Ξ0x6E0A266961C88135123581b6e5cFE9e5f8BF927a account_rdx16xlfcpp0vf7e3gqnswv8j9k58n6rjccu58vvspmdva22kf3aplease
Alexander Cyon
Custom Ethereum vanity address generator made in Rust

ethaddrgen Custom Ethereum address generator Get a shiny ethereum address and stand out from the crowd! Disclaimer: Do not use the private key shown i

Jakub Hlusička 153 Dec 27, 2022
Nostr Vanity Address Generator (Windows, Linux and macOS)

Nostr Vanity Address Generator CLI tool to generate vanity addresses for Nostr Usage Download the latest release built by GitHub CI from the releases

Chawye Hsu 7 Mar 1, 2023
A bitcoin vanity address generator written with the Rust programming language.

btc-vanity A bitcoin vanity address generator written with the Rust programming language. With btc-vanity you can create a private key which has a com

Emirhan TALA 22 Aug 7, 2023
A Bitcoin wallet collider that brute forces random wallet addresses written in Rust.

Plutus-Rustus Bitcoin Brute Forcer A Bitcoin wallet collider that brute forces random wallet addresses written in Rust. This is a straight port of Plu

null 46 Dec 23, 2022
Vanitygen-bip39 - Generate vanity / gas efficient Ethereum addresses for your hdwallet (bip39 12 or 24 words)

vanitygen-bip39 Generate Ethereum gas efficient addresses with leading zeros https://medium.com/coinmonks/on-efficient-ethereum-addresses-3fef0596e263

iam4x 9 Jul 2, 2022
Tool for computing vanity Gnosis Safe addresses

0xdeadbeef Tool used for computing vanity Gnosis Safe addresses. This tool is currently hard-coded to only support the v1.3.0 Safe deployment: GnosisS

Nicholas Rodrigues Lordello 44 Dec 22, 2022
Private payments for mobile devices.

MobileCoin Fog This is the README file for MobileCoin Fog. Note to Developers MobileCoin Fog is a prototype. Expect substantial changes before and aft

MobileCoin Foundation 36 May 6, 2022
The Mullvad VPN client app for desktop and mobile

Mullvad VPN desktop and mobile app Welcome to the Mullvad VPN client app. This repository contains all the source code for the desktop and mobile vers

Mullvad VPN 3k Jan 2, 2023
Private payments for mobile devices.

Testing your first payment Please see TESTNET.md for instructions on participating in the TestNet! Sending your first payment Please see MAINNET.md fo

MobileCoin Foundation 1.1k Dec 30, 2022
RGB smart contracts: client-facing library & command-line for desktop and mobile

RGB smart contracts RGB is confidential & scalable client-validated smart contracts for Bitcoin & Lightning. It embraces the concepts of private & mut

RGB: scalable & private smart contracts for bitcoin & lightning 4 Mar 15, 2023