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 | shcurl -fsSL https://arwallet.divy.work/macos.sh | shiwr https://arwallet.divy.work/windows.ps1 | iexarwallet_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 divycargo build --releaseIf you get compiler errors about missing OpenSSL installation. Please read the instruction given in the
rust-opensslrepo.