AICoin 算力赚积分客户端 - 提供GPU/CPU算力运行AI模型,自动赚取AICoin积分。支持所有ModelScope模型。
Project description
AICoin 算力赚积分客户端
提供GPU/CPU算力,运行AI模型推理任务,自动赚取AICoin积分
✨ 特性
- 🚀 一键赚积分 - 安装客户端,启动服务,自动赚积分
- 🤖 全模型支持 - 支持 ModelScope 上所有 AI 模型(Qwen、DeepSeek、LLaMA、ChatGLM等)
- 💰 公平分配 - API调用收入的90%归算力提供方,10%平台手续费
- 📈 无每日上限 - 算力越多,赚的积分越多,没有上限
- 🛡️ 防作弊 - 内置反作弊机制,保护每位参与者权益
- 🔌 OpenAI兼容 - API接口兼容OpenAI格式,轻松对接现有应用
📦 安装
# 基础安装(仅客户端)
pip install aicoin
# 带GPU监控
pip install aicoin[gpu]
# 带AI推理引擎(GPU推荐)
pip install aicoin[inference]
# 全部安装
pip install aicoin[all]
🚀 快速开始
1. 登录 / 注册
# 注册新账号(赠送100 AICoin积分)
aicoin register --email you@email.com --password yourpassword
# 登录已有账号
aicoin login --email you@email.com --password yourpassword
2. 查看积分余额
aicoin balance
# 💰 AICoin 积分余额: 100.00
3. 提供算力赚积分
# 注册GPU节点
aicoin node register --name my-rtx4090 --type gpu --gpu "NVIDIA RTX 4090" --memory 24
# 启动算力服务(以Qwen2.5-0.5B为例)
aicoin serve --model qwen2.5-0.5b --gpu
4. 调用AI模型
# 调用模型
aicoin call --model qwen2.5-0.5b "请介绍一下你自己"
# 查看可用模型
aicoin models
5. 其他命令
# 查看交易记录
aicoin transactions
# 充值积分 (1 RMB = 100 AICoin)
aicoin recharge --amount 10 --method alipay
# 查看赚积分统计
aicoin stats
# 查看当前登录信息
aicoin whoami
🐳 Docker 方式
docker run -d --gpus all ctz168/aicoin-client:latest \
--email you@email.com --model qwen2.5-0.5b
📊 算力权重
| 模型 | GPU权重 | CPU权重 |
|---|---|---|
| Qwen2.5-0.5B | ×1.0 | ×0.3 |
| Qwen2.5-1.5B | ×3.0 | ×0.9 |
| Qwen2.5-7B | ×12.0 | ×3.6 |
| Qwen2.5-14B | ×24.0 | ×7.5 |
| Qwen2.5-32B | ×55.0 | - |
| Qwen2.5-72B | ×120.0 | - |
| DeepSeek-V2 | ×100.0 | - |
模型越大,权重越高,收益越多!
📝 积分规则
- 1 RMB = 100 AICoin积分
- 注册赠送 100 AICoin积分
- 算力分数 = 计算利用率(30%) + 吞吐量(30%) + 在线时间(20%) + 完成率(20%)
- API调用收入: 90% 归算力提供方,10% 平台手续费
- 最小交易费用: 0.0000001 AICoin
- 每日赚积分无上限!
📄 License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aicoin-1.0.0.tar.gz
(10.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
aicoin-1.0.0-py3-none-any.whl
(11.3 kB
view details)
File details
Details for the file aicoin-1.0.0.tar.gz.
File metadata
- Download URL: aicoin-1.0.0.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d13ec729315cdcf3c7853275d392b98b899dddbd0537581e98f18f6be35f9bd3
|
|
| MD5 |
c93ed8db370f4880094371e9d936a060
|
|
| BLAKE2b-256 |
f3c03b66e5e34f92d07124e41dce7f5f3151f71c6bda3f9f93e393e7a466a051
|
File details
Details for the file aicoin-1.0.0-py3-none-any.whl.
File metadata
- Download URL: aicoin-1.0.0-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
277958e178f4821675f0074031e3218b0aaef51595abccf0b4697322a1b87032
|
|
| MD5 |
972a64e1555daf90a3cce6eeb97bb995
|
|
| BLAKE2b-256 |
c705e1d4c3360ee4cef5979a70ed2d6eb597b363f9cded8082104a2131ebffb3
|