Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize sat-hunting.md #3724

Merged
merged 5 commits into from
May 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions docs/src/guides/sat-hunting.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
Sat Hunting
===========

*This guide is out of date. Since it was written, the `ord` binary was changed
to only build the full satoshi index when the `--index-sats` flag is supplied.
Additionally, `ord` now has a built-in wallet that wraps a Bitcoin Core wallet.
See `ord wallet --help`.*

Ordinal hunting is difficult but rewarding. The feeling of owning a wallet full
of UTXOs, redolent with the scent of rare and exotic sats, is beyond compare.

Expand Down Expand Up @@ -42,10 +37,9 @@ There are a few things you'll need before you start.

- Get a copy of `ord` from [the repo](https://github.com/ordinals/ord/).

- Run `RUST_LOG=info ord index`. It should connect to your bitcoin core
node and start indexing.

- Wait for it to finish indexing.
- Run `ord --index-sats server`. It should connect to your bitcoin core node and start indexing.

- Once it has finished indexing, leave the server running and submit new `ord` commands in a separate terminal session.

3. Third, you'll need a wallet with UTXOs that you want to search.

Expand Down Expand Up @@ -244,7 +238,7 @@ button to display the descriptor.
### Transferring Ordinals

The `ord` wallet supports transferring specific satoshis by using the
name of the satoshi. To send a the satoshi `zonefruits` do:
name of the satoshi. To send the satoshi `zonefruits`, do:

```
ord wallet send <RECEIVING_ADDRESS> zonefruits --fee-rate 21
Expand Down
Loading