netparams

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: May 10, 2016 License: ISC Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MainNetParams = Params{
	Params:        &chaincfg.MainNetParams,
	RPCClientPort: "9109",
	RPCServerPort: "9110",
}

MainNetParams contains parameters specific running dcrwallet and dcrd on the main network (wire.MainNet).

View Source
var SimNetParams = Params{
	Params:        &chaincfg.SimNetParams,
	RPCClientPort: "19556",
	RPCServerPort: "19557",
}

SimNetParams contains parameters specific to the simulation test network (wire.SimNet).

View Source
var TestNetParams = Params{
	Params:        &chaincfg.TestNetParams,
	RPCClientPort: "19109",
	RPCServerPort: "19110",
}

TestNetParams contains parameters specific running dcrwallet and dcrd on the test network (version 1) (wire.TestNet).

Functions

This section is empty.

Types

type Params

type Params struct {
	*chaincfg.Params
	RPCClientPort string
	RPCServerPort string
}

Params is used to group parameters for various networks such as the main network and test networks.

Jump to

Keyboard shortcuts

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