Pages:
Author

Topic: [SPL] Simplicity Proccess Infrastucture Grounding MasterNodes PoS [SPL] - page 13. (Read 8174 times)

newbie
Activity: 35
Merit: 0

added to op and paid thanks.


Expect to have a nice update soon too  Wink
newbie
Activity: 35
Merit: 0

Simplicity (SPL) is available at tiny-pool.com
tiny-pool.com

Code:
-a quark -o stratum+tcp://tiny-pool.com:4035 -u YOUR_WALLET -p c=SPL 

Lowest fees : 0.5%
Low latency
Multi core, multi threads for higher performance
No Registration required.
1 Hour payouts
Enjoy random No Fee mining only at [utl=https://tiny-pool.com]tiny-pool.com[/url]
Block Explorer: https://tiny-pool.com/explorer/SPL
Discord Support: https://discord.gg/59rKPSy


Bounty: 8XLXUzoqkushWiFab4Vh4nriHkSgNP5kDe

added to op and paid thanks
newbie
Activity: 154
Merit: 0
Simplicity (SPL) is available at tiny-pool.com
tiny-pool.com

Code:
-a quark -o stratum+tcp://tiny-pool.com:4035 -u YOUR_WALLET -p c=SPL 

Lowest fees : 0.5%
Low latency
Multi core, multi threads for higher performance
No Registration required.
1 Hour payouts
Enjoy random No Fee mining only at [utl=https://tiny-pool.com]tiny-pool.com[/url]
Block Explorer: https://tiny-pool.com/explorer/SPL
Discord Support: https://discord.gg/59rKPSy


Bounty: 8XLXUzoqkushWiFab4Vh4nriHkSgNP5kDe
newbie
Activity: 35
Merit: 0



Block Explorer - 200,000 SPL v.danev

Wallets:

Mac Wallet 200,000 SPL
Android Wallet - 500,000 SPL
IOS Wallet 500,000 SPL


Translations:

Chinese - 200,000 SPL CryptoLuck07
Dutch - 200,000 SPL
French - 200,000 SPL MorpheusM
German - 200,000 SPL zsuji
Indonesian - 200,000 SPL alvinmtp
Italian - 200,000 SPL
Japanese - 200,000 SPL silklich
Polish - 200,000 SPL Dio Riven
Russian - 200,000 SPL Sam67
Spanish - 200,000 SPL mareares
vietnamese - 200,000 SPL unmaker


Mining Pools:

Pool 1 - 200,000 SPL manfromafar
Pool 2 - 200,000 SPL ComputerCraftr
Pool 3 - 200,000 SPL v.danev
Pool 4  - 200,000 SPL


Exchanges:

Exchange 1 - 1,000,000 SPL
Exchange 2 - 1,000,000 SPL
Exchange 3 - 1,000,000 SPL
Exchange 4 - 1,000,000 SPL
newbie
Activity: 43
Merit: 0
https://bitcointalk.org/index.php?topic=2916516.new#new
Spanish Translation done

How to download the Windows wallet from Mega to paste it here and receive the bounty
Spanish Translation Reserved
Sorry bro I already Reserved in page 2 and did it
My address: 8dmq6dPr85ByUC1sxMiwd6ArDb9M3jL2xA
Please Strikethrough spanish from the first post.
Thanks.
newbie
Activity: 35
Merit: 0
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

I got it to work by running these commands before launching the daemon:
Code:
LD_LIBRARY_PATH=/usr/local/lib
export LD_LIBRARY_PATH
./simplicityd
But I agree, the build docs should definitely be updated

Can certainly do that at some point
Awesome Smiley

This any better for you ?

https://github.com/SimplicityDev2018/Simplicity/commit/8949e1b893feecd74cfab1f9907c273ed50e084a
newbie
Activity: 13
Merit: 0
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

I got it to work by running these commands before launching the daemon:
Code:
LD_LIBRARY_PATH=/usr/local/lib
export LD_LIBRARY_PATH
./simplicityd
But I agree, the build docs should definitely be updated

Can certainly do that at some point
Awesome Smiley
newbie
Activity: 35
Merit: 0
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

I got it to work by running these commands before launching the daemon:
Code:
LD_LIBRARY_PATH=/usr/local/lib
export LD_LIBRARY_PATH
./simplicityd
But I agree, the build docs should definitely be updated

Can certainly do that at some point
newbie
Activity: 13
Merit: 0
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

I got it to work by running these commands before launching the daemon:
Code:
LD_LIBRARY_PATH=/usr/local/lib
export LD_LIBRARY_PATH
./simplicityd
But I agree, the build docs should definitely be updated
newbie
Activity: 35
Merit: 0
a masternode setup guide will be well nice

Will look at getting one out soon.
newbie
Activity: 186
Merit: 0
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


try this

sudo ldconfig
LD_LIBRARY_PATH=/usr/local/lib
export LD_LIBRARY_PATH
newbie
Activity: 186
Merit: 0
https://discord.gg/5J8Mm9a

join the discord room for Simplicity
newbie
Activity: 43
Merit: 0
https://bitcointalk.org/index.php?topic=2916516.new#new
Spanish Translation done

How to download the Windows wallet from Mega to paste it here and receive the bounty
Spanish Translation Reserved
Sorry bro I already Reserved in page 2 and did it
newbie
Activity: 19
Merit: 0
Dutch Translation Reserved
newbie
Activity: 186
Merit: 0
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.


thet is top work dev thanks for the fast answer but can i ask you for a favour please ?
could you copy paste that in to doc/build-unix.txt
newbie
Activity: 186
Merit: 0
NEW POOL AVAILABLE

pool.DDClub.org


YiiMP Based no registration is needed!
0.5% fee why not give it a go

or simply connect your miner to :

Code:
-a quark -o stratum+tcp://ddclub.org:4033 -u [Your Wallet] -p c=SPL 

Code:
Stratum   : ddclub.org:4033
User        : YOUR_ADDRESS
Password : c=SPL

Use d=x to set your diff according 








newbie
Activity: 35
Merit: 0
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.
Pages:
Jump to: