ordinals / ord

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

ord wallet mint --rune will have different errors depends on if the wallet is funded or not #3634

Open testpower4 opened 2 months ago

testpower4 commented 2 months ago

ord --version ord 0.18.1

unfunded new wallet

ord --config /opt/disk/ord/runes.yaml wallet --server-url="http://127.0.0.1:80" --name rand mint --fee-rate 188 --rune UNCOMMON.GOODS error: JSON-RPC error: RPC error response: RpcError { code: -4, message: "Insufficient funds", data: None }

funded wallet

ord --config /opt/disk/ord/runes.yaml wallet --server-url="http://127.0.0.1:80" --name funded_wallet_1 mint --fee-rate 188 --rune UNCOMMON.GOODS error: output in wallet but not in ord server: 35863ef52429ead74edb0824e30cbcac7f1e8bc4a7e5ce210f07ab9db7a521cc:1

raphjaph commented 2 months ago

try updating to the latest release. We fixed some of those issues

himanshu64 commented 1 month ago

still the same issue with 0.18.5 version , @raphjaph any update on this