Bitcoin Forum
September 26, 2026, 12:49:25 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 154 times)
MioziM (OP)
Newbie
*
Online Online

Activity: 5
Merit: 0


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

Hello everyone,

I'm announcing DogKong v2, an experimental cryptocurrency I developed.
It's NOT an investment — it's a learning/hobby project.

https://github.com/marquesslim-hue/DOGKONG/releases

wallet: https://dogkongwallet.duckdns.org/carteira

explore: https://dogkong.duckdns.org/

discord: https://discord.gg/uPbEysAha


MINING RULES:

- 1 miner per external IP
- Multiple nodes behind the same NAT will fork from the main chain
- Each VM needs its own public IP
- For seed nodes, use a static IP or a DNS domain (like DuckDNS)


FEATURES:
- CPU + 64MB RAM miner
- Built-in wallet
- P2P network (port 18555)
- Supply: 10 billion DOGK
- Block reward: 10,000 DOGK
- Block time: 60 seconds

HOW TO USE:
1. Download dogkong_v2.zip
2. Extract
3. Run DogKong.exe
4. Click "Minerar" (Mine)

WARNING: Windows may show a security alert (not a virus, just missing digital signature). Click "More info" → "Run anyway".

Open source (MIT License). Feedback welcome!
Sparks60
Newbie
*
Offline

Activity: 71
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
*
Online Online

Activity: 5
Merit: 0


View Profile
September 24, 2026, 09:32:36 PM
 #3

Hi Sparks60,

You need to install pycryptodome:

pip install pycryptodome

If pip is not installed:

sudo apt install python3-pip
pip3 install pycryptodome

After that:

python3 dogkong_v2.py

If you want the standalone executable (Windows only), download here:
https://github.com/marquesslim-hue/DOGKONG/releases/latest

For Linux, you need the source + pycryptodome + tkinter:
sudo apt install python3-tk

Let me know if it works!
Sparks60
Newbie
*
Offline

Activity: 71
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
*
Online Online

Activity: 5
Merit: 0


View Profile
September 24, 2026, 11:02:19 PM
 #5

Awesome, Sparks60! Thanks for sharing the solution!

Since you're running it on Linux, would you like to help the network grow?
The more miners, the stronger and more decentralized the DogKong network becomes.

If you can, please share the project with friends, forums, or communities you're part of:
https://github.com/marquesslim-hue/DOGKONG

Also, if you want to run a seed node (to help new miners find the network), let me know — I can help you set it up.

Welcome aboard! Happy mining!
MioziM (OP)
Newbie
*
Online Online

Activity: 5
Merit: 0


View Profile
September 25, 2026, 11:44:54 AM
 #6

Still alive and mining! Chain at block #4000, network stable.
Download: https://github.com/marquesslim-hue/DOGKONG/releases/latest
Wallet: https://dogkongwallet.duckdns.org/carteira
Explorer: https://dogkong.duckdns.org/

Anyone else mining? Post your address!
Sparks60
Newbie
*
Offline

Activity: 71
Merit: 0


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

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

Activity: 71
Merit: 0


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

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
*
Online Online

Activity: 5
Merit: 0


View Profile
September 25, 2026, 10:17:08 PM
 #9

DogKong v2 update: transactions now require 6 confirmations before being spendable (was 1).

More security, more stability.

Explorer: http://167.234.244.29:8080/
Wallet: http://167.234.244.29:8080/carteira
Direct download: https://github.com/marquesslim-hue/DOGKONG/releases/download/v2.0/dogkong_v2.zip

dawnload: https://github.com/marquesslim-hue/DOGKONG/releases/tag/v2.0


support for the network to invest:
dogecoin
DC6CdKWWP5WSVT2WxNK7BmvLbGTqvLuNgf
Sparks60
Newbie
*
Offline

Activity: 71
Merit: 0


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

deleted
MioziM (OP)
Newbie
*
Online Online

Activity: 5
Merit: 0


View Profile
Today at 12:47:59 AM
 #11

Set up your PC to mine. Unfortunately, your 8 VMs won't work — you know why.
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!