Bitcoin Forum
May 02, 2024, 09:28:07 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 [149] 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 »
  Print  
Author Topic: [ANN] SLING | Fully Working DECENTRALIZED MARKET in Wallet | SLING MARKET LIVE  (Read 178766 times)
MCDev
Sr. Member
****
Offline Offline

Activity: 680
Merit: 255



View Profile
June 29, 2015, 01:31:34 AM
 #2961

Does anyone have more than 3 connections to their wallet? I only have 3 connections right now and was curious if that's what other people had as well?
I have 20 connections with previous version (without i2p version- sling-qt-slingroad-1.3.6.7.zip)
I had connections prob with new versions.
Well I don't have any connection problems my wallet is still working fine I just only have 3 connections so I was curious if anyone else was experiencing that as well but thanks for getting back to me regarding that mate Cheesy

Hi all
Just downloaded the windows wallet and setup up but can't get any connections.  Using the node list from the OP.  It's been about 3 hours and just wondering if there is any magic I'm missing.  I have port 30137 open outbound on my firewalls and my log is showing connections established but then closed

Log type: Firewall service
Status: A connection was closed because no SYN/ACK reply was received from the server. 
Rule: Sling Wallet Out 30137

Also, has anyone compiled the Windows QT and the headless daemon under Ubuntu?  I've spent hours trying to get both compiled without success;


Windows Wallet
===================
Rebuilt /src/leveldb with
$ TARGET_OS=NATIVE_WINDOWS make libleveldb.a libmemenv.a

QT Creator fails with
mingw32-make[1]: *** [C:/CoinDev/sling/src/leveldb/libleveldb.a] Error 1
mingw32-make[1]: Leaving directory 'C:/CoinDev/build-sling-Desktop_Qt_5_4_2_MinGW_32bit-Release'
mingw32-make: *** [release] Error 2
makefile:34: recipe for target 'release' failed
21:14:54: The process "C:\Qt\Qt5.4.2\Tools\mingw491_32\bin\mingw32-make.exe" exited with code 2.
Error while building/deploying project sling (kit: Desktop Qt 5.4.2 MinGW 32bit)
When executing step "Make"

Daemon on Ubuntu 14.04 TLS Server -- MINGW32
=================================

$ make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
which: git: unknown command
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-sec
urity -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/c/co
indev/sling/src -I/c/coindev/sling/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/c/coi
ndev/sling/src/leveldb/include -I/c/coindev/sling/src/leveldb/helpers -DHAVE_BUI
LD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_
SOURCE=2  -MMD -MF obj/version.d -o obj/version.o version.cpp
g++.exe: error: unrecognized option '-pthread'
make: *** [obj/version.o] Error 1



             ▄▆▆▄
           ▄████████▄
        ▄██████████████▄
     ▄███████      ███████▄
  ▄███████            ███████▄
███████                  ███████
█████▀                    ▀▀██▀
█████
█████                       ▄▆█
█████                   ▆██████
█████                   ████████
  ▀█                   █▀ ▐████
▄                          ▐████
██▆▄▄                    ▄█████
███████                  ███████
  ▀███████            ███████▀
     ▀███████      ███████▀
        ▀██████████████▀
           ▀████████▀

Graphene Airdrop Coming Soon by Phore
  █████████████████████████████
███████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████           ▅▆████████▌
█████████     ▅▅▆████████████▌
█████████▆█████████████████████
████████████████████████████████
██████████████████████████████▀
██████████████████████▀▀▀
████████████████▀▀▀
█████████▀▀
█████████
█████████
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714642087
Hero Member
*
Offline Offline

Posts: 1714642087

View Profile Personal Message (Offline)

Ignore
1714642087
Reply with quote  #2

1714642087
Report to moderator
rocoro
Legendary
*
Offline Offline

Activity: 938
Merit: 1000


View Profile
June 29, 2015, 02:30:54 AM
Last edit: June 29, 2015, 02:41:07 AM by rocoro
 #2962


Also, has anyone compiled the Windows QT and the headless daemon under Ubuntu?  I've spent hours trying to get both compiled without success;


