{"id":25076579,"url":"https://github.com/muhammedzohaib/solo-mining-node-setup-on-initverse-mainnet","last_synced_at":"2026-02-09T05:02:30.080Z","repository":{"id":274873386,"uuid":"924347596","full_name":"MuhammedZohaib/Solo-Mining-Node-Setup-on-Initverse-Mainnet","owner":"MuhammedZohaib","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-29T21:18:13.000Z","size":6,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T01:46:36.928Z","etag":null,"topics":["geth","initverse","initverse-mainnet","initverse-solo-mining","initverse-solo-mining-node-guide","initverse-solo-node","solo-mining","solo-node","solo-node-guide","solonode"],"latest_commit_sha":null,"homepage":"","language":null,"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/MuhammedZohaib.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}},"created_at":"2025-01-29T20:52:27.000Z","updated_at":"2025-02-05T09:59:53.000Z","dependencies_parsed_at":"2025-01-29T21:42:26.983Z","dependency_job_id":null,"html_url":"https://github.com/MuhammedZohaib/Solo-Mining-Node-Setup-on-Initverse-Mainnet","commit_stats":null,"previous_names":["muhammedzohaib/solo-mining-node-setup-on-initverse-mainnet"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammedZohaib%2FSolo-Mining-Node-Setup-on-Initverse-Mainnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammedZohaib%2FSolo-Mining-Node-Setup-on-Initverse-Mainnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammedZohaib%2FSolo-Mining-Node-Setup-on-Initverse-Mainnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammedZohaib%2FSolo-Mining-Node-Setup-on-Initverse-Mainnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MuhammedZohaib","download_url":"https://codeload.github.com/MuhammedZohaib/Solo-Mining-Node-Setup-on-Initverse-Mainnet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246558115,"owners_count":20796696,"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","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":["geth","initverse","initverse-mainnet","initverse-solo-mining","initverse-solo-mining-node-guide","initverse-solo-node","solo-mining","solo-node","solo-node-guide","solonode"],"created_at":"2025-02-07T01:46:41.040Z","updated_at":"2026-02-09T05:02:30.042Z","avatar_url":"https://github.com/MuhammedZohaib.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solo Mining Node Setup on Initverse Mainnet\n\n## Introduction\nThis guide will walk you through setting up a solo mining node on the **Initverse Mainnet**. This process requires a **Linux environment** such as **WSL (Windows Subsystem for Linux)** or a **Linux VPS**.\n\n![image](https://github.com/user-attachments/assets/1805a025-6f6a-4768-b6d4-b41cd1e93aa8)\n\n## Prerequisites\nBefore proceeding, ensure you have access to a Linux-based system:\n- **WSL (Windows Subsystem for Linux)** if using Windows\n- **A Linux VPS** (Ubuntu/Debian recommended)\n- **A dedicated Linux machine**\n\n### Install Dependencies\nEnsure you have **Go** and **Make** installed. If they are not installed, run the following command:\n```sh\nsudo apt update \u0026\u0026 sudo apt install make golang-go\n```\n\n## Clone the Repository\nDownload the Initverse chain repository from GitHub:\n```sh\ngit clone https://github.com/Project-InitVerse/chain.git\ncd chain\n```\n\n## Build Geth\nCompile the Geth (Go Ethereum) binary:\n```sh\nmake geth\n```\n\n## Run Initverse Mainnet Node\nAfter building Geth, start your node with the following command:\n```sh\nsudo ./build/bin/geth --datadir data --http --syncmode full console --ipcpath /tmp/geth.ipc\n```\n### Expected Output\nIf successful, you will see blockchain synchronization messages. This process may take some time.\n\n## Mining Setup\nOnce synchronization is complete, configure mining by setting your **Ethereum wallet address**:\n```sh\nminer.setEtherbase('your_mainnet_address_here')\n```\nStart mining with:\n```sh\nminer.start()\n```\nTo mine with **limited threads**:\nyou can pass any number based on your machine to run the solo mining node\n```sh\nminer.start(3) # run miner with 3 threads\n```\nTo stop mining:\n```sh\nminer.stop()\n```\n\n## Checking Synchronization Status\nTo check if your blockchain is synchronizing, use:\n```sh\neth.syncing\n```\nIf synchronization is complete, this command will return `false`.\n\n## Additional Tips\n- Ensure your **VPS has sufficient CPU and RAM** to handle mining operations.\n- If using **WSL**, allow external connections via firewall settings.\n- You can run the node in the background using `screen` or `tmux` to keep it active after closing the terminal.\n\n## Support \u0026 Credits\nIf you found this repository useful, please **star** the repo!\n\nCompiled by **~Muhammad Zohaib**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammedzohaib%2Fsolo-mining-node-setup-on-initverse-mainnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuhammedzohaib%2Fsolo-mining-node-setup-on-initverse-mainnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammedzohaib%2Fsolo-mining-node-setup-on-initverse-mainnet/lists"}