{"id":28401399,"url":"https://github.com/kingpepe2/windows-wallet","last_synced_at":"2026-04-29T15:32:17.994Z","repository":{"id":277226988,"uuid":"930593256","full_name":"kingpepe2/windows-wallet","owner":"kingpepe2","description":"Official Windows GUI Wallet for the KingPepe cryptocurrency.","archived":false,"fork":false,"pushed_at":"2025-06-20T22:51:18.000Z","size":44086,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-20T23:31:19.429Z","etag":null,"topics":["blockchain","cryptocurrency","gui","qt","sha256","wallet","windows"],"latest_commit_sha":null,"homepage":"https://kingpepe.carrd.co/","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/kingpepe2.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-02-10T22:11:26.000Z","updated_at":"2025-06-20T22:51:22.000Z","dependencies_parsed_at":"2025-05-13T19:32:25.891Z","dependency_job_id":"41af7e21-9c94-4df4-8765-74d75f7daf2e","html_url":"https://github.com/kingpepe2/windows-wallet","commit_stats":null,"previous_names":["kingpepe2/windows-wallet"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kingpepe2/windows-wallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingpepe2%2Fwindows-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingpepe2%2Fwindows-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingpepe2%2Fwindows-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingpepe2%2Fwindows-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kingpepe2","download_url":"https://codeload.github.com/kingpepe2/windows-wallet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingpepe2%2Fwindows-wallet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262437820,"owners_count":23311034,"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":["blockchain","cryptocurrency","gui","qt","sha256","wallet","windows"],"created_at":"2025-06-01T12:38:21.646Z","updated_at":"2026-04-29T15:32:17.960Z","avatar_url":"https://github.com/kingpepe2.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tutorial - Mine for Blocks with Microsoft Windows\n\nMine for blocks with your **Windows wallet** by following the instructions below.\n\n---\n\n### 📥 Step 1: Download and Extract\n\n1. [Click here to download](#) the file `kingpepe-qt-windows.zip`.\n2. Open **File Explorer** and navigate to your **Downloads** directory.\n3. Extract the file `kingpepe-qt-windows.zip`.\n\n---\n\n### ⚙️ Step 2: Create `kingpepe.conf` Configuration File\n\n1. Press `Win + R` to open the **Run** dialog.\n2. Type `notepad` and click **OK**.\n3. Paste the following content into **Notepad**:\n\n    ```ini\n    rpcuser=rpc_kingpepe\n    rpcpassword=dR2oBQ3K1zYMZQtJFZeAerhWxaJ5Lqeq9J2\n    rpcbind=127.0.0.1\n    rpcallowip=127.0.0.1\n    p2pport=24028\n    rpcport=24027\n    listen=1\n    server=1\n    txindex=1\n    daemon=1\n    addnode=http://pepe3.org:24027\n    ```\n\n4. Click **File** → **Save As...**\n5. In the **Save as type** dropdown, select **All Files (\\*.\\*)**\n6. For **File name**, enter: `kingpepe.conf`\n7. In the address bar, type `%appdata%` and press **Enter**\n8. Create a new folder named `Kingpepe`, and open it.\n9. Click **Save**.\n\n---\n\n### ⚒️ Step 3: Create the Mining Script\n\n1. Press `Ctrl + N` in Notepad to open a new file.\n2. Paste the following script:\n\n    ```bat\n    @echo off\n    set SCRIPT_PATH=%cd%\n    cd %SCRIPT_PATH%\n    echo Press [CTRL+C] to stop mining.\n    :begin\n    for /f %%i in ('kingpepe-cli.exe getnewaddress') do set WALLET_ADDRESS=%%i\n    kingpepe-cli.exe generatetoaddress 1 %WALLET_ADDRESS%\n    goto begin\n    ```\n\n3. Click **File** → **Save As...**\n4. In the **Save as type** dropdown, select **All Files (\\*.\\*)**\n5. For **File name**, enter: `mine.bat`\n6. Navigate to the folder where you extracted `kingpepe-qt-windows.zip`\n7. Click **Save**\n\n---\n\n### 🚀 Step 4: Start Mining\n\n1. Open your **Kingpepe Wallet** (`kingpepe-qt.exe`)\n2. Double-click on `mine.bat` to begin mining.\n3. Blocks will be mined to a new address each time automatically.\n\n---\n\n✅ Done! You are now mining Kingpepe blocks on Windows.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingpepe2%2Fwindows-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkingpepe2%2Fwindows-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingpepe2%2Fwindows-wallet/lists"}