BSHA3 / bsha3

The first SHA3d PoW blockchain. Full Node + Wallet + CPU Miner. Experimental.
https://github.com/bsha3/bsha3/releases
MIT License
17 stars 16 forks source link

Clean up includes from miner.cpp/wallet.cpp #18

Closed fafrd closed 6 years ago

fafrd commented 6 years ago

I found that I broke the build on ubuntu with my last commit. I changed nHashesPerSec to be declared extern in miner.h to fix this.

I also removed the #include <wallet/wallet.cpp> from miner.cpp, and moved a couple declarations into wallet.h, this fixes the #11 where tests weren't building.

ch4ot1c commented 6 years ago

Merging - building without --disable-bench still breaks on (at least one) MacOS. Partially resolves #11.