Author

Topic: Obyte: Totally new consensus algorithm + private untraceable payments - page 959. (Read 1234271 times)

newbie
Activity: 57
Merit: 0

TOR support

Exchange bot that allows to exchange BTC to Bytes and vice versa

The bot is running on testnet now

Great features, thank you tonych!
legendary
Activity: 1974
Merit: 1160
1. Byteball Private untraceable payments more anonymous than Monero, DASH and ZCASH? I'm right?
2. Is possible start Dice via chat bot?

Thanks!
yvv
legendary
Activity: 1344
Merit: 1000
.
Wonderful news, does the trading bot works for blackbytes too? I am interested in trading some blackbytes for white bytes...

It works for bytes only.
We'll have a bytes-to-blackbytes P2P exchange on the network.

These are excellent news.
sr. member
Activity: 336
Merit: 260
I don't like cheerleading..
Hmmm.. I miss the words… think I have to speak again with my bank   Cool
legendary
Activity: 965
Merit: 1033
Wonderful news, does the trading bot works for blackbytes too? I am interested in trading some blackbytes for white bytes...

It works for bytes only.
We'll have a bytes-to-blackbytes P2P exchange on the network.
hero member
Activity: 707
Merit: 501
...

Wonderful news, does the trading bot works for blackbytes too? I am interested in trading some blackbytes for white bytes...
tonych wrote that trading bot works only on testnet right now, so no, trading blackbytes for byteballs is not possible.
sr. member
Activity: 504
Merit: 250
Two news for today.

TOR support

Now all server based Byteball nodes can connect through TOR.  TOR support in GUI wallets will be added in one of the future releases.  TOR is supported in:

- merchant https://github.com/byteball/byteball-merchant
- headless wallet https://github.com/byteball/headless-byteball

Since Byteball merchants operate in chat interface (unlike web sites), they already don't have to accept incoming connections, therefore don't have to have a publicly known IP address, and TOR support means that they also can hide their IP addresses when making outgoing connections.  This allows them to be completely hidden.  At the same time, customers don't have to use TOR to chat with the merchant bot.

Being able to completely hide one's IP address is even more important for server based wallets that may store large amounts of funds online and be a lucrative target for attackers.  With the IP address hidden, the attackers simply do not know what server to attack, or it is much harder to learn.  So, for headless wallets, TOR allows to achieve better security, not just anonymity.  This is used in the new product which is the subject of our second news today.

Exchange bot that allows to exchange BTC to Bytes and vice versa

The exchange is as easy to use as ShapeShift.  No registration required.  To buy Bytes, you start the chat, send Bitcoins, and a few minutes later you receive the Bytes.  Same for selling Bytes.  You can also create a pending order and hope to get a better deal.



The bot is running on testnet now, see the link at https://byteball.org/testnet.html (you'll need a separate wallet for testnet).

The exchange is trustful, it holds customers' funds, even if it is for a short time.  To minimize risks, the exchange runs through TOR, which makes its IP address unknown to the attackers.  Since it operates in chat and doesn't have to accept incoming connections, you can run the exchange bot even in your bedroom, with the added advantage of being behind NAT.

As another measure to minimize its liabilities and the associated risks, the exchange bot discourages pending orders that are too far from the market price by allowing withdrawals only in the opposite currency and by allowing to modify the order's price only when it accelerates its execution.

Full source code and install instructions are at https://github.com/byteball/btc-exchange.

Please test the exchange on testnet by clicking its link at https://byteball.org/testnet.html, any feedback is appreciated.


Wonderful news, does the trading bot works for blackbytes too? I am interested in trading some blackbytes for white bytes...
sr. member
Activity: 504
Merit: 250

Is there a reason for the  specific number 2.1111 blackbyte for 1 byteball?
Why not just 2 for 1.

I think this is because of the denominators. Byteballs can be spent at any amount, not blackbytes. Blackbytes are like money, you can spend only use these denominators:

