https://github.com/dappnode/dappnodepackage-holesky-besu
Dappnode Package for Besu execuition client in Holesky network
https://github.com/dappnode/dappnodepackage-holesky-besu
Last synced: 8 months ago
JSON representation
Dappnode Package for Besu execuition client in Holesky network
- Host: GitHub
- URL: https://github.com/dappnode/dappnodepackage-holesky-besu
- Owner: dappnode
- License: apache-2.0
- Created: 2023-10-23T10:01:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T20:14:27.000Z (over 1 year ago)
- Last Synced: 2024-12-14T12:16:33.009Z (over 1 year ago)
- Language: Shell
- Size: 57.6 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Important Info
You can limit the resource usage (eg. RAM) in BESU_OPTS in the Advanced Configuration. Just pass it the standard JVM memory arguments.
Looks like this:
```
-Xms8G -Xmx12G
```
This package by default uses the newer BONSAI storage structure. You can switch it to the older FOREST one in the Settings. Does require a resync and potentially a volume removal.
# Used Ports
| Port | Used For | Exposed |
| ----- | ------------ | ------- |
| 8545 | JSON-RPC | No |
| 8546 | WebSocket | No |
| 8551 | Engine API | No |
| 9545 | Metrics | No |
| 30415 | Peer Traffic | Yes |
# General
This DAppNode package uses the Besu Execution Client.
# License
This repository is offered under the Apache 2.0 license. See LICENSE for details.