Bitcoin Forum
May 27, 2024, 11:44:59 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Services / looking for remote job or project to join on: October 04, 2016, 11:31:46 PM
Hello i am  a computer engineering student and i am looking for some remote works or project to join to make some extra money
2  Economy / Exchanges / Poloniex Api "invalid command" on: September 29, 2016, 12:11:47 AM
Hello i am developing a bot in python using the polonix api
I am trying to make request to private api the server reply my this error message: {'error': 'Invalid command.'}

this is my code someone coudl help me to fix it? is all the day that i try but It still dosent works!!!
def getOpenOrders(self,url,comand, market):

    nonce = int(time.time())
    print(comand)
    urlrequest = url  + '?apikey=' + self.apiKey +'&command='+comand + '&nonce=' +str(nonce) + '&market=' + str(market)
    print(urlrequest)
    param =  'command='+comand + 'nonce=' +str(nonce) +str(market)

    signature =  hmac.new(self.Secret.encode(),param.encode(), hashlib.sha512).hexdigest()
    headers = {
            'Sign':signature,
            'Key': self.apiKey
        }

    self.r = requests.post(urlrequest,headers= headers,)
    print(self.r)
    print(self.r.json())




I think there is problem with the signature but i dont know where.

ps this is the official documentation https://temp.poloniex.com/support/api/
3  Economy / Exchanges / Bittrex api problem on: September 27, 2016, 02:11:38 PM


Hello i am a young developer this is my first time with the api of bittrex,
I am developing a python bot for bittrex, but is all the day that i try
to make a request to get the open ordera but it fails..
I dont know, why it dosent works the request status is 200 but this is
the reply:
{'success': False, 'message': 'INVALID_SIGNATURE', 'result': None}

this is my code:
https://codetidy.com/9172/

coudl you please help me?

Ps I have already red thedocumentation but there aren't so much
information..
4  Local / Discussioni avanzate e sviluppo / Re: BOT ARBITRAGGIO on: September 21, 2016, 04:46:57 PM
ah ok grazie a tutti per i consigli mi avete tagliato un po le gambe e non avendo grandi fondi non riuscirei a guadagnarci nulla... ora ho un dubbio non so se spostare la mia attenzione su realizzare un bot che facci arbitraggio su alt coin secondarie magari ci sono possibilita di  guadagnare qualche spiccio qua!! oppure realizzare un bot per trading "normale" voi che dite??
5  Economy / Digital goods / Re: Arbitrage trading bot on: September 20, 2016, 06:10:13 PM
why?
6  Economy / Digital goods / Arbitrage trading bot on: September 19, 2016, 10:23:32 PM
hey i am student of computer engineering during my free time I am coding a bot for arbitrage of bitcoin I wrote this post to find some advices.
I am looking for another exchange to operate for know I chose just kraken which other exchange i could use? (Nb low fee and clear api are very importants factor)

ps the bot is written in go lang if someone want help me i am looking for people of course we will share the big money!!

other suggest are really welcome

7  Local / Discussioni avanzate e sviluppo / BOT ARBITRAGGIO on: September 18, 2016, 11:00:06 PM
Sono un giovane studente di ingegneria informatica nel tempo libero ( non molto purtroppo ) sto sviluppando un bot per fare arbitraggio..
Il bot lo sto scrivendo in go lang (volevo provarlo mi è stato consigliato e mi sembra molto adatto per questa situazione) e le api dei vari exchange.

Inizialmente il bot "lavorera" su due exchange uno è kraken ma non so quale scegliere come secondo qualche consiglio? (api decente e low fee sono fattori rilevanti per me)



ps sono in cerca di persone che vogliano unirsi a me per lo sviluppo (si divideranno i big money se mai se ne faranno!!)
e qualcuno che mi dia delle dritte sul trading sto leggendo qualcosa ma non sono ancora un grande esperto

niente ho scritto questo post per ricevere feedback vari su "cose" che dovrei tenere in considerazione



8  Other / Beginners & Help / Start trading on: November 03, 2015, 12:13:22 PM
Hello I am new is now a good day to buy a few of bitcoins?? i read in some chat that this moment is dump and doump... what i have to do???
ps i am a beginner of trading..
thank you guys
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!