Post
Topic
Board Announcements (Altcoins)
Re: [ANN] PayCon [CON] X13 ALGO - PoW/PoS
by
wdl1908
on 20/07/2016, 22:09:23 UTC
Compiled it on a 32 bit debian install when I get through the one fatal compile error and start it it gives me this.

Code:
Jul 20 14:35:55.454 [err] tor_assertion_failed_(): Bug: src/tor/memarea.c:127: alloc_chunk: Assertion realign_pointer(res->next_mem) == res->next_mem failed; aborting.
Jul 20 14:35:55.455 [err] Bug: Assertion realign_pointer(res->next_mem) == res->next_mem failed in alloc_chunk at src/tor/memarea.c:127.


the compile error is in net.ccp line 65 should be

Code:
boost::array vnThreadsRunning;

instead of

Code:
array vnThreadsRunning;

I had to upgrade boost to version 1.6 else it would not compile due to SSL3 not compiling.

Please provide a pre-compiled 32 bit linux version.

Nice whoever incorporated this tor stuff just dumped a preconfigured source for 64 bit in there without even considering that some people would like to run it on w 32 bit system.

Please get rid of the tor stuff it only gets in the way of good staking. The latency is too much for a staking coin.
I can tell you that when i had a pi2 (32 bit arch) i couldn't compile the wallet and i came to the conclusion that the tor stuff didn't run on 32 bit arch
There are plans to remove tor as soon as the next update.

Oh it does run on 32 bit but you need to fiddle a bit with the config.

file src/tor/orconfig_linux.h line 537

Code:
#define SIZEOF_VOID_P 4