Username: Password:

Author Topic: Feature request: Multiple API keys  (Read 9837 times)

Offline agis

  • Rookie
  • *
  • Posts: 16
    • View Profile
Feature request: Multiple API keys
« on: August 11, 2017, 04:43:22 PM »
It would be nice to be able to use multiple keys per exchange, as in the example below, in order to avoid running multiple instances of GUNBOT.
This way we can have all the coins in one configuration, use one account for de-bagging, another for high volume coins, a third one for low volume ones, etc., manage all of them in one configuration, and move them around as needed, but still keep separate profiles/accounts with different targets and trade scenarios.

 "poloniex-bags": {
                        "exchange": "poloniex",
                        "key": "KEY 1",
                        "secret": ""
                },
 "poloniex-high-vol": {
                        "exchange": "poloniex",
                        "key": "KEY 2",
                        "secret": ""
                },
 "poloniex-low-vol": {
                        "exchange": "poloniex",
                        "key": "KEY 3",
                        "secret": ""
                },

Offline GuyTheGuy

  • Contributor
  • **
  • Posts: 152
  • Lunar Crypto
    • View Profile
    • Lunar Crypto
Re: Feature request: Multiple API keys
« Reply #1 on: August 12, 2017, 01:25:40 AM »
Not exactly sure the benefit? It would be doing the same thing, just a different address. Seems like you have an idea just havent been able to articulate?
Contact for any questions or inquiries:
Lunar Crypto Telegram Group: https://t.me/LunarCrypto
Lunar Crypto Discord Server:  https://discord.gg/Z7qsaqk

Offline agis

  • Rookie
  • *
  • Posts: 16
    • View Profile
Re: Feature request: Multiple API keys
« Reply #2 on: August 20, 2017, 07:57:08 PM »
Sorry for the delay in replying; I was on vacation  8)

I like to group the coins I'm trading. Let's say the groups are
1. High volume coins
2. Low volume coins
3. Newly introduced coins

To trade them, I use 3 different accounts, and each group/account has a different strategy, so I can easily change the strategy of a group, or move coins in/out of a group.

The benefit is just ease of use, and not having to run 3 instances of GUNBOT

Offline Leetmor1

  • Rookie
  • *
  • Posts: 8
    • View Profile
Re: Feature request: Multiple API keys
« Reply #3 on: August 20, 2017, 11:00:10 PM »
Why? this is soooo pointless, you can already do this yourself

"Implemented command line option to load config.js from external url: add param --Example: ./gunthy-linx64 --config=https://gunthy.org/config.js"


So all you do is have a server where you edit your config as a master / slave kind of thing. Sure you might miss out on the live editiing, but if you want to split things up like you talk about then its already possible.

« Last Edit: August 20, 2017, 11:02:51 PM by Leetmor1 »

Offline agis

  • Rookie
  • *
  • Posts: 16
    • View Profile
Re: Feature request: Multiple API keys
« Reply #4 on: August 21, 2017, 04:14:39 AM »
1. This is not a must have feature. It can very well go to the very bottom of the features-to-be-implemented list, and be forgotten there

2.
Why? this is soooo pointless, you can already do this yourself
The command line argument is sooooo irrelevant... Think about it: Running 1 instance, instead of running 3 instances... what is better?

Offline Leetmor1

  • Rookie
  • *
  • Posts: 8
    • View Profile
Re: Feature request: Multiple API keys
« Reply #5 on: August 21, 2017, 10:34:10 AM »
1. This is not a must have feature. It can very well go to the very bottom of the features-to-be-implemented list, and be forgotten there

2.
Why? this is soooo pointless, you can already do this yourself
The command line argument is sooooo irrelevant... Think about it: Running 1 instance, instead of running 3 instances... what is better?
Why would only running 1 instance be superior? If you run 3, you're more redundant. If you run them on separate ips you can trade faster.

You cited ease of use having it all in one place, and the remote config solves that issue. So seems quite relevant indeed :)

Offline mbdash

  • Rookie
  • *
  • Posts: 19
    • View Profile
Re: Feature request: Multiple API keys
« Reply #6 on: September 04, 2017, 05:58:13 AM »
+1 on the feature request
since it would also mean implementing the Polo proxy patch within the bot avoiding the polo 422 errors