Post
Topic
Re: Slimcoin | First Proof of Burn currency | Test v0.5 release candidates
by
aIA
on 18/08/2017, 12:52:43 UTC
Anybody are suffering the same symptoms?

Yes. eliteyo is.

I wonder if it's possibly due to platform+OS differences in C++ implementation:

https://github.com/slimcoin-project/Slimcoin/commit/8e9fe2c832e62ba60dc57aacef52918ba2d115fb#diff-7ec3c68a81efff79b6ca22ac1f1eabbaL5306

I doubt I can replicate on a VM. If anyone's experiencing that problem and is compiling natively for Windows, does reverting that line to the C99 macro fix it?

Cheers

Graham

The Slimcoin version 0.5.0 is not working properly on any of my ARM boards (Raspberry Pi & Odroid XU4) even if I manage to compile it properly. It crashes randomly and my debugging skills got me as far as dumping a core and investigating the stack frames, but no useful thing came out of this.

My hunch is that it may have something to do with the boost libraries. But I may be wrong.

In have just found this doc on github about compiling bitcoin for differents platforms.


https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md

Take a look at the section "ARM Cross-compilation".

Could anybody try it? Maybe I could try this weekend.