Skip to content

Converts WIF and private keys into corresponding public keys and addresses

Notifications You must be signed in to change notification settings

BTHPOS/address-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bithereum

THE HARMONIZATION OF BITCOIN AND ETHEREUM

Bithereum aims to do what no other hard fork has done, by fusing the visions of both Bitcoin and Ethereum, ultimately revolutionizing mining, improving scalability, and increasing network consensus.

Convert your private key or WIF into compressed/uncompressed address

This tool allows you to convert your private key or WIF into a corresponding address. To run this tool, make sure that you have installed Node.js on your machine. The wallet generator has been tested using version 9.3, however older versions of NodeJS above 7 should work.

Setting up wallet

Download the repository locally

$ git clone https://github.com/BTHPOS/address-tool.git
$ cd address-tool

Install node_modules

$ npm install

Run the wallet generator server

$ node server.js

To view and interact with the wallet, open your web browser to

http://localhost:8000/

Releases

No releases published

Packages

No packages published