Pages:
Author

Topic: BitBay OFFICIAL BITBAY Thread Smart Contracts Decentralized Markets Rolling Peg - page 54. (Read 542196 times)

legendary
Activity: 2412
Merit: 1044
Thank you for getting back so fast, I know how busy you are. My motivation for the post was your interview with Leah Zitter when she asked, "What do you want BitBay to accomplish this coming year?" You replied, "and best case scenario get some coders to work on a web based version of Halo. But the web version may not happen if the project doesn't become self-regulating. I want to focus on realistic short term goals."

This led me to believe you were dealing with limited coding resources. I was thinking there might be a fast, simple way to get the web version out. I just took a look on BitBay's site and saw you already have a full-stack JS coder (Slava) as well as several other coders, so it seems you have the bandwidth to do a complete re-write. Good on you.

The packages you mentioned (Linux and Mac) are stand-alone desktop apps. I was focusing on the web version. I was thinking WebHalo was going to be server-hosted site with the server handling all storage and socket I/O. That's why I used the terms client and server.

Now it appears you will be using a (Chrome at first?) extension to be the UI for the desktop apps. Right? The extension has full r/w access to all system storage and socket I/O. So the WebHalo extension will be able to create UDP/TCP sockets with arbitrary addresses. In fact, it will share fully equivalent functionality with the desktop apps without connecting to any host. Right?

The BitHalo is in Py2. If you were strapped for resources, you could use Transcrypt to transpile the Py to JS. Transcrypt requires Py3 as input. But then you would still have to handle the PyQt calls in some manner. But none of this is necessary since you have already coded it from scratch.

What did you mean when you said "self-regulating"? Kind of like an open source project that requires minimum input by the main author?

Bitmessage has not had a full-blown security audit. Do you view that as a concern? Do you think Loki is worth looking into?

I'm trying to get up to speed technically, but as in many other projects extensive documentation is the last step.

Disclaimer: All too often "piece of cake" transpiles to "kiss of death".



Ahh that interview. That's nice to hear you read it, that was a fun one. What I mean by self-regulating is fully decentralized. Basically the code I wrote was meant to be P2P and not modular. So to convert all of the code to JS even with a tool wouldn't work for web. Basically the Bitmessage network, the business logic and other things would prevent that from working. Bitmessage isn't very phone friendly. The team of coders has so far done a partial refactor of Halo code, they converted my Python peg logic to c++ and launched testnet, they started to code a demo of the markets with double deposit escrow. We do work on a tight budget with the bear market and all though so it's unclear if we will get the web/phone market where I envisioned it by spring or summer.

The model they set up is server based and that can not be used as a working product, only a demo. The downloadable software is already fully functional. The method I want and proposed for web is like this:

Markets go direct to IP routed from main site, peers form a master/slave group
Peers run "servers" voluntarily like docker nodes and receive signed/encrypted data from front end
Thus, the server cannot delete info before it's header expiry (no data is permanent but much is persistent)
If server breaks rules(deleting singed/encrypted data or making it illegible), the other peers replace by consensus with electing new master in list
Thus ALL web logic is client side. Clients may even check txid values on sites like chainz and our own nodes to ensure it's all correct

The current model is not that, it's just where all data goes to servers that don't process any client stuff but do centralize the market data.

The BitBay/Halo software is fully decentralized from the contracts, double deposit, bitmessage, no servers, etc. So the goal is to get the web markets to do
that. Peers must host data, that's the only proper way to shift liability away from third parties and secure users.

I don't think they use chrome extensions, just standard crypto JS libraries.

The system I want to build for WebHalo will be compatible with Desktop app because nodes will read Bitmessage for main markets and post on web (relay)
and then to communicate back both Halo and Web will know they must deal with the Web logic. Bitmessage then would only be for posting to desktop only.

Bitmessage has shown itself to be very secure. Although I've not audited all the code, the main concepts are solid. Peers encrypt and only decrypt what they
hold a key for. Channels are shared keys. Messages bounce from group to group hiding sender. Even if a sender could be correlated assuming a person
had many, many nodes it's still hard to say they are involved in enough groups to know that node is the original sender.

More importantly, encrypted messages which are channels gives plausible deniability that you can just say you aren't able to read the traffic even if you
forward it. It's very strong. Unlike TOR when it accesses unencrypted pages which means entry and exit nodes are more volatile, Bitmessage is encrypted end to end meaning no clearnet traffic is found by ISP. It's not perfect, but I think it's the best we have out there. Plus there is NO SERVERS! This is so superior to hosting an onion site in my opinion which in theory might eventually be uncovered by an ISP.

