Pages:
Author

Topic: bitcoind: command not found - page 2. (Read 318 times)

newbie
Activity: 15
Merit: 4
October 13, 2021, 03:22:03 AM
#6
decided to update to 0.21.1
how exactly did you "update" bitcoin core? It sounds like the location of the bitcoind binary is no longer included in your PATH.

Do you know where the bitcoind binary is located? Huh

I can’t tell who did it doesn’t pick up the phone


Litecoin is running on the server
path / root / litecoin

bitcoin
path / home / bitcoin / bitcoin

went through the instructions

https://gist.github.com/cdljsj/180e705fad8647590ee0ecc1f6182f43

sudo ln -s /opt/bitcoin-v0.16.1/bin/bitcoind /usr/bin/bitcoind
[root@localhost bin]# sudo ln -s /opt/bitcoin-v0.16.1/bin/bitcoind /usr/bin/bitcoind
ln: нe yдaлocь coздaть cимвoльнyю ccылкy «/usr/bin/bitcoind»: Фaйл cyщecтвyeт
could not create symlink '/ usr / bin / bitcoind': File exists

sudo ln -s /opt/bitcoin-${BITCOIN_TAG}/bin/bitcoin-cli /usr/bin/bitcoin-cli
same as above
legendary
Activity: 1932
Merit: 1273
October 13, 2021, 03:20:55 AM
#5
in processes pid 4261 bitcoin launched
Can you also confirm the Bitcoin services is launched by executing and post the output of:

Code:
$ ps -fwwp

In your case, the PID should be 4261 or just change it, if it has a new one.
HCP
legendary
Activity: 2086
Merit: 4314
October 12, 2021, 09:35:15 PM
#4
decided to update to 0.21.1
how exactly did you "update" bitcoin core? It sounds like the location of the bitcoind binary is no longer included in your PATH.

Do you know where the bitcoind binary is located? Huh
newbie
Activity: 15
Merit: 4
October 12, 2021, 12:25:26 PM
#3
Can you try this command?

Code:
./bitcoind -daemon

Or go to the directory where your bitcoind is installed then open the terminal on that directory then use that command again.

[root@localhost /]# ./bitcoind -daemon
-bash: ./bitcoind: Heт тaкoгo фaйлa или кaтaлoгa (No such file or directory )
Quote

If it doesn't work use this command

Code:
chmod +x bitcoind
Then try the above command again.
[root@localhost /]# chmod +x bitcoind
chmod: нeвoзмoжнo пoлyчить дocтyп к «bitcoind»: Heт тaкoгo фaйлa или кaтaлoгa (unable to access "bitcoind": No such file or directory)


[root@localhost bitcoind]# cd bitcoind
[root@localhost bitcoind]# ls
deps  downloads
legendary
Activity: 3290
Merit: 3011
BTC price road to $80k
October 12, 2021, 09:56:34 AM
#2
Can you try this command?

Code:
./bitcoind -daemon

Or go to the directory where your bitcoind is installed then open the terminal on that directory then use that command again.

If it doesn't work use this command

Code:
chmod +x bitcoind
Then try the above command again.
newbie
Activity: 15
Merit: 4
October 12, 2021, 09:17:12 AM
#1
good day

centos 7 system
worked bitcoin core 0.16
decided to update to 0.21.1

now the console is writing
[bitcoin @ localhost rpcauth] $ bitcoind
-bash: bitcoind: command not found

in processes pid 4261 bitcoin launched
File: /home/bitcoin/.bitcoin/bitcoin.conf
daemon = 1
server = 1
maxmempool = 50
mempoolexpiry = 2
rpcauth = лгн @
dbcache = 2048
banscore = 10
datadir = / home / bitcoin / .bitcoin /


the person who updated quit, tell me how to set it up so that it works again
Pages:
Jump to: