Last active
May 3, 2021 11:29
-
-
Save ducnh1022/c00115479cf4b6fd9c7b80aed60be50c to your computer and use it in GitHub Desktop.
setup bee node
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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