Hey everybody. I like what I am seeing here! This is a very interesting concept.
Right now, I have the pool miner up, and my avg CPU usage on my laptop is 24% while mining. Unheard of using other miners.
Would it/does it make sense to make a miner for the ARM chipset platforms? (Pine64,Tinkerboard,RaspberryPI)? Is it possible? I would be happy to compile/try it. I have made several versions for other coins that work. Granted, the hash rate is not fantastic, but it is a great way for people to understand this coin's approach and they are some of the lowest power consuming computers out there.
Thanks!
#BLE.JRhCVmivNyM2q2PiZ8VgV2153TaEc9msPQ
And most importantly, don't forget to share your achievements with the community.
# BLE.JfwsbMz2Bi2K4BK7RugyqWEApQRoKuQvNL
UPDATE on ARM Build
I believe I found and installed all of the dependencies. I had to compile libunivalue for the Pine64, and had to add a repository and some other things:
sudo add-apt-repository ppa:bitcoin/bitcoins
When I added this repository, it displayed this message:
Beware, add-apt-repository ppa:bitcoin/bitcoin has this message:
Note that you should prefer to use the official binaries, where possible, to limit trust in Launchpad/the PPA owner.
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install install libboost-all-dev
I was able to get through the ./autogen.sh without errors, and ./configure only gave me one warning which was that the Qt dependecies were not completely installed so the GUI was not going to be included. Is this ok? Do I need this to be satisfied?
When I performed the make, I got this error:
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/home/pine64/bitcoinle/src/secp256k1'
CXX libbitcoin_server_a-bloom.o
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
Makefile:8174: recipe for target 'bitcoinled-bitcoind.o' failed
make[2]: *** [bitcoinled-bitcoind.o] Error 4
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/pine64/bitcoinle/src'
Makefile:9376: recipe for target 'all-recursive' failedt i
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/pine64/bitcoinle/src'
Makefile:748: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
That's it for now. I will keep trying to get this working. SO CLOSE! :-)
#BLE.JRhCVmivNyM2q2PiZ8VgV2153TaEc9msPQ