-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.testnet.json
133 lines (133 loc) · 5.76 KB
/
config.testnet.json
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"port": 4000,
"address": "0.0.0.0",
"version": "1.0.0",
"fileLogLevel": "info",
"logFileName": "logs/ark.log",
"consoleLogLevel": "debug",
"trustProxy": false,
"db": {
"host": "localhost",
"port": 5432,
"database": "ark_testnet",
"user": null,
"password": "password",
"poolSize": 20,
"poolIdleTimeout": 30000,
"reapIntervalMillis": 1000,
"logEvents": [
"error"
]
},
"api": {
"mount": true,
"access": {
"whiteList": []
},
"options": {
"limits": {
"max": 0,
"delayMs": 0,
"delayAfter": 0,
"windowMs": 60000
}
}
},
"peers": {
"minimumNetworkReach": 1,
"list": [
{
"ip": "127.0.0.1",
"port": 4000
}
],
"blackList": [],
"options": {
"limits": {
"max": 0,
"delayMs": 0,
"delayAfter": 0,
"windowMs": 60000
},
"maxUpdatePeers": 20,
"timeout": 5000
}
},
"forging": {
"coldstart": 6,
"force": true,
"secret": [
"height dance bottom plastic circle scrap will creek invest fever degree oven",
"runway home silent mutual blade nose spin marriage fancy main smooth champion",
"elder alter stock acoustic jazz divide toward whip decorate summer wire length",
"deputy shoe pizza eyebrow choice fury emotion morning naive that error opera",
"define end worry style typical basket fresh chapter cloud enroll kidney juice",
"gap open romance sadness north system jump vault debris correct spend exist",
"history hollow pencil marine sentence chat plastic sniff focus final impulse toilet",
"disorder exit caution joke kitchen broccoli response decorate machine outside this again",
"paddle ridge young goddess tackle struggle radio door wink engage inhale pear",
"false man grocery depth thought hammer vital jaguar seminar old tobacco field",
"nerve finger use balcony capable soul mixed shallow hurt bench video below",
"observe champion change history very soft bleak twenty cigar such penalty bunker",
"nurse island tragic margin absorb danger naive whale blouse owner rifle average",
"other nut young essay endorse talent sick flavor panel under brand cancel",
"globe shine sand lonely problem tilt laugh garbage clutch submit distance arrive",
"expose law earn crucial what bridge guard split delay average isolate home",
"shoot they acid whip vicious injury future siren chuckle twin bless wrist",
"property machine actor forest rigid dilemma such globe cross citizen across enemy",
"survey parent uphold shine metal draw normal stove potato melt huge master",
"office sting divorce fragile limit creek maple aware hour clutch code avocado",
"debris city onion achieve screen village orange labor rice item someone much",
"limit shaft canoe sorry domain exclude danger enter invite just meat price",
"lock auto ankle want whip lottery picnic wolf permit start essay wasp",
"dwarf capital weasel insane sauce cake ice toy suspect eye horn ecology",
"gossip wreck cruise fault tortoise convince sauce meat bulk two bicycle host",
"direct joke weapon other acoustic pulse blue word team flush boil supply",
"unit swap skull magic flock bread sudden problem cushion intact able olympic",
"hedgehog notable grant person riot vague recycle local naive debate rib gap",
"into sauce sleep setup super element squeeze employ try decline brass educate",
"wave drop air picnic vicious oil wheat stereo pride artefact food like",
"devote kiss protect cook where welcome unaware express climb catalog wool little",
"inner enforce have caution lawn proof because similar clarify dinner pig sadness",
"hood welcome room pencil pen find must trend cat warfare hip fine",
"deliver one turkey pelican derive sport oval minute poem myth also color",
"secret pepper antique flip airport stadium angry talent act blur bulb hammer",
"solve novel model upset demise thunder select number sun club region become",
"scrub lawsuit dynamic matrix unhappy reason first taste bind dial lonely pair",
"cousin negative reward elevator mosquito remember pizza slab park pulp pencil lock",
"bicycle dignity burger public miss target oblige dragon ready wood velvet spatial",
"fragile vicious movie field dentist sheriff soda sing gloom gold horse antenna",
"dress jeans obscure update wisdom enact person little sting make napkin rural",
"behind choose rally brand worth time coast decide used celery ribbon adapt",
"solve property flash genius subway verb access portion orphan say taste gorilla",
"sick bike dilemma ten room donkey fossil innocent limit learn inhale globe",
"shoot oppose garment dial replace smoke razor loud cube exile story envelope",
"assume harbor must knee shoulder file already apart today october target range",
"mix judge volcano hidden road stumble phrase behave car setup inhale border",
"jazz erase bargain city there thank vintage erase excuse wrong chronic lend",
"client when person chuckle pen balance rescue measure price toy around soft",
"narrow vague cannon home churn want sick rail above letter tourist switch",
"general sock juice birth express dress harbor tobacco limb drive chimney tree"
],
"access": {
"whiteList": [
"127.0.0.1"
]
}
},
"loading": {
"verifyOnLoading": false,
"loadPerIteration": 5000
},
"ssl": {
"enabled": false,
"options": {
"port": 443,
"address": "0.0.0.0",
"key": "./ssl/ark.key",
"cert": "./ssl/ark.crt"
}
},
"network": "testnet",
"nethash": "d1c7fa0dcf7584add7a535acd674d3b13fa794345d83c3789cc2436d6ecd80d1"
}