Gunthy

GUNBOT: The automatic profit generator => Beginners & Help => Topic started by: criptonauta on August 15, 2017, 10:58:09 PM

Title: 4.0.X - How to run Proxy CE
Post by: criptonauta on August 15, 2017, 10:58:09 PM
Hello Guns!


While my 4.0.1 / 4.0.2 were trading even showing sparse cycles in the monitor, I wondered, like other users, if Proxy CE could be used with it until a GB release solves the sparse cycles thing in a definitive way.

By reading the official release notes, I already knew it could be used with PM2. In Proxy CE chat, Diesel had already share the useful yaml file he's using, but I would not like to pm2.

On the other side, how to add the NODE_TLS_REJECT_UNAUTHORIZED=0 ?

Being novice in Linux, I went again to Proxy CE chat for some help and Jeff B pointed that it could be easily achieved with a bash script.

I tested and it's working gracefully. Here are the steps:

Code: [Select]
#!/bin/bash
NODE_TLS_REJECT_UNAUTHORIZED=0 ./gunthy-linx64


Thanks for Diesel and Jeff B for helping me with the issue and Elroy for keeping the proxy updated. Please donate to him (also for other devs like Beer K0in, Andrew and others)... donation rate is low and utilization of their tools  is high.
Title: Re: 4.0.X - How to run Proxy CE
Post by: Cryptognorbe on August 24, 2017, 09:33:09 AM
And for Windows users?