kamiyama
|
|
March 21, 2017, 12:16:41 AM |
|
hi, haven't read tho hold thread..
i really like byteball
anyone knows, how and when blackbyte-trading/selling/buying will be available?
is there already a price?
aaaaaand: how much space is a "fullnode" consuming on the drive? is it increasing like a blockchain?
https://byteball.slack.com#trading_blackbyte https://ydx.slack.com#gbb_btc
|
|
|
|
CryptKeeper
Legendary
Offline
Activity: 2044
Merit: 1055
|
|
March 21, 2017, 06:55:44 AM |
|
hi, haven't read tho hold thread..
i really like byteball
anyone knows, how and when blackbyte-trading/selling/buying will be available?
is there already a price?
aaaaaand: how much space is a "fullnode" consuming on the drive? is it increasing like a blockchain?
It's about 1.x GB and increasing.
|
Follow me on twitter! I'm a private Bitcoin and altcoin hodler. Giving away crypto for free on my Twitter feed!
|
|
|
doingdoing3000
Member
Offline
Activity: 91
Merit: 10
|
|
March 21, 2017, 07:17:25 AM |
|
It's about 1.x GB and increasing. [/quote] Thanks! But wasn't it said to be "without" blockchain? (sorry iam no coder, only use byteball and try it out) If there is data to process and store, what is is the advantage to bitcoin/ethereum/monero and stuff? I only want to understand it (before probably investing more)
|
|
|
|
somogyipeti
|
|
March 21, 2017, 07:34:59 AM |
|
Hi guys! What time is the next distribution of Byteball?
|
|
|
|
escapefrom3dom
|
|
March 21, 2017, 08:46:30 AM |
|
Hi guys! What time is the next distribution of Byteball?
april 11, 2017 at 06:08 utc (snapshot time and distribution comes after).
|
|
|
|
SatoNatomato
|
|
March 21, 2017, 09:46:41 AM |
|
It's about 1.x GB and increasing.
Thanks! But wasn't it said to be "without" blockchain? (sorry iam no coder, only use byteball and try it out) If there is data to process and store, what is is the advantage to bitcoin/ethereum/monero and stuff? I only want to understand it (before probably investing more) It is a database, but not a blockchain database, as LevelDB in bitcoin. In fact, this implementation stores the dag in a SQL database. Each wallet does not have to store the full dag, you can select to run a light wallet, in that case it wont use basically any storage aside from your keys and private assets. The advantage is all the features listed on byteball.org and being a DAG it has no architectural limit on scaling, only implementation and hardware is limiting.
|
|
|
|
Come-from-Beyond
Legendary
Offline
Activity: 2142
Merit: 1010
Newbie
|
|
March 21, 2017, 09:57:11 AM |
|
The advantage is all the features listed on byteball.org and being a DAG it has no architectural limit on scaling, only implementation and hardware is limiting.
It's wrong. As all distributed systems DAG is limited by https://en.wikipedia.org/wiki/CAP_theorem.
|
|
|
|
SatoNatomato
|
|
March 21, 2017, 10:23:48 AM |
|
The advantage is all the features listed on byteball.org and being a DAG it has no architectural limit on scaling, only implementation and hardware is limiting.
blahblah Dont you have more important things to do, such as updating the accounting book, I mean, the database of IOTA? Actually, I believe his is in the same boat as I. We cannot use the wallet to claim, but have to give David our information (old seed and a new address created with a new seed) so he submits it to CfB to be included in the next snapshot.
https://bitcointalk.org/index.php?topic=1216479.msg18269407#msg18269407And how long has your IOTA-coin been in production? "Consensus algorithm" still the same as middle-ages.
|
|
|
|
escapefrom3dom
|
|
March 21, 2017, 11:04:06 AM |
|
The advantage is all the features listed on byteball.org and being a DAG it has no architectural limit on scaling, only implementation and hardware is limiting.
It's wrong. As all distributed systems DAG is limited by https://en.wikipedia.org/wiki/CAP_theorem. quote from the source: CAP is frequently misunderstood as if one had to choose to abandon one of the three guarantees at all times. In fact, the choice is really between consistency and availability for when a partition happens only; at all other times, no trade-off has to be made.
|
|
|
|
miramare
|
|
March 21, 2017, 11:44:09 AM |
|
I install wallet v1.6.0 by using the light one. How can I switch to the full one now?
You can't switch wallet types and keep your addresses. You can only change wallet types with a new install (make sure your delete the user folder first)! But only with an empty wallet, because all bytes and blackbytes will get lost this way!After removing the light wallet and installing the new full one, can I restore the bytes with my seed of light wallet in the full wallet?
|
|
|
|
SatoNatomato
|
|
March 21, 2017, 11:55:10 AM |
|
I install wallet v1.6.0 by using the light one. How can I switch to the full one now?
You can't switch wallet types and keep your addresses. You can only change wallet types with a new install (make sure your delete the user folder first)! But only with an empty wallet, because all bytes and blackbytes will get lost this way!After removing the light wallet and installing the new full one, can I restore the bytes with my seed of light wallet in the full wallet? Yes you can, the seed will only restore the bytes, not any blackbytes or other private assets. Id go for solution, install full wallet on another device, pair them as multi-sig or transfer all bytes and blackbytes to the new full wallet, then remove light wallet and install full wallet on that device, then send them bytes and blackbytes back.
|
|
|
|
Come-from-Beyond
Legendary
Offline
Activity: 2142
Merit: 1010
Newbie
|
|
March 21, 2017, 12:08:39 PM |
|
Dont you have more important things to do, such as updating the accounting book, I mean, the database of IOTA?
Do you have a better counterargument? quote from the source:
CAP is frequently misunderstood as if one had to choose to abandon one of the three guarantees at all times. In fact, the choice is really between consistency and availability for when a partition happens only; at all other times, no trade-off has to be made.
Sorry, didn't bother to read the actual article. Try https://www.infoq.com/articles/cap-twelve-years-later-how-the-rules-have-changed: In its classic interpretation, the CAP theorem ignores latency, although in practice, latency and partitions are deeply related. Operationally, the essence of CAP takes place during a timeout, a period when the program must make a fundamental decision-the partition decision:
cancel the operation and thus decrease availability, or
proceed with the operation and thus risk inconsistency. Unless you put all 12 witnesses on a single machine you have to deal with the following situation: Blue balls are picked by 4 witnesses as the main chain, green balls are picked by other 4 witnesses and there is another version picked by the remaining witnesses (it's not shown to emphasize that noone can have a complete view of the DAG). Under high load every witness will pick its own main chain because none of them will see the whole DAG. The chance of that is high because In normal use, people mostly link their new units to slightly less recent units, meaning that the DAG grows only in one direction. is not true in high load, the DAG becomes very wide.
|
|
|
|
SatoNatomato
|
|
March 21, 2017, 12:17:46 PM |
|
Person who didnt read Byteball whitepaper, who didnt even know 1 witness change is allowed, who designed an IoT "coin" utilizing "Proof-of-**Work**", attempts to spread Fear Uncertainty and Doubt about Byteball ability to scale using computer sci-ency terms.
Now it sounds just like people who told Satoshi back in 2008, "but you cant solve Byzantine generals problem thats impossible".
|
|
|
|
Come-from-Beyond
Legendary
Offline
Activity: 2142
Merit: 1010
Newbie
|
|
March 21, 2017, 12:20:33 PM |
|
Person who didnt read Byteball whitepaper, who didnt even know 1 witness change is allowed, who designed an IoT "coin" utilizing "Proof-of-**Work**", attempts to spread Fear Uncertainty and Doubt about Byteball ability to scale using computer sci-ency terms.
I hope better counterarguments will be posted later, we don't want BB to be perceived as a platform based on memes instead of math, do we?..
|
|
|
|
miramare
|
|
March 21, 2017, 12:21:46 PM |
|
I install wallet v1.6.0 by using the light one. How can I switch to the full one now?
You can't switch wallet types and keep your addresses. You can only change wallet types with a new install (make sure your delete the user folder first)! But only with an empty wallet, because all bytes and blackbytes will get lost this way!After removing the light wallet and installing the new full one, can I restore the bytes with my seed of light wallet in the full wallet? Yes you can, the seed will only restore the bytes, not any blackbytes or other private assets. Id go for solution, install full wallet on another device, pair them as multi-sig or transfer all bytes and blackbytes to the new full wallet, then remove light wallet and install full wallet on that device, then send them bytes and blackbytes back. Ok, I can try this way. thanks.
|
|
|
|
SatoNatomato
|
|
March 21, 2017, 12:24:28 PM |
|
I hope better counterarguments will be posted later, we don't want BB to be perceived as a platform based on memes instead of math, do we?..
No, you have to try harder, your troll-post isnt even worthy of a real counter-argument. Ill give you a IOTA-style counter-argument. OK, its simple, just pick a Main Chain by random selection (Like IOTA Monte-Carlo tip selection algorithm), then ask developers to resolve any issues and make a "milestone-database" to build upon. Its still nice you are trying to spread distrust in Byteball ability to scale, now with pictures and colors. How quaint.
|
|
|
|
Come-from-Beyond
Legendary
Offline
Activity: 2142
Merit: 1010
Newbie
|
|
March 21, 2017, 12:47:32 PM |
|
I hope better counterarguments will be posted later, we don't want BB to be perceived as a platform based on memes instead of math, do we?..
No, you have to try harder, your troll-post isnt even worthy of a real counter-argument. Ill give you a IOTA-style counter-argument. OK, its simple, just pick a Main Chain by random selection (Like IOTA Monte-Carlo tip selection algorithm), then ask developers to resolve any issues and make a "milestone-database" to build upon. Its still nice you are trying to spread distrust in Byteball ability to scale, now with pictures and colors. How quaint. Ok, it's not really necessary to post counterarguments here, just make sure that when someone from Byteball team does AMA on Reddit or something similar, he is able to answer my questions. What I asked is just scratching the surface, these questions will come to anyone analyzing Byteball internal mechanisms. Regarding IOTA Monte-Carlo, check this - https://forum.iotatoken.com/t/iota-consensus-masterclass/1193.
|
|
|
|
SatoNatomato
|
|
March 21, 2017, 01:25:15 PM |
|
I hope better counterarguments will be posted later, we don't want BB to be perceived as a platform based on memes instead of math, do we?..
No, you have to try harder, your troll-post isnt even worthy of a real counter-argument. Ill give you a IOTA-style counter-argument. OK, its simple, just pick a Main Chain by random selection (Like IOTA Monte-Carlo tip selection algorithm), then ask developers to resolve any issues and make a "milestone-database" to build upon. Its still nice you are trying to spread distrust in Byteball ability to scale, now with pictures and colors. How quaint. Ok, it's not really necessary to post counterarguments here, just make sure that when someone from Byteball team does AMA on Reddit or something similar, he is able to answer my questions. What I asked is just scratching the surface, these questions will come to anyone analyzing Byteball internal mechanisms. It is not really necessary for you to FUD here. Is it? Your veiled attempts now at being nice to Byteball by "scratching the surface, asking questions analyzing internals" is ridiculous, reminds me of Eric Cartman "just asking questions, bro". If youre such a good programmer, on such a high shiny horse, analyzing Byteball internals, developing IoT non-scam coin, you would see the answer to your questions faster than it took you to color the pictures.
|
|
|
|
mkn2030
Newbie
Offline
Activity: 148
Merit: 0
|
|
March 21, 2017, 01:54:08 PM |
|
You can not always be a wallet ,
What should I do
|
|
|
|
Come-from-Beyond
Legendary
Offline
Activity: 2142
Merit: 1010
Newbie
|
|
March 21, 2017, 02:17:55 PM |
|
Your veiled attempts now at being nice to Byteball by "scratching the surface, asking questions analyzing internals" is ridiculous, reminds me of Eric Cartman "just asking questions, bro". If youre such a good programmer, on such a high shiny horse, analyzing Byteball internals, developing IoT non-scam coin, you would see the answer to your questions faster than it took you to color the pictures.
You overestimate my power.
|
|
|
|
|