-
|
Requesting an ord x bitcoin core user guide. From this basic research ive done for 2 weeks, it seems as if Macbook users do not get 'bitcoind' or bitcoin-cli' I'm not that techy so ive been stuck on these steps for a couple of weeks trying a bunch of different options from chatgpt and other get hub forums. non seem to be a solution because im still here. This would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
|
I think a simple mac guide would be great. In particular, bitcoin can be installed with |
Beta Was this translation helpful? Give feedback.
-
|
Where can we get the macbook user guide. I run the bitcoin core and it's updated but I am stuck in the installations and sync of ord. |
Beta Was this translation helpful? Give feedback.
-
|
I am no dev - but proud finally running a full node on an iMAC. Now stuck in installations of Ord - in Terminal "curl --proto '=https' --tlsv1.2 -fsLS https://ordinals.com/install.sh | bash -s" works somehow and installs "Ord" in "Bin", but when I try "ord --version" Terminal says "command not found". So I guess Ord is not installed. Are there issues with iMAC? I realize installations mention Darwin - a development Apple stopped. Maybe this is the reason, or some shell-settings necessary or other petty little stuff or is there another way to install ORD on iMAC? |
Beta Was this translation helpful? Give feedback.
I think a simple mac guide would be great. In particular, bitcoin can be installed with
brew install bitcoinand run withbrew services start bitcoin. If we can get ord to homebrew, so users canbrew install ord, that would be a huge win.