beekeeper icon indicating copy to clipboard operation
beekeeper copied to clipboard

Swarm Beekeeper is an orchestrator that can manage a cluster of Bee nodes and call into their API. It allows various scenario’s to be performed on these nodes. The Swarm team uses Beekeeper internally...

Results 23 beekeeper issues
Sort by recently updated
recently updated
newest added

OK, this is a seed of an idea, to look at ways to connect BeeKeeper with a Livepeer Orchestrator. # Livepeer Orchestrator Livepeer Orchestrator receive linearly-streaming video content, usually live,...

issue

Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.5 to 1.10.17. Release notes Sourced from github.com/ethereum/go-ethereum's releases. Ploitari (v1.10.17) This is a maintenance release. This release contains a lot of work in preparation for The...

pull-request
dependencies

Now that the first iteration of simulations are finished, it should be instantiated with automated runs. These automated runs should run once every night, both on the testnet cluster and...

issue

tried in config `bootnode-local-dns` inherits `bootnode-local` that inherits `bee-local` ``` bee-local: _inherit: "" bootnode-local: _inherit: "bee-local" bootnode-mode: true bee-local-dns: _inherit: "bee-local" bootnode: /dnsaddr/localhost bootnode-local-dns: _inherit: "bootnode-local" bootnode: /dnsaddr/localhost ``` ```...

issue

``` run ./beekeeper check settlements --api-scheme http --debug-api-scheme http --disable-namespace --debug-api-domain localhost --api-domain localhost --node-count "${REPLICA}" --upload-node-count "${REPLICA}" -t 100000 Seed: 8380697593063187678 Settlements are valid Error: node bee-2: upload file:...

issue