Skip to content

0xStarLabs/Web3Go-Reiki-Autoreger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published