that nasty block unlocker never figured out how to solve that
DEV there is any specific dependency to compile on linux?
I set up a clean VM with linux mint 17.3 and:
sudo apt-get install build-essential git cmake libboost1.55-all-dev
then
mkdir build && cd build && cmake .. && make
but I get
66%] Built target Logging
Linking CXX executable connectivity_tool
libSerialization.a(BinaryOutputStreamSerializer.cpp.o): En la función `CryptoNote::BinaryOutputStreamSerializer::beginArray(unsigned long&, Common::StringView)':
/home/user/bitcedi/001/src/Serialization/BinaryOutputStreamSerializer.cpp:28: referencia a `Common::writeVarint(Common::IOutputStream&, unsigned long)' sin definir
this setup has work fine with other cryptonote coins, any advice to get this done?
any plans to release daemon and simplewallet for linux or windows?
is there a way to solo mine with the qt wallet?
thanks in advance for your answers