Connections are fine here for me.  

I compiled the Linux QT, went ok on Ubuntu 14.04
Remember it needs libsecp256k1

Did this:
Code:
apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools \
    build-essential libboost-dev libboost-system-dev \
    libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
    libssl-dev libdb++-dev libminiupnpc-dev

sudo apt-get install automake libtool git build-essential

git clone https://github.com/bitcoin/secp256k1
cd secp256k1
libtoolize
./autogen.sh
./configure
make
sudo make install
cd ..
sudo ldconfig

git clone https://bitbucket.org/dgslayer/sling.git
cd ~/sling
qmake "USE_UPNP=-"
make
rahmad2nd
Legendary
*
Offline Offline

Activity: 2520
Merit: 1009


Leading Crypto Sports Betting & Casino Platform


View Profile
June 29, 2015, 12:30:14 PM
 #2963

any news ?? when rebrand ??


..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
Kuttingcorners
Sr. Member
****
Offline Offline

Activity: 446
Merit: 250


View Profile
June 29, 2015, 07:29:10 PM
 #2964

this coin in my opinion doesn't need to compete against other coins but if it works as good as you guys say. start going up against the big tor markets . if people start using it for actual commerce the market cap for sling would be a million easy. I think if it works its a matter of finding all the blogs where these dark net ppl chat. maybe offer an incentive for some of the best weed dealers or something to get the ball rolling.
philipvdlinde
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000



View Profile
June 29, 2015, 07:45:34 PM
 #2965

this coin in my opinion doesn't need to compete against other coins but if it works as good as you guys say. start going up against the big tor markets . if people start using it for actual commerce the market cap for sling would be a million easy. I think if it works its a matter of finding all the blogs where these dark net ppl chat. maybe offer an incentive for some of the best weed dealers or something to get the ball rolling.
Agreed, would be nice if we could fix the synch issues with the i2p wallet tho.
rocoro
Legendary
*
Offline Offline

Activity: 938
Merit: 1000


View Profile
June 30, 2015, 12:03:36 AM
Last edit: June 30, 2015, 01:08:35 PM by rocoro
 #2966

this coin in my opinion doesn't need to compete against other coins but if it works as good as you guys say. start going up against the big tor markets . if people start using it for actual commerce the market cap for sling would be a million easy. I think if it works its a matter of finding all the blogs where these dark net ppl chat. maybe offer an incentive for some of the best weed dealers or something to get the ball rolling.
Agreed, would be nice if we could fix the synch issues with the i2p wallet tho.

I think we need more people on i2p and it would sync fine.  
Might try to set up a couple more computers just to have more i2p connections available, would help if other people could maybe do that too or get more connections up.

I talked to some darknet people and sadly, they don't understand too well the concept of a trustless, autonomous/escrow based market YET.
It will take time I guess, to explain how its a more simple and better way to conduct their business.

If someone is good with graphics,  maybe draw up an info/workflow graphic of how the market, transaction, escrow, messaging and coin works.
Simplified, pictorial type education seems to work good.
TwoCoins1Purse
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
June 30, 2015, 05:32:13 PM
 #2967

If possible, it would be great if there could be some kind of implementation of a reputation system for sellers. Because in dark markets reputation is everything and crucial for business transactions to happen
NoobKidOnTheBlock
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


FLY DONATION ADDRESS IN SIGNATURE


View Profile
June 30, 2015, 07:18:39 PM
 #2968

If possible, it would be great if there could be some kind of implementation of a reputation system for sellers. Because in dark markets reputation is everything and crucial for business transactions to happen
I agree that's a really good idea because that's what I always looked for when I ever used darkmarkets for ummmm purchases Wink

 

▇▇▇

▇▇


▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇▇
...
............NoobKidOnThe.BLOCK.....
 
rocoro
Legendary
*
Offline Offline

Activity: 938
Merit: 1000


View Profile
June 30, 2015, 08:47:08 PM
Last edit: June 30, 2015, 09:57:56 PM by rocoro
 #2969

