cculianu / Fulcrum

A fast & nimble SPV Server for BCH, BTC, and LTC
Other
331 stars 76 forks source link

Recently migrated my Fulcrum (BCHN) server from DevOps to APECS. #153

Closed nyusternie closed 1 year ago

nyusternie commented 1 year ago

My old Fulcrum server ran on fulcrum.devops.cash, but went offline due to a full SSD. Everything has been upgraded to the latest 1.9.0 and moved to a new home on Vultr.

nyusternie commented 1 year ago

oh ok.

how can I confirm the "protocol" version that I'm currently supporting? i'm upgraded to the latest server version 1.9.0, so can I just assume that it's the latest protocol as well 1.5.0?

./Fulcrum -v outputs:

Fulcrum 1.9.0 (Release feb8f6a)
compiled: gcc 8.4.0
jemalloc: version 5.2.1-0-gea6b3e9
Qt: version 5.15.6
rocksdb: version 6.14.6-ed43161
simdjson: version 0.6.0
ssl: OpenSSL 1.1.1  11 Sep 2018
zmq: libzmq version: 4.3.3, cppzmq version: 4.7.1
cculianu commented 1 year ago

Oh yeah hmm. I should add that as output to the --version command. Yes, you support both 1.4 through 1.5 on 1.9.0.

cculianu commented 1 year ago

Yeah that's fine. Note I just pushed a commit to make --version tell you actually what protocol version your Fulcrum "speaks".

cculianu commented 1 year ago

Looks good to me!

nyusternie commented 1 year ago

sweet! :+1: