Awesome
arwallet-miner
Multi-threaded Arweave wallet miner. Built on top of OpenSSL and threadpool.
Installation
Use the installers to install the CLI.
Linux
curl -fsSL https://arwallet.divy.work/linux.sh | sh
MacOS
curl -fsSL https://arwallet.divy.work/macos.sh | sh
Windows
iwr https://arwallet.divy.work/windows.ps1 | iex
Usage
arwallet_miner -t <THREADS> <PHRASE>
THREADS [default: 20] - Number of threads to queue at a time.
PHRASE - Ideal para phrase to find in the wallet.
Example:
Run 20 threads queued at a time with the aim of finding the text divy
in the wallet address.
arwallet_miner -t 20 divy
Development
Prerequisite
Building from source
cargo build --release
If you get compiler errors about missing OpenSSL installation. Please read the instruction given in the
rust-openssl
repo.