Skip to content

Commit

Permalink
Merge pull request #553 from ethersphere/target-neighborhood
Browse files Browse the repository at this point in the history
update info on setting target neighborhood
  • Loading branch information
NoahMaizels authored Feb 6, 2024
2 parents 1a2b001 + 4d1d1a7 commit 43a689c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/bee/installation/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,17 @@ To use this option, it's first necessary to identify potential target neighborho
target-neighborhood: 0010100001
```
There is also a [Swarmscan API endpoint](https://api.swarmscan.io/#tag/Network/paths/~1v1~1network~1neighborhoods~1suggestion/get) which you can use to get a suggested neighborhood programmatically:
```bash
curl https://api.swarmscan.io/v1/network/neighborhoods/suggestion
```
A suggested neighborhood will be returned:
```bash
{"neighborhood":"1111110101"}
```
See the [staking section](/docs/bee/working-with-bee/staking) for more information.
## 3. Find Bee address
Expand Down

0 comments on commit 43a689c

Please sign in to comment.