{denomination: 1, count_coins: 10,000,000,000},
{denomination: 2, count_coins: 20,000,000,000},
{denomination: 5, count_coins: 10,000,000,000},
{denomination: 10, count_coins: 10,000,000,000},
{denomination: 20, count_coins: 20,000,000,000},
{denomination: 50, count_coins: 10,000,000,000},
{denomination: 100, count_coins: 10,000,000,000},
{denomination: 200, count_coins: 20,000,000,000},
{denomination: 500, count_coins: 10,000,000,000},
{denomination: 1000, count_coins: 10,000,000,000},
{denomination: 2000, count_coins: 20,000,000,000},
{denomination: 5000, count_coins: 10,000,000,000},
{denomination: 10000, count_coins: 10,000,000,000},
{denomination: 20000, count_coins: 20,000,000,000},
{denomination: 50000, count_coins: 10,000,000,000},
{denomination: 100000, count_coins: 10,000,000,000}

That's how 2.111x10^15 come from.
legendary
Activity: 965
Merit: 1033
Two news for today.

TOR support

Now all server based Byteball nodes can connect through TOR.  TOR support in GUI wallets will be added in one of the future releases.  TOR is supported in:

- merchant https://github.com/byteball/byteball-merchant
- headless wallet https://github.com/byteball/headless-byteball

Since Byteball merchants operate in chat interface (unlike web sites), they already don't have to accept incoming connections, therefore don't have to have a publicly known IP address, and TOR support means that they also can hide their IP addresses when making outgoing connections.  This allows them to be completely hidden.  At the same time, customers don't have to use TOR to chat with the merchant bot.

Being able to completely hide one's IP address is even more important for server based wallets that may store large amounts of funds online and be a lucrative target for attackers.  With the IP address hidden, the attackers simply do not know what server to attack, or it is much harder to learn.  So, for headless wallets, TOR allows to achieve better security, not just anonymity.  This is used in the new product which is the subject of our second news today.

Exchange bot that allows to exchange BTC to Bytes and vice versa

The exchange is as easy to use as ShapeShift.  No registration required.  To buy Bytes, you start the chat, send Bitcoins, and a few minutes later you receive the Bytes.  Same for selling Bytes.  You can also create a pending order and hope to get a better deal.



The bot is running on testnet now, see the link at https://byteball.org/testnet.html (you'll need a separate wallet for testnet).

The exchange is trustful, it holds customers' funds, even if it is for a short time.  To minimize risks, the exchange runs through TOR, which makes its IP address unknown to the attackers.  Since it operates in chat and doesn't have to accept incoming connections, you can run the exchange bot even in your bedroom, with the added advantage of being behind NAT.

As another measure to minimize its liabilities and the associated risks, the exchange bot discourages pending orders that are too far from the market price by allowing withdrawals only in the opposite currency and by allowing to modify the order's price only when it accelerates its execution.

Full source code and install instructions are at https://github.com/byteball/btc-exchange.

Please test the exchange on testnet by clicking its link at https://byteball.org/testnet.html, any feedback is appreciated.
hero member
Activity: 1344
Merit: 656
Given that most transactions are 500-1000 bytes, only 10% is redeemed, and there are 8.8 * 1014 still undistributed bytes, if you do the math, you won't like this idea yourself.

I don't see where this number comes from. All of bytes will be distributed this way eventually. If you want to distribute them faster, you could redeem 90% of fees.

