0
I'm running my own bitcoin cash node. However, I'm getting stuck on the block where the network hard forked for the May 15th 32mb blocksize update. I believe the version of bitcoin abc I have installed is out of date, hence why it is stuck at block 530361. Here is the version with getinfo:
{
"version": 160200,
"protocolversion": 70015,
}
Is my node out of date? How can I upgrade my bitcoin abc node?
I tried:
sudo apt-get update
sudo apt-get upgrade
but nothing changes in the version or protocol version with getinfo. What should I do?
How did you install bitcoin-abc in the first place? – Nate Eldredge – 2018-06-19T18:34:46.680
@NateEldredge I forgot how I originally installed it, awhile ago. – 2523454 – 2018-06-19T18:38:30.827
you can try
– Will Gu – 2018-06-19T18:46:03.247apt list --installed | grep bitcointo see if it was installed byapt-get. If not, thenapt-get upgradewon't work. chances are you downloaded from https://download.bitcoinabc.org/ or built it from source. you should back up your wallet data file before any upgrade though.