Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [XJO] Joulecoin | SHA256 | First SHA256 data coin | Major upgrade 0.10.4.2
by
dalslandan200
on 15/07/2019, 01:14:21 UTC
Greeting XJO lovers, I have taken an interest in this project thanks to IMZ, was having a bit of trouble building the joulecoin wallet so I created a fork on github and applied the following small fixes:

https://github.com/Shinoa-Fores/joulecoin/commit/c2983f8d6a74fca82a7581dd34275e869d17a94c

https://github.com/Shinoa-Fores/joulecoin/commit/84d7651604b4c2752722f4628af26571327f35cb  #only necessary for linux users using hardened+nomultilib kernels, but compiler warnings can safely be ignored.

These allowed me to build a wallet from source using gcc version 7.3.0 on Gentoo linux. It complains during the `./configure` step because I use LibreSSL, but will still compile using the `--with-libressl` flag, though this is also a simple enough fix, and I may publish the changes to github if anyone requests.

All in all a nice altcoin. I look forward to experimenting with it more with IMZ.  Cool



Where can i find your version with correction for LibreSSL ??

I cant install it on my pool because of that this is really frustrating ...

thanks !

Hello there.

I have made a fix for LibreSSL, but tests are not working.
So, you will have to compile without them.

https://github.com/dalslandan200/joulecoin/tree/0.10.4.2-libreSSL

Update:
When running ./configure autoconf thinks LibreSSL is installed on the system, except when it's not.
This happens when you have installed openSSL >= Version 1.1.0

I have made a new branch which reflects the issue more clearly, and tests are now also fixed.
This branch is specific for openSSL >= Version 1.1.0

To check OpenSSL version:
Code:
root@ubuntu:~# openssl version
OpenSSL 1.1.0g  2 Nov 2017 (Library: OpenSSL 1.1.1  11 Sep 2018)

https://github.com/dalslandan200/joulecoin/tree/openSSL-fix