8.8*1014 is the number of remaining bytes to be distributed: In percentage, that is 100-10(first round)-1(tonych's)-1(first 100m users) = 88% of 1015 which is 8.8*1014. Distributing that amount only by redeeming a fraction of the fee would take quite some time.

I see. It will take around 10 trillion transactions to distribute all bytes this way. Is it too slow?

I actually have no idea about how many transactions are done daily (or on a regular basis), to assess if it would be too slow ... Does anyone know the number of transactions per day or how to estimate that number?
full member
Activity: 155
Merit: 100
If all distributions give 0.1 new bytes for every 1 byte.
You have 10 GB and there are still:

1 distribution, you are going to have 11GB
2 distribution, you are going to have 12.1GB
3 distribution, you are going to have 13.31GB
4 distribution, you are going to have 14.64GB
5 distribution, you are going to have 16.10GB
6 distribution, you are going to have 17.71GB
7 distribution, you are going to have 19.48GB
8 distribution, you are going to have 19.48GB
9 distribution, you are going to have 21.43GB
10 distribution, you are going to have 23.57GB
11 distribution, you are going to have 25.93GB
12 distribution, you are going to have 28.53GB
13 distribution, you are going to have 31.38GB
14 distribution, you are going to have 34.52GB
15 distribution, you are going to have 37.97GB
yvv
legendary
Activity: 1344
Merit: 1000
.
Given that most transactions are 500-1000 bytes, only 10% is redeemed, and there are 8.8 * 1014 still undistributed bytes, if you do the math, you won't like this idea yourself.

I don't see where this number comes from. All of bytes will be distributed this way eventually. If you want to distribute them faster, you could redeem 90% of fees.

8.8*1014 is the number of remaining bytes to be distributed: In percentage, that is 100-10(first round)-1(tonych's)-1(first 100m users) = 88% of 1015 which is 8.8*1014. Distributing that amount only by redeeming a fraction of the fee would take quite some time.

I see. It will take around 10 trillion transactions to distribute all bytes this way. Is it too slow?
sr. member
Activity: 784
Merit: 425
Is following a very successful course. From 0,015 to 0,25 I think when you think about entering the bigger stock market for the first stage.
sr. member
Activity: 378
Merit: 250
@tonych

Why don't you change the distribution such that it rewards actual users of byteball? You could code a smart contract such that every tenth transaction fee is redeemed from undistributed reserve. This way the amount of bytes in circulation would grow with the same pace as usage.


This proposal is not bad at all. But one big agreement must be:

The new coins only goes to new users. The problem: i could make 10k adresses to reach many byteballs. So this proposal needs more clarifications.




My idea is to reward frequent users. Right now, everybody can buy bytes at the market to pay tx fees. Let everybody pay first, than make a snapshot every so often, and redeem each address a fraction of fees which it payed (e.g 10%). This way it does not matter how many addresses one individual has, he still needs to pay first to be redeemed later. And this puts whales out of the loop unless they become frequent users.

For example, exchanges will be frequent users and get redeemed a lot, but this will benefit their users, since exchange can charge less fees.

Given that most transactions are 500-1000 bytes, only 10% is redeemed, and there are 8.8 * 1014 still undistributed bytes, if you do the math, you won't like this idea yourself.

I don't see where this number comes from. All of bytes will be distributed this way eventually. If you want to distribute them faster, you could redeem 90% of fees.

The problem exists if you get more bytes from the undistributed store than what the fee would have costed.

So average transaction cost 588bytes - if every 10th transaction would earn me more than 5880 bytes, someone would just write a short script to send transactions between his/her wallet - and siphon off all the undistributed bytes!

What is OK is to just "write-off" the 10th (or one randomly selected transaction between 10 - 64), no matter its cost but capped to 10kb, to be given to sender from undistributed reserve. This would mean, most transactions cost as protocol says - but sometimes you get lucky and have your transaction payed for by the undistributed reserve. This scheme would just lower the cost of doing transactions in the growing/initial phase of byteball. Its not a method of distribution of all bytes.
hero member
Activity: 1344
Merit: 656
Given that most transactions are 500-1000 bytes, only 10% is redeemed, and there are 8.8 * 1014 still undistributed bytes, if you do the math, you won't like this idea yourself.

I don't see where this number comes from. All of bytes will be distributed this way eventually. If you want to distribute them faster, you could redeem 90% of fees.

8.8*1014 is the number of remaining bytes to be distributed: In percentage, that is 100-10(first round)-1(tonych's)-1(first 100m users) = 88% of 1015 which is 8.8*1014. Distributing that amount only by redeeming a fraction of the fee would take quite some time.
yvv
legendary
Activity: 1344
Merit: 1000
.
@tonych

Why don't you change the distribution such that it rewards actual users of byteball? You could code a smart contract such that every tenth transaction fee is redeemed from undistributed reserve. This way the amount of bytes in circulation would grow with the same pace as usage.


This proposal is not bad at all. But one big agreement must be:

The new coins only goes to new users. The problem: i could make 10k adresses to reach many byteballs. So this proposal needs more clarifications.




My idea is to reward frequent users. Right now, everybody can buy bytes at the market to pay tx fees. Let everybody pay first, than make a snapshot every so often, and redeem each address a fraction of fees which it payed (e.g 10%). This way it does not matter how many addresses one individual has, he still needs to pay first to be redeemed later. And this puts whales out of the loop unless they become frequent users.

For example, exchanges will be frequent users and get redeemed a lot, but this will benefit their users, since exchange can charge less fees.

Given that most transactions are 500-1000 bytes, only 10% is redeemed, and there are 8.8 * 1014 still undistributed bytes, if you do the math, you won't like this idea yourself.

I don't see where this number comes from. All of bytes will be distributed this way eventually. If you want to distribute them faster, you could redeem 90% of fees.
legendary
Activity: 2044
Merit: 1055
Just created a thread,

Go here to send and receive kilobytes from fellow bitcointalkers.

https://bitcointalk.org/index.php?topic=1747361.new#new

Good idea! Thanks for creating such thread.

 Smiley  Smiley  Smiley
legendary
Activity: 2044
Merit: 1055
Better go to slack for trading!

There is a slack channel #trading for Bytes and #trading_blackbytes for Blackbytes, please go there if you want to buy, sell, exchange Bytes and Blackbytes or want to speculate about the price!  Grin

There's also an automated order book at #book (Bytes asks and bids only):
Quote
List of commands:
ASKS
BIDS
ASK
BID
REMOVE ASK
REMOVE BID

Please keep this in mind for your own safety:

Quote
Little guide for Byteball trading

This slack channel is for discussing Byteball trading and for organizing such trades. Please be aware that at the moment, the only way to trade safely is through a reputable escrow middleman! Even if you think you know the guy who you want to trade with, you should better trade through an escrow! We've already seen lots of scammers who try to impersonate well-known community members. So proceed with due diligence and always make sure that you are dealing with the right person, especially your escrow middleman. Only use registered escrow services and compare the usernames and bitcoin addresses carefully before you send someone your precious coins!

Registered escrow services:

@yassinnxt
Registered escrow bitcoin address: 153tSmxbKfby652LUyYdYEZhoxY9RzHYrz
Fee: 1% in BTC (from Byteball buyer)
(approx. 2700 BTC escrowed so far)

@seccour
Registered escrow bitcoin address: 1Hx3kxKbYyNgGyqzLB5Qw8BA8dZbuu1Xjn
Fee: none (tips accepted)
(over 500 BTC escrowed so far)

@martis
Registered escrow bitcoin address: 1pMPHbinYokoXEDav5J3tkto14rxBSwx9
Fee: 1% in BTC (split 50/50 between buyer and seller)

Get your slack invite here: http://slack.byteball.org/
sr. member
Activity: 378
Merit: 250
Just created a thread,

Go here to send and receive kilobytes from fellow bitcointalkers.

https://bitcointalk.org/index.php?topic=1747361.new#new
legendary
Activity: 1540
Merit: 1000
Another scam attempt, please everybody made very careful about fake conversations in DM
If the scammer says sent BTC, always check my btc address, I have only One BTC address and it's that one :


https://blockchain.info/address/153tSmxbKfby652LUyYdYEZhoxY9RzHYrz

No problem acting as Escrow for your deal.

Seller = xxxxx
Buyer =  louisieth1
Goods : xxxxx @ 5.4BTC

No escrow fee but tips are welcome

  • xxxxx please transfer xxxxGBB to my Escrow address: BUSOXIQ53PJYOXQPFDE76W7U2SRDXHEV

    Never send to any other address!!

The Escrow address can be verified in my main Escrow thread : www.bitcointalk.org/index.php?topic=303281

  • louisieth1 after confirmation please send payment directly to xxxxx
  • xxxxx after you have received payment please notify me to release the BTC to louisieth1.

Thanks,
Yassin


-----BEGIN PGP SIGNATURE-----
Version: Keybase OpenPGP v2.0.20
Comment: https://keybase.io/crypto

wsBcBAABCgAGBQJVsjddAAoJEAc+fowFxS8MUmsIAIjLOqrHgIt5JPbMnGcK9yJh
WhcCQ+0hA8bXEMFTzWLqlzN8sbR5E+ZIO/HQOEDtYJ7RkFIxKHAAWFGNXhyljGOL
d3mFuIzLqpT0aP4JKs2BBQz1eGTroVXvimSyAzx8xNcSmcmqs1kqkforK6ANX0Xp
zFBcwDzEma51Lk3wy7fDfczmAopAbhDaqovcqSK/hK3fmRWhxq0P97zqspRG6Y/h
wW5c9fgXY91J1SzTdj3YJxasERottM9QlO1x4XhV1SD2M4jxXuhmmkMvkz8gazCI
/idGFkBfg7eSMTcHdIBMzRWwT2jHn0Q3VVVp3xZpilotxUU87C+TkDP/lfQK82w=
=lCcE
-----END PGP SIGNATURE-----

Jump to: