fractal-bitcoin / ord

πŸ‘β€πŸ—¨ Rare and exotic sats
https://ordinals.fractalbitcoin.io
Creative Commons Zero v1.0 Universal
26 stars 15 forks source link

command `ord wallet send` get some error #13

Open 1oid opened 2 months ago

1oid commented 2 months ago

version: latest chain: fractal-mainnet

I created a wallet with the command ord wallet create and got the address with ord wallet receive bc1p...st8sczt

I inscribed many times with ord wallet inscribe --fee-rate [feeRate] --file ord --destination [ADDRESS]. During the inscribe process, the specific flow of these sats is as follows:

  1. bc1p...st8sczt (5FB) --> bc1p...srvee6m (4.99FB)
  2. bc1p...srvee6m (4.99FB) --> bc1p...q64au4p (4.99FB)
  3. bc1p...q64au4p (4.99FB) --> bc1p...saukqm4 (4.99FB)
  4. bc1p...saukqm4 (4.99FB) --> bc1p...uq3jpxvg (4.99FB)
  5. bc1p...uq3jpxvg (4.99FB) --> bc1p...s4j4wsz (4.99FB)
  6. bc1p...s4j4wsz (4.99FB) --> bc1p...qq9nvvm (4.99FB)

Now all fb(fractal bitcoin) are in the address bc1p...qq9nvvm, and the information I obtained through ord wallet balance is as follows

"cardinal": 13111106,
"ordinal": 0,
"total": 13111106

Used the command ord --config config wallet --name [NAME] send --fee-rate 800 --dry-run [ADDRESS] 0.1btc, and it responded with error:

JSON-RPC error: RPC error response: RpcError { code: -4, message: "Insufficient funds", data: None }

This is the starting wallet record https://mempool.fractalbitcoin.io/zh/address/bc1p549ej6jv7pnemzwydyxczv6khqefx7975cykyz7y8n3u3cc49k7st8sczt

shizz-x commented 2 months ago

try to

ord --config config wallet --name [NAME] send --fee-rate 800 --dry-run [ADDRESS] 10111106sats

1oid commented 2 months ago

try to

ord --config config wallet --name [NAME] send --fee-rate 800 --dry-run [ADDRESS] 10111106sats

Same responsed.