#
Running IdenaTo connect to Idena experimental mainnet
network run executable without parameters. idena-go
uses go-ipfs
and private ipfs network to store data.
#
CLI parameters--config
Use custom configuration file--datadir
Node data directory (defaultdatadir
)--rpcaddr
RPC listening address (defaultlocalhost
)--rpcport
RPC listening port (default9009
)--ipfsport
IPFS P2P port (default40405
)--ipfsportstatic
Prevent changing IPFS port (defaultfalse
)--ipfsbootnode
Set custom bootstrap node--fast
Use fast sync (defaulttrue
)--verbosity
Log verbosity (default3
-Info
)--nodiscovery
Do not discover another nodes (defaultfalse
)--profile=lowpower
Reduce bandwidth usage--apikey
Set RPC API key--logfilesize
Set maximum log file size in KB (default10240
)
#
JSON configCustom json configuration can be used if --config=<config file name>
parameter is specified. Use server
IPFS profile if you run idena-go
on VPS to prevent local network scanning.
#
Full nodeA full node verifies all blocks and states during synchronization. To run full synchronization:
By default, blocks and flips are pinned in local ipfs storage with 30% and 50% probability respectively.
If you want to pin (save) locally all blocks and flips, set 1 for BlockPinThreshold
and FlipPinThreshold
.
#
Local automine node#
ConfigFor debug purposes you can run local automine node with this config.
#
DescriptionGodAddress
- the address which refers to private key in nodekey file. So, when you are running automine node, you should see log in consoleCoinbase address addr=<addr>
with this address. This address will mine coins if network has 0 valid identities;FirstCeremonyTime
- timestamp of first validation ceremony;Validation section
- duration of each validation period in nanoseconds;Network
- should be different from 1 or 2, anyuint32
numberIpfs bootnodes
- array of bootstrap nodes in case of running multiple local nodes
For more detailed configuration please see config structure