Open noggie-noggie opened 1 year ago
You may be running into this bug https://github.com/casey/ord/issues/1589
You need to manually trigger a rescan of the wallet to pickup all the historical transactions
Someone wrote this guide which has some details https://gist.github.com/windsok/5b53a1ced6ef3eddbde260337de28980#importing-into-ord-wallet
Appreciate the feedback.
i deleted the original ord wallet and retored mine again just incase it was an old wallet. same issue.
i don't want to resync the whole chain again, it took days last time.
i am not sure where to paste this : bitcoin-cli -rpcwallet=ord rescanblockchain 767430 to try it out as my core has no console
I rescanned as suggested from the above block, still no luck
So overview:
Windows 10 64b
Followed: https://docs.ordinals.com/guides/inscriptions.html
Any chance you're using a passphrase on the wallet with sparrow?
ord
does not currently support importing wallets with passphrases.
I used my 12 word seed phrase. I also generated a new address through ord in the same wallet and sent some BTC to it and it registered as a transaction.
seems it's just not showing inscriptions.
I have successfully sent 8 ordinals with sparrow so far but would prefer this.
Are you sure you setup your sparrow wallet with a script type of Taproot (P2TR)
when you originally set it up? You can check this in the settings tab. Only Taproot wallets can be imported directly into ord
sure did :)
Im guessing im going to have to redo everything and resync as this is an odd issue
Yeah I'm unsure what the issue is here - I have done exactly what you have done and migrated a wallet from sparrow into ord
successfully. The only catch was needing to do the blockchain rescan.
Can you trigger the rescan while looking at your bitcoin debug.log
to check that you see logs in there indicating it is rescanning the wallet?
debug log didnt add anylines except from the last time I had the node running
Hi
My sparrow wallet shows all my inscriptions fine however when I restore the same wallet in ord I get:
F:\Bitcoin\Ord>ord --cookie-file "F:\Bitcoin\DL.cookie" wallet balance { "cardinal": 10000 }
F:\Bitcoin\Ord>ord --cookie-file "F:\Bitcoin\DL.cookie" wallet inscriptions []
vs sparrow.
Discord suggested I raise an issue here.