Emmanuel
Emmanuel
@0AAK0 did you add /home/btc/bin to your PATH? Another alternataive is to copy target/release/ord to /usr/local/bin
@0AAK0 run these commands ```shell git clone https://github.com/ordinals/ord.git cd ord git checkout 0.18.3 cargo build --release sudo cp target/release/ord /usr/local/bin ord --version ```
@0AAK0 Do you have a full bitcoin node running?
add coookie file path to ord command `ord --cookie-file /path/to/cookie/file server`
@raphjaph This is still an issue. Has anyone found a fix?
@abuzzell I having this issue too. Did you find any fix?
@louisdangw3 did you find a fix, I'm having the same issue