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 - Snapper_Head

Pages: [1]
1
Thanks for your program.  It is great that so many people are contributing and sharing their work to make gunbot better.

I ran into trouble getting this to work but solved it by updating nodjs to version 6

curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs

2
Beginners & Help / Re: Cryptowally's gunbot linux console, Part I
« on: May 11, 2017, 12:06:33 AM »
That is quite a beautiful and sophisticated set-up.

I have been wondering what is the most efficient way to run several pairs at once.

This will make for a good weekend project !

Thank you for taking the time to write such a detailed how to.

3
Beginners & Help / Re: [TUT] How to running GUNBOT in Linux
« on: May 07, 2017, 04:30:06 PM »
I am a little confused. Version 2.04

Quote
Porting back 1000trades and Best currencies for linux users: start them with node 1000trades BTC_ETH or node currencies. Config files for 1000trades and Best currencies are config.js and params.js
This says to start with node 1000trades BTC_ETH
but when I open the config.js the top line is

   COINS_PAIR:   'BTC_ETC',
   KEY: '',
   SECRET: '',
   
How do I add other pairs  to trade ? Do I just add them in the   COINS_PAIR:   'BTC_ETC',   or do I have to create more config files


4
Beginners & Help / Re: [TUT] How to running GUNBOT in Linux
« on: May 04, 2017, 11:18:41 PM »
How do I exit out of the session and keep the bot running on the VPS ?

Pages: [1]