{"id":34795634,"url":"https://github.com/lumenyx-chain/lumenyx","last_synced_at":"2026-02-07T14:08:55.253Z","repository":{"id":330601075,"uuid":"1122667253","full_name":"lumenyx-chain/lumenyx","owner":"lumenyx-chain","description":"PoW + EVM cryptocurrency. 21M fixed supply, fair launch, no team, no foundation. Just code.","archived":false,"fork":false,"pushed_at":"2026-01-28T15:12:37.000Z","size":75127,"stargazers_count":4,"open_issues_count":2,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-29T05:52:38.905Z","etag":null,"topics":["blockchain","cryptocurrency","decentralized","evm","fair-launch","open-source","pow","rust","substrate"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lumenyx-chain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-25T08:40:25.000Z","updated_at":"2026-01-28T15:12:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/lumenyx-chain/lumenyx","commit_stats":null,"previous_names":["lumenyx-chain/lumenyx"],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/lumenyx-chain/lumenyx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lumenyx-chain%2Flumenyx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lumenyx-chain%2Flumenyx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lumenyx-chain%2Flumenyx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lumenyx-chain%2Flumenyx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lumenyx-chain","download_url":"https://codeload.github.com/lumenyx-chain/lumenyx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lumenyx-chain%2Flumenyx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29196724,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T12:38:28.597Z","status":"ssl_error","status_checked_at":"2026-02-07T12:38:23.888Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","cryptocurrency","decentralized","evm","fair-launch","open-source","pow","rust","substrate"],"created_at":"2025-12-25T10:43:29.915Z","updated_at":"2026-02-07T14:08:55.244Z","avatar_url":"https://github.com/lumenyx-chain.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LUMENYX\n\n---\n\n## A Peer-to-Peer Electronic Cash System\n\n---\n\n### Abstract\n\nA purely peer-to-peer version of electronic cash with fixed supply and smart contracts. The network uses proof-of-work consensus with 2.5 second blocks. Total supply is limited to 21,000,000 LUMENYX (ticker: LUMO) with a halving emission schedule. No governance, no team allocation, no venture capital.\n\n---\n\n### Quick Start\n\n**Requirements:**\n- Linux (Ubuntu, Debian, or similar)\n- x86_64 processor with AES-NI \u0026 PCLMUL (Intel 2010+, AMD 2011+)\n- **4 GB RAM** for mining (RX-LX algorithm, fast mode)\n- 1 GB RAM minimum for sync-only nodes\n\n**One command to start:**\n```bash\ncurl -sL \"https://raw.githubusercontent.com/lumenyx-chain/lumenyx/main/lumenyx-setup.sh\" -o lumenyx-setup.sh \u0026\u0026 chmod +x lumenyx-setup.sh \u0026\u0026 ./lumenyx-setup.sh\n```\n\nThe script will:\n- Download the binary\n- Generate your wallet (save the seed phrase!)\n- Start mining automatically\n- Auto-update when new versions are available\n\n📖 **[Why choose LUMENYX?](docs/WHY_LUMENYX.md)**\n\n🌐 **[Bootnodes](bootnodes.txt)** - Network bootstrap nodes\n\n🔧 **[Build from source](docs/INSTALL.md)** - Compile yourself\n\n---\n\n### Check Your Node\n\n**Check if running:**\n```bash\ntail -n 20 ~/.lumenyx/lumenyx.log\n```\nIf you see \"Imported block\" or \"Prepared block\" = working.\n\n---\n\n### Block Explorer (Polkadot.js Apps)\n\nBrowsers block insecure WebSocket by default. Use Firefox with this fix:\n\n1. Open Firefox (Chrome won't work)\n2. Type in address bar: about:config\n3. Click \"Accept the Risk and Continue\"\n4. In search box type: network.websocket.allowInsecureFromHTTPS\n5. You will see it set to \"false\"\n6. Click the arrows icon on the right to change it to \"true\"\n7. Close Firefox completely and reopen it\n8. Go to: https://polkadot.js.org/apps/?rpc=ws://207.180.204.4:9944\n   (This is the public Archive node. Or use your own node's IP.)\n9. Wait a few seconds - you'll see \"LUMENYX Mainnet\" in top left\n\nNow you can see blocks, validators, balances, everything.\n\n---\n\n### 1. Introduction\n\nIn 2009, Bitcoin proved that digital scarcity was possible.\nIn 2015, Ethereum proved that programmable money was possible.\n\nLUMENYX combines both:\n- Fixed supply (21,000,000)\n- Smart contracts (EVM compatible — standard 18 decimals)\n- Fast blocks (2.5 seconds)\n- True decentralization (fair launch)\n- Zero governance (code is law)\n\n---\n\n### 2. Consensus\n\nProof of Work with LongestChain.\n\n| Parameter | Value |\n|-----------|-------|\n| Block time | 2.5 seconds |\n| Hash function | RX-LX (RandomX-LUMENYX) |\n| Mining mode | Fast (Dataset, ~2GB RAM, 5-7x faster) |\n| ASIC resistance | Yes (custom SBOX, pointer chasing) |\n\n**RX-LX** is a custom fork of RandomX designed to be ASIC-resistant. Existing RandomX ASICs (Bitmain X5, X9) will produce invalid hashes due to custom SBOX and modified opcodes.\n\nAnyone with a computer can mine. No stake required. No permission needed. No ASIC advantage.\n\n---\n\n### 3. Emission\n\n| Parameter | Value |\n|-----------|-------|\n| Initial reward | ~0.208 LUMO |\n| Halving period | 4 years (50,492,160 blocks) |\n| Total supply | 21,000,000 LUMO |\n\nTimeline:\n- Year 4: 50% mined (~10.5M)\n- Year 8: 75% mined (~15.75M)\n- Year 12: 87.5% mined (~18.4M)\n- Year 16: 93.75% mined (~19.7M)\n\nSame curve as Bitcoin. Proven model.\n\n---\n\n### 4. Smart Contracts\n\nFull EVM compatibility with standard 18 decimals. Deploy Solidity contracts without changes.\n\n| Property | Value |\n|----------|-------|\n| Chain ID | 7777 |\n| Decimals | 18 (standard EVM) |\n| Ticker | LUMO |\n| Gas model | Ethereum-compatible (EIP-1559) |\n\nEverything built on Ethereum can be built on LUMENYX — no decimal workarounds needed.\n\n---\n\n### 5. Transaction Fees\n\n| Parameter | Value |\n|-----------|-------|\n| Fee destination | 100% to miners |\n| Fee model | Dynamic (EIP-1559) |\n| Elasticity | ±12.5% per block |\n\nFees adjust automatically based on network demand. All fees go to miners - no burning.\n\n---\n\n### 6. Distribution\n\n- No premine\n- No ICO\n- No team allocation\n- No foundation\n- No venture capital\n\n100% distributed through mining. Everyone starts equal.\n\n---\n\n### 7. Governance\n\nNone.\n\nThe code is the law. No admin keys. No sudo. No upgrades without hard fork.\n\nLike Bitcoin, the protocol is set in stone. Only the community can change it through consensus.\n\n---\n\n### 8. Hard Fork History\n\n| Version | Block | Changes |\n|---------|-------|---------|\n| v2.2.5 | 125,000 | ASERT difficulty fix |\n| v2.3.0 | 440,000 | 18 decimals, fast mining, ticker LUMO |\n\n---\n\n### 9. Technical Parameters For Builders\n\n| Parameter | Value |\n|-----------|-------|\n| **RPC** | `http://207.180.204.4:9944` |\n| **Chain ID** | `7777` |\n| **Decimals** | `18` (standard EVM) |\n| **Consensus** | PoW with RX-LX algorithm (RandomX fork, CPU only) |\n| **Block time** | ~2.5 seconds |\n| **Chain** | LUMENYX |\n| **Ticker** | LUMO — meaning \"light\" in Esperanto |\n| **EVM** | Full Solidity compatibility |\n\nWith MetaMask (or any EVM wallet):\n\n1. Add a new network with the RPC above\n2. Chain ID: `7777`, Decimals: `18`, Symbol: `LUMO`\n3. Deploy with Hardhat, Foundry, Remix — no workarounds needed\n\n---\n\n### 10. Conclusion\n\nLUMENYX is digital cash for the next era:\n- Scarce (21M cap)\n- Fast (2.5 sec blocks)\n- Programmable (EVM, 18 decimals)\n- Decentralized (PoW, no team)\n\nNo promises. No roadmap. No marketing.\n\nJust code and consensus.\n\n---\n\n\u003e *\"Bitcoin started with a headline. Ethereum started with a premine. LUMENYX starts with you.\"*\n\n---\n\nNo company. No foundation. Just code.\n\n---\n\n**There is no Discord. There is no Telegram. There is no website.**\n\n**Only this repo and the chain that runs.**\n\n**If you're the one, stop reading. Build.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flumenyx-chain%2Flumenyx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flumenyx-chain%2Flumenyx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flumenyx-chain%2Flumenyx/lists"}