forked from rohan-joshi/hlp-candidate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbitcoin2.conf
49 lines (42 loc) · 865 Bytes
/
bitcoin2.conf
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
akka {
stream {
# Enable additional troubleshooting logging at DEBUG log level
debug-logging = on
# Maximum number of elements emitted in batch if downstream signals large demand
output-burst-limit = 1000
}
loggers = ["akka.event.slf4j.Slf4jLogger"]
loglevel = "DEBUG"
actor {
debug {
fsm: on
}
}
}
hyperledger {
blockchain {
chain: "regtest"
}
store {
leveldb {
database: data
cacheSize: 104857600
}
}
mining {
enabled: true
__comment__: "address generated for private key: Kxj5wXRXPxVZScsHkK6Dwo2k7enphcW9wWidvZ93wTALHDXjDo2U"
minerAddress: "1CNABTVtwxFQBTvazuGfxhT87sfssmFbdE"
}
network {
outgoingConnections: 1
bindAddress: "127.0.0.1"
bindPort: 18442
discovery: [{
type: fixed
peers: [
"127.0.0.1:18441"
]
}]
}
}