Full sync - all projects, memory, configs

This commit is contained in:
2026-03-21 20:27:59 -05:00
parent 2447677d4a
commit b33de10902
395 changed files with 1635300 additions and 459211 deletions

11
projects/crypto-watch/.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
node_modules/
.next/
__pycache__/
*.pyc
.env
*.db
*.sqlite
*.log
venv/
dist/
.credentials/

View File

@ -1,65 +1,35 @@
{
"cash": 49536.06609469336,
"cash": 80635.95095568206,
"positions": {
"SEI": {
"qty": 67125.80718783144,
"avg_price": 0.074487,
"ASTER": {
"qty": 7017.051434987018,
"avg_price": 0.71255,
"total_cost": 5000,
"last_buy": "2026-02-10T02:17:32.521805+00:00"
"last_buy": "2026-02-14T06:00:20.221774+00:00"
},
"ICP": {
"qty": 2057.6131687242796,
"avg_price": 2.43,
"USD1": {
"qty": 5004.949895446597,
"avg_price": 0.9990109999999999,
"total_cost": 5000,
"last_buy": "2026-02-10T02:17:32.522284+00:00"
"last_buy": "2026-02-21T18:01:02.458258+00:00"
},
"PUMP": {
"qty": 2496068.691810399,
"avg_price": 0.00200315,
"total_cost": 5000,
"last_buy": "2026-02-10T02:17:32.522670+00:00"
"BCH": {
"qty": 2.5467065990261393,
"avg_price": 490.83000000000004,
"total_cost": 1250.0,
"last_buy": "2026-02-24T02:01:02.060987+00:00"
},
"TRUMP": {
"qty": 1492.5373134328358,
"avg_price": 3.35,
"ATOM": {
"qty": 2415.458937198068,
"avg_price": 2.07,
"total_cost": 5000,
"last_buy": "2026-02-10T02:17:32.524179+00:00"
"last_buy": "2026-02-24T06:00:45.466588+00:00"
},
"VET": {
"qty": 644186.2832126343,
"avg_price": 0.0077617300000000005,
"ONDO": {
"qty": 18217.12628476283,
"avg_price": 0.274467,
"total_cost": 5000,
"last_buy": "2026-02-10T06:00:19.532599+00:00"
},
"ARB": {
"qty": 45447.521746639155,
"avg_price": 0.110017,
"total_cost": 5000,
"last_buy": "2026-02-10T06:00:19.533357+00:00"
},
"ADA": {
"qty": 18835.584185643518,
"avg_price": 0.265455,
"total_cost": 5000,
"last_buy": "2026-02-10T06:00:19.534362+00:00"
},
"AAVE": {
"qty": 45.21613311629589,
"avg_price": 110.58,
"total_cost": 5000,
"last_buy": "2026-02-10T06:00:19.535031+00:00"
},
"NEAR": {
"qty": 4995.004995004995,
"avg_price": 1.001,
"total_cost": 5000,
"last_buy": "2026-02-10T06:00:19.535701+00:00"
},
"BNB": {
"qty": 8.434690193829182,
"avg_price": 592.79,
"total_cost": 5000,
"last_buy": "2026-02-11T10:00:19.285241+00:00"
"last_buy": "2026-02-26T02:01:01.931615+00:00"
}
},
"starting_balance": 100000.0,

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff