Pages:
Author

Topic: [ANN][XSS] Stability Shares - Hyperbolic reward curve - page 20. (Read 51485 times)

newbie
Activity: 28
Merit: 0

Yes.  Both you and Cryptopirates rock.  Smiley

It compiled file after I installed miniupnpc.

I'm actually feeling pretty happy - I haven't compiled anything from source in... a really really long time.  Thank you both for your insights and help and sorry to waste your time with a question that was covered in the /doc directory (and probably a google search... I didn't try Google because I thought "it just launched tonight, no one will likely have the answer yet" but now that I see that's it's basically the bitcoin wallet with some changes, I could have googled it.

Right on!!!! glad you got it man Smiley and glad to have you aboard our pool and glad everything is running nicely for you
newbie
Activity: 13
Merit: 0
You need to do mkdir obj in the src directory then do a make -f makefile.unix

Yeah, I did that.

pm:~/StabilityShares/src$ mkdir obj
mkdir: cannot create directory `obj': File exists
pm:~/StabilityShares/src$ make -f makefile.unix
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/pm/StabilityShares/src -I/home/pm/StabilityShares/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/pm/StabilityShares/src/leveldb/include -I/home/pm/StabilityShares/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1


Oh, and incidently, Crytopirates, I'm mining on your pool.  It's going well so far.  As of right now, I'm hashing about 4% of the total pool capacity - which is neat.   Good pool.  I've been watching the stats.  

have you installed all of these?
apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev

That fixed it.  It was libboost.  So, yeah, it was a dumb question.  

And then I hit a miniupnpc error, discovered that there's a /doc directory with all of the dependencies and kicked myself for not looking harder for the answer before posting here.  Thank you.

Anytime  Smiley

You get past the miniupnpc error?

Yes.  Both you and Cryptopirates rock.  Smiley

It compiled file after I installed miniupnpc.

I'm actually feeling pretty happy - I haven't compiled anything from source in... a really really long time.  Thank you both for your insights and help and sorry to waste your time with a question that was covered in the /doc directory (and probably a google search... I didn't try Google because I thought "it just launched tonight, no one will likely have the answer yet" but now that I see that's it's basically the bitcoin wallet with some changes, I could have googled it.
newbie
Activity: 28
Merit: 0
just to make an announcement over at http://xss.cryptopirates.net we have 0 fees and 0 tx fees so come on over and join us
newbie
Activity: 28
Merit: 0
You need to do mkdir obj in the src directory then do a make -f makefile.unix

Yeah, I did that.

pm:~/StabilityShares/src$ mkdir obj
mkdir: cannot create directory `obj': File exists
pm:~/StabilityShares/src$ make -f makefile.unix
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/pm/StabilityShares/src -I/home/pm/StabilityShares/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/pm/StabilityShares/src/leveldb/include -I/home/pm/StabilityShares/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1


Oh, and incidently, Crytopirates, I'm mining on your pool.  It's going well so far.  As of right now, I'm hashing about 4% of the total pool capacity - which is neat.   Good pool.  I've been watching the stats.  

have you installed all of these?
apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev

That fixed it.  It was libboost.  So, yeah, it was a dumb question.  

And then I hit a miniupnpc error, discovered that there's a /doc directory with all of the dependencies and kicked myself for not looking harder for the answer before posting here.  Thank you.

Anytime  Smiley

You get past the miniupnpc error?
hehe you beat me to it scrypto, I was just going to reply and post those packages to install
newbie
Activity: 28
Merit: 0
Morecoins.org perfect pool for you!



Our benefits:

Stable and fast SSD cloud hosting
Stratum with VARDIFF
Proportional payments
E-mail notification
Skilled technical support 24/7
Unique DDoS protection system
At the moment we encountered unforeseen circumstances. Operability will be restored as quickly as possible.


Move your miners over to us http://xss.cryptopirates.net we can use the hash while these guys are down Smiley

Do not be intimidated) Currently not working web interface. Stratum is working correctly.

I'm not intimidated having your pool website completely offline but the stratum up is a huge issue is all im saying miners have 0 access to any of their coins and I was just simply trying to spread hash around
member
Activity: 112
Merit: 10
You need to do mkdir obj in the src directory then do a make -f makefile.unix

Yeah, I did that.

