-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
Description
I'm on windows 11, just trying to get started running this stuff myself. I'll try on linux tomorrow. Here's my process:
- Install bitcoin core to d:\bitcoin
- Install ord in d:\bitcoin\ord\ord-0.22.1
- Put d:\bitcoin\daemon in my PATH
- Ran d:\bitcoin\ord\ord-0.22.1\ord env
- Ran d:\bitcoin\ord\ord-0.22.1\ord --datadir env --regtest wallet inscribe --fee-rate 1 --file README.md
here's the output from ord env (looks normal to me): ord_env.txt
here's the output when I try to inscribe:
D:\bitcoin\ord\ord-0.22.1>ord --datadir env --regtest wallet inscribe --fee-rate 1 --file README.md
error: JSON-RPC error: RPC error response: RpcError { code: -4, message: "Wallet is currently rescanning. Abort existing rescan or wait.", data: None }
says that even after an hour. Any ideas?