{"id":29645765,"url":"https://github.com/whatsy12/bitcoinminer","last_synced_at":"2026-05-19T04:12:59.080Z","repository":{"id":304328882,"uuid":"1018473390","full_name":"whatsy12/bitcoinminer","owner":"whatsy12","description":"Claude was used in making the miner","archived":false,"fork":false,"pushed_at":"2025-07-12T10:42:56.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-12T12:32:13.464Z","etag":null,"topics":["bitcoin","bitcoinminer","bitcoinmining","cryptocurrency"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whatsy12.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-07-12T10:38:29.000Z","updated_at":"2025-07-12T10:44:21.000Z","dependencies_parsed_at":"2025-07-13T04:15:59.740Z","dependency_job_id":null,"html_url":"https://github.com/whatsy12/bitcoinminer","commit_stats":null,"previous_names":["whatsy12/bitcoinminer"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/whatsy12/bitcoinminer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatsy12%2Fbitcoinminer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatsy12%2Fbitcoinminer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatsy12%2Fbitcoinminer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatsy12%2Fbitcoinminer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whatsy12","download_url":"https://codeload.github.com/whatsy12/bitcoinminer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatsy12%2Fbitcoinminer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266411470,"owners_count":23924331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bitcoin","bitcoinminer","bitcoinmining","cryptocurrency"],"created_at":"2025-07-22T02:01:30.123Z","updated_at":"2026-05-19T04:12:54.034Z","avatar_url":"https://github.com/whatsy12.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Claude was used in making the miner\n\n# How to use the miner, and how it works.\nReal Network Features:\n\nBitcoin Core Integration: Connects to your Bitcoin Core node via RPC\nLive Block Templates: Gets real block templates from the network\nMerkle Root Calculation: Builds proper merkle trees from transactions\nBlock Submission: Submits found blocks to the Bitcoin network\nAuto-Updates: Refreshes block templates every 30 seconds\n\nHow It Works:\n\nConnection: Connects to your Bitcoin Core node (localhost:8332 by default)\nTemplate Retrieval: Gets current block template with transactions\nMining: Performs double SHA-256 hashing with proper Bitcoin protocol\nSubmission: Submits valid blocks to the network for verification\n\nSetup Requirements:\nbash# Install dependencies\nsudo apt-get install libcurl4-openssl-dev libjsoncpp-dev\n\n# Compile\ng++ -O3 -o network_miner network_miner.cpp -lcurl -ljsoncpp -lpthread -std=c++11\nBitcoin Core Setup:\nYou need a running Bitcoin Core node with RPC enabled. Add to bitcoin.conf:\nserver=1\nrpcuser=your_username\nrpcpassword=your_password\nrpcallowip=127.0.0.1\nImportant Notes:\n\nReal Mining: This connects to the actual Bitcoin network and can mine real blocks\nHardware Requirements: Modern Bitcoin mining requires ASIC hardware for profitability\nNetwork Difficulty: Bitcoin's current difficulty makes CPU mining extremely unlikely to find blocks\nTestnet Option: Consider using testnet for testing (-testnet flag in Bitcoin Core)\n\nWhat Happens When You Find a Block:\n\nThe miner detects a valid hash\nConstructs the complete block with all transactions\nSubmits to Bitcoin network via submitblock RPC\nIf accepted, you've mined a real Bitcoin block worth ~6.25 BTC + fees!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhatsy12%2Fbitcoinminer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhatsy12%2Fbitcoinminer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhatsy12%2Fbitcoinminer/lists"}