Add setup.sh script to install and update the bot

This commit is contained in:
Gerald Lonlas
2018-01-28 20:53:55 -08:00
parent aae8044150
commit f69adc1894
5 changed files with 358 additions and 51 deletions

View File

@@ -4,22 +4,14 @@
"stake_amount": 0.05,
"fiat_display_currency": "USD",
"dry_run": false,
"ticker_interval": 5,
"minimal_roi": {
"40": 0.0,
"30": 0.01,
"20": 0.02,
"0": 0.04
},
"stoploss": -0.10,
"unfilledtimeout": 600,
"bid_strategy": {
"ask_last_balance": 0.0
},
"exchange": {
"name": "bittrex",
"key": "key",
"secret": "secret",
"key": "your_echange_key",
"secret": "your_echange_secret",
"pair_whitelist": [
"BTC_ETH",
"BTC_LTC",
@@ -42,8 +34,8 @@
},
"telegram": {
"enabled": true,
"token": "token",
"chat_id": "chat_id"
"token": "your_instagram_token",
"chat_id": "your_instagram_chat_id"
},
"initial_state": "running",
"internals": {