summarylogtreecommitdiffstats
path: root/bee.install
diff options
context:
space:
mode:
Diffstat (limited to 'bee.install')
-rw-r--r--bee.install9
1 files changed, 6 insertions, 3 deletions
diff --git a/bee.install b/bee.install
index fdfb322532eb..82c80d9267d8 100644
--- a/bee.install
+++ b/bee.install
@@ -21,7 +21,7 @@ pre_install() {
}
post_install() {
- # If first install
+ # On first install
if ! test -f /var/lib/bee/keys/libp2p.key; then
/usr/bin/bee init --config /etc/bee/bee.yaml >/dev/null && chown -R bee:bee /var/lib/bee/keys
@@ -29,10 +29,13 @@ post_install() {
Logs: journalctl -f -u bee.service
Config: /etc/bee/bee.yaml
-Bee has SWAP enabled and by default is using slock.it goerli ethereum endpoint.
+Bee requires an Ethereum endpoint to function. By default is using ws://localhost:8546 ethereum endpoint.
+If needed obtain a free Infura account and set:
+
+ swap-endpoint: wss://goerli.infura.io/ws/v3/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+
It is recommended to use external signer with bee.
Check documentation for more info:
-- SWAP https://docs.ethswarm.org/docs/installation/manual#swap-bandwidth-incentives
- External signer https://docs.ethswarm.org/docs/installation/bee-clef
After you finish configuration run 'sudo bee-get-addr'.