cyberway
directory where the Docker image will be created. Next, execute:cyberway
directory with its contents. Error messages should not appear during the copy process.~/testnet
directory is used):~/testnet
copy the files docker-compose.yml
and sample configuration file config.ini
from the Cyberway repository. Used to copy commands:chaindb_address
parameter is:p2p-peer-address
is configured separately for each connected network node. To connect N network nodes, you need to specify this parameter N times. In order to start the node correctly and connect to Testnet
(provided by the CyberWay developers), it is recommended to specify the address116.203.104.164:9876
.p2p-listen-endpoint
parameter and specify the address of the network interface on which you should expect connections, as well as the port number. Setting the interface address in the form 0.0.0.0
allows the nodeosd
service to listen to connections from other network nodes on all available network interfaces. Recommended address:producer-name
parameter is commented out. In this case, the node is used only to connect to Testnet
without producing blocks. To connect to Testnet
with the ability to produce blocks, the validator should to additionally set the parameters producer-name
and signature-provider
.Testnet
, as well as to configure a validator node.~/testnet
directory and unpack it by executing:genesis
directory should appear in ~/testnet
, containing the files genesis.dat
and genesis.dat.map
.genesis
directory to genesis-data
by executing:~/testnet/genesis-data
directory create a file genesis.json
with the following contents: