From e67858ca23158e14129dc323ce3172180a337454 Mon Sep 17 00:00:00 2001 From: gmart7t2 <49558347+gmart7t2@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:07:59 -0300 Subject: [PATCH] Add `deprecatedrpc=warnings` for ord to work with Bitcoin Core v28.0 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 38629b29eb..57bfe7e9db 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,8 @@ Syncing `ord` requires a synced `bitcoind` node with `-txindex` to build the index of satoshi locations. `ord` communicates with `bitcoind` via RPC. +The current release of Bitcoin Core (v28.0) needs to be run with `deprecatedrpc=warnings` in bitcoin.conf to work with ord. + If `bitcoind` is run locally by the same user, without additional configuration, `ord` should find it automatically by reading the `.cookie` file from `bitcoind`'s datadir, and connecting using the default RPC port.