Pages:
Author

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

legendary
Activity: 938
Merit: 1000
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.



hero member
Activity: 770
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
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
newbie
Activity: 21
Merit: 0
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
legendary
Activity: 938
Merit: 1000
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.
hero member
Activity: 826
Merit: 1000
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.
sr. member
Activity: 446
Merit: 250
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.
legendary
Activity: 2548
Merit: 1009
Leading Crypto Sports Betting & Casino Platform
any news ?? when rebrand ??

legendary
Activity: 938
Merit: 1000

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
sr. member
Activity: 680
Merit: 255
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

hero member
Activity: 770
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
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
legendary
Activity: 994
Merit: 1000
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.
hero member
Activity: 770
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
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?
hero member
Activity: 826
Merit: 1000
legendary
Activity: 2548
Merit: 1009
Leading Crypto Sports Betting & Casino Platform
Keep hold now...
don't sell to cheap now...  Smiley
hero member
Activity: 770
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
Who is the fkin idiot dumper??? dump on 5700 then buy back at high prices??? what???
Could be a whale trying to shake weak hands out before the rise of SLING again or could just be some impatient trader who got sick of holding SLING lol All I know is I'm still collecting and staking away Wink
legendary
Activity: 994
Merit: 1000
Who is the fkin idiot dumper??? dump on 5700 then buy back at high prices??? what???
sr. member
Activity: 446
Merit: 250
what about black market coin or something like that? everyone knows what the black market is and isn't that what we are going for?
hero member
Activity: 742
Merit: 500
this coin has a great dev, thank you for sticking with us dg
legendary
Activity: 938
Merit: 1000
Wondering where the dev has been, would be nice if he could show us some activity.

Unfortunately I'm having to get on with quite a lot of things outside of crypto but will attempt to keep this project moving along as often as possible, however in the meantime I was approached by a designer who is prepared to give SLING a rebrand / relook.

This would include new ANN graphics, logo and even wallet skin for a new style wallet.

As usual if you want something good you have to pay for it... meaning... he won't work for free,.but he has accepted to provide work for a % of SLING instead of Btc.

Would the community be willing to donate SLING for a professional (high quality) styled relook?

If you can please state how much you can contribute and let's get it done using somebody trusted for escrow. We can work in a name change for the market (at the very least) if not the whole project at the same time.

I will start with 5000 SLING as my contribution.



What is the main reason for re-branding?  What names are you coming up with?  

Can't we just drop "road" off the market name?  
Just name it all "SLING" & Sling Market.

You (or someone) did the work already on the graphics.



 



member
Activity: 98
Merit: 10
Wondering where the dev has been, would be nice if he could show us some activity.

Unfortunately I'm having to get on with quite a lot of things outside of crypto but will attempt to keep this project moving along as often as possible, however in the meantime I was approached by a designer who is prepared to give SLING a rebrand / relook.

This would include new ANN graphics, logo and even wallet skin for a new style wallet.

As usual if you want something good you have to pay for it... meaning... he won't work for free,.but he has accepted to provide work for a % of SLING instead of Btc.

Would the community be willing to donate SLING for a professional (high quality) styled relook?

If you can please state how much you can contribute and let's get it done using somebody trusted for escrow. We can work in a name change for the market (at the very least) if not the whole project at the same time.

I will start with 5000 SLING as my contribution.

Pages:
Jump to: