Bitcoin Forum
June 24, 2024, 02:07:16 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Technical Support / Re: Issue related to Ordinals on: April 21, 2024, 11:53:08 AM
Hi man,
thank you it did work using below:

Code:
sudo cp target/release/ord /usr/local/bin
ord --version

appreciate the help.


To this point all good no error, but when I run:
Code:
ord --version

I get error: command 'ord' not found

I tried to install it using:
Code:
curl --proto '=https' --tlsv1.2 -fsLS https://ordinals.com/install.sh | bash -s
install.sh: error: ord already exists in /home/btc/bin

Can anyone help?
Thanks.

Adding /home/btc/bin to $PATH environment variable should fix your problem. You can check https://askubuntu.com/a/60221 how to do that.
2  Bitcoin / Bitcoin Technical Support / Issue related to Ordinals on: April 21, 2024, 11:26:32 AM
Hi Guys,
Good day,

I have an issue trying to setup Ordinals library:
Command 'ord' not found

I'm running a node on ubuntu 22.04, node is running fine & synced but i can't get Ord to work!

I did follow the official guide: https://github.com/ordinals/ord
Installed >> libssl-dev & Rust

Then did the build:
Code:
git clone https://github.com/ordinals/ord.git
cd ord
cargo build --release

To this point all good no error, but when I run:
Code:
ord --version

I get error: command 'ord' not found

I tried to install it using:
Code:
curl --proto '=https' --tlsv1.2 -fsLS https://ordinals.com/install.sh | bash -s
install.sh: error: ord already exists in /home/btc/bin

Can anyone help?
Thanks.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!