Author

Topic: IOTA - page 266. (Read 1473233 times)

sr. member
Activity: 269
Merit: 250
July 21, 2017, 08:31:54 AM
member
Activity: 68
Merit: 10
July 21, 2017, 06:39:08 AM
Great interview with David Sønstebø (IOTA founder)

https://youtu.be/T2FJ9hH66b8
member
Activity: 112
Merit: 10
July 21, 2017, 06:09:00 AM
Does anyone know when IOTA will be added to more exchanges?
sr. member
Activity: 269
Merit: 250
July 20, 2017, 07:46:40 PM
Is it still early to buy IOTA coins?
People are talking that it will take months until we see results

https://forum.iota.org/t/publicly-announced-iota-real-world-projects-tracker/1820
sr. member
Activity: 269
Merit: 250
July 20, 2017, 07:43:52 PM
where can i buy iota?

Www.bitfinex.com
member
Activity: 364
Merit: 10
July 20, 2017, 07:40:06 PM
Is it still early to buy IOTA coins?
People are talking that it will take months until we see results
legendary
Activity: 1540
Merit: 1016
July 20, 2017, 07:28:44 PM
where can i buy iota?
sr. member
Activity: 262
Merit: 250
July 20, 2017, 06:52:06 PM
I'm a reasonably smart guy.  Not super smart.  Just semi-smart.  I've been a professional software engineer for over 35 years.  I've written a fair amount of bitcoin software in C++ and I feel like I understand blockchains in some level of technical detail.

I certainly had no problems understanding the original bitcoin whitepaper.

The IOTA whitepaper, on the other hand, that I really could not grok much of it at all.  Sure, I get some of the concepts, but it's all couched in some heavy math, technical jargon, and doesn't really explain a whole lot of things I still have questions about.

Is there a better non-technical explanation of IOTA out there, one that doesn't resort to just repeating the same marketing hype we have all heard up to this point?

Some questions I don't feel like the whitepaper answered, in particular, is a very detailed description of the data layout of the 'tangle'.

As a frame of reference, here is an article I wrote years ago which explains, in exact detail, how the bitcoin blockchain is represented down to each individual bit and byte.

http://codesuppository.blogspot.com/2014/01/how-to-parse-bitcoin-blockchain.html

Some questions I have are:

* Are all transactions which have ever occurred in IOTA stored without pruning?  And, if so, wouldn't this produce a database of unmanageable size at scale?  I read the entire whitepaper and not one word seemed to address this most basic of all questions.
* IOTA transactions do not appear to be confirmed instantly, like lightning network transactions are.  In fact, confirmation all seems super probabilistic.  It 'might be confirmed', 'maybe', if you wait long enough and check the score.  While I love the 'no fees' aspect of IOTA and that it doesn't require the crazy complex routing of LN, it's still not really superior to the Lightning Network necessarily.
* How are rules enforced?  What prevents any client from using t his own algorithm for selecting, ranking, processing transactions?  

I really view the lightning network as the most obvious competitor to IOTA and I'm not yet convinced IOTA is better.  
Long confirmation times, proof of work, massive data sets, these are all big negatives compared to LN.  Now, LN has it's own problems, so it's not super black and white. but it doesn't require proof of work and transactions are confirmed essentially instantaneously since the two parties merely exchange signatures.

I would be happy to write my own article that explains IOTA to the layperson, without mathematics or requiring a Phd, but I can't write such an article until I understand it myself.

I get that the math and all of that detail is important, and useful, but I really would like to understand the whole network at a much more basic level.  How are transactions submitted to the peer-to-peer network?  How much of the 'tangle' must be stored by any participant in the network?   Do they need a complete copy of the entire tangle and, if not, how does that work?  Is there the concept of 'full nodes' and 'spv like nodes'?  Do some nodes store the entire database?  Do they have a complete copy or an approximate copy?  If the databases are fragmented, meaning there is no one singular definitive copy like in a blockchain, how are they merged and reconciled?  How do 'light wallets' communicate with the rest of the network?

I'm going to keep digging for resources but so far all I have found is either 'marketing speak' (stuff which rattles off the amazing miraculous features of IOTA without any explanation how it works) or technical documents that require a PhD to understand and, even then, seem to ignore many practical questions and issues.


might this help? https://www.youtube.com/watch?v=T2FJ9hH66b8
yes, at the interview he explain there are permanodes that store the full history, in case anyone want it,
can't response any of your questions, i guess the lightnode works like electrum for bitcoin,

sr. member
Activity: 269
Merit: 250
July 20, 2017, 05:24:37 PM
I'm a reasonably smart guy.  Not super smart.  Just semi-smart.  I've been a professional software engineer for over 35 years.  I've written a fair amount of bitcoin software in C++ and I feel like I understand blockchains in some level of technical detail.

The current white paper is Tangle's white paper. Tangle is the distributed ledger for IOTA as blockchain for Bitcoin. I heard that a more comprehensive IOTA white paper will come out in the near future.

The team answered lots of questions at their AUA on the Reddit. You may find out some answers for yourself there - https://www.reddit.com/r/Iota/comments/6hugtq/ask_us_anything/
newbie
Activity: 29
Merit: 0
July 20, 2017, 05:19:27 PM
Fuck it. Bought some IOTA today. Lets go to the moon.
sr. member
Activity: 269
Merit: 250
July 20, 2017, 05:00:56 PM
Try switching to light mode and using one of the public nodes.
It does not have an option to switch to lite mode, because probably mobile wallet is already lite by itself. There are only these settings:
Node IP: node.iotawallet.info
Port: 14265