Lack of servers is the end goal to serving censorship resistant, peer to peer data. I feel Bitmessage is headed in the right direction despite the bulky POW which
can be replaced anyways with other methods such as proof you time locked funds.

We have a lot of help boxes in the code, there is some sparse documentation which is somewhat old it would be nice for someone with the technical expertise
to document all the software and code but I'm pretty much focused on looking forward for now.

I take it you are a coder or something?
jr. member
Activity: 64
Merit: 2
Thank you for getting back so fast, I know how busy you are. My motivation for the post was your interview with Leah Zitter when she asked, "What do you want BitBay to accomplish this coming year?" You replied, "and best case scenario get some coders to work on a web based version of Halo. But the web version may not happen if the project doesn't become self-regulating. I want to focus on realistic short term goals."

This led me to believe you were dealing with limited coding resources. I was thinking there might be a fast, simple way to get the web version out. I just took a look on BitBay's site and saw you already have a full-stack JS coder (Slava) as well as several other coders, so it seems you have the bandwidth to do a complete re-write. Good on you.

The packages you mentioned (Linux and Mac) are stand-alone desktop apps. I was focusing on the web version. I was thinking WebHalo was going to be server-hosted site with the server handling all storage and socket I/O. That's why I used the terms client and server.

Now it appears you will be using a (Chrome at first?) extension to be the UI for the desktop apps. Right? The extension has full r/w access to all system storage and socket I/O. So the WebHalo extension will be able to create UDP/TCP sockets with arbitrary addresses. In fact, it will share fully equivalent functionality with the desktop apps without connecting to any host. Right?

The BitHalo is in Py2. If you were strapped for resources, you could use Transcrypt to transpile the Py to JS. Transcrypt requires Py3 as input. But then you would still have to handle the PyQt calls in some manner. But none of this is necessary since you have already coded it from scratch.

What did you mean when you said "self-regulating"? Kind of like an open source project that requires minimum input by the main author?

Bitmessage has not had a full-blown security audit. Do you view that as a concern? Do you think Loki is worth looking into?

I'm trying to get up to speed technically, but as in many other projects extensive documentation is the last step.

Disclaimer: All too often "piece of cake" transpiles to "kiss of death".

legendary
Activity: 2412
Merit: 1044
Much obliged.

BitHalo has no server. Neither does Bitbay. The software is decentralized P2P run on top of Bitmessage. The contracts are double deposit escrow so nothing is
hosted and it's not possible to defraud the counter-party. The code is Python 2.7 and I didn't upgrade to Python 3 but that would be possible to do. It wasn't
necessary. It does work on Linux and Mac. There is something with Linux that seems to be an update or something that doesn't work with Pyelliptic so maybe that package should be updated with the newer version of Bitmessage.
jr. member
Activity: 64
Merit: 2
jr. member
Activity: 90
Merit: 3
How is WebHalo coming along?

The dev team is currently working on integrating DDE into the Web Marketplace


I thought (no expert here) that DDE is MS specific. How can DDE help Linux or iOS?

This is just nerd speak, no criticisms from me on an area I know absolutely nothing about.

I took a look at BitHalo. It's all in Py2.7. I would have broken it into separate client and server directories on the same box with something generic like pipes or semaphores for message passing.
After the whole thing was working on the same box I would have rewritten the client Py2.7 to Py3.7.
After the Py3.7 was working under Qt, I would have made raw DOM calls.
Then I would have passed it through Transcrypt to generate JS.

The client side could have stayed Py2.7 but with a speed-up like Cython or pypy.

Repeat, I don't know squat about what you're doing, just curious.

Thanks for your time.

Apologies for the confusion.
BitBay's Double Deposit Escrow (DDE) is an entirely different animal than MS Dynamic Data Exchange, which I assume you're referring to?

The Double Deposit Escrow used in BitBay's smart contracts is a process where both the buyer and seller can secure their deal without any third party involvement. It runs through the client (and soon the beta Web Marketplace), on Win, OSX, and Linux.

You can read more about BitBay's DDE here:
https://bitbay.market/blog/double-deposit-escrow
https://bitbay.market/double-deposit-escrow

As for BitHalo's (now BitBay) code methodology, might have to wait on David or one of the devs to respond to that one, as that's beyond my scope of knowledge.  Smiley

jr. member
Activity: 64
Merit: 2
How is WebHalo coming along?

The dev team is currently working on integrating DDE into the Web Marketplace


I thought (no expert here) that DDE is MS specific. How can DDE help Linux or iOS?

This is just nerd speak, no criticisms from me on an area I know absolutely nothing about.

