Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
3 tasks done
Sylor-huang opened this issue Jul 3, 2024 · 4 comments
Closed
3 tasks done

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

Sylor-huang opened this issue Jul 3, 2024 · 4 comments

Comments

@Sylor-huang
Copy link

ord --version
ord 0.18.3

  • config
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
  • funded wallet
./ord --config config wallet --name ord3 balance
{
  "cardinal": 0,
  "ordinal": 0,
  "runes": {
    "BAMK•OF•NAKAMOTO•DOLLAR": "31250"
  },
  "runic": 977965,
  "total": 977965
}
  • mint rune get error
./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
Copy link
Contributor

{
  "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
Copy link
Author

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
Copy link
Contributor

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
Copy link
Author

OK, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants