Rustchain

(★ 715)

Sybil-resistant AI agent network with hardware-attested identity. Proof-of-Antiquity blockchain: physical machines across 15+ CPU architectures prove they are real silicon, not VM farms. Agent economy, micropayments, Solana bridge (wRTC). $0 VC.

File Explorer

Showing a partial file list — download the zip above to see everything.

  • .env.example
  • .env.miner.example
  • .gitattributes
  • .gitignore
  • ACHIEVEMENTS.md
  • agent_economy_sdk.py
  • agent_relationships.py
  • agent_reputation.py
  • agent_sdk_demo.py
  • API_WALKTHROUGH.md
  • AUDIT_REPORT.md
  • BATTLESHIP_PROGRESS.md
  • BCOS.md
  • bcos_directory.py
  • beacon_corpus_report.md
  • BEEF_SYSTEM.md
  • bottube_mood_engine.py
  • BOUNTY_1149_IMPLEMENTATION.md
  • BOUNTY_1524_COMMIT_REPORT.md
  • BOUNTY_1524_VALIDATION_RESULT.json
  • BOUNTY_2275_FORMAL_VERIFICATION.md
  • BOUNTY_2276_REPLAY_DEFENSE.md
  • BOUNTY_2279_BOTTUBE_DIGEST_BOT.md
  • BOUNTY_2286_IMPLEMENTATION.md
  • BOUNTY_2293_BCOS_HOMEBREW.md
  • BOUNTY_2298_RISCV_MINER_PORT.md
  • BOUNTY_2301_IMPLEMENTATION.md
  • BOUNTY_2303_IMPLEMENTATION.md
  • BOUNTY_2314_GHOST_MACHINE.md
  • build_static.py
  • CLAIM_OF_OWNERSHIP.md
  • clean_and_commit_rustchain.sh
  • CODE_OF_CONDUCT.md
  • CONSULTING.md
  • CONTRIBUTING.md
  • contributor_registry.py
  • CONTRIBUTORS.md
  • CPU_ANTIQUITY_SYSTEM.md
  • cpu_architecture_detection.py
  • CPU_QUICK_REFERENCE.md
  • cpu_vintage_architectures.py
  • demo_fingerprint.json
  • demo_visualization.html
  • DEPENDABOT.md
  • discord_presence_README.md
  • discord_requirements.txt
  • discord_rich_presence.py
  • docker-compose.miner.yml
  • docker-compose.yml
  • docker-entrypoint.py
  • docker-miner-entrypoint.sh
  • DOCKER_DEPLOYMENT.md
  • Dockerfile
  • Dockerfile.miner
  • drama_arc_engine.py
  • FAUCET.md
  • faucet.py
  • final_git_cleanup.sh
  • final_structural_git_cleanup.sh
  • finalize_rustchain_json_cleanup.sh
  • fix_git_beacon_commit.sh
  • flame_cleanup_v3.sh
  • GHOST_IN_THE_MACHINE.md
  • hardware_spoof_lib.py
  • IMPLEMENTATION_SUMMARY.md
  • init_contributor_db.py
  • install-miner-freebsd.sh
  • install-miner.sh
  • INSTALL.md
  • install.sh
  • integrated_node.py
  • ISSUE_1855_PROGRESS.md
  • ISSUE_2640_PROGRESS.md
  • ISSUE_730_SUMMARY.md
  • keeper_explorer.py
  • leaderboard.json
  • LEDGER_INTEGRITY_AUDIT.md
  • LICENSE
  • llms.txt
  • MANIFESTO.md
  • mining-simulator.html
  • nginx.conf
  • NOTICE
  • NOTICE.md
  • output.md
  • payment_widget_security_report.md
  • payout_ledger.py
  • payout_preflight.py
  • ppa_compliance_check.py
  • ppa_visualizer.py
  • profile_badge_generator.py
  • prometheus_exporter.py
  • proof_of_antiquity.json
  • push_rustchain_site.sh
  • pushtogit.sh
  • pyproject.toml
  • README.md
  • README.pt-BR.md
  • README.vi.md
  • README.zh-CN.md
  • README_DE.md
  • README_DOCKER_MINER.md
  • README_ES.md
  • README_HI.md
  • README_JA.md
  • README_monitoring.md
  • README_RU.md
  • README_VINTAGE_CPUS.md
  • README_ZH-TW.md
  • README_ZH.md
  • relic_rewards.json
  • reorganize_and_commit_rustchain.sh
  • replay_attack_poc.py
  • replay_defense.py
  • requirements-node.txt
  • requirements.txt
  • rip201_bucket_fix.py
  • rip302_agent_economy.py
  • robots.txt
  • rustchain-exporter.service
  • RustChain_API.postman_collection.json
  • rustchain_export.py
  • rustchain_exporter.py
  • RUSTVAL.BAS
  • SECURITY.md
  • SECURITY_AUDIT.md
  • security_audit_fee_manipulation_v1.md
  • security_test_payment_widget.py
  • setup.sh
  • setup_github_pages.sh
  • setup_miner.py
  • silicon_obituary.py
  • sitemap.xml
  • sophia_api.py
  • sophia_core.py
  • sophia_db.py
  • sophia_scheduler.py
  • START_HERE.md
  • test_agent_relationships.py
  • test_agent_sdk_demo_client.py
  • test_bcos_spdx_check.py
  • test_build_static.py
  • test_cpu_architecture_detection.py
  • test_data_processing.py
  • test_extension_generate_icons.py
  • test_f1_state_sync_bypass.py
  • test_faucet_wallet_validation_6136.py
  • test_json_output.py
  • test_miner_checklist.py
  • test_p2p_message_validation.py
  • test_p2p_replay_fix.py
  • test_payout_preflight.py
  • test_pickle_to_json_migration.py
  • test_ppa_compliance.py
  • test_ppa_visualizer.py
  • test_profile_badge_generator.py
  • test_rpc_cors_csrf.py
  • test_rpc_malformed_json.py
  • test_rpc_rate_limit.py
  • test_toctou_batch_fix.py
  • test_validate_genesis.py
  • test_wallet_tracker_helpers.py
  • test_webhook_client.py
  • TROUBLESHOOTING.md
  • VERIFICATION_BOUNTY_1524.md
  • VINTAGE_CPU_INTEGRATION_GUIDE.md
  • VINTAGE_CPU_QUICK_REFERENCE.md
  • VINTAGE_CPU_RESEARCH_SUMMARY.md
  • WEIGHT_SCORING.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Showing a partial file list.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

