forked from TrueCloudLab/neoneo-go
config: update configurations for Consensus
This commit is contained in:
parent
883c6c5286
commit
0efa9c5fc3
6 changed files with 28 additions and 16 deletions
|
@ -81,6 +81,8 @@ ApplicationConfiguration:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Addresses:
|
Addresses:
|
||||||
- ":20014"
|
- ":20014"
|
||||||
|
Consensus:
|
||||||
|
Enabled: true
|
||||||
UnlockWallet:
|
UnlockWallet:
|
||||||
Path: "/wallet4.json"
|
Path: "/wallet4.json"
|
||||||
Password: "four"
|
Password: "four"
|
||||||
|
|
|
@ -80,6 +80,8 @@ ApplicationConfiguration:
|
||||||
Pprof:
|
Pprof:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Port: 20011
|
Port: 20011
|
||||||
|
Consensus:
|
||||||
|
Enabled: true
|
||||||
UnlockWallet:
|
UnlockWallet:
|
||||||
Path: "/wallet1.json"
|
Path: "/wallet1.json"
|
||||||
Password: "one"
|
Password: "one"
|
||||||
|
|
|
@ -72,6 +72,8 @@ ApplicationConfiguration:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Addresses:
|
Addresses:
|
||||||
- ":20011"
|
- ":20011"
|
||||||
|
Consensus:
|
||||||
|
Enabled: true
|
||||||
UnlockWallet:
|
UnlockWallet:
|
||||||
Path: "/wallet1.json"
|
Path: "/wallet1.json"
|
||||||
Password: "one"
|
Password: "one"
|
||||||
|
|
|
@ -81,6 +81,8 @@ ApplicationConfiguration:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Addresses:
|
Addresses:
|
||||||
- ":20013"
|
- ":20013"
|
||||||
|
Consensus:
|
||||||
|
Enabled: true
|
||||||
UnlockWallet:
|
UnlockWallet:
|
||||||
Path: "/wallet3.json"
|
Path: "/wallet3.json"
|
||||||
Password: "three"
|
Password: "three"
|
||||||
|
|
|
@ -81,6 +81,8 @@ ApplicationConfiguration:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Addresses:
|
Addresses:
|
||||||
- ":20012"
|
- ":20012"
|
||||||
|
Consensus:
|
||||||
|
Enabled: true
|
||||||
UnlockWallet:
|
UnlockWallet:
|
||||||
Path: "/wallet2.json"
|
Path: "/wallet2.json"
|
||||||
Password: "two"
|
Password: "two"
|
||||||
|
|
|
@ -44,6 +44,8 @@ ApplicationConfiguration:
|
||||||
MaxPeers: 10
|
MaxPeers: 10
|
||||||
AttemptConnPeers: 5
|
AttemptConnPeers: 5
|
||||||
Relay: true
|
Relay: true
|
||||||
|
Consensus:
|
||||||
|
Enabled: true
|
||||||
UnlockWallet:
|
UnlockWallet:
|
||||||
Path: "../testdata/wallet1_solo.json"
|
Path: "../testdata/wallet1_solo.json"
|
||||||
Password: "one"
|
Password: "one"
|
||||||
|
|
Loading…
Reference in a new issue