File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,6 +121,8 @@ url = "https://0xafa4c6985aa049fb79dd37010438cfebeb0f2bd42b115b89dd678dab0670c1d
121121enabled = true
122122
123123[signer ]
124+ port = 20000
125+
124126[signer .local .loader ]
125127format = " lighthouse"
126128keys_path = " /tmp/keys"
@@ -160,14 +162,14 @@ Set these values, create the `keys` and `secrets` directories listed in the conf
160162
161163```
162164mkdir -p /tmp/keys && mkdir -p /tmp/secrets
163- CB_CONFIG=cb-config.toml CB_JWTS="test_jwts=dummy" CB_SIGNER_PORT=20000 ./target/release/commit-boost-signer
165+ CB_CONFIG=cb-config.toml CB_JWTS="test_jwts=dummy" ./target/release/commit-boost-signer
164166```
165167
166168You should see output like this:
167169```
168- 2025-05-07T21:43:46.385535Z WARN Proxy store not configured. Proxies keys and delegations will not be persisted
169- 2025-05-07T21:43:46.393507Z INFO Starting signing service version="0.7.0 " commit_hash="58082edb1213596667afe8c3950cd997ab85f4f3 " modules=["test_jwts "] port= 20000 loaded_consensus=0 loaded_proxies=0
170- 2025-05-07T21:43:46.393574Z WARN No metrics server configured
170+ 2025-06-03T04:57:19.815702Z WARN Proxy store not configured. Proxies keys and delegations will not be persisted
171+ 2025-06-03T04:57:19.818193Z INFO Starting signing service version="0.8.0-rc.1 " commit_hash="3eed5268f07803c55cca7d7e2e14a7017098f797 " modules=["test "] endpoint=127.0.0.1: 20000 loaded_consensus=0 loaded_proxies=0
172+ 2025-06-03T04:57:19.818229Z WARN No metrics server configured
171173```
172174
173175If you do, then the binary works.
You can’t perform that action at this time.
0 commit comments