You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run ord server, I get, "error: cookie file '/home/user/.Bitcoin/.cookie' does not exist." I looked around and read that upon restarting bitcoind, the cookie file will be created. But to no avail, I was getting the same error. Then I set up rpc user and password in 'bitcoin.conf' file. When I run ord --bitcoin-rpc-user "user" --bitcoin-rpc-pass "pass" server', I get the error JSON-RPC error: transport error: Couldn't connect to host: Resource temporarily unavailable (os error 11). I am running bitcoindon Arch Linux withtxindex=1` in the config file. However, it is not completely synced to the lastest block yet, if that matters. (ord 0.14.1)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I run
ord server
, I get, "error: cookie file '/home/user/.Bitcoin/.cookie' does not exist." I looked around and read that upon restartingbitcoind
, the cookie file will be created. But to no avail, I was getting the same error. Then I set up rpc user and password in 'bitcoin.conf' file. When I runord --bitcoin-rpc-user "user" --bitcoin-rpc-pass "pass" server', I get the error JSON-RPC error: transport error: Couldn't connect to host: Resource temporarily unavailable (os error 11). I am running
bitcoindon Arch Linux with
txindex=1` in the config file. However, it is not completely synced to the lastest block yet, if that matters. (ord 0.14.1)Summary:
Unable to start `ord server' on an Arch machine.
P.s. Don't mind the improper highlighting
Beta Was this translation helpful? Give feedback.
All reactions