Skip to content

Commit ca0c6e8

Browse files
committed
Merge branch 'add-ip-bind-to-signer' into rate-limit-jwt
2 parents aa6ad96 + fc872ac commit ca0c6e8

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

docs/docs/get_started/building.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ url = "https://0xafa4c6985aa049fb79dd37010438cfebeb0f2bd42b115b89dd678dab0670c1d
121121
enabled = true
122122

123123
[signer]
124+
port = 20000
125+
124126
[signer.local.loader]
125127
format = "lighthouse"
126128
keys_path = "/tmp/keys"
@@ -160,14 +162,14 @@ Set these values, create the `keys` and `secrets` directories listed in the conf
160162

161163
```
162164
mkdir -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

166168
You 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

173175
If you do, then the binary works.

0 commit comments

Comments
 (0)