/bithumb-bot

Trading bot for Bithumb

Primary LanguagePythonApache License 2.0Apache-2.0

Bithumb bot

RU EN

Settings

You can generate config with https://bonsai-minter.github.io/generator

[auth]

api_key = "123456" #public key

api_key_auth = "1234567890" #private key

[notify]

nootification_on_desktop = false #true or false

enabled = false #true or false

symbols = ["BTC-USDT","BIP-USDT"]

timeout = 30 #seconds

time = 1 #minutes

[scallping]

nootification_on_desktop = true #true or false

enabled = true #true or false

symbols = ["BTC-USDT"] #more pairs can be cause of errors

percent = 0.001

percent_to_play = 80

save_percent = 2

strategy = "last" #last(recomemded) or normal

For start you need simple change value of api_key and api_key_auth. You can find this values in Bithumb Creating Api KeyAfter press the button you will need to write confidential data. conf data After execute data you will show new api key api keyYou need to press Modify and add access to Open Trading change settingsOnly after press Save but if you had a static ip (in most cases no) set own ip in Restrict access to trusted IPs only If you havent static ip you will need to change the key in settings every month VERY IMPORTANT!!! Save Secret key before exiting page

Installing

On Linux:

sudo apt install python3 python3-pip
git clone https://github.com/bonsai-minter/bithumb-bot.git
cd bithumb-bot
pip3 install -r requirements.txt
#Change settings in config.toml for example you can change with nano
python3 main.py

Or you can download from last release files:

 main
 config.toml

And start ./main in command line

On Windows: Download python3 Execute python-#.#.#-amd64.exe

VERY IMPORTNANT!!!!! you need add python in path

path Download release Unzip master.zip Go to directory master Copy full path and after press Win + R after write powershell Write cd ' Press Right Button on mouse and write ' and press Enter You will go to folder with project Execute in command line pip install -r requirements.txt After change settings in config.toml At last execute python main.py

Or you can simple download main.exe and config.toml from last release change settings in config.toml and execute main.exe

Настройки

Вы можете настроить конфиг в https://bonsai-minter.github.io/generator

[auth]

api_key = "123456" #public key

api_key_auth = "1234567890" #private key

[notify]

nootification_on_desktop = false #true or false

enabled = false #true or false

symbols = ["BTC-USDT","BIP-USDT"]

timeout = 30 #seconds

time = 1 #minutes

[scallping]

nootification_on_desktop = true #true or false

enabled = true #true or false

symbols = ["BTC-USDT"] #more pairs can be cause of errors

percent = 0.001

percent_to_play = 80

save_percent = 2

strategy = "last" #last(recomemded) or normal

Для начала вам нужно просто изменить значение api_key и api_key_auth. Вы можете найти эти значения в разделе Bithumb Creating Api KeyПосле нажатия кнопки вам нужно будет вписать данные conf data После вы увидите свой ключ api keyВам нужно разрешить во вкладке Modify разрешить открывать торги (Open Trading) change settingsКлюч не валидный) После этого обязательно нажмите Save но если у вас есть статичный ip адрес впишите его в разделе Restrict access to trusted IPs only (В большинстве случаев у вас не статичный ip) Если у вас нет статичного ip вы вынуждены менять api ключи каждый месяц ОЧЕНЬ ВАЖНО!! Запишите секретный ключ перед выходом со страницы

Установка

На линукс:

sudo apt install python3 python3-pip
git clone https://github.com/bonsai-minter/bithumb-bot.git
cd bithumb-bot
pip3 install -r requirements.txt
#Change settings in config.toml for example you can change with nano
python3 main.py

Или скачайте с последнего релиза файлы:

 main
 config.toml

А после запустите из командной строки ./main

На Windows: Скачайте python3 Запустите python-#.#.#-amd64.exe

Важно!!!!! добавить python in Path

path Скачайте релиз Распакуйте master.zip Перейдите в деректорию master Скопируте полный путь а после нажмте Win + R и в этом окошке напишите powershell Впишите cd ' После нажмите правой кнопкой мыши чтобы вставить путь, напишите ' и нажмите Enter Вы перейдете в директорию проекта Напишите в консоли pip install -r requirements.txt Затем измените настройки в config.toml через обозреватель файлов И наконец запустите python main.py

Или вы можете просто скчать main.exe и config.toml с последнего релиза Измените настройки в config.toml и запустите main.exe