Bitcoin Forum
May 09, 2024, 07:28:14 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 »  All
  Print  
Author Topic: [ANN] OpenBazaar - A Decentralized Market Platform  (Read 19936 times)
HostFat
Staff
Legendary
*
Offline Offline

Activity: 4214
Merit: 1203


I support freedom of choice


View Profile WWW
April 21, 2015, 05:54:37 PM
Last edit: April 21, 2015, 06:11:20 PM by HostFat
 #41

https://blog.openbazaar.org/openbazaar-beta-0-4-0-portobello-is-released/

https://www.reddit.com/r/Bitcoin/comments/33dir7/the_openbazaar_04_beta_has_just_been_released_for/


Quote
The fourth OpenBazaar beta has been released, named after the famed Portobello Road Market in London.

Please note this is still a beta and for users with some level of technical expertise. This isn’t a consumer ready release.

Binaries will be released soon. Windows users will need to wait for binaries. You can install beta 0.4.0 on Linux or OSX using the following instructions. For a detailed overview of the 0.4 beta client, visit this post.

We’ve also released quick start guides, visit these links for buyer, merchant, and notary.

This release includes a substantial number of new features and improvements. Most notable are the networking changes, which should allow better connectivity and largely eliminate the need for port forwarding. Also greatly improved is stability. Other improvements include:

- Signing keys are now HD for increased privacy;
- Internal messaging system for online parties to communicate;
- Users can now select their avatars;
- Images are now externally hosted and listings can support three images (including gifs);
- Notaries can now offer refunds to buyer or release funds to seller;
- Notaries can now set their fee (as a percentage) if their services are utilized;
- The order workflow has been significantly improved;
- Addition of simple walk-through on start up ;
- Search improvements.

Installation

If you don’t have Git installed on Linux, open terminal (Ctrl+Alt+T) and type:

sudo apt-get install git

If you don’t have Git installed for OSX, download here and install.

Now run:

git clone https://github.com/OpenBazaar/OpenBazaar.git

Once that’s complete, change directories:

cd OpenBazaar

Run the configure with this command:

./configure.sh

If you’ve already been running OpenBazaar, you need to update the code. In terminal, run the following commands:

git pull

./configure.sh


Please note that as of the 0.4 beta release, the default branch will be develop instead of master. This means that beta testers will receive more frequent updates if they run ‘git pull’. If you prefer to keep to the more stable releases only, then switch to the master branch by running this command:

git checkout master

To start your node:

./openbazaar start

To stop your node:

./openbazaar stop

To get help on the commands you can use with OpenBazaar:

./openbazaar help

If you find a bug, please let us know on our Github or on the bug reporting thread in our subreddit.

NON DO ASSISTENZA PRIVATA - http://hostfatmind.com
1715239694
Hero Member
*
Offline Offline

Posts: 1715239694

View Profile Personal Message (Offline)

Ignore
1715239694
Reply with quote  #2

1715239694
Report to moderator
1715239694
Hero Member
*
Offline Offline

Posts: 1715239694

View Profile Personal Message (Offline)

Ignore
1715239694
Reply with quote  #2

1715239694
Report to moderator
1715239694
Hero Member
*
Offline Offline

Posts: 1715239694

View Profile Personal Message (Offline)

Ignore
1715239694
Reply with quote  #2

1715239694
Report to moderator
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715239694
Hero Member
*
Offline Offline

Posts: 1715239694

View Profile Personal Message (Offline)

Ignore
1715239694
Reply with quote  #2

1715239694
Report to moderator
1715239694
Hero Member
*
Offline Offline

Posts: 1715239694

View Profile Personal Message (Offline)

Ignore
1715239694
Reply with quote  #2

1715239694
Report to moderator
1715239694
Hero Member
*
Offline Offline

Posts: 1715239694

View Profile Personal Message (Offline)

Ignore
1715239694
Reply with quote  #2

1715239694
Report to moderator
fryarminer
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile
April 24, 2015, 12:51:46 PM
 #42

Question:
I've been checking out Cryptothrift and yeah, out of two transactions I got scammed on one. I also remember that Bitbay or whatever it was called was full of scammers as well.
I think the most crucial need for OpenBazaar to be successful is eliminating scammers from day one, because frankly, nobody will use it if their first experience is a scam.
How can this be achieved? Especially if it is open with no governing body making rules?

I should add that the person who scammed me on Cryptothrift has a 37 positive feedback.
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
April 25, 2015, 07:07:28 AM
 #43

can someone post a screen or video with the usage of the app? i want to see how it work exactly, all the details

