Replies: 1 comment
-
I think I've figured out the correct command to run the ord server now ord --bitcoin-rpc-username --bitcoin-rpc-password --bitcoin-rcp-url http://umbrel.local:8332 server |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've setup an umbrel bitcoin node on a raspberry pi in my local network and I'm able to connect to it from my browser via umbrel.local. I've downloaded the ord windows executable. I'm trying to run ord connecting to my full bitcoin node. When I run the following command:
ord wallet --server-url http://umbrel.local:8332 create
I get the error: "cookie file
C:\...\AppData\Roaming\Bitcoin\.cookie" does not exist
I'm wondering how I can get ord to work with my bitcoin node. Do I need to install bitcoin core on the same computer first and then connect THAT to my full node, and then let ord interact with the local bitcoind? Or is there a way for ord to communicate directly with the umbrel full bitcoin node?
Beta Was this translation helpful? Give feedback.
All reactions