-
Notifications
You must be signed in to change notification settings - Fork 4
/
settings.py
38 lines (26 loc) · 1.04 KB
/
settings.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
SAVE_LOGS = False
# RANDOM WALLETS MODE
RANDOM_WALLET = True # True/False
USE_PROXY = False
SLEEP_FROM = 4 # Second
SLEEP_TO = 10 # Second
# Sleep after a transaction has been executed. Blocks threads so that wallets do not make a transaction in 1 second.
SLEEP_AFTER_TX_FROM = 10
SLEEP_AFTER_TX_TO = 15
QUANTITY_THREADS = 1
THREAD_SLEEP_FROM = 1
THREAD_SLEEP_TO = 2
# GWEI CONTROL MODE
USE_BASE_GWEI = False # if True, then gas on the Base will be used, else - gas on Ethereum chain
CHECK_GWEI = True # True/False
MAX_GWEI = 20
REALTIME_GWEI = True # if true - you can change gwei while program is working
# Рандомизация гвея. Если включен режим, то максимальный гвей будет выбираться из диапазона
RANDOMIZE_GWEI = True # if True, max Gwei will be randomized for each wallet for each transaction
MAX_GWEI_RANGE = [15, 18]
GAS_SLEEP_FROM = 10
GAS_SLEEP_TO = 20
GAS_MULTIPLIER = 1.3
# RETRY MODE
RETRY_COUNT = 3
INCH_API_KEY = "" # https://portal.1inch.dev/applications