I took a look at BitHalo. It's all in Py2.7. I would have broken it into separate client and server directories on the same box with something generic like pipes or semaphores for message passing.
After the whole thing was working on the same box I would have rewritten the client Py2.7 to Py3.7.
After the Py3.7 was working under Qt, I would have made raw DOM calls.
Then I would have passed it through Transcrypt to generate JS.

The client side could have stayed Py2.7 but with a speed-up like Cython or pypy.

Repeat, I don't know squat about what you're doing, just curious.

Thanks for your time.
jr. member
Activity: 90
Merit: 3
How is WebHalo coming along?

It is coming along great. The dev team is currently working on integrating DDE into the Web Marketplace, which will be yet another huge milestone for BitBay.
Once released, it will be the first web-based decentralized marketplace in existence, and will be accessible to everyone on any device.

You can read more about it here, in BitBay's most recent blog post:
https://medium.com/@bitbay/bitbay-in-2018-our-strongest-year-yet-34f2be94dab9
jr. member
Activity: 64
Merit: 2
How is WebHalo coming along?
legendary
Activity: 2412
Merit: 1044
There was no regulation that effected Basis in my opinion. It seemed like an excuse or an exit strategy. They got paid to have an idea and I'm guessing the refund wasn't worth it to investors.

Yeah as mentioned above, the system created in Bitbay is purely automated. Unlike other proposals, the freezing of coins is involuntary and therefore doesn't require incentives to maintain that would inflate the system or unfairly dilute or enrich users. Because the supply is dynamic, it can be experimented with. Users can choose to back the coin or not, to choose a fixed price or a moving peg price. Also because of all of this it's not volatile to regulation or loss of banking relationships because it's purely based on programming and not actions from anyone in the outside world.
jr. member
Activity: 90
Merit: 3

Regarding the PEG there some others interesting projects
that went live and that failed to went live.

Live:
https://www.havven.io
https://makerdao.com/dai

Failed due regulation:
https://insidebitcoins.com/news/top-funded-stablecoin-basis-shuts-down-due-to-sec-regulatory-constraints/201825

https://www.basis.io/faq  (interesting read about economics)

How would  Bitbay PEG compare to those?


Havven is crypto-collateralized, exposing its coin to risk of the underlying assets' volatility.
Maker's stablecoin is currently dependent upon the both integrity and volatility of Ethereum. (although they might have the option of changing that down the road)

BitBay's Dynamic Peg is non-collateralized and decentralized, making it impossible to regulate and not subject to the volatility of another asset. Its supply liquidity is controlled in a secure and democratic way, so there is zero counter-party risk. It is designed to be extremely elastic and black-swan resistant.  

Smiley
hero member
Activity: 1115
Merit: 535

Regarding the PEG there some others interesting projects
that went live and that failed to went live.

Live:
https://www.havven.io
https://makerdao.com/dai

Failed due regulation:
https://insidebitcoins.com/news/top-funded-stablecoin-basis-shuts-down-due-to-sec-regulatory-constraints/201825

https://www.basis.io/faq  (interesting read about economics)

How would  Bitbay PEG compare to those?
jr. member
Activity: 48
Merit: 1
I see testing of the peg has begun. How long are we realistically talking before Bitbay with the peg working is actually live on an exchange or ideally exchanges? Are we weeks away, months, a year? Just looking for a ballpark time frame, not a solid date. Been following Bitbay for a long time, looking forward to the future...
jr. member
Activity: 193
Merit: 3
Disclaimer:
BitBayDoc is NOT on the development team.
I am supportive of this project through my investment and staking of this coin.
It just sounds like I am on the Development Team because I actually have something intelligent to say about the coin.

And yes, I think One Penny is a ridiculously, almost comedic, price for this coin.
I continue to buy as much of this coin as I can afford.

I believe a drastic price change will occur once 3-5% the general population starts to get their feet wet once again in the Crypto Markets.
The blood bath going on since January has scared off a major wave of crypto investors - and with good reason!
Once the world's economies begin to tank more than they already are, and hyper-inflation hits, coupled with bank holidays, Bay (with its peg) will become the safe haven it was designed to be for trade around the globe.

@ Development Team:
Please put a check mark on the November/December Roadmap next to Dynamic Peg Exchange Testing.

Thanks
member
Activity: 155
Merit: 11
https://bitbay.market

You can use the calculator at https://staking.bitbay.market to work out the possibilities for earning staking rewards.

The following message appears by clicking on that link you pasted here:

Quote
Forbidden

You don't have permission to access / on this server.



Thanks for reporting that freigeist - it's back online now after a server reboot  Wink
hero member
Activity: 1115
Merit: 535

