Skip to content

himu007/dPoW

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,368 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dPoW client iguana

This repository is based on the original SuperNET codebase - commit f29913e92b117399cd42e2fd05ff0d69d152c8fa

Integration Status
CI build - Ubuntu (20.04, 22.04) Build Status
Codefactor analysis Grade
Version Version
Network Statistics https://stats.kmd.io/

Installation

General Setup instructions

Build instructions for existing NN node:

pkill -15 iguana
cd ~
mv dPoW old.dPoW
git clone https://github.com/kmdclassic/dPoW
cd dPoW/iguana
make
cp ~/old.dPoW/iguana/pubkey.txt .
cp ~/old.dPoW/iguana/wp_7776 .

Open Port in firewall

sudo ufw allow 13849/tcp

Start main-net notarizations:

./m_notary_main

Please note: Automatic UTXO split is deactivated by default.

dPoW asset status

dPOW Status

  • active - last notarization less than 2.5 hours ago
  • irregular - last notarization more than 2.5 and less than 24 hours ago
  • inactive - last notarization more than 24 hours ago
Coin src Version/Tree Status dPoW
KMDCL kmdclassic 6dc1aa2 dPOW Status dPoW-Mainnet
LTC litecoin 0.21.4 dPOW Status dPoW-Mainnet
PIRATE kmdclassic 6dc1aa2 dPOW Status dPoW-mainnet

About

Komodo Classic delayed Proof of Work software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 99.3%
  • Shell 0.3%
  • C++ 0.2%
  • CMake 0.1%
  • Makefile 0.1%
  • Java 0.0%