$ cat -v node_exporter.yml
- targets:^M
- '<BPNode_IP>:9100'^M
labels:^M
alias: core^M
^M
- targets:^M
- '<RelayNode_IP>:9100'^M
labels:^M
alias: relay1^M
^M
- targets:^M
- 'localhost:9100'^M
labels:^M
alias: relay2^M
$ dos2unix node_exporter.yml
$ cat -v node_exporter.yml
- targets:
- '<BPNode_IP>:9100'
labels:
alias: core
- targets:
- '<RelayNode_IP>:9100'
labels:
alias: relay1
- targets:
- 'localhost:9100'
labels:
alias: relay2
$ sdiff params.json cardano-node/protocol.json
{ {
"poolDeposit": 500000000, "poolDeposit": 500000000,
"protocolVersion": { "protocolVersion": {
"minor": 0, "minor": 0,
"major": 3 | "major": 2
}, },
"minUTxOValue": 1000000, "minUTxOValue": 1000000,
"decentralisationParam": 0.3, | "decentralisationParam": 1,
"maxTxSize": 16384, "maxTxSize": 16384,
"minPoolCost": 340000000, "minPoolCost": 340000000,
"minFeeA": 44, "minFeeA": 44,
"maxBlockBodySize": 65536, "maxBlockBodySize": 65536,
"minFeeB": 155381, "minFeeB": 155381,
"eMax": 18, "eMax": 18,
"extraEntropy": { "extraEntropy": {
"tag": "NeutralNonce" "tag": "NeutralNonce"
}, },
"maxBlockHeaderSize": 1100, "maxBlockHeaderSize": 1100,
"keyDeposit": 2000000, "keyDeposit": 2000000,
"nOpt": 500, | "nOpt": 150,
"rho": 3.0e-3, "rho": 3.0e-3,
"tau": 0.2, "tau": 0.2,
"a0": 0.3 "a0": 0.3
} }