ord icon indicating copy to clipboard operation
ord copied to clipboard

I mint success but i cant find my Rune in my UniSat wallet, what should I do?

Open steventswu opened this issue 2 months ago • 10 comments

I have a Unisat Wallet address, I import it into ord to use it to mint rune with my full node. I mint #1 Rune Z•Z•Z•Z•Z•FEHU•Z•Z•Z•Z•Z and when I runord wallet balance it seems like i got it but... image when i check my unisat wallet it isn't there and my ₿ isn't showing correctly as well image my ₿ from OP_RETURN is send to another address https://mempool.space/tx/d2578349104a8a052618223a65ab747d166a2686e4f42c988f422b5354abbc8e image

And this is what is showing up on Bitcoin Core image

I need help with this, thanks so much 🙏🏽🙏🏽🙏🏽

steventswu avatar Apr 23 '24 15:04 steventswu

Unisat and ord do not have compatible wallets. They work in different ways. You can't import the one into the other and expect it to work. You'll have to transfer the rune from ord to a new unisat wallet.

raphjaph avatar Apr 23 '24 16:04 raphjaph

your receive address is bc1pnatshhkatm5m8482m54f6k2cz4td97uf5dmqpuuygxr0vty55dws7rgq45, and this address is a derived child address from the root address(your unisat wallet root address).

2 options:

  1. add sub account from your unisat account(check to Taproot(P2TR) Address type) -> once may not work
  2. ord wallet dump, select your private key, and import it to your wallet. -> Recommend

Don't worry, everything is under control. :)

bingryan avatar Apr 24 '24 00:04 bingryan

your receive address is bc1pnatshhkatm5m8482m54f6k2cz4td97uf5dmqpuuygxr0vty55dws7rgq45, and this address is a derived child address from the root address(your unisat wallet root address).

2 options:

  1. add sub account from your unisat account(check to Taproot(P2TR) Address type) -> once may not work
  2. ord wallet dump, select your private key, and import it to your wallet. -> Recommend

Don't worry, everything is under control. :)

dump some descriptors ,how to get private key? thank u

cnsilvan avatar Apr 24 '24 03:04 cnsilvan

your receive address is bc1pnatshhkatm5m8482m54f6k2cz4td97uf5dmqpuuygxr0vty55dws7rgq45, and this address is a derived child address from the root address(your unisat wallet root address). 2 options:

  1. add sub account from your unisat account(check to Taproot(P2TR) Address type) -> once may not work
  2. ord wallet dump, select your private key, and import it to your wallet. -> Recommend

Don't worry, everything is under control. :)

dump some descriptors ,how to get private key? thank u

or how to specify the change address?I know that runes can specify the receiving address, but what about the UTXO for change?

cnsilvan avatar Apr 24 '24 03:04 cnsilvan

your receive address is bc1pnatshhkatm5m8482m54f6k2cz4td97uf5dmqpuuygxr0vty55dws7rgq45, and this address is a derived child address from the root address(your unisat wallet root address). 2 options:

  1. add sub account from your unisat account(check to Taproot(P2TR) Address type) -> once may not work
  2. ord wallet dump, select your private key, and import it to your wallet. -> Recommend

Don't worry, everything is under control. :)

dump some descriptors ,how to get private key? thank u

ord command not support descriptor to private key, i use my local tool. :)

bingryan avatar Apr 25 '24 05:04 bingryan

your receive address is bc1pnatshhkatm5m8482m54f6k2cz4td97uf5dmqpuuygxr0vty55dws7rgq45, and this address is a derived child address from the root address(your unisat wallet root address). 2 options:

  1. add sub account from your unisat account(check to Taproot(P2TR) Address type) -> once may not work
  2. ord wallet dump, select your private key, and import it to your wallet. -> Recommend

Don't worry, everything is under control. :)

dump some descriptors ,how to get private key? thank u

or how to specify the change address?I know that runes can specify the receiving address, but what about the UTXO for change?

use --destination xxx to specify receive address is better way, not use random change address, unless you are familiar with BTC dev.

bingryan avatar Apr 25 '24 05:04 bingryan

your receive address is bc1pnatshhkatm5m8482m54f6k2cz4td97uf5dmqpuuygxr0vty55dws7rgq45, and this address is a derived child address from the root address(your unisat wallet root address). 2 options:

  1. add sub account from your unisat account(check to Taproot(P2TR) Address type) -> once may not work
  2. ord wallet dump, select your private key, and import it to your wallet. -> Recommend

Don't worry, everything is under control. :)

dump some descriptors ,how to get private key? thank u

or how to specify the change address?I know that runes can specify the receiving address, but what about the UTXO for change?

use --destination xxx to specify receive address is better way, not use random change address, unless you are familiar with BTC dev.

Yes, I received the runes using the specified address, but the change UTXO could not be seen in unisat, resulting in an error in the balance calculation.

cnsilvan avatar Apr 25 '24 05:04 cnsilvan

you can use ord wallet transactions or ord wallet outputs to get txid, then check it.

bingryan avatar Apr 25 '24 06:04 bingryan

you can use ord wallet transactions or ord wallet outputs to get txid, then check it.

Previously, because rune could not be seen in unisat, the receiving address was specified. Now I can't find the balance again。But the balance in ord is normal。

cnsilvan avatar Apr 25 '24 06:04 cnsilvan

If we could set the change address for outputs just like the --destination option, it might be even better.

@casey

seandong avatar Apr 25 '24 13:04 seandong