mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
parent
4dfa7c1770
commit
81bd764fd0
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@ At present, the relevant modes of operation are 'server' and 'wallet'. When runn
|
||||||
|
|
||||||
For a basic example simulating a single node network, create a directory called 'node1' and change your working directory to it. You'll use this directory to run a wallet and create a new blockchain via a server running in mining mode.
|
For a basic example simulating a single node network, create a directory called 'node1' and change your working directory to it. You'll use this directory to run a wallet and create a new blockchain via a server running in mining mode.
|
||||||
|
|
||||||
|
You'll need a config file - the easiest is to copy over the grin.toml file from the root grin directory into the node1 directory you just made.
|
||||||
|
|
||||||
Before running your mining server, a wallet server needs to be set up and listening so that the mining server knows where to send mining rewards. Do this from the first node directory with the following commands:
|
Before running your mining server, a wallet server needs to be set up and listening so that the mining server knows where to send mining rewards. Do this from the first node directory with the following commands:
|
||||||
|
|
||||||
node1$ grin wallet init
|
node1$ grin wallet init
|
||||||
|
|
Loading…
Reference in a new issue