You can use the calculator at https://staking.bitbay.market to work out the possibilities for earning staking rewards.

The following message appears by clicking on that link you pasted here:

Quote
Forbidden

You don't have permission to access / on this server.

member
Activity: 155
Merit: 11
https://bitbay.market
Circulating Supply 1,012,146,906 BAY

Whats the staking rate of  BITBAY Coin ?
I don't have proper system so I am looking some online pool for it.
so can some please tell me whats the staking % of its and online pool for staking .
lets make example if I have 1000  BITBAY  coin How much I will get per day or week or else..
Any response would be appreciated.


You can use the calculator at https://staking.bitbay.market to work out the possibilities for earning staking rewards.
member
Activity: 155
Merit: 11
https://bitbay.market
From Doedz:
TESNET BitBay?  -  I think you mean TestNet, with a “t”.
Oh no !  -  OH YES!  Become a part of block chain history…

From BitBaydev:
Come and test drive the Dynamic Peg!
The world's first fully-decentralized stablecoin protocol is now available on the new BitBay testnet.
Join us in Slack using this invite link: https://buff.ly/2QpBM5o

“I don't want to follow things from all Altcoins, Bitbay do you think is good isn't it?
Altcoins are still altcoins that can only be runaway from other altcoins. LOL”
     @Doedz - Your words make no sense. LOL

“Bearish markets like this are better at 10% HODL Bitcoin and 90% HODL FIAT. LOL”
     @Doedz – markets like this are the best times to invest. Business 101.

My recipe for success is:
     30% HODL BitBay; 30% HODL Precious Metals; 30% Commercial Real Estate; 10% Fiat.
     And... A Day J.O.B. with a 50-60 hour work week.

Bit Bay is way, way undervalued...  I'm really starting to think about that peg launching, it's been a long time coming.
Even without the peg Bay should be valued between $0.76-$1.38 with all the features it has right now.  
Once the peg launches, who knows - $1.00-$2.00 in the beginning?  
Once people realize Bay exists with all its working features, it should be one of the leading Altcoins on the market.
LOL
It's funny about this development team and I like that, I read it here while laughing. LOL

Look at the Legendary here in this forum, they say they don't dare to HODL Altcoins, except Bitcoin, maybe they are afraid of HODL Bitcoin and only HODL 40% and that's the biggest.
FIAT is more valuable at a market like this because Bitcoin when it drops to the price of 1000-500 USD can buy more.

You say that because you really realize the development team BitBay must be strong enough to pump prices. But not for me who has the right to HODL Bitcoin and understand the situation.

I read this post while looking at the Tom and Jerry cartoon that continued to argue on the Samsung 44 icnh screen. LOL

No one on the development team has said anything about price or holding. Don't assume someone is from the development team.

Shorn
Project Manager @ BitBay
copper member
Activity: 449
Merit: 2
web3 developer | Youtuber
Circulating Supply 1,012,146,906 BAY

Whats the staking rate of  BITBAY Coin ?
I don't have proper system so I am looking some online pool for it.
so can some please tell me whats the staking % of its and online pool for staking .
lets make example if I have 1000  BITBAY  coin How much I will get per day or week or else..
Any response would be appreciated.
hero member
Activity: 1106
Merit: 502
@ Doedz,
Are you a bot?  Because your comments make no sense.  None at all.
I think you are a bot that tries to string together a conversation to confuse people.
However, you are the only one who sounds confused.  Very confused...

Poem:  Doedz you try to be funny and witty, but you are not.
I think you are a silly little bot. LOL
Did the Robot see the Tom and Jerry Cartoons? LOL

I'm the most handsome real man in California. LOL
I don't want to confuse someone.
I don't want to create a FUD for BitBay.

But I only give advice to all people who understand cryptocurrency.
Okay, you are a development team from BitBay and that should be as long as you support, but for me Bitcoin is more useful and valuable than BitBay.

So, for now I am HODL Bitcoin and FIAT because the market is Bearish.
jr. member
Activity: 193
Merit: 3
The Peg is coming.  Power to the people is coming.
Will the manipulated markets be happy or sad to see Bay succeed?
The investors who HODL and have patience will be rewarded.

BitBay - The World's First DE-centralized Market Place on the planet.
Completely Trustless / Unbreakable Contracts.  Completely Peer to Peer.
Recorded on a profound block-chain.  Who can handle the truth?
Buy and Sell Anything.  Barter for Anything.  Essentially Free Transactions.
What is this coin worth?  We shall soon find out it is certainly worth more than 1 cent.
Pages:
Jump to: