openseti

TotalClaw 作者 totalclaw

分布式 SETI 扫描仪 - 贡献计算能力来分析来自 Breakthrough Listen 的真实射电望远镜数据。当您的分析发现异常时即可赚取代币。在设置分布式外来信号检测、运行 SETI 扫描或为 OpenSETI 网络做出贡献时使用。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~synergysize-openseti-skill
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~synergysize-openseti-skill/file -o synergysize-openseti-skill.md
# OpenSETI Distributed Scanner

Contribute your compute power to scan real Breakthrough Listen radio telescope data for signs of extraterrestrial intelligence. This is a SETI@home-style distributed computing project with token rewards.

## Quick Start

1. Register your Solana wallet:
```bash
python scripts/openseti.py register <your-wallet-address>
```

2. Run a scan:
```bash
python scripts/openseti.py scan
```

3. Run continuous scanning (background):
```bash
python scripts/openseti.py scan --continuous
```

## How It Works

1. Your machine requests a work unit from the OpenSETI network
2. Work units contain real radio telescope data chunks (~1MB each)
3. Your machine analyzes the data using FFT and signal processing
4. Results are submitted back to the network
5. If an anomaly is detected, you earn tokens

## Analysis Criteria

The scanner looks for signals that match ETI signatures:

- **Narrowband signals** (< 10 Hz bandwidth) - Natural sources are broadband
- **Doppler drift** - Frequency shift indicating non-terrestrial origin
- **High SNR** - Strong signals above noise floor
- **Hydrogen line proximity** - 1420.405 MHz is the "water hole"
- **Non-RFI patterns** - Doesn't match known Earth interference

## Reward Structure

| Classification | Score | Tokens |
|---------------|-------|--------|
| NATURAL | 0.0 - 0.15 | 0 |
| WEAK_SIGNAL | 0.15 - 0.4 | 0 |
| INVESTIGATING | 0.4 - 0.7 | 2,500 |
| ANOMALY_FLAGGED | 0.7+ | 5,000 |

Tokens are tracked on-chain and distributed when the token launches.

## Commands

- `openseti register <wallet>` - Register your Solana wallet
- `openseti scan` - Run one scan cycle
- `openseti scan --continuous` - Run continuous scanning
- `openseti stats` - Show your contribution stats
- `openseti leaderboard` - Show top contributors

## Requirements

- Python 3.8+
- NumPy and SciPy (`pip install numpy scipy requests`)

## Data Source

All data comes from the Breakthrough Listen Open Data Archive:
https://breakthroughinitiatives.org/opendatasearch

Observations from the Green Bank Telescope and Parkes Observatory.

---

## 中文说明

# OpenSETI 分布式扫描仪

贡献你的计算能力,扫描来自 Breakthrough Listen 的真实射电望远镜数据,寻找地外智慧生命的迹象。这是一个 SETI@home 风格的分布式计算项目,并提供代币奖励。

## 快速开始

1. 注册你的 Solana 钱包:
```bash
python scripts/openseti.py register <your-wallet-address>
```

2. 运行一次扫描:
```bash
python scripts/openseti.py scan
```

3. 运行持续扫描(后台):
```bash
python scripts/openseti.py scan --continuous
```

## 工作原理

1. 你的机器向 OpenSETI 网络请求一个工作单元
2. 工作单元包含真实的射电望远镜数据块(每块约 1MB)
3. 你的机器使用 FFT 和信号处理对数据进行分析
4. 结果被提交回网络
5. 如果检测到异常,你将赚取代币

## 分析标准

扫描仪寻找与地外智慧(ETI)特征匹配的信号:

- **窄带信号**(带宽 < 10 Hz)- 自然源为宽带
- **多普勒漂移** - 表明非地球起源的频率偏移
- **高信噪比(SNR)** - 高于噪声底的强信号
- **接近氢线** - 1420.405 MHz 即所谓的“水洞”
- **非 RFI 模式** - 不匹配已知的地球干扰

## 奖励结构

| 分类 | 分数 | 代币 |
|---------------|-------|--------|
| NATURAL | 0.0 - 0.15 | 0 |
| WEAK_SIGNAL | 0.15 - 0.4 | 0 |
| INVESTIGATING | 0.4 - 0.7 | 2,500 |
| ANOMALY_FLAGGED | 0.7+ | 5,000 |

代币在链上记录,并在代币发行时分发。

## 命令

- `openseti register <wallet>` - 注册你的 Solana 钱包
- `openseti scan` - 运行一个扫描周期
- `openseti scan --continuous` - 运行持续扫描
- `openseti stats` - 显示你的贡献统计
- `openseti leaderboard` - 显示顶级贡献者

## 要求

- Python 3.8+
- NumPy 和 SciPy(`pip install numpy scipy requests`)

## 数据来源

所有数据均来自 Breakthrough Listen 开放数据档案库:
https://breakthroughinitiatives.org/opendatasearch

观测数据来自绿岸望远镜(Green Bank Telescope)和帕克斯天文台(Parkes Observatory)。