Bitcoin Forum
April 26, 2024, 08:58:00 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] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 ... 164 »
  Print  
Author Topic: [ANN] SLING | Fully Working DECENTRALIZED MARKET in Wallet | SLING MARKET LIVE  (Read 178766 times)
spa4rtacus
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
April 21, 2015, 11:16:12 AM
 #281

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?
1714121880
Hero Member
*
Offline Offline

Posts: 1714121880

View Profile Personal Message (Offline)

Ignore
1714121880
Reply with quote  #2

1714121880
Report to moderator
No Gods or Kings. Only Bitcoin
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714121880
Hero Member
*
Offline Offline

Posts: 1714121880

View Profile Personal Message (Offline)

Ignore
1714121880
Reply with quote  #2

1714121880
Report to moderator
1714121880
Hero Member
*
Offline Offline

Posts: 1714121880

View Profile Personal Message (Offline)

Ignore
1714121880
Reply with quote  #2

1714121880
Report to moderator
1714121880
Hero Member
*
Offline Offline

Posts: 1714121880

View Profile Personal Message (Offline)

Ignore
1714121880
Reply with quote  #2

1714121880
Report to moderator
deliveryman
Sr. Member
****
Offline Offline

Activity: 277
Merit: 250


View Profile
April 21, 2015, 11:20:58 AM
 #282

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
sloopy
Hero Member
*****
Offline Offline

Activity: 700
Merit: 501


https://bitcointalk.org/index.php?topic=905210.msg


View Profile
April 21, 2015, 11:29:58 AM
 #283

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.

Transaction fees go to the pools and the pools decide to pay them to the miners. Anything else, including off-chain solutions are stealing and not the way Bitcoin was intended to function.
Make the block size set by the pool. Pool = miners and they get the choice.
manfred87
Full Member
***
Offline Offline

Activity: 201
Merit: 100


View Profile
April 21, 2015, 11:35:00 AM
 #284


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 ../..
xiaomi7
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 21, 2015, 11:38:22 AM
 #285


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

Activity: 9
Merit: 0


View Profile
April 21, 2015, 11:45:48 AM
 #286

added to bittrex, fine, let start with 80-90k range!
fmz89
Legendary
*
Offline Offline

Activity: 1766
Merit: 1002



View Profile
April 21, 2015, 11:54:11 AM
 #287

added to bittrex, fine, let start with 80-90k range!
let die in trexx,soon

  ▄█▀                       ▀█▄
 ██           ▄▄ ▄▄           ██
███       ▄ ▄███ ███▄ ▄       ███
████▄   ███ ████ ████ ███   ▄████
 ██████████ ███▀ ▀▀▄▄▄▄▄ ▄██████
  ▀▀███████  ▀▄█████████ ████▀▀
       ███▀▄ ██████▀▀▀ ▄▄
       █▀▄██ ████▄▄█▀▄████
        ████ ▀█████▄▀██▀
        ████ █▄▀█████▄
        ████  ▀▀ █████▀
         ▀▀█      ▀█▀
.REXX.|||
▄▄████████▄▄
▄████████████████▄
▄████████████████████▄
███████████▀    ▐███████
███████████    ▄▄█████████
▐██████████▀    ▀▀█████████▌
▐█████████▌       █████████▌
▐███████████    ███████████▌
███████████    ███████████
██████████    ██████████
▀████████▄  ▄████████▀
▀████████████████▀
▀▀▀▀▀▀▀▀▀▀▀▀
▄▄████████▄▄
▄████████████████▄
▄████████████████████▄
███████████████▀▀  █████
████████████▀▀      ██████
▐████████▀▀   ▄▄     ██████▌
▐████▀▀    ▄█▀▀     ███████▌
▐████████ █▀        ███████▌
████████ █ ▄███▄   ███████
████████████████▄▄██████
▀████████████████████▀
▀████████████████▀
▀▀▀▀▀▀▀▀▀▀▀▀
▄▄████████▄▄
▄████████████████▄
▄████████████████████▄
████ ▄▀██████████  █████
██████▄▀▄▀██████  ████████
▐████████▄▀▄▀██  ██████████▌
▐██████████▄▀▄ ████████████▌
▐██████████  ▄▀▄▀██████████▌
████████  ████▄▀▄▀████████
█████  ████████▄▀ ██████
▀████████████████████▀
▀████████████████▀
▀▀▀▀▀▀▀▀▀▀▀▀
|.BUY REXX.
spa4rtacus
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
April 21, 2015, 12:13:33 PM
 #288

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 ../..
sloopy
Hero Member
*****
Offline Offline

