cryptogo

command module
v0.0.0-...-685ea2a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 23, 2016 License: Apache-2.0 Imports: 5 Imported by: 0

README

cryptogo

One wallet to rule them all

Cryptogo is an interface that let you inspect all you cryptocurrency wallets in one place. You don't need to open all of your wallet and look where are your coins. Just fire up cryptogo and have everything under control

##Installation go get github.com/Zaibon/cryptogo

##Configuration Complete the config.json file in the conf directory

	{
		//web interface
		"host": "localhost",
		"port" : 8080
	}

Create some configuration file for your wallets in conf/wallets

{
	"enable":true,
	"name" : "bitcoin",
    "symbol":"BTC",

    "host": "localhost",
    "port": 19332,

    "user": "bitcoinrpc",
    "password": "YOUPASSWORD"
}

These configurations should reflect the bitcoin.conf file that is in you datadir directory of your wallet. If there is no bitcoin.conf file, create it

##Usage Just run cryptogo and you're go to go

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL