Bitcoin Forum
September 27, 2026, 09:53:55 AM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] DogKong v2 - Experimental cryptocurrency (CPU miner)  (Read 227 times)
MioziM (OP)
Newbie
*
Offline

Activity: 8
Merit: 0


View Profile
September 24, 2026, 03:04:13 PM
Last edit: Today at 04:03:13 AM by MioziM
 #1

# 🐕🦍 DogKong v2.23

# ⚠️ ATUALIZAÇÃO / UPDATE ⚠️

**NEW UPDATE AVAILABLE — Download the latest version below!**

Cryptocurrency with Bitcoin-style difficulty (bits/target + LWMA), CPU+RAM PoW.

---

## 📥 Download

**Direct download:**
https://github.com/marquesslim-hue/DOGKONG/releases/download/v2.23/DOGKONG2.23.rar

Get the latest version: [Releases](https://github.com/marquesslim-hue/DOGKONG/releases)

---

## 🌐 Official Links

| Service | URL |
|---|---|
| 💰 Web Wallet | https://dogkongwallet.duckdns.org/carteira |
| 🔍 Explorer | https://dogkong.duckdns.org/ |
| 🌱 Seed Node | `seeddogkong.duckdns.org:18555` |

---

## ⚙️ Specifications

| Spec | Value |
|---|---|
| Ticker | DOGK |
| Chain ID | DOGK-V2-MAINNET |
| Block time | 60 seconds |
| Block reward | 10,000 DOGK |
| PoW | CPU + RAM (64 MB, 128 iterations) |
| Difficulty | bits/target + LWMA (14-block window) |
| P2P port | 18555 |
| Mnemonic | BIP39 (12 words) |
| Derivation | BIP32 (m/44'/9999'/0'/0/0) |
| Encryption | Argon2id + AES-256-GCM |

---

## 🚀 How to Use

1. Download `DOGKONG_2.rar` from Releases
2. Extract to a folder (e.g. `C:\DogKong\`)
3. Run `DogKong.exe`
4. File → New Wallet (save the 12 words!)
5. Click "Mine" and choose your H/s limit

⚠️ **NEVER share your private key, WIF, or 12 words.**

---

## 🛠️ Build from Source

```bash
pip install pyinstaller pycryptodome cryptography

python -m PyInstaller --onefile --windowed --name DogKong ^
  --hidden-import=Crypto ^
  --hidden-import=Crypto.Hash.RIPEMD160 ^
  --hidden-import=cryptography ^
  --collect-all Crypto ^
  dogk_core.py
Sparks60
Newbie
*
Offline

Activity: 72
Merit: 0


View Profile
September 24, 2026, 07:13:22 PM
 #2

how to run in linux?  i downloaded the source and run
 python3 dogkong_v2.py   but got this error
dogkong_v2.py", line 925, in ripemd160
    from Crypto.Hash import RIPEMD160
ModuleNotFoundError: No module named 'Crypto'

MioziM (OP)
Newbie
*
Offline

Activity: 8
Merit: 0


View Profile
September 24, 2026, 09:32:36 PM
Last edit: Today at 04:03:30 AM by MioziM
 #3

## 📥 Download

**Direct download:**
https://github.com/marquesslim-hue/DOGKONG/releases/download/v2.23/DOGKONG2.23.rar

Get the latest version: [Releases](https://github.com/marquesslim-hue/DOGKONG/releases)

---

## 🌐 Official Links

| Service | URL |
|---|---|
| 💰 Web Wallet | https://dogkongwallet.duckdns.org/carteira |
| 🔍 Explorer | https://dogkong.duckdns.org/ |
| 🌱 Seed Node | `seeddogkong.duckdns.org:18555` |
Sparks60
Newbie
*
Offline

Activity: 72
Merit: 0


View Profile
September 24, 2026, 10:12:57 PM
 #4

here is way i got it to work in xubuntu 26

Solution 1: Use a Virtual Environment (Recommended)
sudo apt update
sudo apt install python3-venv
python3 -m venv venv
source venv/bin/activate
pip install pycryptodome
sudo apt install python3-tk
python3 dogkong_v2.py
MioziM (OP)
Newbie
*
Offline

Activity: 8
Merit: 0


View Profile
September 25, 2026, 11:44:54 AM
Last edit: Today at 04:03:47 AM by MioziM
 #5

## 📥 Download

**Direct download:**
https://github.com/marquesslim-hue/DOGKONG/releases/download/v2.23/DOGKONG2.23.rar

Get the latest version: [Releases](https://github.com/marquesslim-hue/DOGKONG/releases)

---

## 🌐 Official Links

| Service | URL |
|---|---|
| 💰 Web Wallet | https://dogkongwallet.duckdns.org/carteira |
| 🔍 Explorer | https://dogkong.duckdns.org/ |
| 🌱 Seed Node | `seeddogkong.duckdns.org:18555` |
Sparks60
Newbie
*
Offline

Activity: 72
Merit: 0


View Profile
September 25, 2026, 03:07:15 PM
 #6

i am still mining.
are there any plans for a discord?
Sparks60
Newbie
*
Offline

Activity: 72
Merit: 0


View Profile
September 25, 2026, 06:02:44 PM
 #7

i need to report some findings, i have a server with 8  separate vm nodes all running xubuntu 26 and mining , and some of the nodes is forking off main chain and losing blocks, as pulling way ahead of main chain. only way i can fix it is stop node, delete all chain data, and start over, and having to do this often. is there not some sort of fork protection?
MioziM (OP)
Newbie
*
Offline

Activity: 8
Merit: 0


View Profile
September 25, 2026, 10:17:08 PM
Last edit: Today at 03:11:54 AM by MioziM
 #8


## 🌐 Official Links

| Service | URL |
|---|---|
| 💰 Web Wallet | https://dogkongwallet.duckdns.org/carteira |
| 🔍 Explorer | https://dogkong.duckdns.org/ |
| 🌱 Seed Node | `seeddogkong.duckdns.org:18555` |
Sparks60
Newbie
*
Offline

Activity: 72
Merit: 0


View Profile
September 25, 2026, 11:09:01 PM
Last edit: September 26, 2026, 12:10:51 AM by Sparks60
 #9

deleted
MioziM (OP)
Newbie
*
Offline

Activity: 8
Merit: 0


View Profile
September 26, 2026, 12:47:59 AM
 #10

Set up your PC to mine. Unfortunately, your 8 VMs won't work — you know why.
Sparks60
Newbie
*
Offline

Activity: 72
Merit: 0


View Profile
September 26, 2026, 12:15:30 PM
 #11

working on reloading that pc back to 1 big cpu miner pc, today
MioziM (OP)
Newbie
*
Offline

Activity: 8
Merit: 0


View Profile
September 26, 2026, 06:46:17 PM
 #12

working on reloading that pc back to 1 big cpu miner pc, today





That's great! While you're at it, invite more people to join the network and mine—the more, the better the network becomes.
MioziM (OP)
Newbie
*
Offline

Activity: 8
Merit: 0


View Profile
Today at 03:05:33 AM
Last edit: Today at 04:04:23 AM by MioziM
 #13

deleted



# 🐕🦍 DogKong v2.23

# ⚠️ ATUALIZAÇÃO / UPDATE ⚠️

**NEW UPDATE AVAILABLE — Download the latest version below!**

Cryptocurrency with Bitcoin-style difficulty (bits/target + LWMA), CPU+RAM PoW.

---

## 📥 Download

**Direct download:**
https://github.com/marquesslim-hue/DOGKONG/releases/download/v2.23/DOGKONG2.23.rar

Get the latest version: [Releases](https://github.com/marquesslim-hue/DOGKONG/releases)

---

## 🌐 Official Links

| Service | URL |
|---|---|
| 💰 Web Wallet | https://dogkongwallet.duckdns.org/carteira |
| 🔍 Explorer | https://dogkong.duckdns.org/ |
| 🌱 Seed Node | `seeddogkong.duckdns.org:18555` |
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!