AAK
AAK
> @0AAK0 did you add /home/btc/bin to your PATH? Another alternataive is to copy target/release/ord to /usr/local/bin Hi endangurura, Thanks for your reply, I don't think I did that ......
> @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...
> @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...
> ```shell > /usr/local/bin > ``` Yes I did install it using the ~snap command from the official site & synced all blocks I did run it using: `bitcoin-core.daemon` ...
> @0AAK0 Do you have a full bitcoin node running? I see the .cookie file under this path 
> add coookie file path to ord command `ord --cookie-file /path/to/cookie/file server` got it to work but,  I think because i'm using a normal user not a root, there's...
any idea how i can change ord .cookie path to the right path?  correct path is: `/home/btc/snap/bitcoin-core/common/.bitcoin/.cookie`
> > @0AAK0 run these commands > > ```shell > > git clone https://github.com/ordinals/ord.git > > cd ord > > git checkout 0.18.3 > > cargo build --release > >...