From bced6839e8c8a8ec360f40de11a0ac3d03015de6 Mon Sep 17 00:00:00 2001 From: taniman Date: Sun, 10 Sep 2017 00:07:44 +0200 Subject: [PATCH] Updated ProxyBot application.properties (markdown) --- ProxyBot---application.properties.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ProxyBot---application.properties.md b/ProxyBot---application.properties.md index c5a83ab..5050ed0 100644 --- a/ProxyBot---application.properties.md +++ b/ProxyBot---application.properties.md @@ -7,8 +7,8 @@ Max amount of times the proxy will try to get a correct response from poloniex b `connection.maxRetries = 6` This apiKey pair will do all the heavy lifting -`default_apiKey = ` -`default_apiSecret = ` +`default_apiKey = ` +`default_apiSecret = ` This apiKey will do the buying and selling and orders canceling stuff Dont use the same apiKey as default_apiKey to avoid nonce errors @@ -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 `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` \ No newline at end of file +Set this to a higher number to fix persitent nonce errors. Probably GB put an extra 0 to your apiKey nonce +`connection.nonceLength = 17` \ No newline at end of file