Bitcoin Forum
May 06, 2024, 07:24:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 »  All
  Print  
Author Topic: [SPL] Simplicity Proccess Infrastucture Grounding MasterNodes PoS [SPL]  (Read 8139 times)
zsuji
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
February 10, 2018, 03:29:07 PM
 #41

whats the maturity time for staking?
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714980273
Hero Member
*
Offline Offline

Posts: 1714980273

View Profile Personal Message (Offline)

Ignore
1714980273
Reply with quote  #2

1714980273
Report to moderator
1714980273
Hero Member
*
Offline Offline

Posts: 1714980273

View Profile Personal Message (Offline)

Ignore
1714980273
Reply with quote  #2

1714980273
Report to moderator
1714980273
Hero Member
*
Offline Offline

Posts: 1714980273

View Profile Personal Message (Offline)

Ignore
1714980273
Reply with quote  #2

1714980273
Report to moderator
SimplicityDev (OP)
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
February 10, 2018, 03:31:51 PM
 #42

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
zsuji
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
February 10, 2018, 03:41:23 PM
 #43

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
tiny-pool
Newbie
*
Offline Offline

Activity: 154
Merit: 0


View Profile WWW
February 10, 2018, 03:43:34 PM
 #44

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
SimplicityDev (OP)
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
February 10, 2018, 03:51:48 PM
 #45

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.
v.danev
Newbie
*
Offline Offline

Activity: 186
Merit: 0


View Profile WWW
February 10, 2018, 04:47:39 PM
Last edit: February 10, 2018, 05:20:24 PM by v.danev
 #46

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 








v.danev
Newbie
*
Offline Offline

Activity: 186
Merit: 0


View Profile WWW
February 10, 2018, 04:49:22 PM
 #47

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
ArcticWolf_11
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
February 10, 2018, 04:49:45 PM
 #48

Dutch Translation Reserved
mareares
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
February 10, 2018, 04:54:12 PM
 #49

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
v.danev
Newbie
*
Offline Offline

Activity: 186
Merit: 0


View Profile WWW
February 10, 2018, 04:54:30 PM
 #50

https://discord.gg/5J8Mm9a

join the discord room for Simplicity
v.danev
Newbie
*
Offline Offline

Activity: 186
Merit: 0


View Profile WWW
February 10, 2018, 04:58:10 PM
 #51

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
SimplicityDev (OP)
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
February 10, 2018, 05:09:49 PM
 #52

a masternode setup guide will be well nice

Will look at getting one out soon.
ComputerCraftr
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
February 10, 2018, 05:19:54 PM
 #53

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
SimplicityDev (OP)
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
February 10, 2018, 05:23:19 PM
 #54

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
ComputerCraftr
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
February 10, 2018, 05:29:14 PM
 #55

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
SimplicityDev (OP)
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
February 10, 2018, 05:41:41 PM
 #56

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
mareares
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
February 10, 2018, 05:45:46 PM
 #57

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.
SimplicityDev (OP)
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
February 10, 2018, 05:48:35 PM
 #58

https://i.imgur.com/Zm7XNVa.png


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
tiny-pool
Newbie
*
Offline Offline

Activity: 154
Merit: 0


View Profile WWW
February 10, 2018, 06:19:43 PM
 #59

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
Vint.Cerf
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
February 10, 2018, 06:21:13 PM
 #60

French done:
https://bitcointalk.org/index.php?topic=2912656.0

Wallet Address:
8QjraUUU5bGHmbfdp96NYaebWApAGMDUWr

I wish the dev would contribute to this.
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!