getting an error trying to compile the latest version on github...
CXXLD bitsendd
libbitsend_server.a(init.o): In function `AppInit2(boost::thread_group&)':
/usr/local/src/BitSend/src/init.cpp:1086: undefined reference to `ReadBlockFromDisk(CBlock&, CBlockIndex const*, int)'
libbitsend_server.a(txdb.o): In function `CDiskBlockIndex::GetBlockHash() const':
/usr/local/src/BitSend/src/main.h:951: undefined reference to `CBlockHeader::GetHash(int) const'
/usr/local/src/BitSend/src/main.h:951: undefined reference to `CBlockHeader::GetHash(int) const'
libbitsend_wallet.a(wallet.o): In function `CWallet::ScanForWalletTransactions(CBlockIndex*, bool)':
/usr/local/src/BitSend/src/wallet.cpp:958: undefined reference to `ReadBlockFromDisk(CBlock&, CBlockIndex const*, int)'
collect2: error: ld returned 1 exit status
make[3]: *** [bitsendd] Error 1
Can you check your version?
https://github.com/LIMXTEC/BitSend/blob/master/src/init.cpp#L1086 Your Error: ReadBlockFromDisk(CBlock&, CBlockIndex const*, int
Our Source: ReadBlockFromDisk(block, pindex);