forked from ordinals/ord
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add collecting guide to docs (ordinals#1474)
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Collecting | ||
========== | ||
|
||
Currently, [ord](https://github.com/casey/ord/) is the only wallet supporting | ||
sat-control and sat-selection, which are required to safely store and send rare | ||
sats and inscriptions, hereafter ordinals. | ||
|
||
The recommended way to send, receive, and store ordinals is with `ord`, but if | ||
you are careful, it is possible to safely store, and in some cases send, | ||
ordinals with other wallets. | ||
|
||
As a general note, receiving ordinals in an unsupported wallet is not | ||
dangerous. Ordinals can be sent to any bitcoin address, and are safe as long as | ||
the UTXO that contains them is not spent. However, if that wallet is then used | ||
to send bitcoin, it may select the UTXO containing the ordinal as an input, and | ||
send the inscription or spend it to fees. | ||
|
||
[windsok](https://github.com/windsok) has kindly written a guide to creating an | ||
`ord`-compatible wallet with [Sparrow](https://sparrowwallet.com/), available | ||
on [GitHub](https://gist.github.com/windsok/5b53a1ced6ef3eddbde260337de28980). | ||
Please note that if you follow this guide, you should not use the wallet you | ||
create to send BTC, unless you perform manual coin-selection to avoid sending | ||
ordinals. |