Gunthy

GUNBOT: The automatic profit generator => Technical Support & Development => Topic started by: donuts on December 29, 2019, 02:14:51 PM

Title: bot not start binance windows
Post by: donuts on December 29, 2019, 02:14:51 PM
cant start bot got this in windows 10 64bit

what is that???????


{ AuthenticationError: binance {"code":-1022,"msg":"Signature for this request is not valid."}
    at binance.throwExactlyMatchedException (C:\snapshot\gbparis\node_modules\ccxt\js\base\Exchange.js:515:19)
    at binance.handleErrors (C:\snapshot\gbparis\node_modules\ccxt\js\binance.js:1706:26)
    at module.exports.handleRestResponse.response.text.then (C:\snapshot\gbparis\node_modules\ccxt\js\base\Exchange.js:610:18)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
  constructor: [Function: AuthenticationError],
  name: 'AuthenticationError' }
Fetching my trades again.{"name":"AuthenticationError"}
Error
    at errorHandler (C:\snapshot\gbparis\ctx\js\binance.js:0:0)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
Error: {}
    at errorHandler (C:\snapshot\gbparis\ctx-wrapper.js:0:0)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
Unable to connect to binance
Title: Re: bot not start binance windows
Post by: Anon on January 02, 2020, 11:05:53 AM
Maybe your clock is not synced, try running http://timesynctool.com/ and check does it spit out errors. Hope it helps.
Title: Re: bot not start binance windows
Post by: donuts on January 02, 2020, 05:19:04 PM
well got it running. on binace now

but got this when try to make a short or buy

emailParsed { timestamp: 1577984386595,
  type: 'short',
  exchange: 'binance',
  pair: 'USDC-BTC',
  tl: 'USDC',
  price: '0.001' }

2020/01/02 17:59:46: Checking prices...

2020/01/02 17:59:47: Received a margin-sell order...
TypeError: undefined is not a function
    at module.exports.Market.marginsellTV.Promise.checkSecurity.then.resp (C:\snapshot\gbparis\ctx-wrapper.js:0:0)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)


is with tradingview email alarm:

is this the right format for buy:
BUY_BINANCE_USDC-BTC_BTC_0.001       

or what im i missing :-[ :-[ :-[ :-[






Title: Re: bot not start binance windows
Post by: Aitor on January 03, 2020, 04:26:49 PM
cant start bot got this in windows 10 64bit

what is that???????


{ AuthenticationError: binance {"code":-1022,"msg":"Signature for this request is not valid."}
    at binance.throwExactlyMatchedException (C:\snapshot\gbparis\node_modules\ccxt\js\base\Exchange.js:515:19)
    at binance.handleErrors (C:\snapshot\gbparis\node_modules\ccxt\js\binance.js:1706:26)
    at module.exports.handleRestResponse.response.text.then (C:\snapshot\gbparis\node_modules\ccxt\js\base\Exchange.js:610:18)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
  constructor: [Function: AuthenticationError],
  name: 'AuthenticationError' }
Fetching my trades again.{"name":"AuthenticationError"}
Error
    at errorHandler (C:\snapshot\gbparis\ctx\js\binance.js:0:0)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
Error: {}
    at errorHandler (C:\snapshot\gbparis\ctx-wrapper.js:0:0)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
Unable to connect to binance

This error means that you didn't put your secret properly. Most likely a missing character or something like that.
Title: Re: bot not start binance windows
Post by: Aitor on January 03, 2020, 04:28:04 PM
well got it running. on binace now

but got this when try to make a short or buy

emailParsed { timestamp: 1577984386595,
  type: 'short',
  exchange: 'binance',
  pair: 'USDC-BTC',
  tl: 'USDC',
  price: '0.001' }

2020/01/02 17:59:46: Checking prices...

2020/01/02 17:59:47: Received a margin-sell order...
TypeError: undefined is not a function
    at module.exports.Market.marginsellTV.Promise.checkSecurity.then.resp (C:\snapshot\gbparis\ctx-wrapper.js:0:0)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)


is with tradingview email alarm:

is this the right format for buy:
BUY_BINANCE_USDC-BTC_BTC_0.001       

or what im i missing :-[ :-[ :-[ :-[

Note that Trading Limit, that is, the amount you use for trades, is stated on the base coin. So you are telling the bot to buy 0.001 USD worth BTC. Obviously it doesn't even reach the minimum allowed amount.
Title: Re: bot not start binance windows
Post by: andersonjosephine on September 25, 2020, 01:03:17 PM
Try to update your Windows once again and fix driver problems. see if it works.