Skip to content

th0masi/gate-withdraw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Скриншот софта

RU: Для корректной работы требуется Python версии 3.11. Вы можете скачать его здесь.

Внимание

  1. В файл Wallets.txt вам нужно поместить кошельки. НЕ ПРИВАТНИКИ, БУДЬТЕ ВНИМАТЕЛЬНЫ!

  2. Кошельки должны быть добавлены в вайтлист, можно сделать через мой генератор кода.

Софт ожидает достижения определенного уровня комиссии в $MEME (указывается в конфигурации). Как только комиссия опускается до заданного уровня, софт выводит средства на кошельки, указанные в файле wallets.txt.

Файл конфигурации Config.py

API_KEY = "ваш API KEY"
API_SECRET = "ваш API SECRET"
MAX_FEE_MEME_GAS = "максимальная сумма комиссии в $MEME"
AMOUNT = "сумма вывода без учета комиссии (минимум 69)"
DELAY = "задержка между аккаунтами"

ENG: For the software to work correctly, Python version 3.11 is required. You can download it here.

Attention

  1. In the Wallets.txt file, you should add wallet addresses, NOT PRIVATE KEYS! PLEASE BE CAREFUL!

  2. Your wallets must be whitelisted. To add them, use the console and my whitelist code generator.

The software waits for a certain commission level in $MEME (which can be set in the configuration) to be reached. Once the commission drops to the required amount, the software automatically processes withdrawals for all the wallets listed in wallets.txt.

Configuration File Config.py

API_KEY = "your API KEY"
API_SECRET = "your API SECRET"
MAX_FEE_MEME_GAS = "maximum commission amount in $MEME"
AMOUNT = "withdrawal amount excluding commission (minimum 69)"
DELAY = "delay between accounts"

About

Soft for withdraw MEME to the mainnet with a fee checker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages