Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - liberspirita

Pages: [1]
1
Beginners & Help / Gunbot won't start, even with config.js sure is OK
« on: December 08, 2017, 03:13:30 AM »
Hi,
Here is the log when i start ./gunthy-linx64


pkg/prelude/bootstrap.js:1102
      throw error;
      ^

TypeError: Cannot read property 'charCodeAt' of undefined
    at /snapshot/gunbot-build/crypto.lib.js:0:0
    at /snapshot/gunbot-build/crypto.lib.js:0:0
    at Object.<anonymous> (/snapshot/gunbot-build/crypto.lib.js:0:0)
    at Module._compile (pkg/prelude/bootstrap.js:1173:22)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:503:32)
    at tryModuleLoad (module.js:466:12)
    at Function.Module._load (module.js:458:3)
    at Module.require (module.js:513:17)
    at Module.require (pkg/prelude/bootstrap.js:1083:31)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/snapshot/gunbot-build/bot.lib.js:0:0)
    at Module._compile (pkg/prelude/bootstrap.js:1173:22)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:503:32)
    at tryModuleLoad (module.js:466:12)
    at Function.Module._load (module.js:458:3)
    at Module.require (module.js:513:17)
    at Module.require (pkg/prelude/bootstrap.js:1083:31)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/snapshot/gunbot-build/index.js:0:0)
    at Module._compile (pkg/prelude/bootstrap.js:1173:22)


I tried to reinstall, without success. Same  drama ...

Any help ?

2
Beginners & Help / No real communication with bittrex
« on: November 27, 2017, 05:31:03 PM »
Hi,

my gunbot logs only this :
cresus:~/GUNBOT$ tail -f out.log
Loading exchange bittrex
Detected config changes...
Loading config...
Loading exchange bittrex
Detected config changes...
Loading config...
Loading exchange bittrex
Detected config changes...
Loading config...
Loading exchange bittrex

Obviously, it 's not working, is it ?


3
Beginners & Help / where are the logs ?
« on: November 26, 2017, 05:56:17 PM »
Hi guys,

i've just bought gunbot, try to configure it. but don't know yet it it works or not.

My main problem is : where are the logs ?
i would like to see the live calculated MA, TA, RSI, etc ...

because at this state, i cannot be confident my bot is communicating with the market ! I tried gmon, but i read somewhere it does not work with new versions of gunbot. I imagine there is somewhere a log file i could tail, of perhaps with a query inside database ?
My config : ubuntu on a vps, bittrex, pairs BTC-LSK, BTC-ETH, ...

Hope someone has the answer

Pages: [1]