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.


Messages - maxime

Pages: [1]
1
Beginners & Help / Re: GUNBOT V3 FOR MAC OS X
« on: July 03, 2017, 06:33:31 PM »
Follow-up from previous post.

For currencies, I ended up downloading and running currencies from 3.1 release instead of only copying the currencies.js file.
I used this one https://github.com/GuntharDeNiro/BTCT/releases/download/Win3.1patched/GUNBOT_v3.1_GUI_edition_all_CPU.zip

Works good now. I'll try to see what I need to copy to 3.3 for it to work there.

2
Beginners & Help / Re: GUNBOT V3 FOR MAC OS X
« on: July 03, 2017, 05:58:47 PM »
Hi, I have 2 questions

1. When running multiple pairs, do you really manually open 10 command prompts and launch each of them one by one?
2. When trying to run node currencies.js, I get the following error, any idea? (I have no config.js at all.)
Code: [Select]
max@home ~/D/Gunbot> node currencies.js
module.js:487
    throw err;
    ^

Error: Cannot find module './config.js'
    at Function.Module._resolveFilename (module.js:485:15)
    at Function.Module._load (module.js:437:25)
    at Module.require (module.js:513:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/Users/maxaudet/Downloads/Gunbot/currencies.js:1:13926)
    at Module._compile (module.js:569:30)
    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)

Thanks,

Pages: [1]