pm:~/StabilityShares/src$ mkdir obj
mkdir: cannot create directory `obj': File exists
pm:~/StabilityShares/src$ make -f makefile.unix
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/pm/StabilityShares/src -I/home/pm/StabilityShares/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/pm/StabilityShares/src/leveldb/include -I/home/pm/StabilityShares/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1


Oh, and incidently, Crytopirates, I'm mining on your pool.  It's going well so far.  As of right now, I'm hashing about 4% of the total pool capacity - which is neat.   Good pool.  I've been watching the stats.  

have you installed all of these?
apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev

That fixed it.  It was libboost.  So, yeah, it was a dumb question.  

And then I hit a miniupnpc error, discovered that there's a /doc directory with all of the dependencies and kicked myself for not looking harder for the answer before posting here.  Thank you.

Anytime  Smiley

You get past the miniupnpc error?
newbie
Activity: 13
Merit: 0
You need to do mkdir obj in the src directory then do a make -f makefile.unix

Yeah, I did that.

pm:~/StabilityShares/src$ mkdir obj
mkdir: cannot create directory `obj': File exists
pm:~/StabilityShares/src$ make -f makefile.unix
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/pm/StabilityShares/src -I/home/pm/StabilityShares/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/pm/StabilityShares/src/leveldb/include -I/home/pm/StabilityShares/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1


Oh, and incidently, Crytopirates, I'm mining on your pool.  It's going well so far.  As of right now, I'm hashing about 4% of the total pool capacity - which is neat.   Good pool.  I've been watching the stats.  

have you installed all of these?
apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev

That fixed it.  It was libboost.  So, yeah, it was a dumb question.  

And then I hit a miniupnpc error, discovered that there's a /doc directory with all of the dependencies and kicked myself for not looking harder for the answer before posting here.  Thank you.
newbie
Activity: 28
Merit: 0


Yeah, I did that.

pm:~/StabilityShares/src$ mkdir obj
mkdir: cannot create directory `obj': File exists
pm:~/StabilityShares/src$ make -f makefile.unix
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/pm/StabilityShares/src -I/home/pm/StabilityShares/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/pm/StabilityShares/src/leveldb/include -I/home/pm/StabilityShares/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1


Oh, and incidently, Crytopirates, I'm mining on your pool.  It's going well so far.  As of right now, I'm hashing about 4% of the total pool capacity - which is neat.   Good pool.  I've been watching the stats. 

are you sure you have all required libs installed? try cd leveldb then do a make clean cd .. and try make -f makefile.unix
member
Activity: 112
Merit: 10
You need to do mkdir obj in the src directory then do a make -f makefile.unix

Yeah, I did that.

pm:~/StabilityShares/src$ mkdir obj
mkdir: cannot create directory `obj': File exists
pm:~/StabilityShares/src$ make -f makefile.unix
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/pm/StabilityShares/src -I/home/pm/StabilityShares/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/pm/StabilityShares/src/leveldb/include -I/home/pm/StabilityShares/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1


Oh, and incidently, Crytopirates, I'm mining on your pool.  It's going well so far.  As of right now, I'm hashing about 4% of the total pool capacity - which is neat.   Good pool.  I've been watching the stats.  

have you installed all of these?
apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev
member
Activity: 71
Merit: 10
Morecoins.org perfect pool for you!



Our benefits:

Stable and fast SSD cloud hosting
Stratum with VARDIFF
Proportional payments
E-mail notification
Skilled technical support 24/7
Unique DDoS protection system
At the moment we encountered unforeseen circumstances. Operability will be restored as quickly as possible.


Move your miners over to us http://xss.cryptopirates.net we can use the hash while these guys are down Smiley

Do not be intimidated) Currently not working web interface. Stratum is working correctly.
full member
Activity: 378
Merit: 100
Please spread the hashrate! Come join us!

StabilityShares XSS P2Pool - Mining Platform

Web Interface: http://94.23.196.92:7777

CGMiner Settings
URL: stratum+tcp://94.23.196.92:7777
USER: your_wallet_address
PASS: 123

What is a P2Pool? It's a decentralized mining pool network. Usually multiple nodes act as one big pool together. However, due to this fresh launch, this is the only node available at the moment. So what do you gain from this "P2Pool" then? You're basically finding mini-blocks for a sharechain and whenever a share of this sharechain is greater or equal to the difficulty of StabilityShares (XSS), a block is found and the payout is immediate! In the block creation code, your wallet address is implemented and the block pays directly to you. No middleman! No risk!

Please, give it a try!

EDIT:IMPORTANT NOTICE: Due to the linux-wallet issue at the beginning, I could only now move to a dedicated linux host. Please change your miners to the new p2pool address above. We've found 5 blocks on the "old" address, so don't worry. Nothing has been lost due to instant payout anyways. Happy Mining!

newbie
Activity: 13
Merit: 0
Ok guys after some work we are live and could use some hash power at http://xss.cryptopirates.net

also I got source uploaded to a github since stabilityshares was having troubles here's the temp link

https://github.com/Stygian0708/StabilityShares.git

after it's downloaded do the following

cd StabilityShares/src
mkdir obj
make -f makefile.unix

I'm a pretty new Linux user so go easy on me please if I did something dumb, but I did a git clone from the link above and then ran the 3 commands at the bottom and it ran for a while and came back with this:

m@pm:~/StabilityShares/src$ make -f makefile.unix
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/pm/StabilityShares/src -I/home/pm/StabilityShares/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/pm/StabilityShares/src/leveldb/include -I/home/pm/StabilityShares/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1

