Join the decentralized knowledge network
BAZINGA is a knowledge blockchain, not a cryptocurrency. Instead of mining coins, nodes contribute understanding and earn trust through Proof-of-Boundary (PoB) consensus.
The simplest way - just run the command and you're in:
# Join the network (auto-discovers peers)
bazinga --join
# Or connect to a specific bootstrap node
bazinga --join node.example.com:8468
You can also register through the web dashboard:
# After registering on HF Space
bazinga --join --node-id YOUR_NODE_ID
# Step 1: Install BAZINGA
pip install bazinga-indeed
# Step 2: Check your system
bazinga --check
# Step 3: Join the P2P network
bazinga --join
# Step 4: View your wallet/identity
bazinga --wallet
# Step 5: Generate a Proof-of-Boundary
bazinga --proof
# Step 6: Mine a block (after generating valid PoB)
bazinga --mine
# Step 7: Attest knowledge to the blockchain
bazinga --attest "Consciousness emerges at φ⁴ boundary"
# Step 8: View blockchain status
bazinga --chain
# Step 9: View connected peers
bazinga --peers
# Step 10: Sync knowledge with network
bazinga --sync
When you run bazinga --join, BAZINGA automatically connects to:
huggingface.co/spaces/bitsabhi/bazingaYour trust score (τ) determines your influence in the network:
| Trust Level | Score Range | Privileges |
|---|---|---|
| New Node | τ = 0.5 | Can query, limited attestation |
| Established | τ = 0.6-0.8 | Full participation, can validate |
| Validator | τ ≥ φ/2 (0.809) | Can participate in triadic consensus |
| Oracle | τ ≥ 0.95 | Trusted for complex queries |
Run a local LLM (like Ollama) and get a φ = 1.618x trust multiplier:
# Install Ollama + llama3
bazinga --bootstrap-local
# Check local model status
bazinga --local-status
# Now join - your trust is multiplied by φ!
bazinga --join
# Output: "Local model detected... You will receive the phi trust bonus (1.618x)!"
PoB is 70 BILLION times more efficient than Bitcoin's Proof-of-Work:
# Generate a Proof-of-Boundary
bazinga --proof
# Output:
# Proof-of-Boundary Generated
# Alpha: d8f3a2c1...
# Omega: 7b2e5f98...
# Ratio: 6.8541 (target: 6.8541)
# Valid: YES ✓
Blocks require 3 valid PoB proofs from 3 different nodes (triadic group):
Record your understanding permanently on the blockchain:
# Attest a piece of knowledge
bazinga --attest "The fine structure constant α = 1/137"
# Attest with email receipt
bazinga --attest "My discovery about consciousness" --email you@example.com
# Verify an attestation
bazinga --verify ATTESTATION_ID
# View blockchain
bazinga --chain
Nodes learn collectively without sharing raw data:
# Index your local documents
bazinga --index ~/Documents
# Publish your topics to the network
bazinga --publish
# Sync knowledge with network
bazinga --sync
The HF Space provides REST endpoints for programmatic access:
| Endpoint | Method | Description |
|---|---|---|
| /api/register | POST | Register a new node |
| /api/nodes | GET | List all registered nodes |
| /api/verify | POST | Verify a node ID |
| /api/heartbeat | POST | Update node last_seen |
# Example: Register via API
curl -X POST https://bitsabhi515-bazinga-mesh.hf.space/api/register \
-H "Content-Type: application/json" \
-d '{"node_name": "my-node", "port": 8468}'
# Example: List nodes
curl https://bitsabhi515-bazinga-mesh.hf.space/api/nodes
| Command | Description |
|---|---|
bazinga --join |
Join the P2P network |
bazinga --peers |
Show connected peers |
bazinga --sync |
Sync knowledge with network |
bazinga --chain |
Show blockchain status |
bazinga --wallet |
Show your identity/wallet |
bazinga --mine |
Mine a block (requires valid PoB) |
bazinga --proof |
Generate Proof-of-Boundary |
bazinga --attest "..." |
Attest knowledge to blockchain |
bazinga --verify ID |
Verify an attestation |
bazinga --trust |
Show your trust score |
bazinga --publish |
Publish topics to network |
bazinga --bootstrap-local |
Install Ollama for φ bonus |
pip install bazinga-indeed && bazinga --join
"You can buy hashpower. You can buy stake.
You CANNOT BUY understanding."