Activity: 700
Merit: 501


https://bitcointalk.org/index.php?topic=905210.msg


View Profile
April 21, 2015, 12:16:41 PM
 #289

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?

Transaction fees go to the pools and the pools decide to pay them to the miners. Anything else, including off-chain solutions are stealing and not the way Bitcoin was intended to function.
Make the block size set by the pool. Pool = miners and they get the choice.
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
April 21, 2015, 12:20:37 PM
 #290

Do you know the Dev(s) of this coin?


No. Why should I know him?
I have mined over 100 new coins and very rarely I have success with few coins, so that's why I must know dev if that so?  Smiley
Wizwa
Member
**
Offline Offline

Activity: 98
Merit: 10

I <3 Alts


View Profile
April 21, 2015, 03:52:57 PM
 #291

I know this coin was only launched yesterday but I thought that the dev would have given slightly more input by now.

Only 3 posts to their name.

Hustlers be hustlin'... Trollers be trollin'... Wizwa be wizzin'...
tokyoghetto
Legendary
*
Offline Offline

Activity: 1232
Merit: 1000


View Profile
April 21, 2015, 04:01:27 PM
 #292

someone is bag holding 15k SLING on bittrex. either that or its the dev waiting for the scam pump to take off so he can dump and walk away.

alt-scams are back baby.
fearcoka
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
April 21, 2015, 04:11:44 PM
 #293

someone is bag holding 15k SLING on bittrex. either that or its the dev waiting for the scam pump to take off so he can dump and walk away.

alt-scams are back baby.

LOL dont be mad you ruined yourself in crave... Check this kids post he said crave finacnaily ruined him... not just that but this is the same person who had thousands of cloak stolen from him pre-pump... Sorry buddy just seems you have no luck in crypto, Maybe you should just walk away from these coins  Wink

Spreading negative energy usually brings you that karma right back.

Just Nao Tomori and Bitcoin ( ͡° ͜ʖ ͡°)
pookielax31
Sr. Member
****
Offline Offline

Activity: 462
Merit: 500



View Profile
April 21, 2015, 04:20:00 PM
 #294

Dont listen to tokyoghettos advice... he tends to be butthurt.... ALOT

Binary Stars
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
April 21, 2015, 04:23:55 PM
 #295

Dont listen to tokyoghettos advice... he tends to be butthurt.... ALOT

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


Negative flamer = no bankroll no girls no life. Nobody will take advice from a sucker like that  Smiley.

He try the fud to get the breadcrumbs it brings him.

Binary Stars
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
April 21, 2015, 04:36:01 PM
 #296

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.

Roadmap is being worked on and will be announced as soon as it's polished enough to be made public they say in first post


i guess lay low mine then unleash the firepower  Smiley i want a real dark currency dash is more likepaypal we need real anon and decentralized darkmarkets this time
stackoverflow
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
April 21, 2015, 05:25:09 PM
 #297

Anyone started a node yet, does not seem to be working, it's a bad crave coin nodes copy/past!
M8BWNNRFMNdak68c
Sr. Member
****
Offline Offline

Activity: 373
Merit: 250


View Profile
April 21, 2015, 06:59:34 PM
Last edit: April 21, 2015, 07:14:31 PM by M8BWNNRFMNdak68c
 #298

1. how will masternode payments work?
Code:
int64_t GetMasternodePayment(int nHeight, int64_t blockValue)
{
    int64_t ret = blockValue * 2/3; //67%

    return ret;
}
when will we loose 67% ?

