Skip to content

Commit 3c236be

Browse files
committed
Updates feds config
1 parent 7e0a223 commit 3c236be

File tree

4 files changed

+2
-62
lines changed

4 files changed

+2
-62
lines changed

config/node-configs/fourth-federation/fed3.conf

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
peer {
32
privateKey = "0c6768b0905fa1ff4a63313a6e61e89e6bb0a511b44ec5a449921b24abfa1b4f"
43
}
@@ -10,35 +9,6 @@ federator {
109
"127.0.0.1:18444"
1110
]
1211
gasPrice = 1000
13-
signers {
14-
BTC {
15-
type = "hsm"
16-
host = "127.0.0.1"
17-
port = 9993
18-
keyId = "m/44'/1'/0'/0/0"
19-
bookkeeping {
20-
difficultyTarget = "3"
21-
informerInterval = "8000"
22-
maxAmountBlockHeaders = "50"
23-
maxChunkSizeToHsm = "100"
24-
},
25-
socketTimeout = 60000
26-
maxAttempts = 12
27-
intervalBetweenAttempts = 4000
28-
}
29-
RSK {
30-
type = "hsm"
31-
host = "127.0.0.1"
32-
port = 9993
33-
keyId = "m/44'/1'/1'/0/0"
34-
}
35-
MST {
36-
type = "hsm"
37-
host = "127.0.0.1"
38-
port = 9993
39-
keyId = "m/44'/1'/2'/0/0"
40-
}
41-
}
4212
}
4313

4414
rpc {

config/node-configs/third-federation/fed3.conf

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
peer {
32
privateKey = "214bfe85db3fe3154fe149731e5816b762e909029c1d5d76e9214e986da0d392"
43
}
@@ -10,35 +9,6 @@ federator {
109
"127.0.0.1:18444"
1110
]
1211
gasPrice = 1000
13-
signers {
14-
BTC {
15-
type = "hsm"
16-
host = "127.0.0.1"
17-
port = 9989
18-
keyId = "m/44'/1'/0'/0/0"
19-
bookkeeping {
20-
difficultyTarget = "3"
21-
informerInterval = "8000"
22-
maxAmountBlockHeaders = "50"
23-
maxChunkSizeToHsm = "100"
24-
},
25-
socketTimeout = 60000
26-
maxAttempts = 12
27-
intervalBetweenAttempts = 4000
28-
}
29-
RSK {
30-
type = "hsm"
31-
host = "127.0.0.1"
32-
port = 9989
33-
keyId = "m/44'/1'/1'/0/0"
34-
}
35-
MST {
36-
type = "hsm"
37-
host = "127.0.0.1"
38-
port = 9989
39-
keyId = "m/44'/1'/2'/0/0"
40-
}
41-
}
4212
}
4313

4414
rpc {

config/node-configs/third-federation/fed4.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
peer {
3-
privateKey = "c3f1c2b28026a648f817f0e73b3cf769789e2eaed535a225765b065d75570028"
3+
privateKey = "cb0878d04ae1d7d30df5866f845467b1d3ead5116b7732b894d69b89dc90f03a"
44
}
55

66
# federator configuration

lib/tcpsigner-runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class TcpSignerRunner {
5656
this.process = spawn(scriptPath, args, processOptions);
5757

5858
this.process.on('exit', () => {
59-
console.log(`TcpSignerRunner has stopped.`);
59+
console.log(`Tcpsigner with id "${this.id}" has stopped.`);
6060
this.isRunning = false;
6161
});
6262

0 commit comments

Comments
 (0)