Does anyone have the unix files? Compile it myself, didn't work...
https://github.com/RangaBoom/CrocodileCashThere's a link to the Source code.. What issues did you run into while trying to compile it? I'm pretty sure someone here would be able to help you compile it. I don't think I had any issues trying to compile it, but I could be wrong.
I don't really know where the issue begins, but here are some rows:
/home/cmento/CrocodileCash/src/txdb-leveldb.h:84: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Write, std::allocator >, std::__cxx11::basic_string, std::allocator > >(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&)':
/home/cmento/CrocodileCash/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o:/home/cmento/CrocodileCash/src/txdb-leveldb.h:84: more undefined references to `leveldb::Status::ToString[abi:cxx11]() const' follow
collect2: error: ld returned 1 exit status
makefile.unix:189: recipe for target 'CrocodileCashd' failed
make: *** [CrocodileCashd] Error 1