Hi
On Page 1 of this Thread are 2 Source Repositorys .
I try Repository 1
https://github.com/vashshawn/LDOGEto Compile litedoged and litedoge-qt on an Rapsberry PI
and get the following Error:
main.cpp:582:13: warning: unused variable nBaseFee [-Wunused-variable]
int64_t nBaseFee = (mode == GMF_RELAY) ? MIN_RELAY_TX_FEE : MIN_TX_FEE;
^
main.cpp:585:13: warning: unused variable nBaseFee [-Wunused-variable]
int64_t nBaseFee = (mode == GMF_RELAY) ? MIN_RELAY_TX_FEEv2 : MIN_TX_FEEv2;
^
main.cpp:589:54: error: nBaseFee was not declared in this scope
int64_t nMinFee = (1 + (int64_t)nBytes / 1000) * nBaseFee;
^
makefile.unix:179: recipe for target 'obj/main.o' failed
make: *** [obj/main.o] Error 1
Then I Try Repository 2
https://bitbucket.org/ctgiant/litedoge/src/it works.
Is this a known Issue?
ciao