What he meant is that you can use desktop GUI light wallet - http://www.iotasupport.com/gui-lightwallet.shtml
newbie
Activity: 29
Merit: 0
July 20, 2017, 04:50:43 PM
Good and valid questions. I am not technical guy. Its all over my head. I would love to read if you publish a non-technical paper of IOTA.
member
Activity: 82
Merit: 10
July 20, 2017, 04:32:29 PM
I'm a reasonably smart guy.  Not super smart.  Just semi-smart.  I've been a professional software engineer for over 35 years.  I've written a fair amount of bitcoin software in C++ and I feel like I understand blockchains in some level of technical detail.

I certainly had no problems understanding the original bitcoin whitepaper.

The IOTA whitepaper, on the other hand, that I really could not grok much of it at all.  Sure, I get some of the concepts, but it's all couched in some heavy math, technical jargon, and doesn't really explain a whole lot of things I still have questions about.

Is there a better non-technical explanation of IOTA out there, one that doesn't resort to just repeating the same marketing hype we have all heard up to this point?

Some questions I don't feel like the whitepaper answered, in particular, is a very detailed description of the data layout of the 'tangle'.

As a frame of reference, here is an article I wrote years ago which explains, in exact detail, how the bitcoin blockchain is represented down to each individual bit and byte.

http://codesuppository.blogspot.com/2014/01/how-to-parse-bitcoin-blockchain.html

Some questions I have are:

* Are all transactions which have ever occurred in IOTA stored without pruning?  And, if so, wouldn't this produce a database of unmanageable size at scale?  I read the entire whitepaper and not one word seemed to address this most basic of all questions.
* IOTA transactions do not appear to be confirmed instantly, like lightning network transactions are.  In fact, confirmation all seems super probabilistic.  It 'might be confirmed', 'maybe', if you wait long enough and check the score.  While I love the 'no fees' aspect of IOTA and that it doesn't require the crazy complex routing of LN, it's still not really superior to the Lightning Network necessarily.
* How are rules enforced?  What prevents any client from using t his own algorithm for selecting, ranking, processing transactions?  

I really view the lightning network as the most obvious competitor to IOTA and I'm not yet convinced IOTA is better.  
Long confirmation times, proof of work, massive data sets, these are all big negatives compared to LN.  Now, LN has it's own problems, so it's not super black and white. but it doesn't require proof of work and transactions are confirmed essentially instantaneously since the two parties merely exchange signatures.

I would be happy to write my own article that explains IOTA to the layperson, without mathematics or requiring a Phd, but I can't write such an article until I understand it myself.

I get that the math and all of that detail is important, and useful, but I really would like to understand the whole network at a much more basic level.  How are transactions submitted to the peer-to-peer network?  How much of the 'tangle' must be stored by any participant in the network?   Do they need a complete copy of the entire tangle and, if not, how does that work?  Is there the concept of 'full nodes' and 'spv like nodes'?  Do some nodes store the entire database?  Do they have a complete copy or an approximate copy?  If the databases are fragmented, meaning there is no one singular definitive copy like in a blockchain, how are they merged and reconciled?  How do 'light wallets' communicate with the rest of the network?

I'm going to keep digging for resources but so far all I have found is either 'marketing speak' (stuff which rattles off the amazing miraculous features of IOTA without any explanation how it works) or technical documents that require a PhD to understand and, even then, seem to ignore many practical questions and issues.
hero member
Activity: 577
Merit: 500
July 20, 2017, 03:57:12 PM
Try switching to light mode and using one of the public nodes.

It does not have an option to switch to lite mode, because probably mobile wallet is already lite by itself. There are only these settings:
Node IP: node.iotawallet.info
Port: 14265

Use service.iotasupport.com
full member
Activity: 228
Merit: 100
July 20, 2017, 03:52:07 PM
Try switching to light mode and using one of the public nodes.

It does not have an option to switch to lite mode, because probably mobile wallet is already lite by itself. There are only these settings:
Node IP: node.iotawallet.info
Port: 14265
legendary
Activity: 1258
Merit: 1001
July 20, 2017, 03:51:29 PM
Now I am wondering why people are comparing this token with a completely different one?
There was a thread I was looking at which paired IOTA with Byteball.

Why? The only thing which I can see similarities would be they are based on the DAG network. Undecided
newbie
Activity: 3
Merit: 0
July 20, 2017, 03:42:17 PM
My Android Iota wallet stopped working (I can see balance only, but cannot see my addresses or send funds) with the following message:

"The connected node ist not fully synced yet"

How to solve the problem? I did not change any settings, all is the same as it goes from Play Market.


Try switching to light mode and using one of the public nodes.
legendary
Activity: 3304
Merit: 8633
icarus-cards.eu
July 20, 2017, 03:03:59 PM
i hope i can get/buy my first IOTA tokens @this weekend.

that would be nice for my "small" portfolio Grin Cool
full member
Activity: 228
Merit: 100
July 20, 2017, 02:54:47 PM
My Android Iota wallet stopped working (I can see balance only, but cannot see my addresses or send funds) with the following message:

"The connected node ist not fully synced yet"

How to solve the problem? I did not change any settings, all is the same as it goes from Play Market.
Jump to: