Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mybee
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
mybee
Commits
d0d2734f
Unverified
Commit
d0d2734f
authored
Feb 10, 2021
by
Ivan Vandot
Committed by
GitHub
Feb 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set swap-endpoint to slock.it goerli for deb, rpm and brew package (#1230)
parent
6a8e4352
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
.goreleaser.yml
.goreleaser.yml
+1
-1
bee.yaml
packaging/bee.yaml
+1
-1
bee.yaml
packaging/homebrew/bee.yaml
+1
-1
post
packaging/rpm/post
+1
-1
No files found.
.goreleaser.yml
View file @
d0d2734f
...
...
@@ -125,7 +125,7 @@ brews:
Logs: #{var}/log/swarm-bee/bee.log
Config: #{etc}/swarm-bee/bee.yaml
Bee has SWAP enabled
by default and it needs ethereum endpoint to operate
.
Bee has SWAP enabled
and by default is using slock.it goerli ethereum endpoint
.
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
...
...
packaging/bee.yaml
View file @
d0d2734f
...
...
@@ -51,7 +51,7 @@ password-file: /var/lib/bee/password
## enable swap (default true)
# swap-enable: true
## swap ethereum blockchain endpoint (default "http://localhost:8545")
# swap-endpoint: http://localhost:8545
swap-endpoint
:
https://rpc.slock.it/goerli
## swap factory address
# swap-factory-address: ""
## initial deposit if deploying a new chequebook (default 100000000)
...
...
packaging/homebrew/bee.yaml
View file @
d0d2734f
...
...
@@ -51,7 +51,7 @@ password-file: /usr/local/var/lib/swarm-bee/password
## enable swap (default true)
# swap-enable: true
## swap ethereum blockchain endpoint (default "http://localhost:8545")
# swap-endpoint: http://localhost:8545
swap-endpoint
:
https://rpc.slock.it/goerli
## swap factory address
# swap-factory-address: ""
## initial deposit if deploying a new chequebook (default 100000000)
...
...
packaging/rpm/post
View file @
d0d2734f
...
...
@@ -10,7 +10,7 @@ if [ $1 -eq 1 ] ; then
Logs: journalctl -f -u bee.service
Config: /etc/bee/bee.yaml
Bee has SWAP enabled
by default and it needs ethereum endpoint to operate
.
Bee has SWAP enabled
and by default is using slock.it goerli ethereum endpoint
.
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment