Bitcoin Forum
May 02, 2024, 12:16:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 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 ... 164 »
  Print  
Author Topic: [ANN] SLING | Fully Working DECENTRALIZED MARKET in Wallet | SLING MARKET LIVE  (Read 178766 times)
rocoro
Legendary
*
Offline Offline

Activity: 938
Merit: 1000


View Profile
May 14, 2015, 02:41:33 AM
Last edit: May 20, 2015, 08:57:07 PM by rocoro
 #2221

Can someone give me detailed instructions how to setup masternode? Starting with what os should I put on my vpn?
Thanks in advance,


1. I would use Ubuntu

2. You need the latest sling-qt:
Click the quote link and download from the dev's post:  64 bit static Linux qt:

Or - use the windows sling-qt:
Again, click link that goes to dev's post:
https://bitcointalk.org/index.php?topic=1032166.msg11432874#msg11432874


3. And the latest slingd (extract the file first, then put on the VPN)
Click the quote link and download from the dev's post: slingd:


See from OP - the port is:



4. Then you just do as it shows in the picture:

Some Tips to solve common problems:
1. Make sure the conf file has:
Staking=0
2. Make sure the wallet is unlocked!



1714609014
Hero Member
*
Offline Offline

Posts: 1714609014

View Profile Personal Message (Offline)

Ignore
1714609014
Reply with quote  #2

1714609014
Report to moderator
1714609014
Hero Member
*
Offline Offline

Posts: 1714609014

View Profile Personal Message (Offline)

Ignore
1714609014
Reply with quote  #2

1714609014
Report to moderator
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714609014
Hero Member
*
Offline Offline

Posts: 1714609014

View Profile Personal Message (Offline)

Ignore
1714609014
Reply with quote  #2

1714609014
Report to moderator
1714609014
Hero Member
*
Offline Offline

Posts: 1714609014

View Profile Personal Message (Offline)

Ignore
1714609014
Reply with quote  #2

1714609014
Report to moderator
rocoro
Legendary
*
Offline Offline

Activity: 938
Merit: 1000


View Profile
May 14, 2015, 02:44:46 AM
Last edit: May 14, 2015, 02:56:44 AM by rocoro
 #2222

Made adjustments to guide post above... fixed some errors.

There, just 4 simple steps. Smiley
bitcoinreviews
Hero Member
*****
Offline Offline

Activity: 706
Merit: 500



View Profile
May 14, 2015, 03:30:59 AM
 #2223

Made adjustments to guide post above... fixed some errors.

There, just 4 simple steps. Smiley

Thanks for the help.

I tried on my desktop. Created a node address, sent the coins, waited for 15 confirmations and hit start.

Got this error:

Error: could not allocate vin for collateralAddress

Please advise,
issie81
Hero Member
*****
Offline Offline

Activity: 760
Merit: 500

CryptoZilla


View Profile
May 14, 2015, 05:16:15 AM
 #2224

Made adjustments to guide post above... fixed some errors.

There, just 4 simple steps. Smiley

Thanks for the help.

I tried on my desktop. Created a node address, sent the coins, waited for 15 confirmations and hit start.

Got this error:

Error: could not allocate vin for collateralAddress

Please advise,


Put in conf file

Staking=0

And also unlock the Waller

Otherwise it wont work
I have 2 nodes working
bitcoinreviews
Hero Member
*****
Offline Offline

Activity: 706
Merit: 500



View Profile
May 14, 2015, 05:24:50 AM
 #2225

Can someone give me detailed instructions how to setup masternode? Starting with what os should I put on my vpn?
Thanks in advance,


1. I would use Ubuntu

2. You need the latest sling-qt link:


Or - use the windows sling-qt:


3. And the latest slingd to put on the VPN:


See from OP - the port is:



4. Then you just do as it shows in the picture:




What do I do with this file:

3. And the latest slingd to put on the VPN:
Quote from: DG.Slayer on May 08, 2015, 10:23:38 PM
Linux – https://mega.co.nz/#!RBMSGRYC!_cuJ-hg18y3YUUmPG3w7mOB7q4vRxnGbYbpf5kxEd4k

?
issie81
Hero Member
*****
Offline Offline

Activity: 760
Merit: 500

CryptoZilla


View Profile
May 14, 2015, 06:06:18 AM
 #2226

Can someone give me detailed instructions how to setup masternode? Starting with what os should I put on my vpn?
Thanks in advance,


1. I would use Ubuntu

2. You need the latest sling-qt link:


Or - use the windows sling-qt:


3. And the latest slingd to put on the VPN:


See from OP - the port is:



4. Then you just do as it shows in the picture:




What do I do with this file:

