Convert satpoint to sat #? #1629
-
Is there any way to convert a satpoint in the UTXO list (specifically the satpoint that is chosen for the next inscription) to a sat other than creating an index with Assuming not given my understanding, but I'm having some trouble with a fully sat-indexed index (seems like it'll take nearly a week to complete on decent hardware). Separately, have there been any performance concerns or improvements for full indexing between the 0.4.2 tag and the current code in |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Sats are assigned their ordinal number when they are mined so you have to build the index with Yes, the full index is very memory intensive to build. You need at least 64gb to do that. We're working on some improvements but they are not in |
Beta Was this translation helpful? Give feedback.
-
Thanks! Didn't realize memory was a constraint there, super helpful. |
Beta Was this translation helpful? Give feedback.
Sats are assigned their ordinal number when they are mined so you have to build the index with
--index-sats
to use sats.Yes, the full index is very memory intensive to build. You need at least 64gb to do that. We're working on some improvements but they are not in
master
yet.