Author

Topic: ⚒ Syscoin -Blockchain Scalability, Trustless Interoperability for ERC20 projects - page 170. (Read 501963 times)

newbie
Activity: 58
Merit: 0
Do you have build instructions for Ubuntu.  I tried to build Sycoin on Ubuntu 16 using this:

Code:
./autogen.sh && ./configure --with-gui=qt5 --with-incompatible-bdb && make

It builds but I get a Segfault when I run it.  There is not much in the debug.log but the problem seems to be with Berkeley db:

Code:
CDBEnv::Open: LogDir=/home/dev/.syscoin/database ErrorFile=/home/dev/.syscoin/db.log

I tried on an Ubuntu 14 machine, the VM I use to build Bitcoin with:
Code:
./autogen.sh && ./configure --with-gui=qt4 && make
but I get a compile error:
Code:
In file included from /usr/include/qt4/QtNetwork/QNetworkRequest:1:0,
                 from qt/acceptandpayofferlistpage.cpp:21:
/usr/include/qt4/QtNetwork/qnetworkrequest.h:56:7: error: forward declaration of ‘class QSslConfiguration’
 class QSslConfiguration;
       ^
qt/acceptandpayofferlistpage.cpp:385:27: error: ‘QSslSocket’ has not been declared
    conf.setPeerVerifyMode(QSslSocket::VerifyNone);
                           ^
qt/acceptandpayofferlistpage.cpp:386:21: error: ‘QSsl’ has not been declared
    conf.setProtocol(QSsl::TlsV1_0);
I am using the code from the master branch:  https://github.com/syscoin/syscoin2
I can wait for the PPA  to be complete and leave my coins on Bittrex but like to build my own binaries.  Thanks!
hero member
Activity: 1438
Merit: 574
Always ask questions. #StandWithHongKong
Has anyone managed to get merge mining working with p2pool? My logs are jam packed with the same repeating error......

Sorry I don't have more info on p2pool, what is the error you're receiving?


Debug log is completely full of this:

2016-06-03 13:46:44 keypool return 2
2016-06-03 13:46:45 keypool reserve 2
2016-06-03 13:46:45 keypool return 2
2016-06-03 13:46:46 keypool reserve 2
2016-06-03 13:46:46 keypool return 2
2016-06-03 13:46:47 keypool reserve 2
2016-06-03 13:46:47 keypool return 2
2016-06-03 13:46:48 keypool reserve 2
2016-06-03 13:46:48 keypool return 2
2016-06-03 13:46:49 keypool reserve 2
2016-06-03 13:46:49 keypool return 2
2016-06-03 13:46:51 keypool reserve 2
2016-06-03 13:46:51 keypool return 2
2016-06-03 13:46:52 keypool reserve 2
2016-06-03 13:46:52 keypool return 2
2016-06-03 13:46:53 keypool reserve 2
2016-06-03 13:46:53 keypool return 2
2016-06-03 13:46:54 keypool reserve 2
2016-06-03 13:46:54 keypool return 2
2016-06-03 13:46:55 keypool reserve 2
2016-06-03 13:46:55 keypool return 2

conf file is right (I merge mine a couple of other coins) & it's the latest version built from git running on Ubuntu 64bit. I've also not seen a single payment since I started merge mining it, so something ain't right somewhere. I noticed an issue had been raised in github from someone with the same problem, it was only after seeing it that I realised I had the same issue.

Any ideas?
You're p2pool code is old I believe.. try to get latest and try again..

No - it's the latest p2pool version.
legendary
Activity: 2590
Merit: 1089
Has anyone managed to get merge mining working with p2pool? My logs are jam packed with the same repeating error......

Sorry I don't have more info on p2pool, what is the error you're receiving?


---

We'll have another dev update this weekend, got some interesting info coming in that post related to the Syscoin 2.1 feature set / release date / roadmap addition, as well as some new information related to our partnership with Microsoft.

Another nice addition is this article from CoinTelegraph, thought they did a bang up job! Much better than those Coindesk OpenBazaar shills  Smiley

New Article:
“Syscoin is like eBay”: Interview with Developer of Decentralized Marketplace Cryptocurrency

Please help spread the word via Twitter if you're a tweeter: https://twitter.com/CoinTelegraph/status/738673270640283648



Done! Glad to read Smiley

All my best to Syscoin.
legendary
Activity: 2044
Merit: 1005
Has anyone managed to get merge mining working with p2pool? My logs are jam packed with the same repeating error......

Sorry I don't have more info on p2pool, what is the error you're receiving?


Debug log is completely full of this:

2016-06-03 13:46:44 keypool return 2
2016-06-03 13:46:45 keypool reserve 2
2016-06-03 13:46:45 keypool return 2
2016-06-03 13:46:46 keypool reserve 2
2016-06-03 13:46:46 keypool return 2
2016-06-03 13:46:47 keypool reserve 2
2016-06-03 13:46:47 keypool return 2
2016-06-03 13:46:48 keypool reserve 2
2016-06-03 13:46:48 keypool return 2
2016-06-03 13:46:49 keypool reserve 2
2016-06-03 13:46:49 keypool return 2
2016-06-03 13:46:51 keypool reserve 2
2016-06-03 13:46:51 keypool return 2
2016-06-03 13:46:52 keypool reserve 2
2016-06-03 13:46:52 keypool return 2
2016-06-03 13:46:53 keypool reserve 2
2016-06-03 13:46:53 keypool return 2
2016-06-03 13:46:54 keypool reserve 2
2016-06-03 13:46:54 keypool return 2
2016-06-03 13:46:55 keypool reserve 2
2016-06-03 13:46:55 keypool return 2

