Bitcoin Forum
May 22, 2024, 12:10:10 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Issue related to Ordinals  (Read 59 times)
0AK0 (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
April 21, 2024, 11:26:32 AM
 #1

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.
ABCbits
Legendary
*
Offline Offline

Activity: 2884
Merit: 7511


Crypto Swap Exchange


View Profile
April 21, 2024, 11:34:11 AM
 #2

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.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
0AK0 (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
April 21, 2024, 11:53:08 AM
 #3

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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!