Bitcoin Forum
September 25, 2026, 09:57:19 PM *
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 121 times)
MioziM (OP)
Newbie
*
Offline

Activity: 4
Merit: 0


View Profile
September 24, 2026, 03:04:13 PM
Last edit: September 24, 2026, 06:24:45 PM 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/


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

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

Activity: 70
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: 4
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
*
Offline

Activity: 4
Merit: 0


View Profile
Today at 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
*
Online Online

Activity: 70
Merit: 0


View Profile
Today at 03:07:15 PM
 #7

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

Activity: 70
Merit: 0


View Profile
Today at 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?
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!