2. SLING seems to have a little problem.. every time i use sendtoaddress, around 1% will be redirected to the node itself. why?
Quote
   {
        "account" : "",
        "address" : "SZBAvSXR24RRrpXrD9ncNrJ5tW5g6qvr",
        "category" : "receive",
        "amount" : 1.36999010,
        "confirmations" : 130,
        "blockhash" : "ea541cfb5722cf151878ec376c126296eaa7b5f40edeb7a5c91bf632799f95",
        "blockindex" : 3,
        "blocktime" : 1429637360,
        "txid" : "e826279bb4fccb88f3cba9b199da97ede1ff32f288e54620844db9fc558c0e",
        "time" : 1429637346,
        "timereceived" : 1429637346
    },
    {
        "account" : "mining",
        "address" : "Sa8Rd8bhoxvHSNrHbkk3x7kK2nuesBTW",
        "category" : "send",
        "amount" : -135.63000990,
        "fee" : -0.00001000,
        "confirmations" : 130,
        "blockhash" : "ea541cfb5722cf151878ec376c126296eaa7b5f40edeb7a5c91bf632799f95",
        "blockindex" : 3,
        "blocktime" : 1429637360,
        "txid" : "e826279bb4fccb88f3cba9b199da97ede1ff32f288e54620844db9fc558c0e",
        "time" : 1429637346,
        "timereceived" : 1429637346
    },
    {
        "account" : "mining",
        "address" : "SZBAvSXR24RRrpXrD9ncNrJ5tW5g6qvr",
        "category" : "send",
        "amount" : -1.36999010,
        "fee" : -0.00001000,
        "confirmations" : 130,
        "blockhash" : "ea541cfb5722cf151878ec376c126296eaa7b5f40edeb7a5c91bf632799f95",
        "blockindex" : 3,
        "blocktime" : 1429637360,
        "txid" : "e826279bb4fccb88f3cba9b199da97ede1ff32f288e54620844db9fc558c0e",
        "time" : 1429637346,
        "timereceived" : 1429637346
    }
]
fearcoka
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
April 21, 2015, 07:58:48 PM
 #299

1. how will masternode payments work?
Code:
int64_t GetMasternodePayment(int nHeight, int64_t blockValue)
{
    int64_t ret = blockValue * 2/3; //67%

    return ret;
}
when will we loose 67% ?

2. SLING seems to have a little problem.. every time i use sendtoaddress, around 1% will be redirected to the node itself. why?
Quote
   {
        "account" : "",
        "address" : "SZBAvSXR24RRrpXrD9ncNrJ5tW5g6qvr",
        "category" : "receive",
        "amount" : 1.36999010,
        "confirmations" : 130,
        "blockhash" : "ea541cfb5722cf151878ec376c126296eaa7b5f40edeb7a5c91bf632799f95",
        "blockindex" : 3,
        "blocktime" : 1429637360,
        "txid" : "e826279bb4fccb88f3cba9b199da97ede1ff32f288e54620844db9fc558c0e",
        "time" : 1429637346,
        "timereceived" : 1429637346
    },
    {
        "account" : "mining",
        "address" : "Sa8Rd8bhoxvHSNrHbkk3x7kK2nuesBTW",
        "category" : "send",
        "amount" : -135.63000990,
        "fee" : -0.00001000,
        "confirmations" : 130,
        "blockhash" : "ea541cfb5722cf151878ec376c126296eaa7b5f40edeb7a5c91bf632799f95",
        "blockindex" : 3,
        "blocktime" : 1429637360,
        "txid" : "e826279bb4fccb88f3cba9b199da97ede1ff32f288e54620844db9fc558c0e",
        "time" : 1429637346,
        "timereceived" : 1429637346
    },
    {
        "account" : "mining",
        "address" : "SZBAvSXR24RRrpXrD9ncNrJ5tW5g6qvr",
        "category" : "send",
        "amount" : -1.36999010,
        "fee" : -0.00001000,
        "confirmations" : 130,
        "blockhash" : "ea541cfb5722cf151878ec376c126296eaa7b5f40edeb7a5c91bf632799f95",
        "blockindex" : 3,
        "blocktime" : 1429637360,
        "txid" : "e826279bb4fccb88f3cba9b199da97ede1ff32f288e54620844db9fc558c0e",
        "time" : 1429637346,
        "timereceived" : 1429637346
    }
]

Thats a problem with your nomp

Just Nao Tomori and Bitcoin ( ͡° ͜ʖ ͡°)
DG.Slayer (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
April 21, 2015, 08:38:07 PM
Last edit: April 21, 2015, 08:52:30 PM by DG.Slayer
 #300





Sling lead developer
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 ... 164 »
  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!