If possible, it would be great if there could be some kind of implementation of a reputation system for sellers. Because in dark markets reputation is everything and crucial for business transactions to happen

Edit: I think it would be easy to have a "star" rating system where it would show average out of 5 stars and the number of people that reviewed, or clicked a star rating.
Problem is if that could be gamed somehow.  That is why I previously suggested an i2p review site/forum.



morrisonsa
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
July 01, 2015, 03:38:55 AM
 #2970

To easy imo, just make a new address, or a new wallet and send your coins.  Depending on how distant you want to make yourself from the bad rep.
rocoro
Legendary
*
Offline Offline

Activity: 938
Merit: 1000


View Profile
July 01, 2015, 11:59:27 AM
 #2971

To easy imo, just make a new address, or a new wallet and send your coins.  Depending on how distant you want to make yourself from the bad rep.

If someone has 1 bad review out of thousands of good reviews, odds are they could still be trusted.

I guess it depends how much bad rep you would want to get away from.

philipvdlinde
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000



View Profile
July 01, 2015, 11:51:40 PM
Last edit: July 02, 2015, 12:49:59 AM by philipvdlinde
 #2972

I definitely agree with the statements being made here, a reputation system would allow for trust to be established for traders utilizing the sling market. Would be the next great step for this coin, am wondering if the dev can pull this off tho. Might be better to work on this reputation system than on some rebrand imo.
rahmad2nd
Legendary
*
Offline Offline

Activity: 2520
Merit: 1009


Leading Crypto Sports Betting & Casino Platform


View Profile
July 02, 2015, 03:02:52 PM
 #2973

big dump today...  Angry
very sick...

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
NoobKidOnTheBlock
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


FLY DONATION ADDRESS IN SIGNATURE


View Profile
July 02, 2015, 03:04:35 PM
 #2974

big dump today...  Angry
very sick...
Just cheaper coins for me mate Wink I didn't think I was going to hit the super low buys I had set but BOOM hit them all Wink Cheers

 

▇▇▇

▇▇


▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇▇
...
............NoobKidOnThe.BLOCK.....
 
philipvdlinde
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000



View Profile
July 02, 2015, 03:05:10 PM
Last edit: July 02, 2015, 03:23:22 PM by philipvdlinde
 #2975

big dump today...  Angry
very sick...
fuck, this really destroys my trust in this coin. Over 50k was fucking dumped, really shows me that this coin has no marketmakers behind it. Sucks as this coin really seemed promising, dev also hasn't done anything for weeks so I don't know if he's still committed to sling.
david1365
Legendary
*
Offline Offline

Activity: 994
Merit: 1000



View Profile
July 02, 2015, 03:16:39 PM
 #2976

WTF Huh that was fkin idiot dump.  Angry
david1365
Legendary
*
Offline Offline

Activity: 994
Merit: 1000



View Profile
July 02, 2015, 03:35:02 PM
 #2977

I'm really wondering, where is the DG.Slayer ?
david1365
Legendary
*
Offline Offline

Activity: 994
Merit: 1000



View Profile
July 02, 2015, 04:02:34 PM
 #2978

That fkin idiot person who dumped 50k SLING, instead of dumping at exchange and fucked up the market, could trade on bitcointalk  Angry  Angry  Angry
Thid dump destroyed everything, really fucked up  Angry
NoobKidOnTheBlock
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


FLY DONATION ADDRESS IN SIGNATURE


View Profile
July 02, 2015, 04:08:21 PM
 #2979

Really someone dumped 50k of SLING!! SHIT I just thought a bit got dumped and I lucked out and caught my low buys haha Well here's hoping that it was a scare tactic hopefully Smiley

 

▇▇▇

▇▇


▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇▇
...
............NoobKidOnThe.BLOCK.....
 
david1365
Legendary
*
Offline Offline

Activity: 994
Merit: 1000



View Profile
July 02, 2015, 04:15:18 PM
 #2980

That was top wallet on bittrex.
Pages: « 1 ... 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 [149] 150 151 152 153 154 155 156 157 158 159 160 161 162 163 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!