This is on Ubuntu 12.04 LTS.

Thanks in advance for any help or advice.

You need to do mkdir obj in the src directory then do a make -f makefile.unix

Yeah, I did that.

pm:~/StabilityShares/src$ mkdir obj
mkdir: cannot create directory `obj': File exists
pm:~/StabilityShares/src$ make -f makefile.unix
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/pm/StabilityShares/src -I/home/pm/StabilityShares/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/pm/StabilityShares/src/leveldb/include -I/home/pm/StabilityShares/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1


Oh, and incidently, Crytopirates, I'm mining on your pool.  It's going well so far.  As of right now, I'm hashing about 4% of the total pool capacity - which is neat.   Good pool.  I've been watching the stats. 
member
Activity: 66
Merit: 10
Smooth start, after all of this maxc, panda, gpuc Smiley
newbie
Activity: 28
Merit: 0
Morecoins.org perfect pool for you!



Our benefits:

Stable and fast SSD cloud hosting
Stratum with VARDIFF
Proportional payments
E-mail notification
Skilled technical support 24/7
Unique DDoS protection system
At the moment we encountered unforeseen circumstances. Operability will be restored as quickly as possible.


Move your miners over to us http://xss.cryptopirates.net we can use the hash while these guys are down Smiley
newbie
Activity: 28
Merit: 0
Please, anyone can provide me other link to the XSS wallet as the link on the first page is not working for me if I click the link. Thank you in advance.

here you go just copy the whole address and paste it in your browser if when clicking doesn't open up the right page

https://mega.co.nz/#!Pt5SCJoY!6VstAAjZulFgj1LuhqVftzsMcxcw05L4_qvCWnBPm78


Thank you very much!

I'm pointing my miners to you now, thank you for your help! Kiss

You're welcome bud, glad to be able to help
member
Activity: 71
Merit: 10
Morecoins.org perfect pool for you!



Our benefits:

Stable and fast SSD cloud hosting
Stratum with VARDIFF
Proportional payments
E-mail notification
Skilled technical support 24/7
Unique DDoS protection system
At the moment we encountered unforeseen circumstances. Operability will be restored as quickly as possible.

newbie
Activity: 28
Merit: 0
Ok guys after some work we are live and could use some hash power at http://xss.cryptopirates.net

also I got source uploaded to a github since stabilityshares was having troubles here's the temp link

https://github.com/Stygian0708/StabilityShares.git

after it's downloaded do the following

cd StabilityShares/src
mkdir obj
make -f makefile.unix

I'm a pretty new Linux user so go easy on me please if I did something dumb, but I did a git clone from the link above and then ran the 3 commands at the bottom and it ran for a while and came back with this:

m@pm:~/StabilityShares/src$ make -f makefile.unix
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/pm/StabilityShares/src -I/home/pm/StabilityShares/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/pm/StabilityShares/src/leveldb/include -I/home/pm/StabilityShares/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1

This is on Ubuntu 12.04 LTS.

Thanks in advance for any help or advice.

You need to do mkdir obj in the src directory then do a make -f makefile.unix
member
Activity: 77
Merit: 10
Please, anyone can provide me other link to the XSS wallet as the link on the first page is not working for me if I click the link. Thank you in advance.

here you go just copy the whole address and paste it in your browser if when clicking doesn't open up the right page

https://mega.co.nz/#!Pt5SCJoY!6VstAAjZulFgj1LuhqVftzsMcxcw05L4_qvCWnBPm78


Thank you very much!

I'm pointing my miners to you now, thank you for your help! Kiss
newbie
Activity: 28
Merit: 0
wtf happened to xss.morecoins.org?

Can't connect. I have coins on there.

Join us over at http://xss.cryptopirates.net we could really use some hash .


Give these guys some hash for their help with getting this coin off and running!

Thanks for the support and appreciation and on another note don't know if we saw, we are now on an exchange too. I got a hold of the owner of https://www.cryptoaltex.com/ and he added us it's a fairly new exchange but it's still exposure for this coin Smiley
newbie
Activity: 13
Merit: 0
Ok guys after some work we are live and could use some hash power at http://xss.cryptopirates.net

also I got source uploaded to a github since stabilityshares was having troubles here's the temp link

https://github.com/Stygian0708/StabilityShares.git

after it's downloaded do the following

cd StabilityShares/src
mkdir obj
make -f makefile.unix

I'm a pretty new Linux user so go easy on me please if I did something dumb, but I did a git clone from the link above and then ran the 3 commands at the bottom and it ran for a while and came back with this:

m@pm:~/StabilityShares/src$ make -f makefile.unix
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/pm/StabilityShares/src -I/home/pm/StabilityShares/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/pm/StabilityShares/src/leveldb/include -I/home/pm/StabilityShares/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1

This is on Ubuntu 12.04 LTS.

Thanks in advance for any help or advice.
Pages:
Jump to: