Pages:
Author

Topic: [ANN] • CYGNUS • [CYG] • X11 POW/POS • Consensus Polls • Dynamic Development - page 39. (Read 59669 times)

hero member
Activity: 705
Merit: 500
Mining this coin keeps my GPU pretty cool, is it the algo? I like it!
newbie
Activity: 42
Merit: 0
I'm trying to get the Cygnus-qt client running on my vps but I can't get it to work:
I've downloaded the linux client, extracted the file out of the tar.gz and tried to run it in a terminal with ./Cygnus-qt, but it gives me the error: "error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory".
Any ideas on how to solve this? (I'm running Ubuntu 15.10 x64)
You should try to compile it yourself . it's not that hard. It's working on my end.

Hi guys, 2 days still cannot connect , before i had 1 active connection, now 0 , please could you add some node please!

Put this on your Cygnus.conf file in %appdata% - Roaming - Cygnus folder
 
addnode=46.236.161.66
 addnode=136.243.50.159
 addnode=199.7.156.130
 addnode=70.83.227.32
 addnode= 5.67.142.54
 addnode=216.189.153.244
 addnode=78.94.32.195
 addnode=77.110.148.98
 addnode=104.47.141.18
 addnode=213.168.249.109
 addnode=77.200.5.30
addnode=104.236.121.35


did exactly all that, changed the config file name to Cygnus with a capital C, still 0 connections ((((
Try to delete the Cygnus folder in Roaming. Delete also the wallet and download again and then make the conf file.
When creating the conf file make sure that it's not Cygnus.conf.txt. Turn on in your Windows the file name extension at View tab.

Did twice, not helping still
isn't the firewall blocking it?

firewall switched off. client isnt working
There could be a problem on your side. We didn't got any notices about this error from other users and even at us is working without any problems.

We are getting a lot of PM, but unfortunately we can't reply to all in a few minutes, because of the PM restriction on Newbie accounts, see please keep calm, we will process all your messages.
hero member
Activity: 1203
Merit: 508
Manager of looking busy #citizencosmos
I'm trying to get the Cygnus-qt client running on my vps but I can't get it to work:
I've downloaded the linux client, extracted the file out of the tar.gz and tried to run it in a terminal with ./Cygnus-qt, but it gives me the error: "error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory".
Any ideas on how to solve this? (I'm running Ubuntu 15.10 x64)
You should try to compile it yourself . it's not that hard. It's working on my end.

Hi guys, 2 days still cannot connect , before i had 1 active connection, now 0 , please could you add some node please!

Put this on your Cygnus.conf file in %appdata% - Roaming - Cygnus folder
 
addnode=46.236.161.66
 addnode=136.243.50.159
 addnode=199.7.156.130
 addnode=70.83.227.32
 addnode= 5.67.142.54
 addnode=216.189.153.244
 addnode=78.94.32.195
 addnode=77.110.148.98
 addnode=104.47.141.18
 addnode=213.168.249.109
 addnode=77.200.5.30
addnode=104.236.121.35


did exactly all that, changed the config file name to Cygnus with a capital C, still 0 connections ((((
Try to delete the Cygnus folder in Roaming. Delete also the wallet and download again and then make the conf file.
When creating the conf file make sure that it's not Cygnus.conf.txt. Turn on in your Windows the file name extension at View tab.

Did twice, not helping still
isn't the firewall blocking it?

firewall switched off. client isnt working
newbie
Activity: 49
Merit: 0
Hi Cygnus.dev, i sent you a few messages on the 25th. can you take 1 min to check it out plz.
thank you


Node Bounty Received. thanks DEV
Keep up the good work. Smiley
legendary
Activity: 924
Merit: 1000
TokenHouse decentralized cryptocurrency exchange
Over 15 BTC volume on Yobit and price on the uptrend, I like these developments!  Smiley
newbie
Activity: 49
Merit: 0
Hi Cygnus.dev, i sent you a few messages on the 25th. can you take 1 min to check it out plz.
thank you
sr. member
Activity: 462
Merit: 250
Managed to get it working by running the windows version through WINE

So here is my node Cheesy
Code:
addnode=95.183.52.83
you can build Cygnusd
git clone https://github.com/ProjectCygnus/Cygnus
cd Cygnus/src
make -f makefile.unix

Alright, thanks will check that out in a sec
legendary
Activity: 1274
Merit: 1006
Trainman
Managed to get it working by running the windows version through WINE

So here is my node Cheesy
Code:
addnode=95.183.52.83
you can build Cygnusd
git clone https://github.com/ProjectCygnus/Cygnus
cd Cygnus/src
make -f makefile.unix
legendary
Activity: 1316
Merit: 1041
Bitcoin is a bit**
bounty received (that was fast  Shocked )

thank you very much!
newbie
Activity: 42
Merit: 0

Thank you very much. With schnötzel's translation all the 10 translation bounties are gone. Thank you for everyone.
For availabel bounties check the OP

EDIT : We will check the Nodes immediately, and we will send out the bounties for nodes.
UPDATE : 4 node bounties were just sent out to SalimNagamoto, tr8kr, tuxxilla and alekzander Their nodes were running without problems, with many connections. If you are going to qualify for the Node bounty send us your IP, because we have to check it from a few aspects, and we have to monitor it for a few hours.
sr. member
Activity: 462
Merit: 250
legendary
Activity: 1470
Merit: 1000
Good we are at 849!!
min price is 5k for me!
newbie
Activity: 49
Merit: 0
legendary
Activity: 1316
Merit: 1041
Bitcoin is a bit**
hero member
Activity: 728
Merit: 500
it fine that there are almost 5 BTC in buy walls at yobit, and no major dumps were since it was listed.
sr. member
Activity: 462
Merit: 250
Managed to get it working by running the windows version through WINE

So here is my node Cheesy
Code:
addnode=95.183.52.83
sr. member
Activity: 462
Merit: 250
try sudo apt-get install libboost1.54 and run the wallet
Still the same error :/
legendary
Activity: 1274
Merit: 1006
Trainman
give me the results of this command cat /usr/include/boost/version.hpp | grep "BOOST_LIB_VERSION"
Code:
//  BOOST_LIB_VERSION must be defined to be the same as BOOST_VERSION
#define BOOST_LIB_VERSION "1_58"
try sudo apt-get install libboost1.54 and run the wallet
sr. member
Activity: 462
Merit: 250
give me the results of this command cat /usr/include/boost/version.hpp | grep "BOOST_LIB_VERSION"
Code:
//  BOOST_LIB_VERSION must be defined to be the same as BOOST_VERSION
#define BOOST_LIB_VERSION "1_58"
legendary
Activity: 1274
Merit: 1006
Trainman
I'm trying to get the Cygnus-qt client running on my vps but I can't get it to work:
I've downloaded the linux client, extracted the file out of the tar.gz and tried to run it in a terminal with ./Cygnus-qt, but it gives me the error: "error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory".
Any ideas on how to solve this? (I'm running Ubuntu 15.10 x64)
give me the results of this command cat /usr/include/boost/version.hpp | grep "BOOST_LIB_VERSION"
Pages:
Jump to: