netparams

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: May 9, 2022 License: ISC Imports: 1 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

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

MainNetParams contains parameters specific running bchwallet and bchd on the main network (wire.MainNet).

View Source
var RegtestParams = Params{
	Params:        &chaincfg.RegressionNetParams,
	RPCClientPort: "18334",
	RPCServerPort: "18332",
}

RegtestParams contains parameters specific running bchwallet and bchd on the regression test network (wire.TestNet).

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

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

View Source
var TestNet3Params = Params{
	Params:        &chaincfg.TestNet3Params,
	RPCClientPort: "18334",
	RPCServerPort: "18332",
}

TestNet3Params contains parameters specific running bchwallet and bchd on the test network (version 3) (wire.TestNet3).

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