ordinals / ord

👁‍🗨 Rare and exotic sats
https://ordinals.com
Creative Commons Zero v1.0 Universal
3.81k stars 1.35k forks source link

Inscriptions not showing vs sparrow #1776

Open noggie-noggie opened 1 year ago

noggie-noggie commented 1 year ago

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.

image

Discord suggested I raise an issue here.

RarePepeMaximalist commented 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

noggie-noggie commented 1 year ago

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

noggie-noggie commented 1 year ago

I rescanned as suggested from the above block, still no luck

noggie-noggie commented 1 year ago

So overview:

Windows 10 64b

Followed: https://docs.ordinals.com/guides/inscriptions.html

RarePepeMaximalist commented 1 year ago

Any chance you're using a passphrase on the wallet with sparrow?

ord does not currently support importing wallets with passphrases.

noggie-noggie commented 1 year ago

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.

RarePepeMaximalist commented 1 year ago

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

noggie-noggie commented 1 year ago

sure did :)

Im guessing im going to have to redo everything and resync as this is an odd issue

image

RarePepeMaximalist commented 1 year ago

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?

noggie-noggie commented 1 year ago

debug log didnt add anylines except from the last time I had the node running

image