GithubHelp home page GithubHelp logo

gcharang / komodo_scripts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from deckersu/komodo_scripts

0.0 1.0 0.0 610 KB

set of komodo helper scripts

PHP 51.39% Shell 46.79% Dockerfile 0.04% JavaScript 1.78%

komodo_scripts's Introduction

komodo_scripts

How to install and use genkomodo.php?

genkomodo.php can be used for generate addresses and WIFs (private keys) from Agama / Iguana passphrase for a different coins. Coin params can be taken from chainparams.cpp of each coin, for example, for Komodo (KMD) needed params (pubkey_address, script_address, secret_key) located here. To add new coin in script we just need to fill it here.

Installation instructions

Script can be used on any PC, but highly recommended to use separate offline PC for generating WIFs.

git clone https://github.com/DeckerSU/komodo_scripts
cd komodo_scripts
git submodule init
git submodule update --init --recursive
sudo apt install php7.2-cli php7.2-gmp php7.2-mbstring

How to run?

1. edit genkomodo.php and fill your passphrase instead of $passphrase = "myverysecretandstrongpassphrase_noneabletobrute";
2. php genkomodo.php
3. Write down WIFs and/or addresses taken from your passphrase.
4. Delete your passphrase from genkomodo.php for security purposes.
5. Import taken WIFs to coin daemons.

Example of output:

FAQ

  • Q. Where should i find Keccak256.php needed by genkomodo.php script?
    A. You don't need to search it in other repoes, just clone this one, as described in installation steps. Repo contains all needed for genkomodo.php work.
  • Q. I have a Desktop version of Linux, is any GUI tool with same functionallity provided?
    A. Yes, it's called address_gen and have similar functionallity. Note, that php script can be used on server and desktop systems as well, but address_gen tool is only for desktop systems. Don't try to run it on server without gui installed.

Run php scripts using docker

./docker_run.sh genkomodo.php

Other scripts short description

Script Description
... ...

komodo_scripts's People

Contributors

deckersu avatar ns408 avatar himu007 avatar gcharang avatar

Watchers

James Cloos avatar

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.