Web3Go-Reiki-Autoreger

🔗 Links

Telegram channel Telegram chat

🔔 CHANNEL: https://t.me/StarLabsTech

💬 CHAT: https://t.me/StarLabsChat

💰 DONATION EVM ADDRESS: 0x620ea8b01607efdf3c74994391f86523acf6f9e1

🚀 Installation


# NodeJS is required!
# https://nodejs.org/en/download/current

git clone https://github.com/0xStarLabs/Web3Go-Reiki-Autoreger.git

cd StarLabs-Discord

npm i

if ccxt did not install on the first try
npm uninstall ccxt     (remove the library)
npm i --save ccxt      (re-download)

# Before starting, configure the necessary modules in config.ts and /data files

npm start

⚙️ Config

Name Description
quizes whether to pass the quiezes or not (true / false ). Use true for the first launch, false for all others
proxyType proxy type you are using (http / socks)
gasPrice Gas Price with which the transaction will be sent (better to not touch)
exchange Choose whether to use the exchange in the exchange variable (true / false). If false - will work with what is in the wallet. If true - at startup, it will withdraw native coin. (You must have coin on OKEX to withdraw them).
OKX_API_KEY API key
OKX_SECRET_KEY secret key (given when generating an API key)
OKX_PASSPHRASE account password
initializationTime How many seconds all threads will start. For example, you have 100 accounts, you set 10000 seconds. The bot will start each subsequent account in the interval of 50 - 200 seconds.
pause The range of seconds of pause between each new transaction in the wallet.
privateKeysRandomMod Private key randomization mode. shuffle - shuffles each time it starts. order - follows the list from the variable of the same name below, consecutive - just goes in order.
order Numbers of private keys by which the script will start, if you choose the order mode in privateKeysRandomMod. For example, you specify 1, 7, 2. The script will first start wallet 1, then wallet 7, then wallet 2.

🗂️ Data

Data in the data folder:

Name Description
private_keys.txt Private keys
proxies.txt Proxies: login:pass@ip:port