diff --git a/ProxyBot---application.properties.md b/ProxyBot---application.properties.md new file mode 100644 index 0000000..c5a83ab --- /dev/null +++ b/ProxyBot---application.properties.md @@ -0,0 +1,21 @@ +# Application properties. The important stuff + +Set this to true to make use of the Premium features and ProxyBot standalone bot +`server.botMode = false` + +Max amount of times the proxy will try to get a correct response from poloniex before giving up +`connection.maxRetries = 6` + +This apiKey pair will do all the heavy lifting +`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 +`apiKey1 = ` +`apiSecret1 = ` + +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