Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SHC] ShinyCoin █First ever RAMHOG algo Pow/Pos █NO ASIC/GPU | Whitepaper
by
primer-
on 04/07/2014, 21:24:45 UTC
Ok, I just updated the github code.  I will be spending some time transitioning my nodes to make sure they signing node isn't overloaded, as it has a few thousand blocks to catch up with.  Feel free to update your nodes in the meantime, and when the signing node is ready it will spread the signed hashes throughout the network.  Then anybody should be able to run a wallet with minimal RAM requirements.  Let me know if there are any bugs or issues.

qt not compiling on linux (both centos and ubuntu 14)

/usr/bin/ld: build/sqlite3.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make: *** [shinycoin-qt] Error 1

EDIT : Fixed by adding -ldl to line 19 of Makefile :
LIBS   = $(SUBLIBS)  -L/usr/lib/x86_64-linux-gnu -lminiupnpc -lrt -lssl -lcrypto -ldb_cxx -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lQtGui -lQtCore -lpthread -ld
l


Daamn, such contribution..