3. And the latest slingd to put on the VPN:
Quote from: DG.Slayer on May 08, 2015, 10:23:38 PM
Linux – https://mega.co.nz/#!RBMSGRYC!_cuJ-hg18y3YUUmPG3w7mOB7q4vRxnGbYbpf5kxEd4k

?

This worked like a charm for me and i am a newbe to Linux:)

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
cp slingd /usr/bin
cd ../..
jadefalke
Legendary
*
Offline Offline

Activity: 1457
Merit: 1014


View Profile
May 14, 2015, 07:39:27 AM
 #2227

@DG.Slayer

Hi i just added my Gridseed Power Supply to Slingroad and here are some Suggestions what need to be improved (IMHO)

1. Main Categorys should be Static like on E*ay, if you want you can add sub-categorys which can be added by the User
2. I added 2 Picture Links to my Listing via imgur, they are missing in the Listing after i published it.
3. If a Buy Request get rejected you should give the Option to automatically re-enter the Item with the Same Description
4. There should be an Option to edit the Listing after you submittet it.
5. Reputation System to show who is a trusted buyer/seller and who not.
6. Popup or some other way of notification if one of your items got bought.
7. The Vendor ID is different for each Auction, maybe that's on Purpose for anon Reason, but to build a Trust System thats a no go.

david1365
Legendary
*
Offline Offline

Activity: 994
Merit: 1000



View Profile
May 14, 2015, 08:56:12 AM
 #2228

BUMP
Update:

Knowing that big downwards price fluctuations make people think the worse, I want to assure everyone that I have no intentions of abandoning SLING.

There is I2p technology within the next couple of days.
 
In addition I will also be applying various bug fixes as well as tweaks to the market. Sling has a roadmap composing of a three phased approach coming out:

1) Technical updates/fixes
2) Community involvement
3) PR (Relevant ALTcoin/DNM media sources)


SlingRoad is the first truly anonymous decentralized market to ever exist and we should not forget the work that went into making something that no altcoin has done before.

We as a community should tell people about what Sling already has.

I have started by reaching out to DeepDotWeb as well as VICE and will let everyone know the outcome.

coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
May 14, 2015, 09:27:31 AM
 #2229

BUMP
Update:

Knowing that big downwards price fluctuations make people think the worse, I want to assure everyone that I have no intentions of abandoning SLING.

There is I2p technology within the next couple of days.
 
In addition I will also be applying various bug fixes as well as tweaks to the market. Sling has a roadmap composing of a three phased approach coming out:

1) Technical updates/fixes
2) Community involvement
3) PR (Relevant ALTcoin/DNM media sources)


SlingRoad is the first truly anonymous decentralized market to ever exist and we should not forget the work that went into making something that no altcoin has done before.

We as a community should tell people about what Sling already has.

I have started by reaching out to DeepDotWeb as well as VICE and will let everyone know the outcome.


Can you also reach out to the exotic dance industry - the ones that visit you and provide a private dance in your hotel room, home, camper van, etc?  Also great for Escort agencies.

The whole of the Thai sex trade should be using SlingRoad. Walking down the streets with all those bars: No. No. No.  They should be looking to accept Sling in advance to pre-book customers rather than trying to drag them off the streets.

100 Sling, me love you long-time
jadefalke
Legendary
*
Offline Offline

Activity: 1457
Merit: 1014


View Profile
May 14, 2015, 09:41:04 AM
 #2230

BUMP
Update:

Knowing that big downwards price fluctuations make people think the worse, I want to assure everyone that I have no intentions of abandoning SLING.

There is I2p technology within the next couple of days.
 
In addition I will also be applying various bug fixes as well as tweaks to the market. Sling has a roadmap composing of a three phased approach coming out:

1) Technical updates/fixes
2) Community involvement
3) PR (Relevant ALTcoin/DNM media sources)


SlingRoad is the first truly anonymous decentralized market to ever exist and we should not forget the work that went into making something that no altcoin has done before.

We as a community should tell people about what Sling already has.

I have started by reaching out to DeepDotWeb as well as VICE and will let everyone know the outcome.


Can you also reach out to the exotic dance industry - the ones that visit you and provide a private dance in your hotel room, home, camper van, etc?  Also great for Escort agencies.

The whole of the Thai sex trade should be using SlingRoad. Walking down the streets with all those bars: No. No. No.  They should be looking to accept Sling in advance to pre-book customers rather than trying to drag them off the streets.

100 Sling, me love you long-time

Thanks for that really helpfull and constructive Post, what would be the Community with out you...oh wait...
jerowacik
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000



View Profile
May 14, 2015, 09:48:49 AM
 #2231

