forked from ordinals/ord
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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:
- bc1p...st8sczt (5FB) --> bc1p...srvee6m (4.99FB)
- bc1p...srvee6m (4.99FB) --> bc1p...q64au4p (4.99FB)
- bc1p...q64au4p (4.99FB) --> bc1p...saukqm4 (4.99FB)
- bc1p...saukqm4 (4.99FB) --> bc1p...uq3jpxvg (4.99FB)
- bc1p...uq3jpxvg (4.99FB) --> bc1p...s4j4wsz (4.99FB)
- 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
Labels
No labels