Author

Topic: Why I run bitcoind 0.7.2 64 bit on ubuntu,the version show 32400? (Read 1677 times)

newbie
Activity: 54
Merit: 0
since u started bitcoind with "bitcoind" and not the one you did built.

if you use bitcoind with parameters it changes to a simple JSON request/response tool. for example u could use
Code:
namecoind -rcpport=8332 -rpcuser=rpcuser -rpcpassword=rpcpassword getinfo
to query bitcoind with the namecoind binary.

therefore stop bitcoind, uninstall the package u installed (or the old binary if u compiled/copied it on ur own) and copy bitcoind to /usr/local/bin, afterwards restart bitcoind with
Code:
bitcoind -upgradewallet

Thank you!
legendary
Activity: 1792
Merit: 1008
/dev/null

since u started bitcoind with "bitcoind" and not the one you did built.

if you use bitcoind with parameters it changes to a simple JSON request/response tool. for example u could use
Code:
namecoind -rcpport=8332 -rpcuser=rpcuser -rpcpassword=rpcpassword getinfo
to query bitcoind with the namecoind binary.

therefore stop bitcoind, uninstall the package u installed (or the old binary if u compiled/copied it on ur own) and copy bitcoind to /usr/local/bin, afterwards restart bitcoind with
Code:
bitcoind -upgradewallet
Jump to: