Claiming tokens, sending transactions, deployment contracts on the WhiteBIT test network
pip install -r requirements.txt- Open
config.pywith a text editor:THREADS- number of accounts forclaim_token_testnet.pyand number of threads fordeploy_contract.pyandmint_nft.py,send_transactions.pyruns in 1 threadCAPTCHA_KEY- your API key from rucaptchaCONTRACTS- nft contracts to be minted, you can leave one address or add moreAMOUNTS_NFT- amount of each nft for mintingMIN_VALUE,MAX_VALUE- the minimum and maximum number of tokens that will be sent from the wallet. The value in this interval will be chosen randomly
With a large number of THREADS the RPC may give an error due to rate-limit
claim_token_testnet.py- creates wallets and claiming test tokens. Wallets saved inwallets.txtin the format{address}:{private_key}mint_nft.py- claiming nftdeploy_contract.py- deployment contractsend_transactions.py- shuffles all wallets.txt addresses and randomly sends tokens between wallets
- Telegram - @flamingoat