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

Pages: [1]
1
I'm having people ask me how to get the latest GB (3.3.3) running in PM2, so it starts at boot and so you don't have a terminal screen open all the time.

So a refresher on PM2:

Install npm:  https://keymetrics.io/2015/02/03/installing-node-js-and-io-js-with-nvm/

Install PM2: npm install pm2 -g

Start your gunbot using PM2: From  your gunbot folder
         pm2 start ./gunthy-linx64 -n Gunbot_Name -- --color
            Note the -- --color tag at the end? That lets PM2 display the log in the color Gunthar intended!

Save it: pm2 save

Look for your pm2 ID:
         pm2 list

view your log:
         pm2 log 0 (my pid was 0)

That's it for now. More to come as people build monitors and Gunthar adds features and a gui!


Like the tutorial? Tips are greatly appreciated, as is using my referral for CoinTracking:
CoinTracking: Lots of reports, including tax reporting for exchanges and wallets.  It's not cheap, but if you are trading with more than a token amount, give it a try. 10% Off with this referral (and I get some BTC, thank you! https://cointracking.info?ref=D416986
BTC: 1DiESeLca4RfbvoUTVUg7NSRn16T3G8YPd    (yes, that's a vanity BTC address  8) )
ETH: 0x4381adfb5e212f2ac2477075b866357b0b69c37b

Pages: [1]