Bitcoin Forum
July 07, 2024, 06:58:39 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: LocalbitcoinBot - open source trading bot  (Read 118 times)
RobinsonNikolay (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 1


View Profile
September 30, 2019, 04:34:43 PM
Merited by hugeblack (1)
 #1

Hello, guys. I have created localbitcoin bot, which u can free download from github.
https://github.com/RobinsonNikolay/LocalbitcoinBot

Bot works through system terminal/console.
https://imgur.com/a/r1PZBhW

All settings u can make in file account.json
Code:
{
"qiwi":{
"79991112233": "qiwiApiToken",
"": "",
"": ""
},
"login": "MyLocalBitcoinNick",
"localbitcoinApiKeyFirst": {
"apiKey": "there api key",
"apiSecret": "there write secret"
},
"localbitcoinApiKeySecond": {
"apiKey": "there api key",
"apiSecret": "there write secret"
},
"buyOrderOptions":{
"minOpenOrderAmount": "3000",
"visible": true
},
"sellOrderOptions":{
"maxOpenOrderAmount": "30000",
"minOpenOrderAmount": "3000",
"visible": true,
"sms_verification_required": true
},
"proxy": {
"login": "",
"password": "",
"address": "",
"port": ""
}
}

This free version of the bot only works with russian payment system QIWI.
You can enter as many qiwi accounts as you like, the bot will use them one at a time.
You must create two app localbitcoins on the page https://localbitcoins.com/accounts/api/
and issue a token for each qiwi account.
In the login column write your nickname in localbitcoins
Also buy and sell orders should already be created on the locale.
The bot itself will not create them, it will edit the price every half minute.

Ask any questions in the telegram @RobinsonNikolay
By the same principle, bots are available on other payment systems in localbitcoins (for a fee)

Other payment systems
Quote
yandex
webmoney (for any currency dollar, rub..)
perfetmoney usd
payeer rub usd
advcash
eth litcoin ripple through binance api
paypal while in development
possible to make for your payment system

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!