askmike / gekko

A bitcoin trading bot written in node - https://gekko.wizb.it/
MIT License
10.05k stars 3.95k forks source link

Can't enable trading on BTCe #236

Closed ciseugene closed 9 years ago

ciseugene commented 10 years ago

When i changed

config.trader = { enabled: false, key: '', secret: '', username: '' // your username, only fill in when using bitstamp or cexio }

to

config.trader = { enabled: true, key: 'LO7XSD01-TMV48J5W-VIM0IRVE-FQ1BLIZJ-VJSUMAAC', secret: '029d7dbe96f3f295ce4c8d0702950f79aaac085e4deadf363df4b3aabef5e6b5', username: '' // your username, only fill in when using bitstamp or cexio }

Result:

C:\Users\Administrator\Desktop\gekko-master>node gekko

Gekko encountered an error and can't continue

Meta debug info:

Gekko version: v0.1.2 Nodejs version: v0.10.26

Error:

Do you understand what Gekko will do with your money? Read this first:

https://github.com/askmike/gekko/issues/201

node.js:729 throw errnoException(process._errno, 'kill'); ^ Error: kill ESRCH at errnoException (node.js:540:13) at process.kill (node.js:729:15) at Object.util.die (C:\Users\Administrator\Desktop\gekko-master\core\util.js :140:13) at Object. (C:\Users\Administrator\Desktop\gekko-master\gekko.js: 68:8) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Function.Module.runMain (module.js:497:10) at startup (node.js:119:16)

C:\Users\Administrator\Desktop\gekko-master>

md3inaustin commented 10 years ago

I'm getting the same error

perey2002 commented 9 years ago

Same here :-(

https://github.com/askmike/gekko/issues/201

node.js:733 throw errnoException(process._errno, 'kill'); ^ Error: kill ESRCH at errnoException (node.js:544:13) at process.kill (node.js:733:15) at Object.util.die (C:\Users\User\Desktop\gekko-master\gekko-master\core\util .js:140:13) at Object. (C:\Users\User\Desktop\gekko-master\gekko-master\gekko. js:68:8) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Function.Module.runMain (module.js:497:10) at startup (node.js:119:16)

perey2002 commented 9 years ago

Any ideas?

perey2002 commented 9 years ago

Hi, anybody has the bot working? I've tried in Kraken and now in Bitstam getting the error I've shown above. SO Debian

nonkreon commented 5 years ago

why u post your api key and secret publicly on the internet?