Sign inSign up

p10node/arweave-hb

By p10node

Updated 12 months ago

HyperBEAM Docker is a Docker image built by p10node to launch a HyperBEAM node quickly.

Image
Developer tools
Operating systems
0

1.8K

p10node/arweave-hb repository overview

HyperBEAM Docker

HyperBEAM Docker is a Docker image built by p10node to quickly launch a HyperBEAM node. With just a single Docker command, you can get started without having to install any complex dependencies.

Repository: https://github.com/p10node/hyperbeam-docker

TLDR;
tee wallet.json >/dev/null << EOF
<your wallet content>
EOF

docker run -d -v ./wallet.json:/app/wallet.json \
    --name hb -p 8080:8080 p10node/arweave-hb:latest
Hardware Requirement
  • CPU: 2+ cores recommended
  • RAM: 4GB minimum, 8GB+ recommended
  • Storage: 10GB free space for the Docker image and data
  • Network: Stable internet connection
What're included?
  • Erlang 27
  • Rebar3
  • NodeJS
  • Rust
  • HyperBEAM node
Size
Run as Docker
docker run -d -v ./wallet.json:/app/wallet.json \
    --name hb -p 8080:8080 p10node/arweave-hb:latest
Custom Ports
CUSTOM_PORT=10000
docker run -d -v ./wallet.json:/app/wallet.json \
    --name hb -p $CUSTOM_PORT:8080 p10node/arweave-hb:latest

Custom Options

Clone this repo, custom config.flat, Dockerfile, then rebuild

make rebuild

Stop the node

make stop

# or 

docker stop hb
docker rm hb

License

MIT

Tag summary

Content type

Image

Digest

sha256:474cbaca1

Size

1.2 GB

Last updated

12 months ago

docker pull p10node/arweave-hb