Author

Topic: [ANN] SLING | Fully Working DECENTRALIZED MARKET in Wallet | SLING MARKET LIVE - page 150. (Read 178776 times)

hero member
Activity: 700
Merit: 501
https://bitcointalk.org/index.php?topic=905210.msg
will we get a a new sha256 POW/POS coin every day now? This is becoming really silly.

This is nothing compared to early 2014 with 5-7 coins everyday Smiley

Do you know the Dev(s) of this coin?
newbie
Activity: 54
Merit: 0
Thanks! it worked.
Devs should fix the repository...


Getting errors trying to compile the daemon on linux.
I'm using GCC 4.9.2, boost 1.55, and tried with both libdb(++) 5.1 and 5.3.

Quote
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/home/user/1/sling/src -I/home/user/1/sling/src/obj -DENABLE_WALLET -I/home/user/1/sling/src/leveldb/include -I/home/user/1/sling/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/crypto/hmac_sha256.d -o obj/crypto/hmac_sha256.o crypto/hmac_sha256.cpp
crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:201: recipe for target 'obj/crypto/hmac_sha256.o' failed
make: *** [obj/crypto/hmac_sha256.o] Error 1


Can anyone help?
Code:
git clone https://bitbucket.org/slingrepo/sling
cd sling
cd secp256k1
./autogen.sh
./configure
make
make install
cp /usr/local/lib/libsecp256k1.* /usr/lib
cd ..
cd src
mkdir obj
cp crypto obj/crypto -rR
make -f makefile.unix
sudo cp slingd /usr/bin
cd ../..
legendary
Activity: 1764
Merit: 1002
added to bittrex, fine, let start with 80-90k range!
let die in trexx,soon
newbie
Activity: 9
Merit: 0
added to bittrex, fine, let start with 80-90k range!
newbie
Activity: 13
Merit: 0

The two stongest warriors are patience and time

LOL Grin

Coming from someone who can't wait to dump his bag, it's funny as hell !  Grin Grin
full member
Activity: 201
Merit: 100

Getting errors trying to compile the daemon on linux.
I'm using GCC 4.9.2, boost 1.55, and tried with both libdb(++) 5.1 and 5.3.

Quote
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/home/user/1/sling/src -I/home/user/1/sling/src/obj -DENABLE_WALLET -I/home/user/1/sling/src/leveldb/include -I/home/user/1/sling/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/crypto/hmac_sha256.d -o obj/crypto/hmac_sha256.o crypto/hmac_sha256.cpp
crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:201: recipe for target 'obj/crypto/hmac_sha256.o' failed
make: *** [obj/crypto/hmac_sha256.o] Error 1


Can anyone help?
Code:
git clone https://bitbucket.org/slingrepo/sling
cd sling
cd secp256k1
./autogen.sh
./configure
make
make install
cp /usr/local/lib/libsecp256k1.* /usr/lib
cd ..
cd src
mkdir obj
cp crypto obj/crypto -rR
make -f makefile.unix
sudo cp slingd /usr/bin
cd ../..
hero member
Activity: 700
Merit: 501
https://bitcointalk.org/index.php?topic=905210.msg
I would say this is a fair question for the Dev(s)

What are your plans for this coin?

Who are the Dev team?

Is there a website, Twitter, etc EG social media to follow for bag holders?

What is the plan?

IF it is a true pump n dump out of the gate I think there are many people watching this one who are not interested in seeing such.
It would be better to make this a true success, and by better, I mean safer and more profitable.
Rather than concede to short term gains, what can you truly do?
A ton I think. Set the pace for this to show what an alt should be rather than like all the rest.
sr. member
Activity: 277
Merit: 250
the only people that are winning right now are miners(im one of them)

in 1 week this coin sucks is below 50k.

SHA256 is back in fashion because BTC price sucks and miners will throw hash at anything they think will ROI. The developers know this, expect a short life.

Cmon, no roadmap, no innovation? What do you think is going to happen.



The two stongest warriors are patience and time

Lol fearcoka is part of sling team:) what ur saying is not true.

The developer of this coin has a mining farm and he makes all sha 256 coins to early mine.
Developer is also same dev as TRON and all other sha coins.

Warning you guys. You end up losing money
newbie
Activity: 54
Merit: 0
Getting errors trying to compile the daemon on linux.
I'm using GCC 4.9.2, boost 1.55, and tried with both libdb(++) 5.1 and 5.3.

Quote
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/home/user/1/sling/src -I/home/user/1/sling/src/obj -DENABLE_WALLET -I/home/user/1/sling/src/leveldb/include -I/home/user/1/sling/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/crypto/hmac_sha256.d -o obj/crypto/hmac_sha256.o crypto/hmac_sha256.cpp
crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:201: recipe for target 'obj/crypto/hmac_sha256.o' failed
make: *** [obj/crypto/hmac_sha256.o] Error 1


Can anyone help?
hero member
Activity: 742
Merit: 500
POS Reward: 1.337 SLING HiPOS

what does "HiPOS" mean?
legendary
Activity: 3808
Merit: 1723
Up to 300% + 200 FS deposit bonuses
will we get a a new sha256 POW/POS coin every day now? This is becoming really silly.

But as long as you make money out of it, then its worth it. Much better then making 0.01/BTC/TH/DAY
hero member
Activity: 574
Merit: 500
will we get a a new sha256 POW/POS coin every day now? This is becoming really silly.

This is nothing compared to early 2014 with 5-7 coins everyday Smiley
sr. member
Activity: 398
Merit: 250
will we get a a new sha256 POW/POS coin every day now? This is becoming really silly.
full member
Activity: 206
Merit: 106
Old Account was Sev0 (it was hacked)
Windows Wallet isn't downloadable, Can someone Upload it again? Smiley
legendary
Activity: 1806
Merit: 1828
Pointing some hash your way. Going to bed now. Hope my nicehash order holds up.
legendary
Activity: 1008
Merit: 1000
the only people that are winning right now are miners(im one of them)

in 1 week this coin sucks is below 50k.

SHA256 is back in fashion because BTC price sucks and miners will throw hash at anything they think will ROI. The developers know this, expect a short life.

Cmon, no roadmap, no innovation? What do you think is going to happen.



The two stongest warriors are patience and time
legendary
Activity: 1680
Merit: 1003
Well, That's Crypto :-\
the only people that are winning right now are miners(im one of them)

in 1 week this coin sucks is below 50k.

SHA256 is back in fashion because BTC price sucks and miners will throw hash at anything they think will ROI. The developers know this, expect a short life.

Cmon, no roadmap, no innovation? What do you think is going to happen.

legendary
Activity: 1008
Merit: 1000
There are 175k coins and 1991 blocks, pos took 8 hours to start.  At this rate there will be like 825k coins or so I think.

Yup. Grad them while theyre cheap!
hero member
Activity: 602
Merit: 500
There are 175k coins and 1991 blocks, pos took 8 hours to start.  At this rate there will be like 825k coins or so I think.
Jump to: