You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a cryptocurrency trading bot for the Binance Smart Chain (BSC) that automates token purchases and sales. It follows a predefined pattern of 3 buys followed by 1 sell transaction with random time intervals between operations.
Put private keys into the private_keys file, one private key per line, make sure there are no spaces!
Set up the configuration in the config file!
Run the script: python3 main.py
About
This is a cryptocurrency trading bot for the Binance Smart Chain (BSC) that automates token purchases and sales. It follows a predefined pattern of 3 buys followed by 1 sell transaction with random time intervals between operations.