Updated ProxyBot application.properties (markdown)
parent
cf8f8595f2
commit
bced6839e8
|
@ -7,7 +7,7 @@ Max amount of times the proxy will try to get a correct response from poloniex b
|
||||||
`connection.maxRetries = 6`
|
`connection.maxRetries = 6`
|
||||||
|
|
||||||
This apiKey pair will do all the heavy lifting
|
This apiKey pair will do all the heavy lifting
|
||||||
`default_apiKey = `
|
`default_apiKey = `
|
||||||
`default_apiSecret = `
|
`default_apiSecret = `
|
||||||
|
|
||||||
This apiKey will do the buying and selling and orders canceling stuff
|
This apiKey will do the buying and selling and orders canceling stuff
|
||||||
|
@ -18,4 +18,5 @@ Dont use the same apiKey as default_apiKey to avoid nonce errors
|
||||||
The amount of time the proxy will block new buy orders to allow Gunbot from double buying
|
The amount of time the proxy will block new buy orders to allow Gunbot from double buying
|
||||||
`doubleBuyProtectionSeconds = 60`
|
`doubleBuyProtectionSeconds = 60`
|
||||||
|
|
||||||
Set this to a higher number to fix persitent nonce errors. Probably GB put an extra 0 to your apiKey nonce `connection.nonceLength = 17`
|
Set this to a higher number to fix persitent nonce errors. Probably GB put an extra 0 to your apiKey nonce
|
||||||
|
`connection.nonceLength = 17`
|
Loading…
Reference in New Issue