AAK

Results 8 comments of 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` ![image](https://github.com/ordinals/ord/assets/3874112/48a5025a-1ac1-499b-aa0d-0dc9d934963f)...

> @0AAK0 Do you have a full bitcoin node running? I see the .cookie file under this path ![image](https://github.com/ordinals/ord/assets/3874112/57853467-ade4-47e7-ac78-c73b6366e2e2)

> add coookie file path to ord command `ord --cookie-file /path/to/cookie/file server` got it to work but, ![image](https://github.com/ordinals/ord/assets/3874112/777f2fd6-9bb0-45a3-8f28-1cc8dbe132f1) 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? ![image](https://github.com/ordinals/ord/assets/3874112/6615c747-4465-4fe6-b7eb-b999bc457dbc) 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 > >...