DAO setup doc fix

Stress a full dao seed node is required to run lite nodes.
This commit is contained in:
Oscar Guindzberg 2020-09-15 16:19:42 -03:00
parent e3b3c625b3
commit abcd065325
No known key found for this signature in database
GPG Key ID: 209796BF2E1D4F75

View File

@ -108,6 +108,8 @@ Full node mode:
Lite node mode:
Note: At least one seed node must be running as a full DAO node to support other lite nodes.
`--daoActivated=true --genesisBlockHeight=111 --genesisTxId=30af0050040befd8af25068cc697e418e09c2d8ebd8d411d2240591b9ec203cf --baseCurrencyNetwork=BTC_REGTEST --useDevPrivilegeKeys=true --useLocalhostForP2P=true --nodePort=8888 --appName=bisq-BTC_REGTEST_Bob_dao`
_Don't forget to use different rpcBlockNotificationPorts for different full node instances, otherwise only one node will receive the new block event forwarded to that port._