Advertisement
Guest User

Untitled

a guest
Jun 8th, 2017
587
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.68 KB | None | 0 0
  1. # Need help configuring? View the Documentation: https://poloniexlendingbot.readthedocs.io/en/latest/configuration.html
  2.  
  3. [API]
  4. apikey = hehe
  5. secret = lel
  6.  
  7. [BOT]
  8. #Sleeps between active iterations, time in seconds (1-3600)
  9. sleeptimeactive = 60
  10.  
  11. #Sleeps between inactive iterations, time in seconds (1-3600)
  12. #Set to the same value as sleeptimeactive to disable
  13. sleeptimeinactive = 300
  14.  
  15. #Minimum daily lend rate in percent (0.0031-5)
  16. #Setting to 0.0031 is about 1% a year, not worth it.
  17. mindailyrate = 0.07
  18.  
  19. #Maximum lending rate. 2% is good choice because it's default at margin trader interface.
  20. #5% is the maximum rate accepted by the exchange (0.003-5)
  21. maxdailyrate = 5
  22.  
  23. #The number of offers to split the available balance across the [gaptop, gapbottom] range. (1-20)
  24. spreadlend = 5
  25.  
  26. #The depth of lendbook (in percent of lendable balance) to move through
  27. #before placing the first (gapbottom) and last (gaptop) offer.
  28. #If gapbottom is set to 0, the first offer will be at the lowest possible rate.
  29. #However some low value is recommended (say 10%) to skip dust offers.
  30. gapbottom = 10
  31. gaptop = 200
  32.  
  33. #Daily lend rate threshold after which we offer lends for x days as opposed to 2.
  34. #If set to 0 all offers will be placed for a 2 day period (0.003-5)
  35. xdaythreshold = 0.3
  36. xdays = 30
  37.  
  38. #Auto-transfer of funds from exchange to lending balance.
  39. #Enter ALL to transfer all coins, enter ACTIVE to transfer any coins you have in your lending account when the bot starts, these can be mixed.
  40. #The currencies you enter below (comment it out to disable entirely, just leaving empty will result in an error) will be automatically transferred from your exchange balance to your lending balance whenever you deposit them.
  41. #transferableCurrencies = STR,BTC,BTS,CLAM,DOGE,DASH,LTC,MAID,XMR,XRP,ETH,FCT
  42.  
  43. #Minimum loan size, the minimum size of offers to make, bigger values prevent the bot from loaning small available amounts but reduce loan fragmentation.
  44. minloansize = 0.01
  45.  
  46. #Keep Stuck Orders - Sometimes an order gets partially filled. When this happens it may leave the remainder of your coin under the set minloansize.
  47. #If this happens, KeepStuckOrders will keep your order where it is so maybe it can be filled. Otherwise it will be canceled and held until orders expire.
  48. keepstuckorders = True
  49.  
  50. #Hide coins - Instead of keeping your coins lent out at minlendrate when it is not met, the bot will hold them and wait for the rate to surpass it.
  51. hideCoins = True
  52.  
  53. #End date for lending, bot will try to make sure all your loans are done by this date so you can withdraw or do whatever you need.
  54. #Uncomment to enable.
  55. #Format: YEAR,MONTH,DAY
  56. #endDate = 2016,12,25
  57.  
  58. #Raw maximum amount to lend if under maxtolendrate.
  59. #If set to 0 or commented: the bot will check for maxpercenttolend.(0+)
  60. #maxtolend = 0
  61.  
  62. #Maximum percent to lend if under maxtolendrate.
  63. #If set to 0 or commented: the bot will lend 100% of your balance regardless of rate. (0-100)
  64. #maxpercenttolend = 0
  65.  
  66. #Max to lend conditional rate.
  67. #If set to more than 0: the maxtolend or maxpercenttolend will be used when the rate is less than or equal to the maxtolendrate.
  68. #If set to 0 or commented: the bot will use the maxtolend or maxpercenttolend all the time. (0.0031-5)
  69. #maxtolendrate = 0
  70.  
  71. # Local Market Analysis: Choose which coins to record the market of in order to analyse them and compute a recommended lending rate.
  72. # Enter ALL to analyse all coins, enter ACTIVE to analyse the markets of any coins you have in your lending account when the bot starts, these can be mixed.
  73. #analyseCurrencies = STR,BTC,BTS,CLAM,DOGE,DASH,LTC,MAID,XMR,XRP,ETH,FCT
  74. # Choose how long to keep market data. (In days) (1-365)
  75. #analyseMaxAge = 30
  76. # Choose how often to record a market's rate. (In seconds.) (10-3600)
  77. #analyseUpdateInterval = 60
  78. # Choose how aggressive to lend at based on a market's performance. (As a percentile of the market's rate.) (1-99)
  79. # Recommendations: Conservative = 50, Moderate = 75, Aggressive = 90, Very Aggressive = 99
  80. #lendingStyle = 75
  81.  
  82. #Syntax: ["COIN:mindailyrate:maxactiveamount:maxtolend:maxpercenttolend:maxtolendrate",...]
  83. #If maxactive amount is 0: stop lending this coin. in the future you'll be able to limit amount to be lent.
  84. #If maxtolend is 0: check for maxpercenttolend.
  85. #If maxpercenttolend is 0: 100% is going to be lent.
  86. #If maxtolendrate is set to more than 0: the maxtolend or maxpercenttolend will be used when then rate is less or equal to the maxtolendrate. if set to 0 the bot will use the maxtolend or maxpercenttolend all the time.
  87. # Please configure via the coinconfig line below OR individual coins in the [BTC], [CLAM], etc section. NOT both.
  88. # coinconfig takes precedence
  89. #coinconfig = ["BTC:0.18:1:0:0:0","CLAM:0.6:1:0:0:0"]
  90.  
  91. #This option creates a json log file instead of console output which includes the most recent status.
  92. #Uncomment both jsonfile and jsonlogsize to enable.
  93. #Keep this in the default location if you want to use the webserver.
  94. #jsonfile = www/botlog.json
  95.  
  96. #Limits the amount of log lines to save.
  97. #jsonlogsize = 200
  98.  
  99. #Enables a webserver for the www folder, in order to easily use the lendingbot.html with the .json log.
  100. #startWebServer = true
  101.  
  102. #Customize the IP and port that the webserver is hosted on. Defaults to 0.0.0.0:8000
  103. #0.0.0.0 will point to your default IP (Local IP on LAN as well as localhost), set to 127.0.0.1 if you want it to be only accessible by host computer.
  104. #Do not set to a reserved port
  105. #Advanced users only.
  106. #customWebServerAddress = 0.0.0.0:8000
  107.  
  108. #The currency that the HTML Overview will present the earnings summary in.
  109. #Options are BTC, USDT, ETH or anything as long as it has a direct BTC market. The default is BTC.
  110. #outputCurrency = BTC
  111.  
  112. # Currencies can be configured here, or in the coinconfig. Coinconfig takes precedence.
  113. #[BTC]
  114. #minloansize = 0.01
  115. #mindailyrate = 0.18
  116. #maxactiveamount = 1
  117. #maxtolend = 0
  118. #maxpercenttolend = 0
  119. #maxtolendrate = 0
  120.  
  121. #[CLAM]
  122. #minloansize = 1
  123. #mindailyrate = 0.6
  124. #maxactiveamount = 1
  125. #maxtolend = 0
  126. #maxpercenttolend = 0
  127. #maxtolendrate = 0
  128.  
  129. [notifications]
  130. notify_new_loans = False
  131. notify_tx_coins = False
  132. notify_xday_threshold = False
  133. notify_summary_minutes = 0
  134. notify_caught_exception = False
  135.  
  136. email = False
  137. email_login_address = me@gmail.com
  138. email_login_password = secretPassword
  139. email_smtp_server = smtp.gmail.com
  140. email_smtp_port = 465
  141. email_smtp_starttls = False
  142. email_to_addresses = me@gmail.com,you@gmail.com
  143.  
  144. slack = False
  145. slack_token = 1234567890abcdef
  146. slack_channels = #cryptocurrency,@someUser
  147.  
  148. telegram = False
  149. telegram_bot_id = 1234567890abcdef
  150. telegram_chat_ids = @polopolo,@cryptocurrency
  151.  
  152. pushbullet = False
  153. pushbullet_token = 1234567890abcdef
  154. pushbullet_deviceid = 1234567890abcdef
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement