Post
Topic
Board Announcements (Altcoins)
Re: HoboNickels - HBN - High Fast Stake - Version 1.5. Come on in the water's fine!
by
Casimir1904
on 15/09/2017, 17:07:38 UTC
I get boost::thread_resource_error: Resource temporarily unavailable
In first place it didn't build and i had to change:
Code:
const CScriptID& hash = boost::get(address);
To:
Code:
const CScriptID& hash = boost::get(address);

Thank you, this can be different for different compilers. What system were you compiling for?

That was on a Ubuntu 16.04 machine.
Wallet loading on startup need to be optimized as well. Takes very long with a 70MB wallet.