i can't find nothing on youtube about this beta version, there are only old version...
chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
April 25, 2015, 09:21:16 AM
 #44

can someone post a screen or video with the usage of the app? i want to see how it work exactly, all the details

i can't find nothing on youtube about this beta version, there are only old version...

we second that ...

#crysx

coaltin
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
April 25, 2016, 02:53:28 PM
 #45

I got an error while installing

Code:
2016-04-25 20:07:29> Program: Starting Squirrel Updater: --install .
2016-04-25 20:07:30> Program: Starting install, writing to C:\Users\rusil\AppData\Local\SquirrelTemp
2016-04-25 20:07:30> Program: About to install to: C:\Users\rusil\AppData\Local\OpenBazaar
2016-04-25 20:07:32> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\rusil\AppData\Local\OpenBazaar\packages\RELEASES'.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
   at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3f.MoveNext()
2016-04-25 20:07:32> CheckForUpdateImpl: Reading RELEASES file from C:\Users\rusil\AppData\Local\SquirrelTemp
2016-04-25 20:07:32> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2016-04-25 20:07:32> ApplyReleasesImpl: Writing files to app directory: C:\Users\rusil\AppData\Local\OpenBazaar\app-1.1.3
2016-04-25 20:07:59> IEnableLogger: Failed to install package to app dir: System.AggregateException: One or more errors occurred. ---> System.IO.IOException: Access to the path 'resources' is denied.
   at System.IO.DirectoryInfo.MoveTo(String destDirName)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb4.<>c__DisplayClassb9.<>c__DisplayClassbb.<installPackageToAppDir>b__b2(DirectoryInfo subdir)
   at Squirrel.Utility.<>c__DisplayClass18`1.<>c__DisplayClass1a.<ForEachAsync>b__17()
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Squirrel.Utility.<>c__DisplayClass1e`1.<>c__DisplayClass20.<<ForEachAsync>b__1d>d__22.MoveNext()
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb4.<>c__DisplayClassb9.<installPackageToAppDir>b__b1(DirectoryInfo ld)
   at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb4.<<installPackageToAppDir>b__ad>d__bd.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
---> (Inner Exception #0) System.IO.IOException: Access to the path 'resources' is denied.
   at System.IO.DirectoryInfo.MoveTo(String destDirName)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb4.<>c__DisplayClassb9.<>c__DisplayClassbb.<installPackageToAppDir>b__b2(DirectoryInfo subdir)
   at Squirrel.Utility.<>c__DisplayClass18`1.<>c__DisplayClass1a.<ForEachAsync>b__17()
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Squirrel.Utility.<>c__DisplayClass1e`1.<>c__DisplayClass20.<<ForEachAsync>b__1d>d__22.MoveNext()<---

2016-04-25 20:07:59> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.IO.IOException: Access to the path 'resources' is denied.
   at System.IO.DirectoryInfo.MoveTo(String destDirName)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb4.<>c__DisplayClassb9.<>c__DisplayClassbb.<installPackageToAppDir>b__b2(DirectoryInfo subdir)
   at Squirrel.Utility.<>c__DisplayClass18`1.<>c__DisplayClass1a.<ForEachAsync>b__17()
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Squirrel.Utility.<>c__DisplayClass1e`1.<>c__DisplayClass20.<<ForEachAsync>b__1d>d__22.MoveNext()
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb4.<>c__DisplayClassb9.<installPackageToAppDir>b__b1(DirectoryInfo ld)
   at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb4.<<installPackageToAppDir>b__ad>d__bd.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__7a.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Squirrel.UpdateManager.<FullInstall>d__f.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at Squirrel.Update.Program.<Install>d__38.MoveNext()
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.Wait()
   at Squirrel.Update.Program.executeCommandLine(String[] args)
   at Squirrel.Update.Program.main(String[] args)
---> (Inner Exception #0) System.AggregateException: One or more errors occurred. ---> System.IO.IOException: Access to the path 'resources' is denied.
   at System.IO.DirectoryInfo.MoveTo(String destDirName)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb4.<>c__DisplayClassb9.<>c__DisplayClassbb.<installPackageToAppDir>b__b2(DirectoryInfo subdir)
   at Squirrel.Utility.<>c__DisplayClass18`1.<>c__DisplayClass1a.<ForEachAsync>b__17()
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Squirrel.Utility.<>c__DisplayClass1e`1.<>c__DisplayClass20.<<ForEachAsync>b__1d>d__22.MoveNext()
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb4.<>c__DisplayClassb9.<installPackageToAppDir>b__b1(DirectoryInfo ld)
   at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb4.<<installPackageToAppDir>b__ad>d__bd.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__7a.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Squirrel.UpdateManager.<FullInstall>d__f.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at Squirrel.Update.Program.<Install>d__38.MoveNext()
---> (Inner Exception #0) System.IO.IOException: Access to the path 'resources' is denied.
   at System.IO.DirectoryInfo.MoveTo(String destDirName)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb4.<>c__DisplayClassb9.<>c__DisplayClassbb.<installPackageToAppDir>b__b2(DirectoryInfo subdir)
   at Squirrel.Utility.<>c__DisplayClass18`1.<>c__DisplayClass1a.<ForEachAsync>b__17()
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Squirrel.Utility.<>c__DisplayClass1e`1.<>c__DisplayClass20.<<ForEachAsync>b__1d>d__22.MoveNext()<---
<---


Please help me resolve it
OKtoshi
Legendary
*
Offline Offline

Activity: 1135
Merit: 1004


OK


View Profile
May 08, 2016, 07:41:12 PM
 #46

ROKOS v6 Magic Flavors
Final tests done, to be released in the next days as soon as packing its done.

Permanent Integrated: OpenBazaar

Learn more about OpenBazaar at: http://rokos.space/cryptocurrencies.html

ROKOS Github:  https://github.com/okcashpro/ROKOS-OK-Bitcoin-Fullnode

OpenBazaar - 1 click / simple use - Integrated to menus




Pre-release screenshot

OK is open-source; its design is public, nobody owns or controls OK and everyone can take part.
Ilsk
Legendary
*
Offline Offline

Activity: 833
Merit: 1015



View Profile
August 24, 2016, 05:07:10 PM
 #47

Just created a new Telegram group about OpenBazaar, feel free to join https://telegram.me/OpenBazaarMarket
visaco
Sr. Member
****
Offline Offline

Activity: 359
Merit: 250


View Profile
February 28, 2017, 10:18:03 AM
 #48


I have told you NEM will make you a millionaire and we have made it ...IOST is the new baby Money making machine.  keep an eye on this little Monster...
d5000
Legendary
*
Offline Offline

Activity: 3906
Merit: 6218


Decentralization Maximalist


View Profile
March 05, 2017, 02:01:55 AM
 #49

I had (already a long time ago) an idea for merchant platforms. Perhaps it could be implemented in OpenBazaar?

The idea is to give sellers the option to back the Bitcoin price. (Important: It would be optional, not mandatory!)

Everyone who sets a fixed price in Bitcoin for an item is technically a "backer" of the Bitcoin price. But in the actual configuration of OpenBazaar and similar sites we cannot know if the seller won't change the price if the BTC/USD exchange rate goes down.

The idea is to give the seller the opportunity to guarantee a fixed price for a period of time, e.g. 24 or 48 hours. These sellers would then get a highlighting as a "Bitcoin backer".

It would be specially convenient for software/Apps/Games developers and digital media (ebook, video, porn etc.) sellers, because they have no marginal costs and every sale of a copy means profit for them. In the case of a (e.g.) ~15% crash they can expect a boom in sales.

There are even more complex "backing mechanisms" I can imagine ("flexible backing" techniques) but I want first to know if there is interest (or I could also start a thread about it as this kind of mechanism could also be integrated in centralized platforms).

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
March 05, 2017, 08:04:48 AM
 #50

I had (already a long time ago) an idea for merchant platforms. Perhaps it could be implemented in OpenBazaar?

The idea is to give sellers the option to back the Bitcoin price. (Important: It would be optional, not mandatory!)

Everyone who sets a fixed price in Bitcoin for an item is technically a "backer" of the Bitcoin price. But in the actual configuration of OpenBazaar and similar sites we cannot know if the seller won't change the price if the BTC/USD exchange rate goes down.

The idea is to give the seller the opportunity to guarantee a fixed price for a period of time, e.g. 24 or 48 hours. These sellers would then get a highlighting as a "Bitcoin backer".

It would be specially convenient for software/Apps/Games developers and digital media (ebook, video, porn etc.) sellers, because they have no marginal costs and every sale of a copy means profit for them. In the case of a (e.g.) ~15% crash they can expect a boom in sales.

There are even more complex "backing mechanisms" I can imagine ("flexible backing" techniques) but I want first to know if there is interest (or I could also start a thread about it as this kind of mechanism could also be integrated in centralized platforms).

wouldnt that be the same as price / coin pegging on the blockchain? ...

with the likes of david zimbeck at the helm of such developments in bitbay / blackcoin - it sounds like something that is already there in those developments ...

of course - i may be completely wrong ...

#crysx

Emerge
Legendary
*
Offline Offline

Activity: 854
Merit: 1000



View Profile
March 05, 2017, 09:11:53 AM
 #51

Hey there, what ports should I open for this to work btw? Also what kind? TCP/UDP?
I'm using Azure and endpoints are really annoying to work with
d5000
Legendary
*
Offline Offline

Activity: 3906
Merit: 6218


Decentralization Maximalist


View Profile
March 06, 2017, 06:13:28 PM
Last edit: March 06, 2017, 07:06:04 PM by d5000
 #52

wouldnt that be the same as price / coin pegging on the blockchain? ...

No, there would be no blockchain records - the "peg" would only exist in the OpenBazaar system. It would be completely decentralized, every merchant could decide if he wants to give a price guarantee or not and for how much time.

Of course, there would be an incentive needed to enforce that "price guarantee". So at least it should be visible if a merchant, in the past, has denied to deliver a good or service for a "pegged" price.

But as announcements on Internet selling platforms are legally binding, that should not be a major problem - it could be compared to the treatment of eBay scams where sellers deny to deliver if the auction outcome is too low for them. And I have also hopes that most of the "peggers" would treat such a system as a marketing tool to position themselves as "true Bitcoin supporters".

Quote
with the likes of david zimbeck at the helm of such developments in bitbay / blackcoin - it sounds like something that is already there in those developments ...

I didn't heard from that initiative, but it would be awesome if there already is such a system in development. Will investigate, thanks for the hint!

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
March 07, 2017, 04:33:41 AM
 #53

wouldnt that be the same as price / coin pegging on the blockchain? ...

No, there would be no blockchain records - the "peg" would only exist in the OpenBazaar system. It would be completely decentralized, every merchant could decide if he wants to give a price guarantee or not and for how much time.

Of course, there would be an incentive needed to enforce that "price guarantee". So at least it should be visible if a merchant, in the past, has denied to deliver a good or service for a "pegged" price.

But as announcements on Internet selling platforms are legally binding, that should not be a major problem - it could be compared to the treatment of eBay scams where sellers deny to deliver if the auction outcome is too low for them. And I have also hopes that most of the "peggers" would treat such a system as a marketing tool to position themselves as "true Bitcoin supporters".

Quote
with the likes of david zimbeck at the helm of such developments in bitbay / blackcoin - it sounds like something that is already there in those developments ...

I didn't heard from that initiative, but it would be awesome if there already is such a system in development. Will investigate, thanks for the hint!

well ...

these are interesting ideas ...

i think we both have some research to do Wink ...

#crysx

d5000
Legendary
*
Offline Offline

Activity: 3906
Merit: 6218


Decentralization Maximalist


View Profile
March 08, 2017, 07:51:01 AM
 #54

As I read here, the Bitbay feature you probably mean is the "Rolling Peg", but it seems more like a nubits-like mechanism to peg the currency to the USD.

My feature would not peg any currency to Bitcoin but only give an opportunity to merchants to give price guarantees.

Ideally, there would be also a "flexible backing" system: a mechanism that allows merchants to guarantee a price only if the BTC price moves downwards, but if it moves upwards automatically decreases the price (like in LocalBitcoins but with the "backing" feature enabled).

An example:
- An app developer sells his app for 0.001 BTC.
- The Bitcoin price goes up from 1000 to 1100 USD (1000 * 1.1)
- The developer's app now automatically costs 0.000909 BTC (0.001 / 1.1)
- The Bitcoin price falls back to 1000 USD
- The developer can choose that in this kind of event the price stays for the "guarantee period" (e.g. 24 hours) at 0.000909 BTC.

The advantage for the merchant is that he won't lose sales in rally periods, because his price relative to the USD then is stable - but he would win sales if the price goes down, because he gives users the opportunity to buy his goods/services for a lower price in USD. Again, this system would mostly benefit sellers of digital goods and other goods with low or zero marginal production costs.

But for now, a simple price guarantee system would be a cool first step.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Palaxidon
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


Hi, Im Bitcoin trader and crypto enthusiast.


View Profile WWW
May 26, 2017, 10:32:42 AM
 #55

I think Syscoin will be the #1 Decentralized marketpleace and will see great success. You should check it out guys. It has just growed so fast and they have marketing going on around the world now. They cooperated succesfully with big organizations and just Joined Jaxx Digital Asset Command Centre. Now also its Blockchain Foundry joins Microsoft,Blockstack as a founding member of the Decentralised Identity Foundation.
If you follow their Twitter, Facebook, Ann page and #SlackChannel then you will easily realize that Syscoin continues to be among the most professional, consistently delivering teams in crypto. Would be supercool to see if you cooperate together  Cool

jmxcursi
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
November 08, 2017, 07:16:51 PM
 #56

I added OpenBazaar to the Cheddur app (https://www.cheddur.com/) given the details I could find on the website. This will allow more people to learn about OpenBazaar and get started. We’ve also linked all of the coins, apps, etc. that OpenBazaar supports, this way new users can discover OpenBazaar based on the coins they own, where they live, or the devices they use.

Screenshots:

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

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

If you've used OpenBazaar, don't forget to leave a review! The more popular the service is (via ratings), the higher it will appear in search results Smiley
revelacaogr
Legendary
*
Offline Offline

Activity: 1316
Merit: 1021

2009 Alea iacta est


View Profile
November 09, 2017, 09:16:46 AM
 #57

Openbazaar Sees a Variety of New Vendors After Privacy Enhancements

https://news.bitcoin.com/openbazaar-variety-new-vendors-after-privacy-enhancements/


This past September the cryptocurrency-based decentralized marketplace, Openbazaar, launched its 2.0 platform with a slew of new features. Now a couple of months later, the marketplace seems to be seeing some significant growth as vendors from Darknet markets are starting to flock to the protocol’s benefits.

Privacy Enhancements Give Openbazaar a Boost
Openbazaar Sees a Variety of New Vendors After Privacy EnhancementsThis week news.Bitcoin.com took a tour through the search listings held on the Openbazaar 2.0 platform. The new version has three search engines including OB1, Duo, and Raw Flood which give users more depth while searching for products using Openbazaar. In addition to the improved search features, the platform now utilizes the Tor browser, has a native bitcoin wallet, Shapeshift integration, and offline stores. Just by visiting Openbazaar a user can see that these attributes have increased the amount of vendors and users exponentially, as there are more products to peruse than a just a few months ago........



chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
November 09, 2017, 03:28:46 PM
 #58

Openbazaar Sees a Variety of New Vendors After Privacy Enhancements

https://news.bitcoin.com/openbazaar-variety-new-vendors-after-privacy-enhancements/


This past September the cryptocurrency-based decentralized marketplace, Openbazaar, launched its 2.0 platform with a slew of new features. Now a couple of months later, the marketplace seems to be seeing some significant growth as vendors from Darknet markets are starting to flock to the protocol’s benefits.

Privacy Enhancements Give Openbazaar a Boost
Openbazaar Sees a Variety of New Vendors After Privacy EnhancementsThis week news.Bitcoin.com took a tour through the search listings held on the Openbazaar 2.0 platform. The new version has three search engines including OB1, Duo, and Raw Flood which give users more depth while searching for products using Openbazaar. In addition to the improved search features, the platform now utilizes the Tor browser, has a native bitcoin wallet, Shapeshift integration, and offline stores. Just by visiting Openbazaar a user can see that these attributes have increased the amount of vendors and users exponentially, as there are more products to peruse than a just a few months ago........





That's great news.

Though one observation, especially in the documentation in Git. Why is it that the term 'linux' automatically cirmvents all other distributions and suddenly means 'ubuntu' or 'debian'?

We run RHEL based servers. Centos 7 x64 and Fedora 26 x64, yet there is NO mention of anything along the lines of linux being these distributions also. Apart from that, not even a single mention of possible installs using the RHEL based systems. If there is, I cannot seem to find them.

Apart from that, this seems like a massive jump forward, and we will be looking at setting up a test system, and it will be via Centos 7 x64 (Server) with Fedora 26 x64 (Client).

Much appreciated for the OpenBazaar team from Adelaide Australia Wink

#crysx

Kprawn
Legendary
*
Offline Offline

Activity: 1904
Merit: 1073


View Profile
November 09, 2017, 03:59:36 PM
 #59

I have read somewhere that you guys are going to shift to Bitcoin Cash as the preferred payment option now or is this just

a rumour? I hope it is just a rumour, because I am surely not going to support a platform where the merchants are only

allowed to accept one type of coin. BTC is the worlds strongest coin and I think it will be a mistake to turn your back on that.


THE FIRST DECENTRALIZED & PLAYER-OWNED CASINO
.EARNBET..EARN BITCOIN: DIVIDENDS
FOR-LIFETIME & MUCH MORE.
. BET WITH: BTCETHEOSLTCBCHWAXXRPBNB
.JOIN US: GITLABTWITTERTELEGRAM
ignitiondefect
Full Member
***
Offline Offline

Activity: 145
Merit: 100


View Profile
January 25, 2018, 07:35:13 PM
 #60

Why are there so few posts on here?
Pages: « 1 2 [3] 4 »  All
  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!