Skip to content

command ord wallet send get some error #13

@1oid

Description

@1oid

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions