Coder Social home page Coder Social logo

docker-komodo's Introduction

Run Komodo daemon in a Docker container.

Note: I am not related to Komodo or SuperNET. This repository is a personnal project with few notes in order to help people to start with Komodo. This is still in development, use it at your own risk!

Quick start

  1. Edit komodo.conf with your configuration if necessary
  2. Build docker build -t naei/komodo .
  3. Run docker run -it -v ~/.kmd:/root/.komodo naei/komodo
    (replace ~/.kmd by the path in your host in which you want to sync all your data)

Useful commands

There is no transactions commands here as it has not been tested yet.

./src/komodo-cli help
./src/komodo-cli help <command_name>

List the addresses of the current account ("" by default)

./src/komodo-cli getaddressesbyaccount ""

Get the private key of one of your wallet address

./src/komodo-cli dumpprivkey <your_wallet_address>

Validate an address

./src/komodo-cli validateaddress <kmd_address>

Import an existing account into your wallet

./src/komodo-cli importprivkey <your_private_key> <"optional_account_name">

Check the blockchain sync advancement

If the "blocks" number from ./src/komodo-cli getinfo is equal to the "height" number of http://kmd.explorer.supernet.org/api/blocks?limit=1 the blockchain is fully sync.

Get the wallet info

./src/komodo-cli getwalletinfo Note: If the blockchain is not fully sync, the data here might be wrong

List balances by receiving address.

./src/komodo-cli listreceivedbyaddress 0 true

What is the Komodo Platform ?

The Komodo Platform is a cryptocurrency project that focuses on providing anonymity through zero knowledge proofs and security through a novel Delayed Proof of Work (dPoW) protocol. The Komodo Platform was forked from Zcash by the SuperNET team and it is the evolution of the BitcoinDark cryptocurrency. (source)

Resources

Komodo
SuperNET

docker-komodo's People

Contributors

naei avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

ben-haim

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.