Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

README: enhance explanation #10

Merged
merged 6 commits into from
Jul 7, 2021
Merged

README: enhance explanation #10

merged 6 commits into from
Jul 7, 2021

Conversation

jsign
Copy link
Contributor

@jsign jsign commented Jul 7, 2021

Moved from Notion doc to README.
Had to fix the links and some other formatting stuff, but the content is the same.

jsign added 3 commits July 7, 2021 14:04
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
@jsign jsign requested a review from merlinran July 7, 2021 17:12
@jsign jsign marked this pull request as ready for review July 7, 2021 17:12
README.md Show resolved Hide resolved
@jsign
Copy link
Contributor Author

jsign commented Jul 7, 2021

I added a deprecated message in the original Notion doc, so every new improvement should be done in this README.

README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
jsign added 2 commits July 7, 2021 14:45
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
Comment on lines +92 to +98
0. [Install Go 1.15 or newer](https://golang.org/doc/install)
1. Make sure `$GOPATH/bin` is in your `$PATH`, i.e., `export PATH=$GOPATH/bin:$PATH`.
1. `bidbot init`.
1. The output will ask you to sign a token with the owner address of your miner.
1. Configure your _ask price_, other bid settings, and auction filters. See `bidbot help daemon` for details. You can edit the configuration file generated by `bidbot init` or use the equivalent flag for any given option.
1. Use the signature you generated above to start the daemon: `bidbot daemon --miner-addr [address] --wallet-addr-sig [signature]`
1. Good luck! Your `bidbot` will automatically bid in open deal auctions. If it wins an auction, the broker will automatically start making a deal with the Lotus wallet address used in step 3.
2. `bidbot init`.
3. The output will ask you to sign a token with the owner address of your miner.
4. Configure your _ask price_, other bid settings, and auction filters. See `bidbot help daemon` for details. You can edit the configuration file generated by `bidbot init` or use the equivalent flag for any given option.
5. Use the signature you generated above to start the daemon: `bidbot daemon --miner-addr [address] --wallet-addr-sig [signature]`
6. Good luck! Your `bidbot` will automatically bid in open deal auctions. If it wins an auction, the broker will automatically start making a deal with the Lotus miner address used in step 4.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as the previous Getting started (with fixed bullet numbers).

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
@jsign jsign requested a review from merlinran July 7, 2021 17:56
Comment on lines +33 to +34
First, we must understand that `bidbot` is a piece that's part of a bigger picture: the storage broker.
The storage broker (SB) is a system that receives data from multiple clients, aggregates them, and makes it available for miners to store. The SB has several unique properties that make it different than your typical Filecoin client.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra clarif

@jsign
Copy link
Contributor Author

jsign commented Jul 7, 2021

Thanks @merlinran for the detailed review, rushed a bit in moving things from the doc.

Copy link
Contributor

@merlinran merlinran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jsign jsign merged commit 870de67 into main Jul 7, 2021
@jsign jsign deleted the jsign/addreadme branch July 7, 2021 18:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants