I like the coin and find your motivation to make more out of it, very cool.
I'm looking forward to new content as investor and miner!
What do you think about a masternode integration?
I want to donate 500 Croc's
you have a donation address?
I'm currently gathering the team's public keys to create a multisig address so you can donate. I'll post an update when it's possible to. You will see the multisig address hash when it's ready to go. Thank you for being generous!
I haven't looked into what a masternode is, but I have heard both good, and bad about them.
As for your issue:
Hello
I want to run all my POS wallets and nodes over a Raspberry Pi, but I do not have much experience with linux yet
I have already invested a lot of time to find the problem but I can not find the solution with google
when installing CrocodileCash-qt.pro via qmake / make I only get error messages. Yes I have all packages installed.
Then I tried it over the QT Creator, in the options set the compiler "GCC" "/usr/bin/c++" more I did not change.
When I start building I get an error again
cd /root/CrocodileCash-master/src/leveldb && CC=gcc CXX=g++ /usr/bin/make OPT="-fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a
make[1]: Entering directory '/root/CrocodileCash-master/src/leveldb'
/bin/sh: 1: ./build_detect_platform: Permission denied
Makefile:18: build_config.mk: No such file or directory
make[1]: Leaving directory '/root/CrocodileCash-master/src/leveldb'
Makefile:694: recipe for target '/root/CrocodileCash-master/src/leveldb/libleveldb.a' failed
make[1]: *** No rule to make target 'build_config.mk'. Stop.
make: *** [/root/CrocodileCash-master/src/leveldb/libleveldb.a] Error 2
16:05:04: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project CrocodileCash-qt (kit: Qt 5.7.1 in PATH (qt5))
The kit Qt 5.7.1 in PATH (qt5) has configuration issues which might be the root cause for this problem.
When executing step "Make"
You will not be able to build CrocodileCash for the Raspberry Pi for a few reasons:
1. I'm fairly sure we have no support for targetting ARM at all.
2. libleveldb and libmemenv are precompiled (although you can compile them yourself) for x86/AMD64 architecture.
3. Looks like you're lacking the proper user permissions for building.
My suggestion:
Do not build CrocodileCashd for Raspberry Pi at this time. Only the utmost experienced developers will be able to do this.
If you are
very interested on running CrocodileCashd on a low power device, consider something like the
Intel Compute Stick, which can run Linux on an x86-based system.
We have no core wallet developer because we believe the wallet doesn't need much work, or "just working" is good enough for 95% of our users. This is why we have a development fund - bounties for wallet contributions will reward developers who have some spare time and want to earn something.