pip install

View Details ▼

Install Python packages.

pip install {{package1 package2 ...}}

Install one or more packages:

pip install {{package1 package2 ...}} {{[-U|--upgrade]}}

Upgrade all specified packages to the latest version, installing any that are not already present:

pip install {{package}}=={{version}}

Install a specific version of a package:

🔍

python

View Details ▼

Python language interpreter.

python

Start a REPL (interactive shell):

python {{path/to/file.py}}

Execute a specific Python file:

python -i {{path/to/file.py}}

Execute a specific Python file and start a REPL:

🔍

journalctl

View Details ▼

Query the systemd journal.
See also: `dmesg`.

journalctl {{[-n|--lines]}} {{n}} {{[-f|--follow]}}

Show the latest `n` lines and follow new messages (like `tail --follow` for traditional syslog):

journalctl {{[-b|--boot]}} -1 {{[-p|--priority]}} 3

Show all messages with priority level 3 (errors) from the boot before last shutdown:

journalctl {{[-u|--unit]}} {{unit}}

Show all messages by a specific unit:

🔍

systemctl

View Details ▼

Control the systemd system and service manager.
Some subcommands such as `disable`, `status`, `reboot` etc. have their own usage documentation.

systemctl status

Show all running services:

systemctl --failed

List failed units:

systemctl {{start|stop|restart|reload|status}} {{unit}}

Start/Stop/Restart/Reload/Show the status of a service:

🔍

launchctl

View Details ▼

Control Apple's `launchd` manager for launch daemons (system-wide services) and launch agents (per-user programs).
`launchd` loads XML-based `*.plist` files placed in the appropriate locations, and runs the corresponding commands according to their defined schedule.

launchctl load ~/Library/LaunchAgents/{{my_script}}.plist

Activate a user-specific agent to be loaded into `launchd` whenever the user logs in:

sudo launchctl load /Library/LaunchAgents/{{root_script}}.plist

Activate an agent which requires root privileges to run and/or should be loaded whenever any user logs in (note the absence of `~` in the path):

sudo launchctl load /Library/LaunchDaemons/{{system_daemon}}.plist

Activate a system-wide daemon to be loaded whenever the system boots up (even if no user logs in):

// repository documentation