-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
53 lines (53 loc) · 881 Bytes
/
config.json
File metadata and controls
53 lines (53 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"Wallet": "wallet.dat",
"Password": "123456",
"ContractCodePath": "myt.avm",
"Contract": "93c229f90e17790591ea904fdd26820444de2c5b",
"To": "AXm2W4AdZ456wsPw7Fn2xk3jnHDoDT1buy",
"Amount": 1,
"GasPrice": 500,
"GasLimit": 20000,
"Rpc": [
"http://polaris1.ont.io:20336",
"http://polaris2.ont.io:20336",
"http://polaris3.ont.io:20336",
"http://polaris4.ont.io:20336"
],
"ConsensusPeerPath": [
[
"peer1.dat",
"123456"
],
[
"peer2.dat",
"123456"
],
[
"peer3.dat",
"123456"
],
[
"peer4.dat",
"123456"
],
[
"peer5.dat",
"123456"
],
[
"peer6.dat",
"123456"
],
[
"peer7.dat",
"123456"
]
],
"TxNum": 100,
"TxFactor": 1,
"RoutineNum": 1,
"TPS": 1,
"StartNonce": 0,
"SaveTx": true,
"SendTx": true
}