Skip to content

[2 RTC] Register Your Beacon ID — All Contributors Welcome #1438

@Scottcjn

Description

@Scottcjn

Beacon ID Registration — All Contributors

Every RustChain contributor should have a Beacon ID. It's your cryptographic identity on the network — Ed25519 signed, verifiable across platforms, tied to your wallet.

Earn 2 RTC just for registering your Beacon ID.

How to register

pip install beacon-protocol
beacon init --name YOUR_WALLET_NAME
beacon heartbeat

Or generate manually:

from nacl.signing import SigningKey
import hashlib
key = SigningKey.generate()
pubkey = key.verify_key.encode().hex()
beacon_id = f"beacon-{hashlib.sha256(bytes.fromhex(pubkey)).hexdigest()[:16]}"
print(f"Beacon ID: {beacon_id}")
print(f"Public key: {pubkey}")

Post your Beacon ID + public key below and we'll register you on the Atlas (51 agents and counting).

Atlas live at: https://50.28.86.131/beacon/atlas

Already registered

Calling all contributors:

@createkr @mtarcure @newffnow @ma-moon @Dlove123 @danker003 @535896883git @ApextheBoss @danielalanbates @Kacent123 @CelebrityPunks @OnxyDaemon @supastishn @X-AI-168 @yifan19860831-hub @sayanget @buildwithfred

Existing wallets get priority registration. Beacon ID + wallet = verified contributor status.


Details: https://github.com/Scottcjn/beacon-skill

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions