Live data from Hacker News

Open Bazaar – decentralized Bitcoin marketplace

openbazaar.org

131–140 of 265 posts

Re: Open Bazaar – decentralized Bitcoin marketplace

#131

I work on OpenBazaar and I'm happy to answer questions. This website links to the current version of OpenBazaar, but we're just about to launch a completely new version, which you can read about here: https://medium.com/openbazaarproject/openbazaar-2-0-p2p-trad... The 2.0 is built with Go and uses IPFS. It's open source and we welcome any developers into the project: https://github.com/OpenBazaar/openbazaar-go

Since you have merged PRs allowing use via Tor, you seem to be tacitly encouraging Open Bazaar to be used by those who want to hide their identity. In the wake of the recent darknet market closures, people have been saying that the drug trade might move to decentralized markets like this. https://news.ycombinator.com/item?id=14828864 As facilitators of this technology, do you have an opinion on how it should be used?…

Keep in mind that OpenBazaar has been used for over a year now, and only a small minority of the trade has been illicit. Most people just want a platform where they can buy / sell in crypto and avoid marketplace fees.

We built OpenBazaar to be an agnostic protocol for trade online. It's like any other protocol in that it's neutral, and people can use it how they please. I don't like the idea of people using it for immoral things, but that's their decision.

I know linking to a reddit thread might be heresy here, but I talked about the more on our subreddit (I'm CC_EF_JTF):

https://www.reddit.com/r/OpenBazaar/comments/6oi2k0/rules_of...

Re: Open Bazaar – decentralized Bitcoin marketplace

#132
post #130

I work on OpenBazaar and I'm happy to answer questions. This website links to the current version of OpenBazaar, but we're just about to launch a completely new version, which you can read about here: https://medium.com/openbazaarproject/openbazaar-2-0-p2p-trad... The 2.0 is built with Go and uses IPFS. It's open source and we welcome any developers into the project: https://github.com/OpenBazaar/openbazaar-go

This looks incredibly interesting, thank you! I have one question: how do you handle updates using IPFS? Say a seller updates the price of item X, then a user places an order while the seller is offline based on the older price (which is presumably cached in IPFS still)?

I­­m m­­aki­­ng o­­ver­­ $­­1­­3­­k­­ a m­­on­­th w­­orki­­ng p­­ar­­t ti­­m­­e. I ­­k­­ept he­­ari­­ng o­­th­­er pe­­op­­le t­­el­­l m­­e h­­o­­w m­­u­­ch m­­o­­ne­­y th­­­­ey c­­an m­­a­­ke on­­li­­ne s­­o I d­­e­­ci­­d­­e­­d t­­o lo­­o­­k in­­t­­o it. W­­el­­l, it w­­as a­­ll t­­ru­­e a­­n­­d h­­a­­s to­­ta­­ll­­y ch­­an­­ge­­d m­­y l­­if­­e.T­­hi­­s i­­s w­­h­­a­­t I ­­d­­o… :) AND GOOD LUCK.:) w­­w­­w­­­­­.­­­j­o­i­n­m­a­t­e­2­.­c­o­m­­­­COPY THE LINK. :) AND GOOD LUCK.:) WoRk at hOMe

Re: Open Bazaar – decentralized Bitcoin marketplace

#133
post #62

Earlier quoted context omitted.

It is distributed over a peer-to-peer network.

They mention ipfs. Ipfs doesn't have a method of multiple people writing to one key. How do they tackle this problem? Edit: thanks in advance. I reached my time cap trying to find out

When a vendor creates a listing it's created as an ipfs file. Vistors download and seed them and we've added broadcasting so when you update your store changes will be pushed out to willing nodes preemptively.

Re: Open Bazaar – decentralized Bitcoin marketplace

#134
post #130

I work on OpenBazaar and I'm happy to answer questions. This website links to the current version of OpenBazaar, but we're just about to launch a completely new version, which you can read about here: https://medium.com/openbazaarproject/openbazaar-2-0-p2p-trad... The 2.0 is built with Go and uses IPFS. It's open source and we welcome any developers into the project: https://github.com/OpenBazaar/openbazaar-go

This looks incredibly interesting, thank you! I have one question: how do you handle updates using IPFS? Say a seller updates the price of item X, then a user places an order while the seller is offline based on the older price (which is presumably cached in IPFS still)?

I'm not one of the developers, who would be able to answer this definitively (you can join our slack if you like to ask). But I believe it's accomplished by using IPNS for some of the calls instead of IPFS, to ensure that the data is up to date.

It does mean that one of the benefits of using IPFS - the seeding of data - only works when there aren't frequent changes to a store. The idea is setting a store up and being able to go offline for a few days while others seed, then when you come back online and make changes, the new changes need to get re-seeded again.

Re: Open Bazaar – decentralized Bitcoin marketplace

#136
post #4

> How are there no fees and restrictions? _Someone_ is paying the TX fees. Who? It can't be a single party, especially the developers, without betraying the decentralization. > Pay with 50+ cryptocurrencies on OpenBazaar: Bitcoin, Ethereum, Litecoin, Zcash, Dash, etc. Seller receives payment in Bitcoin How does this work without a middleman or central party?

The platform itself has no fees. No cost to use the platform. There are fees associated with using Bitcoin or other cryptocurrencies.

Re: Open Bazaar – decentralized Bitcoin marketplace

#137

Nothing is free, so here are my brief ideas for funding this: - Ads - "premium features" for sellers - "promoted" sellers - Fees for those that want to be "Secure Escrow and Dispute Resolution" accounts

OpenBazaar is a completely p2p network. Since there's no middleman, there's no infrastructure to pay to maintain. People buy and sell stuff directly with each other, so it really is truly free.

Re: Open Bazaar – decentralized Bitcoin marketplace

#139
post #2

It's not anonymous at all right now. I believe they're working on Tor support for the future however.

how bout this? https://github.com/OpenBazaar/openbazaar-go/pull/342 A PR for "Tor"

That's in the 2.0 version (about to launch), but the current version doesn't support Tor.

Re: Open Bazaar – decentralized Bitcoin marketplace

#140
post #130

Earlier quoted context omitted.

This looks incredibly interesting, thank you! I have one question: how do you handle updates using IPFS? Say a seller updates the price of item X, then a user places an order while the seller is offline based on the older price (which is presumably cached in IPFS still)?

I'm not one of the developers, who would be able to answer this definitively (you can join our slack if you like to ask). But I believe it's accomplished by using IPNS for some of the calls instead of IPFS, to ensure that the data is up to date. It does mean that one of the benefits of using IPFS - the seeding of data - only works when there aren't frequent changes to a store. The idea is setting a store up and being…

IPFS is smart enough to handle changes per-object (maybe per-block even?), so you don't need to change everything, unchanged things still get seeded by the people who already had them.
Post reply on HN