Multi-threaded Arweave wallet miner. Built on top of OpenSSL and threadpool.
Use the installers to install the CLI.
curl -fsSL https://arwallet.divy.work/linux.sh | sh
curl -fsSL https://arwallet.divy.work/macos.sh | sh
iwr https://arwallet.divy.work/windows.ps1 | iex
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
cargo build --release
If you get compiler errors about missing OpenSSL installation. Please read the instruction given in the
rust-openssl
repo.