From f719fa3b41a3dfe6530fbc7acb749957e23b79c3 Mon Sep 17 00:00:00 2001 From: nobody <878822589@qq.com> Date: Thu, 30 Oct 2025 00:29:39 +0800 Subject: [PATCH] change the config --- config.json.example | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/config.json.example b/config.json.example index d6865ec5..f897a555 100644 --- a/config.json.example +++ b/config.json.example @@ -34,6 +34,25 @@ "custom_model_name": "gpt-4o", "initial_balance": 1000, "scan_interval_minutes": 3 + }, + { + "id": "aster_deepseek", + "name": "Aster DeepSeek Trader", + "ai_model": "deepseek", + "exchange": "aster", + + // 注意请仔细阅读这三个提示 请进入https://www.asterdex.com/en/api-wallet网站 -> 选择专业api -> 创建新api获取以下信息 + // user: 主钱包地址 (登录地址/连接到aster的钱包地址) + // signer: API钱包地址 (点击生成地址后生成的地址) + // privateKey: API钱包私钥 (生成地址对应的私钥) + + "aster_user": "0x63DD5aCC6b1aa0f563956C0e534DD30B6dcF7C4e", + "aster_signer": "0x21cF8Ae13Bb72632562c6Fff438652Ba1a151bb0", + "aster_private_key": "your_aster_api_wallet_private_key_without_0x_prefix", + + "deepseek_key": "your_deepseek_api_key", + "initial_balance": 1000.0, + "scan_interval_minutes": 3 } ], "leverage": {