ordinals / ord

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

ord funded wallet mint rune get error with Insufficient funds #3838

Closed Sylor-huang closed 1 day ago

Sylor-huang commented 5 days ago

ord --version ord 0.18.3

bitcoin_data_dir: /Volumes/Bitcoin/Bitcoin/
bitcoin_rpc_password: xxx
bitcoin_rpc_url: http://127.0.0.1:8332
bitcoin_rpc_username: xxxx
chain: mainnet
data_dir: /Volumes/Bitcoin/ORD/
index: /Volumes/Bitcoin/ORD/index.redb
index_cache_size: 1000000000
index_runes: true
no_index_inscriptions: false
server_url: http://127.0.0.1:80
./ord --config config wallet --name ord3 mint --fee-rate 8 --rune WONDERLANDWABBIT
error: JSON-RPC error: RPC error response: RpcError { code: -4, message: "Insufficient funds", data: None }
onchainguy-btc commented 5 days ago
{
  "cardinal": 0,
  "ordinal": 0,
  "runes": {
    "BAMK•OF•NAKAMOTO•DOLLAR": "31250"
  },
  "runic": 977965,
  "total": 977965
}

Looks like you have no cardinal outputs (safe to spend). All your outputs have runes on it.

Sylor-huang commented 5 days ago

Thanks, @onchainguy-btc, I had transfered my runes to another wallet, then this ord3 wallet only have btc:

image

But when I check balance with ord, I got this error:

./ord --config config wallet --name ord3 balance

// error
error: output in wallet but not in ord server: b96604166c52284abde34a8e4d41fc7bfc06f034f8b31e71127084da91e20ebc:2
onchainguy-btc commented 5 days ago

It will take a moment until ord has indexed the transaction while your wallet may already have it while the tx is in the mempool. Make sure your ord is fully synced and try again.

Sylor-huang commented 5 days ago

OK, thanks