Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dappnode/dappnodepackage-besu-generic
Dappnode package template for Besu Ethereum client
https://github.com/dappnode/dappnodepackage-besu-generic
Last synced: 27 days ago
JSON representation
Dappnode package template for Besu Ethereum client
- Host: GitHub
- URL: https://github.com/dappnode/dappnodepackage-besu-generic
- Owner: dappnode
- License: apache-2.0
- Created: 2024-06-26T11:17:08.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T14:00:40.000Z (about 1 month ago)
- Last Synced: 2024-12-11T14:40:42.681Z (about 1 month ago)
- Language: Dockerfile
- Size: 70.3 KB
- Stars: 0
- Watchers: 4
- 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 |
| 30414 | 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.