This version of the wallet does not compile on modern versions of Ubuntu. I have no way to use the legacy 16.04 version. It would be very helpful to be able to run the wallet in docker.
Why in some blocks there is 22,66666666, and not 25 ric?
These are from the superblocks. Once a week there is a superblock with a difficulty about 45% higher than usual. These have a reward of of 694.66666666 and take 70 minutes to find on average. The 287 blocks around that superblock are slightly easier than usual to find and have a reward of 22.66666666.
thanks for the explanation
Post
Topic
BoardAnnouncements (Altcoins)
Re: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record
by
macofbit
on 19/04/2019, 19:02:23 UTC
Why in some blocks there is 22,66666666, and not 25 ric?
Post
Topic
BoardAnnouncements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Decentralized Web
by
macofbit
on 16/04/2019, 18:49:43 UTC
d5000 Did not find db_cxx.h Google search tells me to install libdb++-dev This helped, the daemon was compiled. Thanks for the help
Post
Topic
BoardAnnouncements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Decentralized Web
by
macofbit
on 16/04/2019, 08:50:41 UTC
I downloaded the master branch on your advice. Installed libdb-dev. But I still get the error message.
Quote
zu@zu-pc:~/Slimcoin-master/src$ apt install libdb-dev Reading package lists... Done Building dependency tree Reading state information... Done libdb-dev is already the newest version (1:5.3.21~exp1ubuntu2). 0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.
zu@zu-pc:~/Slimcoin-master/src$ make -f makefile.unix /bin/sh ../share/genbuild.sh obj/build.h fatal: not a git repository (or any of the parent directories): .git g++ -c -pipe -fstack-protector -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -g -D_REENTRANT -Wno-ignored-qualifiers -Wno-unused-variable -fdiagnostics-show-option -fpermissive -fPIC -pthread -D_REENTRANT -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g3 -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DBOOST_NO_CXX11_SCOPED_ENUMS -I/home/zu/Slimcoin-master/src -I/home/zu/Slimcoin-master/src/obj -std=c++11 -DUSE_UPNP=0 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -Wl,-z,relro -Wl,-z,now -D_FORTIFY_SOURCE=2 -O2 -MMD -o obj/checkpoints.o checkpoints.cpp In file included from checkpoints.cpp:12:0: db.h:16:10: fatal error: db_cxx.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. makefile.unix:145: recipe for target 'obj/checkpoints.o' failed make: *** [obj/checkpoints.o] Error 1
Post
Topic
BoardAnnouncements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Decentralized Web
by
macofbit
on 15/04/2019, 19:23:46 UTC
I want to compile a demon. I downloaded the source code and started the compilation and got the error
Quote
zu@zu-pc:~/Slimcoin-SLMv0.5.0/src$ make -f makefile.unix /bin/sh ../share/genbuild.sh obj/build.h fatal: not a git repository (or any of the parent directories): .git g++ -c -pipe -fstack-protector -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -g -D_REENTRANT -Wno-ignored-qualifiers -Wno-unused-variable -fdiagnostics-show-option -fpermissive -fPIC -pthread -D_REENTRANT -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g3 -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DBOOST_NO_CXX11_SCOPED_ENUMS -I/home/zu/Slimcoin-SLMv0.5.0/doc/Slimcoin-SLMv0.5.0/src -I/home/zu/Slimcoin-SLMv0.5.0/doc/Slimcoin-SLMv0.5.0/src/obj -std=c++11 -DUSE_UPNP=0 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -Wl,-z,relro -Wl,-z,now -D_FORTIFY_SOURCE=2 -O2 -MMD -o obj/checkpoints.o checkpoints.cpp In file included from checkpoints.cpp:12:0: db.h:16:10: fatal error: db_cxx.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. makefile.unix:145: recipe for target 'obj/checkpoints.o' failed make: *** [obj/checkpoints.o] Error 1
Post
Topic
BoardAnnouncements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Decentralized Web
by
macofbit
on 15/04/2019, 18:37:23 UTC
How to compile a wallet on Ubuntu 18.04? Help me please.