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

Pages: [1] 2 3 ... 5
1
I run GB on my Raspberry Pi 2. It's good since we launch only one instance.

2
In config.js I wrote BTC_ETH in place of BTC-ETH.
Problem solved. Thaks to Gunthar.

3
Technical Support & Development / Re: Bugs/Issues tracker v3.3.5
« on: August 04, 2017, 04:42:46 PM »
Thanks, but it's my fault. In config.js I wrote BTC_ETH in place of BTC-ETH. So it's resolved.

4
Technical Support & Development / Re: Bugs/Issues tracker v3.3.5
« on: August 04, 2017, 09:53:02 AM »
Since I use GB v3.3.4/3.3.5 it's didn't made trade on Bittrex market! Even after changing API Key, in case.
Woks fine on polo, but don't work on bittrex.
Is there gunners using GB on bittrex?

5
Technical Support & Development / Re: No trade on Bittrex with v3.3.4/5
« on: August 02, 2017, 09:51:20 PM »
I tried 2 things:
- change API Key for Bittrex
- delete API Key for Poloniex, so GB works only on Bittrex.
But it don't works! All it says:
Code: [Select]
2017/08/02 22:48:08: Kicking bittrex, receiving new tickers...
2017/08/02 22:48:18: Kicking bittrex, receiving new tickers...
2017/08/02 22:48:28: Kicking bittrex, receiving new tickers...
2017/08/02 22:48:38: Kicking bittrex, receiving new tickers...
2017/08/02 22:48:48: Kicking bittrex, receiving new tickers...
2017/08/02 22:48:58: Kicking bittrex, receiving new tickers...

6
Since I use v3.3.4 and now 3.3.5, GB don't made trade on Bittrex. No error on console, I think config.js is fine, and
My config.js:
Code: [Select]
"bot": {
                "debug": true,

                "period_storage_ticker": 300,
                "interval_ticker_update": 10000,

                "timeout_buy": 60000,
                "timeout_sell": 60000,

                "MIN_VOLUME_TO_BUY": 0.0005,

                "WATCH_MODE": false
        },

        "strategies": {
                "bb": {
                        "BTC_TRADING_LIMIT": 0.02,
                        "PERIOD": 15,
                        "BUY_LEVEL": 0.1,
                        "GAIN": 0.6,
                        "HIGH_BB": 60,
                        "LOW_BB": 40,
                        "PANIC_SELL": false,
                        "DOUBLE_UP": true
                }


The ten last are manuel trades to fund my BTC balance, as Gunthar said to manage bags.

Any idea?

7
Beginners & Help / Re: Gunbot 3.3.4 on linux?
« on: August 02, 2017, 12:46:22 AM »
Configure config.js and:
Code: [Select]
chmod u+x gunthy-linx64
./gunthy-linx64

8
Quote
how can i download this version?
https://github.com/GuntharDeNiro/BTCT/releases/

Quote
Also to upgrade gunbot, do you simply stop the old bot, overwrite the old gunbot folder with the newly donwloaded one and then restart the bot?
And you must configure your new config.js. RTFM!

9
General Discussion / Re: Is the Kraken license worth it?
« on: July 26, 2017, 02:27:03 AM »
I was under the impression that once you buy a license you get updates for free?

You're right.

10
What is the advantage to run GB over PM2?

11
Beginners & Help / Re: GUNBOT...the way i run it!
« on: July 23, 2017, 09:53:46 AM »
Tried typing in FTC/BTC but it errored out.  Suggestions?

Because it's BTC_FCT !!!

12
General Discussion / Re: A couple of questions about buying a license
« on: July 19, 2017, 11:35:41 AM »
I recommend Criptonauta as an escrow. He's a trustworthy person. So cool :)

13
There is supposed to be a complete technical analysis kit in the next release so you should be able to use whatever you like when it comes out.

How it will possible? Must be a dev?

14
Thanks for your work.
Else, a simple way is to create differents folders. ;)

16
General Discussion / Re: Is the Kraken license worth it?
« on: July 05, 2017, 04:45:26 PM »
Quote
- Poloniex:
  -Pros:
    - The best for altcoins (due to their much higher volume).
  - Cons:
    - No SEPA transfers (probably have to pay taxes in order to fund my account, I guess).

No SEPA because no fiat! Only USDT (USD Tether is indexed to USD) https://tether.to/.
You can't deposit fiat nor to Poloniex nor to Bittrex.

17
General Discussion / [LINUX] Notify your phone from the terminal.
« on: July 03, 2017, 11:13:07 AM »
Hello,
I'm just discovered Notify: https://mashlol.github.io/notify/. What is it?

Installation

notify is written with node, so you can install with npm.
Code: [Select]
$ npm install -g notify-clior for me
Code: [Select]
$ sudo npm install -g notify-cli
Usage

Using notify is simple. When you download the app to your phone (https://play.google.com/store/apps/details?id=com.kevinbedi.notify), it will give you a registration key. This key is how your phone is identified by notify. Before you can begin using notify, you should first register your key.
Code: [Select]
$ notify -r myKey
After registering, you can use notify as follows:
Code: [Select]
$ someLongRunningCommand ; notify
You will receive a push notification to your phone when the command has completed, regardless of whether or not it was successful.

You can also specify what the notification will say, like this:
Code: [Select]
$ notify -t "My custom message"
Imagine all the possibilties.
I's a KISS program. That's it!

18
Technical Support & Development / Re: How much pairs per API?
« on: July 01, 2017, 07:49:23 PM »
i run 58 pairs on polo and 81 … it work sience more than 1 week, without errors (;

Whithout f*g error 422? Hum …

19
Beginners & Help / Re: GUNBOT - Linux Tutorial
« on: July 01, 2017, 12:10:13 AM »
What is the file name for the current 3.3.2 Poloniex bittrex patch version?

Filename is same for all three markets:
Code: [Select]
gunthy-linuxx32or
Code: [Select]
gunthy-linuxx64depends of your system.

20
Technical Support & Development / Re: Linux proxy for 422 errors.
« on: June 28, 2017, 05:07:34 PM »
dont working after this

Have you tried to run like:
Code: [Select]
sudo python3 polproxy.py

Pages: [1] 2 3 ... 5