Post
Topic
Board Announcements (Altcoins)
Re: [SPL] Simplicity Proccess Infrastucture Grounding MasterNodes PoS [SPL]
by
Legnum-Abez
on 12/12/2018, 06:48:05 UTC
NOOB question can I mine Quark algo with an iBeLink dm11g x11 miner?

Thanks.

Don't Think you can.


whats the maturity time for staking?

50+ Confirmations and 2 hours old atleast. Hope that helps

i meet that criteria but it still says coin weight 0

Have a little patience and report back to me, pref in pm to keep ann clean.



First it was not able to find the secp256k1.h file. So i installed secp256k1 which was in the src folder. (./autogen && ./configure && make && make install)
then wallet compiled (make -f makefile.unix)
after running the daemon i get below error:
Code:
simplicityd: error while loading shared libraries: libsecp256k1.so.0: cannot open shared object file: No such file or directory
os is ubuntu 16.04 LTS

I know i am doing something stupidity here


When i built the wallet on Linux 16.04 LTS i Did this with 0 issues.

git clone https://github.com/SimplicityDev2018/Simplicity.git
cd Simplicity/src/secp256k1
chmod +x autogen.sh
sudo ./autogen.sh
sudo ./configure
sudo make && make install
cd
cd Simplicity/src/leveldb
sudo sh build_detect_platform build_config.mk .
cd
cd Simplicity/src
sudo make -f makefile.unix
strip simplicityd

or in my case

cd Simplicity

sudo qmake SPL-Qt.pro
sudo make -j4


Let me know how it goes.


Hi. Could u help me pls?

Quote
sudo make -f makefile.unix
....
/root/Simplicity/src/pubkey.cpp:194: undefined reference to `secp256k1_ecdsa_recoverable_signature_parse_compact'
/root/Simplicity/src/pubkey.cpp:197: undefined reference to `secp256k1_ecdsa_recover'
collect2: error: ld returned 1 exit status
makefile.unix:232: recipe for target 'simplicityd' failed
make: *** [simplicityd] Error 1