Great everyone, thank you. So now the repository is
https://github.com/riecointeam/riecoin , and the
https://github.com/clo-prime/riecoin-0.16 one is dropped?
lzknr, one possibility for you could be to look at some thin wallets (like Electrum) and fork one for Riecoin. Indeed, having a Riecoin Core update is nice, but for mainstream adoption, we need something very simple that can be used instantly out of the box (i. e. without having to download the blockchain,...). And sure, an Android wallet is a must have. If you are willing to do so, it will be a very nice contribution for Riecoin.
I don't see any new code in
https://github.com/riecointeam/riecoin, the branch master is bitcoin; the branch master-ric has last commit May 2014.
I assume
https://github.com/clo-prime/riecoin-0.16 is the latest we have? But I got errors when "make". I use ubuntu 18.04
./bignum.h: In function bool operator>(const CBigNum&, const CBigNum&):
./bignum.h:658:83: error: cannot convert const CBigNum* to const BIGNUM* {aka const bignum_st*} for argument 1 to int BN_cmp(const BIGNUM*, const BIGNUM*)
inline bool operator>(const CBigNum& a, const CBigNum& b) { return (BN_cmp(&a, &b) > 0); }
^
Makefile:5523: recipe for target 'libriecoin_server_a-blockencodings.o' failed
I found similar issue here:
https://github.com/zcoinofficial/zcoin/ ... 00e585db3c
Seems to be compatibility with OpenSSL 1.1.0 and could be fixed by ~100 lines of change?
I think a android wallet is the most needed for ordinary users, maybe the next priority.