BlueMove Mint bot, only contract call. fast and safety..
PR is open, wellcome to PR new feture, Thank you.
- batch generate account.
- transfer with contract. no need use wallet,batch 100 account in one tx.
- Wait mint started and auto mint for may account.
- batch transfer balance to owner
- batch transfer nft to owner account .
- batch Or list nft on bluemove.
Only ubuntu ^20.04 from released
first all , you need install Rust cargo. quick do that, you can use aptos-core setup.
follow build-aptos-cli
use command.
aptos-utils gen 100
Well generate 100 keypair in execution dir. call keys.txt you can view that account and privatekey
first do that. you need publish a contract to you main wallet.
source code at this
to use this. you need init you aptos account. with aptos cli
aptos init
and select mainnet, and push you main wallet privateKey.
Then change Move.toml selation addresses.owner = "you main address start with 0x"
and In the same dir. run commond.
aptos move publish
you well success publish you first contract to mainnet..
So you doing good. let's use commond trasfer a amount
PRIVATE_KEY="You main wallet privateKey" aptos-utils split 100 100000000 100000000 100
split accounts amount gaslimit gasprice.
accounts you want transfer to how may account.
amount eve account has amount balance
gas limit that tx MAX cost gas fee.
gas price just lavel 100.
if success you well see nothing.
TODO