untrack DBs/logs, add new coin configs
This commit is contained in:
35
near.json
Normal file
35
near.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"api_key_id": "28d5876b-2ece-4aa3-aa17-ec96e1e706eb",
|
||||
"key_path": "/Users/drjones/kalshi-bot/kalshi_private_key.pem",
|
||||
"mode": "AUTO",
|
||||
"dry_run": false,
|
||||
"stake_cents": 10,
|
||||
"max_contracts": 1,
|
||||
"daily_loss_cap_cents": 500,
|
||||
"min_conf": 0.5,
|
||||
"ollama_url": "http://10.30.20.186:11434",
|
||||
"ollama_model": "ornith:latest",
|
||||
"swing_threshold_pct": 0.005,
|
||||
"learning": true,
|
||||
"kill": false,
|
||||
"coin": "NEAR",
|
||||
"series": "KXNEAR15M",
|
||||
"start_delay": 0,
|
||||
"db_path": "near.db",
|
||||
"post_price_cents": 50,
|
||||
"max_spend_cents": 100,
|
||||
"decision_interval_sec": 300,
|
||||
"start_delay_sec": 30,
|
||||
"fast_llm_url": "http://localhost:11434",
|
||||
"fast_llm_model": "qwen3.5:4b",
|
||||
"deep_llm_url": "http://10.30.20.186:11434",
|
||||
"deep_llm_model": "ornith:latest",
|
||||
"color": "#00EC97",
|
||||
"proxy": "http://10.30.20.154:3128",
|
||||
"diverify_url": "http://10.30.20.89:11434",
|
||||
"diverify_model": "llama3.2:latest",
|
||||
"embed_url": "http://10.30.20.186:11434",
|
||||
"embed_model": "nomic-embed-text-v2-moe:latest",
|
||||
"kraken_pair": "NEARUSD",
|
||||
"binance_symbol": "NEARUSDT"
|
||||
}
|
||||
Reference in New Issue
Block a user