You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been experimenting with running Ordinals (via ord) locally in a regtest environment, using clarinet integrate.
For the most part, this has been smooth enough. I'm able to connect to the Bitcoin node and index the regtest chain. However, once I set up an ord wallet, no Stacks blocks are able to be mined. Looking at the logs, the miner fails with "unable to fetch UTXOs". This seems to be because ord is creating a "native" Bitcoin core wallet, and I assume the Stacks miner is doing the same.
To Reproduce
Run clarinet integrate
Create an ord wallet in regtest
This example uses the default wallet_1 mnemonic, but it doesn't matter what you use
I'm going to close this issue, because now I'm seeing that the unloadwallet command completely fixes the issue. For others interested in running ord on regtest, hopefully this info helps!
Describe the bug
I have been experimenting with running Ordinals (via
ord
) locally in a regtest environment, usingclarinet integrate
.For the most part, this has been smooth enough. I'm able to connect to the Bitcoin node and index the regtest chain. However, once I set up an
ord
wallet, no Stacks blocks are able to be mined. Looking at the logs, the miner fails with "unable to fetch UTXOs". This seems to be becauseord
is creating a "native" Bitcoin core wallet, and I assume the Stacks miner is doing the same.To Reproduce
clarinet integrate
ord
wallet in regtestwallet_1
mnemonic, but it doesn't matter what you useord --bitcoin-rpc-user devnet --bitcoin-rpc-pass devnet --chain regtest wallet restore "sell invite acquire kitten bamboo drastic jelly vivid peace spawn twice guilt pave pen trash pretty park cube fragile unaware remain midnight betray rebuild"
Workaround
Note that this has a relatively simple workaround:
This will allow the Stacks miner to continue. So, it's kind of a pain if I'm testing making inscriptions, but it's not a dealbreaker.
Final thoughts
The text was updated successfully, but these errors were encountered: