Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Datacoin - Censorship-Free Data Storage
by
MarcusDe
on 04/06/2018, 11:21:04 UTC
If you have a testnet node, please let me know what it is, I'll add it to my testnets.

Unfortunately, I'm out of the game until I upgrade my server. It's Ubuntu 15.10 and doesn't want to play nicely:
Code:
The following packages have unmet dependencies:
 libczmq-dev : Depends: libzmq5-dev but it is not installable

And the build instructions are now incorrect in that --disable-zmq (disable ZMQ notifications) is not a permissible option with the new codebase...
Code:
In file included from madpool/pool.cpp:14:0:
madpool/pool.h:18:18: fatal error: czmq.h: No such file or directory
 #include

Sorry 'bout that.

Cheers

Graham


Hi,

Well, that is of course that "Core" wallet includes code of cut-down mining pool.
Maybe trying to simplify the software and excluding that part, as I humbly advised long ago, is still better?
Core Wallet does not need bundled mining software :-)
And there is no reason to not make separate version with solo mining enabled for those who want it.


BTW, what code branch should I look into to base new generation pool on it?