New versions of the bot are divided into groups A and B - read more here
If you open your RPC, but indexing must be enabled on the node!
Bot launch
# create a separate walletnoisdkeysaddbotwallet#Make sure you have tokens in your walletexport MONIKER=your-beautiful-nameexport MNEMONIC='<YOUR_MNEMONICS_HERE>'#check https://docs.nois.network/networks-and-contracts. nois-oracle contractexport NOIS_CONTRACT=nois16peq3sftghumkja7nu32ztjy0ew4vsnshxfhcv6sxq573ta08gwsgldepmexport ENDPOINT=http://rpc-3.noislabs.com:26657#edit above values before running the dockerdockerrun-d--namedrandbot \-eMONIKER=$MONIKER \-e"MNEMONIC=$MNEMONIC" \-ePREFIX=nois \-eDENOM=unois \-eNOIS_CONTRACT=$NOIS_CONTRACT \-eENDPOINT=$ENDPOINT \-eGAS_PRICE=0.05unois \noislabs/nois-bot:lates
Useful Commands
# logsdockerlogsdrandbot--follow--tail=50# restart dockerrestartdrandbot&&dockerlogsdrandbot--follow--tail=50# check containersdockerpsdockerps-a# updatedockerstopdrandbotdockerrmdrandbotdockerpullnoislabs/nois-bot:latest# run