conf file is right (I merge mine a couple of other coins) & it's the latest version built from git running on Ubuntu 64bit. I've also not seen a single payment since I started merge mining it, so something ain't right somewhere. I noticed an issue had been raised in github from someone with the same problem, it was only after seeing it that I realised I had the same issue.

Any ideas?
You're p2pool code is old I believe.. try to get latest and try again..
hero member
Activity: 1438
Merit: 574
Always ask questions. #StandWithHongKong
Has anyone managed to get merge mining working with p2pool? My logs are jam packed with the same repeating error......

Sorry I don't have more info on p2pool, what is the error you're receiving?


Debug log is completely full of this:

2016-06-03 13:46:44 keypool return 2
2016-06-03 13:46:45 keypool reserve 2
2016-06-03 13:46:45 keypool return 2
2016-06-03 13:46:46 keypool reserve 2
2016-06-03 13:46:46 keypool return 2
2016-06-03 13:46:47 keypool reserve 2
2016-06-03 13:46:47 keypool return 2
2016-06-03 13:46:48 keypool reserve 2
2016-06-03 13:46:48 keypool return 2
2016-06-03 13:46:49 keypool reserve 2
2016-06-03 13:46:49 keypool return 2
2016-06-03 13:46:51 keypool reserve 2
2016-06-03 13:46:51 keypool return 2
2016-06-03 13:46:52 keypool reserve 2
2016-06-03 13:46:52 keypool return 2
2016-06-03 13:46:53 keypool reserve 2
2016-06-03 13:46:53 keypool return 2
2016-06-03 13:46:54 keypool reserve 2
2016-06-03 13:46:54 keypool return 2
2016-06-03 13:46:55 keypool reserve 2
2016-06-03 13:46:55 keypool return 2

conf file is right (I merge mine a couple of other coins) & it's the latest version built from git running on Ubuntu 64bit. I've also not seen a single payment since I started merge mining it, so something ain't right somewhere. I noticed an issue had been raised in github from someone with the same problem, it was only after seeing it that I realised I had the same issue.

Any ideas?
sr. member
Activity: 280
Merit: 250
Nice great idea on this coin. Will there be any faucet for this coin for those who dont have mining machine?

Will be watching this.
legendary
Activity: 1036
Merit: 1001
Syscoin- Changing the way people do business.
Has anyone managed to get merge mining working with p2pool? My logs are jam packed with the same repeating error......

Sorry I don't have more info on p2pool, what is the error you're receiving?


---

We'll have another dev update this weekend, got some interesting info coming in that post related to the Syscoin 2.1 feature set / release date / roadmap addition, as well as some new information related to our partnership with Microsoft.

Another nice addition is this article from CoinTelegraph, thought they did a bang up job! Much better than those Coindesk OpenBazaar shills  Smiley

New Article:
“Syscoin is like eBay”: Interview with Developer of Decentralized Marketplace Cryptocurrency

Please help spread the word via Twitter if you're a tweeter: https://twitter.com/CoinTelegraph/status/738673270640283648
hero member
Activity: 1438
Merit: 574
Always ask questions. #StandWithHongKong
Has anyone managed to get merge mining working with p2pool? My logs are jam packed with the same repeating error......
legendary
Activity: 1316
Merit: 1021
2009 Alea iacta est
This  integrated system will be cheap @ 100000 satoshi also,,,,,,,,
u will see
this team dont play infantil games.....
they play hard and professional
weldone pro boys!
hero member
Activity: 859
Merit: 1000
Interesting. Once we go back to the 1700 sts levels cheap buy opportunity will be gone. And when it's gone it's gone.
hero member
Activity: 924
Merit: 501
CryptoTalk.Org - Get Paid for every Post!
Hey dude, if u want a portuguese translation just call me!

CYA!
legendary
Activity: 1526
Merit: 1000
the grandpa of cryptos
u will see - this price is gonna rise and SKYROCKET

im acquiring coins now and waiting
legendary
Activity: 2590
Merit: 1089
lol expecting 3000... I'm in Cool

Ho great you, on the way to 3.000 soon Smiley


Vive le Syscoin!!!
legendary
Activity: 2590
Merit: 1089
+25%

@1300 today, I  knew it, i was glad to grab some more @930 few days ago;

Syscoin is one of the most loved coin in the crypto community, it's like our e-baby Wink


Sys back in 150 ~300 nevermore?

I dont think so mate, better get some now Smiley
@1300 it's still cheap, many people got Syscoin @2500-3000...
legendary
Activity: 2044
Merit: 1005
How would you compare your marketplace to bitbay.market ?
P2p vs blockchain
full member
Activity: 210
Merit: 100
kcin obazs
sr. member
Activity: 257
Merit: 250
How would you compare your marketplace to bitbay.market ?
newbie
Activity: 13
Merit: 0
i follow from the beginning with all ups and downs......

the near future will show how great this project is !




there is no doubt the project is great
but the great price is what i am expecting right now))))
legendary
Activity: 1316
Merit: 1021
2009 Alea iacta est
i follow from the beginning with all ups and downs......

the near future will show how great this project is !

legendary
Activity: 1764
Merit: 1000
SYS will be 3000 soon

How soon is this projection of yours my friend?

max 2 weeks

So we are expecting a big update coming for syscoin within the next 2 weeks right? Hopefully you are right. The Market right now is already reacting.
Jump to: