-
-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Labels
Description
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 heartbeatOr 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
- @allornothingai:
beacon-d9a17a3f982bca5d(Level 3 Security Researcher)
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.
Reactions are currently unavailable