Post
Topic
Board Announcements (Altcoins)
Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]
by
2xjO9M3P
on 06/09/2017, 16:25:26 UTC
Have a look at

rpcrawtransaction.cpp
and search for this line

const CScriptID& hash = boost::get(address);

It should work after changed to

const CScriptID& hash = boost::get(address);

Maybe this post will help you.
https://bitcointalk.org/index.php?topic=1028119.msg19946996#msg19946996

For others, trying to compile on Ubuntu 16.04 the above can be accomplished with

Code:
sed -i 's/