this time to P U M P guys
DG.Slayer (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
May 14, 2015, 09:58:17 AM
 #2232

@DG.Slayer

Hi i just added my Gridseed Power Supply to Slingroad and here are some Suggestions what need to be improved (IMHO)

1. Main Categorys should be Static like on E*ay, if you want you can add sub-categorys which can be added by the User
2. I added 2 Picture Links to my Listing via imgur, they are missing in the Listing after i published it.
3. If a Buy Request get rejected you should give the Option to automatically re-enter the Item with the Same Description
4. There should be an Option to edit the Listing after you submittet it.
5. Reputation System to show who is a trusted buyer/seller and who not.
6. Popup or some other way of notification if one of your items got bought.
7. The Vendor ID is different for each Auction, maybe that's on Purpose for anon Reason, but to build a Trust System thats a no go.



Thanks for the feedback I'll see what I can do.

Sling lead developer
Bobsurplus
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000


Making money since I was in the womb! @emc2whale


View Profile
May 14, 2015, 11:08:58 AM
 #2233

Someone may want to be careful with all that support.. A strong wind may come by and take it down. Its been there for a while but no one is really buying.. Looks like fake support.. People get bored of waiting and either move their support up or take chunks out of the book but I fail to see that here.

Now just dump all your coins to me at 100 sat and this party can get started again.

 Grin
issie81
Hero Member
*****
Offline Offline

Activity: 760
Merit: 500

CryptoZilla


View Profile
May 14, 2015, 11:09:13 AM
 #2234

@DG.Slayer

Hi i just added my Gridseed Power Supply to Slingroad and here are some Suggestions what need to be improved (IMHO)

1. Main Categorys should be Static like on E*ay, if you want you can add sub-categorys which can be added by the User
2. I added 2 Picture Links to my Listing via imgur, they are missing in the Listing after i published it.
3. If a Buy Request get rejected you should give the Option to automatically re-enter the Item with the Same Description
4. There should be an Option to edit the Listing after you submittet it.
5. Reputation System to show who is a trusted buyer/seller and who not.
6. Popup or some other way of notification if one of your items got bought.
7. The Vendor ID is different for each Auction, maybe that's on Purpose for anon Reason, but to build a Trust System thats a no go.



Thanks for the feedback I'll see what I can do.

Thnx Dev

Die you sende funds of the escrow lock?
rocoro
Legendary
*
Offline Offline

Activity: 938
Merit: 1000


View Profile
May 14, 2015, 12:00:48 PM
 #2235



What do I do with this file:

3. And the latest slingd to put on the VPN:
Quote from: DG.Slayer on May 08, 2015, 10:23:38 PM
Linux – https://mega.co.nz/#!RBMSGRYC!_cuJ-hg18y3YUUmPG3w7mOB7q4vRxnGbYbpf5kxEd4k

?
Extract the archive & upload file first, then just like it says in the picture... start slingd on the VPN.
SpiryGolden
Hero Member
*****
Offline Offline

Activity: 812
Merit: 500



View Profile
May 14, 2015, 12:10:58 PM
 #2236

Someone may want to be careful with all that support.. A strong wind may come by and take it down. Its been there for a while but no one is really buying.. Looks like fake support.. People get bored of waiting and either move their support up or take chunks out of the book but I fail to see that here.

Now just dump all your coins to me at 100 sat and this party can get started again.

 Grin

Bob crawl back to your cave. We don't need you here. Like really. You are free to go to your scam coin Viral.
Guess what you will be out of this PUMP and you will not make money here man. You just lost the train.
rocoro
Legendary
*
Offline Offline

Activity: 938
Merit: 1000


View Profile
May 14, 2015, 12:15:21 PM
 #2237

At least Masternodes are cheaper / easier to get right now!

 Smiley

nilu21
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
May 14, 2015, 12:20:19 PM
 #2238

Someone may want to be careful with all that support.. A strong wind may come by and take it down. Its been there for a while but no one is really buying.. Looks like fake support.. People get bored of waiting and either move their support up or take chunks out of the book but I fail to see that here.

Now just dump all your coins to me at 100 sat and this party can get started again.

 Grin
are you famous bobo the clown as they say ?
david1365
Legendary
*
Offline Offline

Activity: 994
Merit: 1000



View Profile
May 14, 2015, 01:22:51 PM
 #2239

Someone don't want SLING go up again  f**k  Angry
SpiryGolden
Hero Member
*****
Offline Offline

Activity: 812
Merit: 500



View Profile
May 14, 2015, 02:57:57 PM
 #2240

Someone don't want SLING go up again  f**k  Angry
Patience my friend. Just some late hour dumpers.   Grin

 Roll Eyes
Pages: « 1 ... 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 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 ... 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!