bidbot icon indicating copy to clipboard operation
bidbot copied to clipboard

A Filecoin Network sidecar for storage providers to bid in storage deal auctions.

Results 22 bidbot issues
Sort by recently updated
recently updated
newest added

Add some log message when these actions happen to provide signal of the change in status.

points to slack and slack then points to discord. should be directly pointing to discord

The README says: ``` You should set correctly your --deal-start-window value to be a bit larger than your miner node configuration, to cover the time required to download and import...

``` ./bidbot version 2022-01-11T10:34:46.264Z ERROR bidbot bidbot/main.go:222 loading config from : Config File "config" Not Found in "[/home/filecoin/.bidbot]" local version: git build date: 2022-01-11T10:32:46Z git summary: v0.1.6-4-g8dff41e git branch: main...

Currently, bidbots can use cid-gravity for doing client filtering, but not everyone is using cid-gravity (in particular, miners in targeted-auctions). This PR adds a new flag `--client-address-whitelist` to provide a...

It would be nice that while auctions are still experimental, we have a better line of contact with providers running the network. Additionally, bidbot is providing enough benefit to providers...

I have received a lot of bids I could not accomplish because of networking problems. I have so far fixed that, but deal list is full and lagging behind, so...

This happens in tests here as well as the auction system CI ``` setting proposal cid: committing txn: Transaction Conflict. Please retry ``` It's caused by a race between `txn.Commit`...

I want test bidbot now . here is my operation 1: init the bidbot ```shell bidbot init --fake-mode ``` got this output ```output Initialized configuration file: /home/chenwei/.bidbot/config Bidbot needs a...

> > ERROR sounds a bit alarmist for simple not winning an auction - it would be better to use “INFO” to prevent undue concern. > ``` > 2021-08-19T19:42:40.150Z ERROR...