Auto update at 2025-08-06 06:51:37.273100
This commit is contained in:
@@ -75,3 +75,4 @@ timestamp,tvl,allocations
|
||||
2025-08-06T04:11:01.973032,72.9141,SolvBTC:0.3340;SolvBTC.DLP:0.666
|
||||
2025-08-06T05:11:05.950655,72.9141,SolvBTC:0.3340;SolvBTC.DLP:0.666
|
||||
2025-08-06T06:11:09.877013,72.9141,SolvBTC:0.3340;SolvBTC.DLP:0.666
|
||||
2025-08-06T06:51:35.679613,72.9141,SolvBTC:0.3340;SolvBTC.DLP:0.666
|
||||
|
|
1595
btc_plus_rewards.csv
1595
btc_plus_rewards.csv
File diff suppressed because it is too large
Load Diff
@@ -75,3 +75,4 @@ timestamp,stageNo,baseApy,rewardApy,tvl,cap,lastUpdatedTime,startDate,endDate,cu
|
||||
2025-08-06T04:11:02.853122,1,0.46,5.0355,72.9140916757335266034629104481531404,400,2025-08-06T04:11:02,2025-08-01T08:00:00,2025-10-31T08:00:00,21019628.448577803,100000
|
||||
2025-08-06T05:11:06.808378,1,0.46,5.0358,72.9140916757335266034629104481531404,400,2025-08-06T05:11:06,2025-08-01T08:00:00,2025-10-31T08:00:00,21019628.448577803,100000
|
||||
2025-08-06T06:11:10.985527,1,0.46,5.0548,72.9140916757335266034629104481531404,400,2025-08-06T06:09:39,2025-08-01T08:00:00,2025-10-31T08:00:00,21019628.448577803,100000
|
||||
2025-08-06T06:51:36.781184,1,0.46,5.0295,72.9140916757335266034629104481531404,400,2025-08-06T06:50:25,2025-08-01T08:00:00,2025-10-31T08:00:00,21019628.448577803,100000
|
||||
|
|
2
main.py
2
main.py
@@ -6,7 +6,7 @@ import time
|
||||
import logging
|
||||
|
||||
# 配置常量
|
||||
GIT_INTERVAL = 0 # Git提交间隔(秒)
|
||||
GIT_INTERVAL = 3600 # Git提交间隔(秒)
|
||||
FETCH_INTERVAL = 3600 # 数据获取间隔(秒)
|
||||
LOG_FILE = "btc_plus.log"
|
||||
|
||||
|
@@ -71,3 +71,4 @@ timestamp,address,isRegistered,inviteCode,inviteCount,totalPointsEarned,availabl
|
||||
2025-08-06T04:11:03.749375,0x1bfd4c5bbd6d3eabdeec1ece32fb2dfc8f28c6b0,True,8LN8S5,0,58.12464000000000288,58.12464000000000288,False,0.00242186000000000048,0,0,0,False
|
||||
2025-08-06T05:11:07.635838,0x1bfd4c5bbd6d3eabdeec1ece32fb2dfc8f28c6b0,True,8LN8S5,0,58.12464000000000288,58.12464000000000288,False,0.00242186000000000048,0,0,0,False
|
||||
2025-08-06T06:11:11.465679,0x1bfd4c5bbd6d3eabdeec1ece32fb2dfc8f28c6b0,True,8LN8S5,0,58.12464000000000288,58.12464000000000288,False,0.00242186000000000048,0,0,0,False
|
||||
2025-08-06T06:51:37.267092,0x1bfd4c5bbd6d3eabdeec1ece32fb2dfc8f28c6b0,True,8LN8S5,0,58.12464000000000288,58.12464000000000288,False,0.00242186000000000048,0,0,0,False
|
||||
|
|
Reference in New Issue
Block a user