Skip to content

Instantly share code, notes, and snippets.

@ducnh1022
Last active May 3, 2021 11:29
Show Gist options
  • Save ducnh1022/c00115479cf4b6fd9c7b80aed60be50c to your computer and use it in GitHub Desktop.
Save ducnh1022/c00115479cf4b6fd9c7b80aed60be50c to your computer and use it in GitHub Desktop.
setup bee node
1. setup jq
2. pull cash-out file
3. setup bee node
4. setup geth
5. edit yaml file
# setup jq first
sudo apt -f install jq
# pull cash-out file
wget cashout.sh https://gist.githubusercontent.com/ralph-pichler/3b5ccd7a5c5cd0500e6428752b37e975/raw/b40510f1172b96c21d6d20558ca1e70d26d625c4/cashout.sh
# setup bee node
# https://hackmd.io/RDLDF3XiSnaVNSR9ahkaiw?view
# setup geth ubuntu
geth --goerli --rpc --rpcaddr "localhost" --rpcport "8545"
# edit yaml file
sudo nano /etc/bee/bee.yaml
# slock it -> localhost:8545
My setup:
32 Gb Ram
400 Gb SSD
OVH Public Cloud
Ubuntu 20.04
https://gist.github.com/ralph-pichler/3b5ccd7a5c5cd0500e6428752b37e975
https://www.youtube.com/watch?v=4x5mCLJZnoA&ab_channel=EthereumSwarm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment