Skip to content

Commit f2219d9

Browse files
committed
feat(tools): besu-all-in-one personal RPC HTTP API
This is required for server-side (as in, geth) tx signing from the geth keychain. Signed-off-by: Peter Somogyvari <[email protected]>
1 parent 768c4cc commit f2219d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker/besu-all-in-one/supervisord.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stderr_logfile=/var/log/orion.err.log
66
stdout_logfile=/var/log/orion.out.log
77

88
[program:besu]
9-
command=/opt/besu/bootnode_start.sh --network=dev --revert-reason-enabled=true --rpc-http-enabled --rpc-http-host=0.0.0.0 --rpc-http-port=8545 --rpc-http-cors-origins=* --rpc-http-api=EEA,WEB3,ETH,NET,PRIV --rpc-ws-enabled --rpc-ws-host=0.0.0.0 --rpc-ws-port=8546 --host-whitelist=* --metrics-enabled --metrics-host=0.0.0.0 --metrics-port=9545 --min-gas-price=0 --miner-enabled --miner-coinbase=0xfe3b557e8fb62b89f4916b721be55ceb828dbd73 --node-private-key-file=/opt/besu/keys/key --privacy-enabled=true --privacy-url=http://localhost:8888 --privacy-public-key-file=/config/orion/nodeKey.pub
9+
command=/opt/besu/bootnode_start.sh --network=dev --revert-reason-enabled=true --rpc-http-enabled --rpc-http-host=0.0.0.0 --rpc-http-port=8545 --rpc-http-cors-origins=* --rpc-http-api=EEA,WEB3,ETH,NET,PRIV,PERSONAL --rpc-ws-enabled --rpc-ws-host=0.0.0.0 --rpc-ws-port=8546 --host-whitelist=* --metrics-enabled --metrics-host=0.0.0.0 --metrics-port=9545 --min-gas-price=0 --miner-enabled --miner-coinbase=0xfe3b557e8fb62b89f4916b721be55ceb828dbd73 --node-private-key-file=/opt/besu/keys/key --privacy-enabled=true --privacy-url=http://localhost:8888 --privacy-public-key-file=/config/orion/nodeKey.pub
1010
autostart=true
1111
autorestart=true
1212
stderr_logfile=/var/log/besu.err.log

0 commit comments

Comments
 (0)