Hi, Everybody π <center></center> <div class="text-justify"><i> Once again we are back with an <code><b>another interesting article</b></code>. As you all might have noticed that up until now we have been concentrating more on platforms and protocols based projects but then we thought <code>why not spice up things a bit</code> for this particular article and <code>move our focus towards the currency part of the cryptospace</code>. Choosing a coin for our discussion was not that easy for us as there are a lot of good options in the market but we had to and so at-last we picked a very interesting project which has recently gained a lot of traction from the investors. The project/coin is none other than <code><b>Nano</b></code> formerly known as Raiblocks. We found this project a bit unique and thought of unveiling the <code><b>ins and outs of this project</b></code> before you so that we can make better decisions. So what are we waiting for let's get started my friends, shall we? π To start off with our discussion let's have a look at <code><b>current issues being faced by cryptocurrencies</b></code>. πΈ<code><b>Poor Scalability</b></code> - If are aware of the term <code><b>block size</b></code> then we are pretty much sure you know that in most of the cryptocurrencies that are being mined per block basis, <code>because the size of each block is limited </code>as defined by its block size, <code>the no of transactions</code> that can be processed <code>per sec or you can say fit into a block is also limited</code> and thus, is the main bottleneck. πΈ<code><b>High latency</b></code> - Trying to buy something in a grocery store and waiting in the queue for minutes before our transaction gets confirmed by the network π is definitely not what we would want in a cryptocurrency if we intend to use it in our day to day life. <code><b>Would you ? </b></code>Sadly this is the current scenario with most of the so-called cryptocurrencies and are so far from being used over regular traditional methods. We want a <code><b>low latency</b> cryptocurrency which behaves just like handing over cash πΆ to someone </code>or paying via a card. πΈ<code><b>Power efficiency</b></code> - Most of the time we hear someone saying Bitcoin is the one currency we will be using paying for goods and services in the future. But if we think logically for a while, one of the most important reasons people want to use cryptocurrencies in the first place is <code>to find an alternative to banks so as <b>to avoid a hefty fee</b> as commission just for transferring money</code>. <code><b>So what is the purpose of using a crypto whose transactional fees are high</b></code> due to the fact that processing of transactions is requiring tremendous energy<sup>β‘οΈ</sup> to complete just like in the case of PoW (Proof of Work). This is kinda <code><b>contradictory situation</b>.</code> Nano has implemented some <code><b>unique solutions</b></code> in an attempt <code><b>to tackle some of the above problems</b></code> . If we look at <code><b>Bitcoin</b></code> or any other similar cryptocurrency one thing you will get to notice is that they all <code><b>focus on keeping track of transactional amounts</b></code> in the network which requires a lot of time and computational resources. In order to target this issue, <code>Nano has adopted a <b>hybrid of DAG(Directed Acyclic Graph) and blockchain</b></code> based architecture <code> called <b>Block Lattice which keeps track of user account balances</b> rather than their transactional amounts</b></code>. This significantly reduces the overload on the network. <center></center> # <center><code><b>π΅ Main components of Nano Network π΅</b></code></center> --- <center> <sup><code>Block Lattice architecture</code></sup> </center> πΉ<code><b>Account</b></code> - An <code><b>account is an entity in a wallet</b></code> which serves the purpose of sending and receiving transactions and is represented by a unique address also known as the account's public key. <code><b>Each account</b> in the network <b>has its own blockchain</b> which only the account holder can modify.</code> πΉ<code><b>Blocks</b></code> - In Nano, each account maintains a chain of interconnected blocks which are basically <code><b>digital encoding</b> of a transaction</code> and each block can <code>store a <b>single transaction</b></code> only. The type of transaction depends on what function the account user wants to execute. Blocks are basically of the following types : * <code><b>Send block</b></code> - Whenever a user wants to send fund from his account to another account he uses this particular block. One important point to note here is that once this block is broadcasted to the network, the <code>amount in this block is <b>irreversibly deducted</b> from the balance of the sender's account</code>. * <code><b>Receive block</b></code> - As you can guess from the name it is used to receive funds. * <code><b>Open block</b></code> - This is the <code>first block in every account's blockchain</code> and functionally same as a receive block but <code>used to <b>create</b> an account</code>. * <code><b>Change block</b></code> - This block is used whenever the <code>account owner wants to <b>change</b> the <b>representative</b> of his account</code>. At this point, if you are unaware of what a representative is in this context don't worry, think of it like an account whom you appoint to vote on behalf of you. πΉ<code><b>Ledger</b></code> -In short this is the collection of all user accounts. πΉ<code><b>Node</b></code> - The term <code>node</code> here doesn't <code>mean</code> a mining node but <code><b>any client</b> connected to the Nano Network</code>. The client/software manages the ledger and the accounts associated with that node. <center></center> <b>For example, if you are running the client software then your computer will be a node</b> and you will be able to modify your account blockchain. # <center><code><b>How the network functions?</b></code></center> ---- <center></center> Before you could send and recieve any funds using the Nano Protocol you need to <code><b>create a wallet</b> which will hold all your accounts</code>. <code>Each</code> of these <code>accounts will <b>have their own blockchain</b></code> as being said before and <code>recognised by their 64-byte address also known as the <b>public key</b></code>. This is the key you would give to anyone if you want to receive funds. But first thing first, to start off any account the very first block of transaction in the account chain is an <code><b>Open Block transaction</b></code> (see above) which you <code>need to do right after the first receipt of fund</code>, or so to speak someone has to send you some Nano before you could open our account and right after that you need to do the Open Block transaction. Sorry, this is as simple we can go for the time being. <center> <sup>[Block Explorer](https://www.nanode.co/block/730BD6921758DFDC889F8155C5C8EB573C6727775E20F3CEE1D414DFC2220637)</sup> </center> From the above pic you can notice the <code><b>representative field</b></code> and this basically <code>asking who do we want to appoint for voting on behalf of our account</code>. This field can be a <code>different account address or same as our account address </code> as per our choice but is required. You may be thinking, Ok what? What is voting now? Don't worry follow us along and you will get to know. <center></center> Let say, <code>flamingirl</code> is done setting up her new fresh account, and now would like to <code>send <b>0.1 Nano</b> to one of her friends</code>. To achieve this she would <code>do a send block transaction</code> on her account chain (remember block lattice) and <code>immediately after the send block is published to the network</code> by the node she is running (in this case the device she is using) the amount in the send block which in this case is <code><b>0.1 Nano</b> is irreversibly deducted from flamingirl's account</code> and balance is updated on her side and <code>show pending</code>. This process happens almost instantly as it happens only on flamingirl's account chain and not on everybody's account chains. This is a big advantage Nano has over other cryptocurrencies which <code>makes <b>transactions</b> on the network <b>seems instantaneous</b> and <b>solves the high latency issue</b></code> that has been crippling other coins. <center> <sup>[Block Explorer](https://www.nanode.co/block/DED555CE596E54F783424BA3DEC0B6EEF26E9E865DE1FCA3B58264555FC184E8)</sup> </center> Apart from this <code>each block in an account chain can hold only one transaction</code> but don't let that fool you friends. As <code>multiple multiple account chains can operate simultaneaouly</code> the network infact works better as no of node increases and this <code><b>solves the scalability issues</b></code> to a great extent. <center></center> <center> <sup>[Block Explorer](https://www.nanode.co/block/AD93AE771E883680C18502A7AEBA7B63465F2FB3830F0833DD49A54A5AE133BB)</sup></center> In the above step when flamingirl's send block is published to the network the balance on her account chain is immedialety updated and would show pending until her friend say <code>Pankaj create a receive block on his own account chain</code>. <code>Once the block is <b>broadcasted</b> then only the send funds are added to Pankaj's <b>previous balance</b></code> and updated. <center></center> <center> <sup>[Block Explorer](https://www.nanode.co/block/C49B1F932BE6A6319E5789ACE7D4B34F352D69369643442BF7339B898DCD8AC3)</sup></center> There is one more transaction called <code><b>change block</b></code>. This transaction is created by an account owner whenever he/she want to change the account representative. One more thing to notice her is the fee incurred when creating this block is also Zero. <center></center> Well if you remember us telling you that <code>when flamingirl created her new account</code> using the Open Block transaction <code>she had to choose a representative </code>for her account who would have the right to vote on her behave. These <code>representatives are accounts which <b>vote in the case of a fork or conflict</b> in the network</code>. If flamingirl thinks she will be connected to the network most of the times then <code>she could choose her own account address as the representative</code>. Otherwise, if she thinks that her account would not reliably be able to participate in the voting due to some connectivity issue than <code>she can assign someone else's account as her representative</code>. Also its important to remember here that the <code>representative <b>only gets to vote and not spend the balance</b> of flamingirl's account</code>. Doesn't it sound like delegating your steem power to someone else's account here on steemit, if yes then congrats, you have just got what we are trying to convey with all the jaron above π. Oh yeah... we knew it, <code><b>you are smart</b></code>. Okay we think after reading all the stuff above you guys are getting comfortable a bit <code>still we haven't yet answer one more important question and that is why do we even need to vote in the network ?</code> Does it work on some Proof of Stake consensus mechanism where users need to vote? A clear answer to this question is that - no, <code>Nano doesn't work on Proof-of-Stake but do requires voting due the fact that as each user account owner can modify their own blockchain so their is a possibility that some can perform malicious attempt to fork their account-chain and broadcast that to the rest of the network</code>. To tackle this issue whenever a fork is detected a representative will create a vote referencing the block previous to the forked block and broadcast it to the network. After the voting process, the most popular block with the majority of votes will be retained in the node's ledger. Also, a point to remember that <code>multiple accounts can have the same representative to vote on their behalf</code> and in this case the <code>voting weight of the representative will be the <b>combined voting weight</b> of all the accounts that have assigned it to vote</code>. Again it sounds like delegation on steemit you see, it's easy hahaha... <center> <b><sup><code>Forking in Account chain to be solved by Representative voting.</code></sup></b> </center> # <center><b>What is the <code>work field</code> ?</b></center> --- In all the four transactions (open, send, receive and change) you may have also noticed that their is a <code><b>work field</b> which allows the transaction creator to calculate a nounce such that the hash of the nounce when concatenated with the previous field in the transactions (send/receive/change) or the account field in an open transaction falls below a certain threshold value</code>. The mechanism used is <code><b>PoW</b></code> (Proof of Work) but it's not used in the sense it is used in the Bitcoin network but <code>used as an <b>anti-spam mechanism</b> to prevent bad actors from flooding the network with valid but unnecessary transactions</code>. ### <center><code>π Conditions for a block added to the account-chain to be valid</code></center> --- * The account chain <code>must have an <b>open block</b></code>. * The block added <code>must not be a <b>duplicate</b> transaction</code>. * The block <code>must be <b>signed</b> by the account chain owner</code>. * The <code>previous block</code> to the block being added <code>has not been <b>forked</b></code>. * The <code>computed hash falls within the <b>PoW threshold</b></code>. * If it's a send block the balance must be less than previous balance. Or if it's a receive block the source hash block has not been redeemed yet. # <center><code>Pros β </code></center> --- πΉ <code><b>Near Instant transactions</b></code> - As there is no extra overhead to a transaction other than to just create a send or receive block on your account chain and broadcasting to the network to have the balance immediately and asynchronously updated. The transaction in the Nano network seems almost instant. πΉ <code><b>Zero Fees</b></code> - The Nano network <code>doesn't require any resource hungry device to operate</code> so fees of sending and receiving funds are zero. Your node can also be your smartphone connected to the internet. πΉ <code><b>More scalable</b></code> - <code>Multiple account-chain can operate simultaneously and asynchronously</code> and so the network can handle a lot of transactions. πΉ <code><b>Representatives</b></code> - This coin provides the <code>relaxation of appointing a representative to vote on behalf</code> of a user. This is a very unique feature as it's not possible for some users to remain connected to the internet 24x7. # <center><code>Cons β οΈ</code></center> --- πΈ Since the architecture of Nano is very different from the most of the coins, therefore it becomes <code><b>difficult for exchanges to list nano</b></code> as they have to deal with it in a custom manner. That's the reason you will not find Nano in many exchanges. πΈ <code><b>Not many wallets and exchanges</b></code> available for users to store and trade Nano. πΈ Because of the use of DAG a <code><b>significant no of nodes is required initially to get it going</b></code> . </i></div> <center><code><b>Uff, tired right, so are we. With this we are wrapping up this article here and as always</b></code></center> <center><code><b>Thanks for reading π</b></code></center> <div class="text-justify"> ## <center><code><b>πΆ Disclaimer πΆ</b></code></center> Everthing in this article is <code><b>not any sort of investment advice</b></code>, kindly use your own brain while making decisions as we am not liable for any of your profit or loss following any of the material here on steemit.π </div> *** ### This article was written by @pankajborah and @flamingirl. # # https://steemitimages.com/DQmcZwa52FAPUoXpLYCU4mSLqxHRoZkdtoNgZc9o5tSRWLz/separtors.png # If you liked reading this article, feel free to **FOLLOW US, UPVOTE and RESTEEM**! It's always appreciated =D. Thank you all for your support and see you soon for a new flamingirl's adventures! # #  # # https://cdn.steemitimages.com/DQmT3sS92t4pfXQ7ETkSUTBkzCaHLt1ygcTPAANAx6AGJRk/UPVOTE%20BLINKING.gif
author | flamingirl |
---|---|
permlink | nano-coin-xrb-an-indepth-overview |
category | blockchain |
json_metadata | {"tags":["blockchain","cryptocurrency","altcoin","blocklattice","crypto"],"users":["pankajborah","flamingirl"],"image":["https://cdn.steemitimages.com/DQmaPztgJQUEDghXiK6PCcPGopgb3weYxZ2q1sQFXYfNFxE/banner.gif","https://cdn.steemitimages.com/DQme9WmJVYwvrbZKa3PqHC684AwDyCvS24LzXzpYaXVrkg2/nano_explain.gif","https://cdn.steemitimages.com/DQmTBBipJz32aTVR5MLoJFAVn521jM7ASSEw2G6MT9it92J/block_lattice.gif","https://cdn.steemitimages.com/DQmedyByMzmwM1RkYvr8M8aPvvT6wvFaGegPzcygD6krxAW/nano.gif","https://cdn.steemitimages.com/DQmbKWc1CfLfFwWz1vRmh1DhjAVtfiUVApzkjZMT6LWbwNw/account_creation.gif","https://cdn.steemitimages.com/DQmSTgKM7BGpuaBwpJcBUHb6VdtSDCxLrQqasjhyWRTGS94/open1.png","https://cdn.steemitimages.com/DQmZdvxCLPx1CGJ7774NfV5fovdpom5vy721oG8z9fwAmGV/send.gif","https://cdn.steemitimages.com/DQmbhmVRHEFZPHUSGxpWJJjZ2484LvWb6z3xiBRKeHyY13J/send1.png","https://cdn.steemitimages.com/DQmPC4T7ZPLmuSoaKecxLbbJSt91sdk8v8ka6H585NpAq8B/receive.gif","https://cdn.steemitimages.com/DQmREG6XkCazRn5P3i4RPjbUUaFNmcNztZS7u2VUuLjxX26/receive1.png","https://cdn.steemitimages.com/DQmczS81CxBt3t8QRBNpqWc4LmXNHa9d8dV6W4Em8Qrc4f7/changing.gif","https://cdn.steemitimages.com/DQmei5s5QJMPj24L5j8wvUng6jyvhFXDPFSfpWhwFmPEd1r/change1.png","https://cdn.steemitimages.com/DQmVoDYRX8yBUVCivWZEAnWdoQe322qVvwx9qxriLboSYNu/representative.gif","https://cdn.steemitimages.com/DQmNZgBBwnxur6CLxNKr5SJf6sFtRvA7nv9KbWzcPhFWzKU/fork.gif","https://steemitimages.com/DQmcZwa52FAPUoXpLYCU4mSLqxHRoZkdtoNgZc9o5tSRWLz/separtors.png","https://steemitimages.com/DQmZ6W7DHcF3VzDF2GMokJrAexvqsWcxjQPZZ2x4hfGf88m/image.png","https://cdn.steemitimages.com/DQmT3sS92t4pfXQ7ETkSUTBkzCaHLt1ygcTPAANAx6AGJRk/UPVOTE%20BLINKING.gif"],"links":["https://www.nanode.co/block/730BD6921758DFDC889F8155C5C8EB573C6727775E20F3CEE1D414DFC2220637","https://www.nanode.co/block/DED555CE596E54F783424BA3DEC0B6EEF26E9E865DE1FCA3B58264555FC184E8","https://www.nanode.co/block/AD93AE771E883680C18502A7AEBA7B63465F2FB3830F0833DD49A54A5AE133BB","https://www.nanode.co/block/C49B1F932BE6A6319E5789ACE7D4B34F352D69369643442BF7339B898DCD8AC3"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-09-10 08:12:18 |
last_update | 2018-09-10 08:12:18 |
depth | 0 |
children | 16 |
last_payout | 2018-09-17 08:12:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 57.423 HBD |
curator_payout_value | 15.852 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 20,362 |
author_reputation | 863,860,810,394,399 |
root_title | "π° Nano Coin (XRB) - An indepth Overview ππ." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 70,861,395 |
net_rshares | 68,632,279,224,131 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
africa | 0 | 779,685,302,576 | 100% | ||
schro | 0 | 1,839,521,662 | 100% | ||
cmtzco | 0 | 135,640,721 | 9% | ||
desmonid | 0 | 1,353,900,859 | 9% | ||
cryptohustlin | 0 | 461,274,552 | 9% | ||
drbec | 0 | 171,783,361 | 100% | ||
williambanks | 0 | 1,639,968,820 | 100% | ||
bofadeez | 0 | 380,039,457 | 9% | ||
glitterfart | 0 | 21,663,196,697,742 | 100% | ||
dercoco | 0 | 711,583,365 | 100% | ||
cryptos | 0 | 2,046,173,011 | 10% | ||
badassbarbie | 0 | 9,030,618,592 | 100% | ||
eileenbeach | 0 | 1,107,187,761 | 9% | ||
stiant | 0 | 8,563,415,441 | 100% | ||
nadin3 | 0 | 24,000,968,365 | 100% | ||
cornerstone | 0 | 520,586,822,423 | 40% | ||
moondancer762 | 0 | 5,309,392,264 | 100% | ||
msooi | 0 | 18,491,557,291 | 50% | ||
wanwenguo | 0 | 755,685,245 | 100% | ||
ghostwriter | 0 | 16,804,388,689 | 100% | ||
destbest | 0 | 1,360,180,199,320 | 100% | ||
perpeper | 0 | 46,458,198,102 | 20% | ||
the-oracool | 0 | 59,809,292,222 | 40% | ||
tdiv7653 | 0 | 1,445,071,758 | 100% | ||
necio | 0 | 9,927,179,031 | 100% | ||
sensation | 0 | 294,357,911 | 100% | ||
raili | 0 | 7,855,927,952 | 80% | ||
minnowpond | 0 | 38,612,951,415 | 9% | ||
codingdefined | 0 | 20,320,192,938 | 30% | ||
minnowpond1 | 0 | 537,137,762 | 9% | ||
altdelay | 0 | 7,534,751,471 | 100% | ||
appreciator | 0 | 41,797,277,088,366 | 32.8% | ||
jarendesta | 0 | 507,013,276,889 | 100% | ||
fulbrightcornel | 0 | 519,865,275 | 100% | ||
sanderdieryck | 0 | 2,112,920,347 | 100% | ||
cifer | 0 | 3,333,995,725 | 68% | ||
dream.trip | 0 | 167,511,911 | 1% | ||
saphir | 0 | 798,901,332 | 100% | ||
pheonixdown-dee | 0 | 313,666,877 | 100% | ||
jayjes | 0 | 28,168,783,122 | 100% | ||
pankajborah | 0 | 606,726,416 | 100% | ||
pierlave | 0 | 1,895,053,283 | 100% | ||
flamingirl | 0 | 1,065,588,040,277 | 100% | ||
natachayacinthe1 | 0 | 4,182,395,444 | 10% | ||
cknr7 | 0 | 18,550,462,442 | 100% | ||
ering | 0 | 1,153,940,980 | 9% | ||
harmonicliving | 0 | 2,103,205,909 | 9% | ||
sammyb | 0 | 2,609,083,880 | 9% | ||
norwind | 0 | 283,136,869 | 100% | ||
funt33 | 0 | 940,169,579 | 100% | ||
as31 | 0 | 2,353,207,478 | 65% | ||
fabianklauder | 0 | 38,306,909,786 | 20% | ||
schulbz | 0 | 706,592,923 | 9% | ||
mtengeti | 0 | 248,553,059 | 100% | ||
wellnessaddict | 0 | 358,956,530 | 100% | ||
jolenesskincare | 0 | 591,804,742 | 100% | ||
thedrayness | 0 | 1,222,747,325 | 9% | ||
thevark | 0 | 1,992,873,960 | 9% | ||
lauriki | 0 | 5,051,165,960 | 100% | ||
drdeepdick | 0 | 112,944,104 | 9% | ||
unholyleaf | 0 | 356,755,887 | 9% | ||
shamrock017 | 0 | 271,402,826 | 9% | ||
himalayanwomb | 0 | 4,420,257,708 | 100% | ||
lord-faustus | 0 | 3,228,095,457 | 100% | ||
drguy | 0 | 1,423,064,883 | 9% | ||
edgarf1979 | 0 | 4,019,179,895 | 33% | ||
armandofd | 0 | 221,161,507 | 25% | ||
tdogvoid | 0 | 437,533,912 | 100% | ||
gentmartin | 0 | 536,938,889 | 100% | ||
blockchaindaily | 0 | 5,002,436,099 | 9% | ||
toerminator | 0 | 597,331,807 | 100% | ||
cauac | 0 | 257,111,263 | 50% | ||
btccurrency1 | 0 | 57,779,151 | 100% | ||
raosubterraneo | 0 | 523,416,202 | 100% | ||
kilianparadise | 0 | 384,548,220 | 25% | ||
wandairawan | 0 | 142,579,649 | 100% | ||
cryptomattt | 0 | 604,619,899 | 100% | ||
onedafulgift | 0 | 100,108,794 | 100% | ||
detodito | 0 | 364,361,297 | 70% | ||
philojoff | 0 | 3,350,869,424 | 100% | ||
fruitarianism | 0 | 16,596,762,958 | 100% | ||
shawmeow | 0 | 348,469,526 | 50% | ||
chetanshetty | 0 | 1,973,848,989 | 100% | ||
bagatuk | 0 | 288,640,055 | 50% | ||
mherzelle | 0 | 601,693,831 | 100% | ||
ajmining | 0 | 306,558,562 | 100% | ||
ade-greenwise | 0 | 2,483,868,218 | 100% | ||
yukara | 0 | 445,981,030 | 100% | ||
andrecarothers | 0 | 15,899,575,827 | 9% | ||
wolf09 | 0 | 12,774,904,069 | 50% | ||
coffeandmilk | 0 | 341,213,380 | 56% | ||
loreto | 0 | 423,398,506 | 70% | ||
p01nt0fn0r3turn | 0 | 601,541,977 | 100% | ||
terry00 | 0 | 338,450,356 | 100% | ||
e-alex | 0 | 598,830,197 | 100% | ||
vidalhoaxer | 0 | 304,744,119 | 50% | ||
jramirezviera | 0 | 69,885,469 | 12.5% | ||
stronguser | 0 | 341,192,032 | 56% | ||
steemitbenefit | 0 | 341,192,032 | 56% | ||
rhombusmoewe865 | 0 | 408,082,531 | 100% | ||
farhan.sidiqui | 0 | 11,201,824,037 | 100% | ||
steemitcanarias | 0 | 984,854,155 | 50% | ||
acasas | 0 | 152,292,947 | 25% | ||
misspepa | 0 | 418,892,106 | 100% | ||
maquemali | 0 | 4,761,956,086 | 80% | ||
zip512 | 0 | 516,544,734 | 9% | ||
ytrphoto | 0 | 357,770,688,043 | 50% | ||
ilop | 0 | 473,949,221 | 80% | ||
scribdbloat | 0 | 107,586,598 | 100% | ||
amphora | 0 | 109,420,456 | 100% | ||
expectantfig | 0 | 99,639,782 | 100% | ||
soy-venezuelien | 0 | 725,791,021 | 100% | ||
issasliman | 0 | 142,575,525 | 100% | ||
rufruf | 0 | 389,763,357 | 100% | ||
pardinus | 0 | 4,959,306,769 | 50% | ||
hereweare.world | 0 | 585,910,089 | 100% | ||
vezo | 0 | 121,752,872 | 100% | ||
blockchainherbal | 0 | 888,833,711 | 100% | ||
flynn.life | 0 | 5,876,991,196 | 100% | ||
matilda.life | 0 | 5,874,573,529 | 100% | ||
dejandohuella | 0 | 126,451,738 | 100% | ||
biffboff | 0 | 136,514,159 | 100% | ||
sbi7 | 0 | 1,136,040,789 | 1% | ||
joanhay | 0 | 558,444,265 | 100% | ||
aguirod | 0 | 152,558,863 | 25% | ||
cryptolaidlaw | 0 | 121,297,754 | 100% | ||
karam03 | 0 | 597,940,564 | 100% | ||
ozkdawg | 0 | 1,563,350,650 | 100% | ||
eldanicrake | 0 | 600,824,492 | 100% | ||
jacob-miller | 0 | 497,546,393 | 100% | ||
kensai | 0 | 595,310,175 | 100% | ||
limefury | 0 | 1,472,277,400 | 100% | ||
theinr2inr | 0 | 1,811,500,737 | 100% | ||
voter000 | 0 | 17,454,698,861 | 9% | ||
sidetrip | 0 | 304,044,195 | 50% | ||
u25b2x | 0 | 2,948,027,799 | 9% | ||
papertradez | 0 | 437,367,095 | 9% | ||
ahmanik | 0 | 106,937,388 | 20% | ||
torreoscura | 0 | 601,395,736 | 100% | ||
gomero007 | 0 | 602,658,890 | 100% | ||
migs04 | 0 | 602,642,059 | 100% | ||
olatunjipaul | 0 | 63,852,703 | 100% | ||
dhiraj1979 | 0 | 519,825,691 | 100% | ||
coinnog | 0 | 16,818,052,746 | 100% | ||
aviv.world | 0 | 2,115,570,985 | 100% | ||
hillershot | 0 | 98,444,223 | 100% | ||
amzar123 | 0 | 1,235,106,689 | 1% | ||
cryptocica | 0 | 370,378,040 | 100% | ||
cassio | 0 | 94,090,440 | 100% | ||
von-tollwut | 0 | 606,913,758 | 100% | ||
lenydlrp | 0 | 160,832,146 | 100% | ||
rogorki | 0 | 573,508,255 | 100% | ||
caiquelilodori | 0 | 157,782,504 | 100% | ||
insomniacsk | 0 | 449,068,883 | 100% | ||
javierrolon | 0 | 324,664,665 | 100% | ||
isaxxz | 0 | 500,606,865 | 100% |
I already joind XRB airdrop, xrb xoin is so valuable yesterday i see this airdrop going on so joined it. Thanks sweet sister @flamingirl for share it Posted using [Partiko Android](https://steemit.com/@partiko-android)
author | ahmanik |
---|---|
permlink | ahmanik-re-flamingirl-nano-coin-xrb-an-indepth-overview-20180910t081432741z |
category | blockchain |
json_metadata | {"app":"partiko"} |
created | 2018-09-10 08:14:33 |
last_update | 2018-09-10 08:14:33 |
depth | 1 |
children | 0 |
last_payout | 2018-09-17 08:14:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 221 |
author_reputation | 14,170,179,516,233 |
root_title | "π° Nano Coin (XRB) - An indepth Overview ππ." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 70,861,511 |
net_rshares | 0 |
NANO will be HUGE very soon. Almost instant transactions with zero fees seems almost too good to be true.
author | blockchainherbal |
---|---|
permlink | re-flamingirl-nano-coin-xrb-an-indepth-overview-20180910t210219288z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-09-10 21:02:18 |
last_update | 2018-09-10 21:02:18 |
depth | 1 |
children | 2 |
last_payout | 2018-09-17 21:03:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.061 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 105 |
author_reputation | 49,773,659,192 |
root_title | "π° Nano Coin (XRB) - An indepth Overview ππ." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 70,918,528 |
net_rshares | 79,051,358,778 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rishherbalist | 0 | 78,726,665,874 | 100% | ||
cheneats | 0 | 324,692,904 | 1.25% |
??? Have you heard of a blockchain called steem ? It has almost instant transactions with zero fees, have you ever tried it ? Try sending 0.001 STEEM or SBD to @sorin.cristescu, you'll experience it for yourself! If those two characteristics were enough for a coin to be HUGE, we would be holding this discussion on the MOON already ! ...
author | sorin.cristescu |
---|---|
permlink | re-blockchainherbal-re-flamingirl-nano-coin-xrb-an-indepth-overview-20180916t125304662z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"users":["sorin.cristescu"],"app":"steemit/0.1"} |
created | 2018-09-16 12:53:06 |
last_update | 2018-09-16 12:53:06 |
depth | 2 |
children | 1 |
last_payout | 2018-09-23 12:53:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 339 |
author_reputation | 256,498,775,348,656 |
root_title | "π° Nano Coin (XRB) - An indepth Overview ππ." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 71,445,621 |
net_rshares | 606,629,311 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pankajborah | 0 | 606,629,311 | 100% |
Hahahahah funny, then it's time for us to prepare an article on steem too π
author | pankajborah |
---|---|
permlink | re-sorincristescu-re-blockchainherbal-re-flamingirl-nano-coin-xrb-an-indepth-overview-20180917t025628701z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-09-17 02:56:30 |
last_update | 2018-09-17 02:57:09 |
depth | 3 |
children | 0 |
last_payout | 2018-09-24 02:56:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 75 |
author_reputation | 405,243,319,324 |
root_title | "π° Nano Coin (XRB) - An indepth Overview ππ." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 71,499,110 |
net_rshares | 0 |
Looks like a Steemit alternative as it also has near Instant transactions and zero fees.
author | codingdefined |
---|---|
permlink | re-flamingirl-nano-coin-xrb-an-indepth-overview-20180910t092256986z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-09-10 09:22:57 |
last_update | 2018-09-10 09:22:57 |
depth | 1 |
children | 0 |
last_payout | 2018-09-17 09:22:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 88 |
author_reputation | 537,138,827,491,278 |
root_title | "π° Nano Coin (XRB) - An indepth Overview ππ." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 70,865,778 |
net_rshares | 0 |
very good i like it Resteemed your post @insomniacsk
author | insomniacsk |
---|---|
permlink | re-flamingirl-nano-coin-xrb-an-indepth-overview-20180910t205221040z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"users":["insomniacsk"],"app":"steemit/0.1"} |
created | 2018-09-10 20:52:21 |
last_update | 2018-09-10 20:52:21 |
depth | 1 |
children | 0 |
last_payout | 2018-09-17 20:52:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 1,901,653,221 |
root_title | "π° Nano Coin (XRB) - An indepth Overview ππ." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 70,917,824 |
net_rshares | 0 |
Well,if Nano coins choose to stay.. Depreciation has been the problem I see facing all the Cryptocurrencies. But i think I like the settings and arrangements up there in the post. I mentioned you in one of my recent post girlπ,guess u missed it: https://steemit.com/poetry/@joanhay/giving-this-post-a-title-is-something-i-should-consider
author | joanhay |
---|---|
permlink | re-flamingirl-nano-coin-xrb-an-indepth-overview-20180910t134244650z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"links":["https://steemit.com/poetry/@joanhay/giving-this-post-a-title-is-something-i-should-consider"],"app":"steemit/0.1"} |
created | 2018-09-10 13:42:48 |
last_update | 2018-09-10 13:42:48 |
depth | 1 |
children | 0 |
last_payout | 2018-09-17 19:56:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.431 HBD |
curator_payout_value | 0.476 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 337 |
author_reputation | 877,205,754,839 |
root_title | "π° Nano Coin (XRB) - An indepth Overview ππ." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 70,884,627 |
net_rshares | 1,801,255,025,954 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dimimp | 0 | 1,801,255,025,954 | 100% |
You have recieved a free upvote from minnowpond, Send 0.1 -> 10 SBD with your post url as the memo to recieve an upvote from up to 100 accounts!
author | minnowpond |
---|---|
permlink | re-nano-coin-xrb-an-indepth-overview-20180910t115354 |
category | blockchain |
json_metadata | "" |
created | 2018-09-10 11:53:54 |
last_update | 2018-09-10 11:53:54 |
depth | 1 |
children | 0 |
last_payout | 2018-09-17 11:54:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 144 |
author_reputation | 13,239,048,956,578 |
root_title | "π° Nano Coin (XRB) - An indepth Overview ππ." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 70,875,986 |
net_rshares | 0 |
Nano is great indeed! In fact, this project was listed on this exchange https://news.bitcoin.com/ku-coin-expands-into-australia-after-3m-bitcoin-australia-deal/
author | mmaddall |
---|---|
permlink | re-flamingirl-nano-coin-xrb-an-indepth-overview-20180911t010931219z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"links":["https://news.bitcoin.com/ku-coin-expands-into-australia-after-3m-bitcoin-australia-deal/"],"app":"steemit/0.1"} |
created | 2018-09-11 01:09:48 |
last_update | 2018-09-11 01:09:48 |
depth | 1 |
children | 0 |
last_payout | 2018-09-18 01:09:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 160 |
author_reputation | 47,630,241 |
root_title | "π° Nano Coin (XRB) - An indepth Overview ππ." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 70,935,308 |
net_rshares | 0 |
Great in depth review, keep up the great work and i will check out Nano!
author | pheonixdown-dee |
---|---|
permlink | re-flamingirl-nano-coin-xrb-an-indepth-overview-20180911t110033391z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-09-11 11:00:33 |
last_update | 2018-09-11 11:00:33 |
depth | 1 |
children | 1 |
last_payout | 2018-09-18 11:00:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 72 |
author_reputation | -27,125,067,944 |
root_title | "π° Nano Coin (XRB) - An indepth Overview ππ." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 70,974,476 |
net_rshares | 134,173,964 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
georgeforeham | 0 | 134,173,964 | 100% |
<em>Great in depth review, Keep up the great work and i Will check out Nano! </em> <sup>- pheonixdown-dee</sup> --- <sup><sup><em>I'm a bot. I detect haiku.</em></sup></sup>
author | haikubot |
---|---|
permlink | 20180911t110040753z |
category | blockchain |
json_metadata | {"tags":["test"],"app":"steemjs/examples"} |
created | 2018-09-11 11:00:39 |
last_update | 2018-09-11 11:00:39 |
depth | 2 |
children | 0 |
last_payout | 2018-09-18 11:00:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 279 |
author_reputation | 1,821,968,927,944 |
root_title | "π° Nano Coin (XRB) - An indepth Overview ππ." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 70,974,486 |
net_rshares | 0 |
You write well, @flamingirl!
author | renat |
---|---|
permlink | re-flamingirl-nano-coin-xrb-an-indepth-overview-20180911t030922267z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"users":["flamingirl"],"app":"steemit/0.1"} |
created | 2018-09-11 03:09:24 |
last_update | 2018-09-11 03:09:24 |
depth | 1 |
children | 0 |
last_payout | 2018-09-18 03:09:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 15,255,277,498 |
root_title | "π° Nano Coin (XRB) - An indepth Overview ππ." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 70,944,092 |
net_rshares | 0 |
>πΈPoor Scalability - If are aware of the term block size then we are pretty much sure you know that in most of the cryptocurrencies that are being mined per block basis, because the size of each block is limited as defined by its block size, the no of transactions that can be processed per sec or you can say fit into a block is also limited and thus, is the main bottleneck. The steem blockchain can manage more than 100 transfers per second. We are not at VISA levels but it's still quite remarkable >πΈHigh latency - Trying to buy something in a grocery store and waiting in the queue for minutes before our transaction gets confirmed by the network π is definitely not what we would want in a cryptocurrency if we intend to use it in our day to day life. Would you ? Sadly this is the current scenario with most of the so-called cryptocurrencies and are so far from being used over regular traditional methods. We want a low latency cryptocurrency which behaves just like handing over cash πΆ to someone or paying via a card. What about STEEM and SBD ? Three seconds for the seller to see the coins on his account, 45 seconds for the transaction to become irreversible. That's very competitive with the current _fiat_ infrastructure That being said, a very good article!
author | sorin.cristescu |
---|---|
permlink | re-flamingirl-nano-coin-xrb-an-indepth-overview-20180916t125102307z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-09-16 12:51:03 |
last_update | 2018-09-16 12:51:03 |
depth | 1 |
children | 1 |
last_payout | 2018-09-23 12:51:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,278 |
author_reputation | 256,498,775,348,656 |
root_title | "π° Nano Coin (XRB) - An indepth Overview ππ." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 71,445,451 |
net_rshares | 594,496,725 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pankajborah | 0 | 594,496,725 | 100% |
Actually, no coin or platform is perfect and has it own unique sets of problems, Steem exists because of some inefficiencies with Satoshi Nakamoto's bitcoin likewise if Nano exist there must be some other inefficiencies with current cryptocurrencies too. If one coin excels at something than maybe another coin excels at some other stuff but none is the holy grail of coins or platform rather they can coexist and complement each other in the whole decentralized ecosystem(just like we have different protocols forming the base of the internet), so we thought of just summarizing the concepts to the readers and we are glad that you liked the article.
author | pankajborah |
---|---|
permlink | re-sorincristescu-re-flamingirl-nano-coin-xrb-an-indepth-overview-20180917t030327601z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-09-17 03:03:30 |
last_update | 2018-09-17 03:48:36 |
depth | 2 |
children | 0 |
last_payout | 2018-09-24 03:03:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.035 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 651 |
author_reputation | 405,243,319,324 |
root_title | "π° Nano Coin (XRB) - An indepth Overview ππ." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 71,499,555 |
net_rshares | 38,656,931,483 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sorin.cristescu | 0 | 38,656,931,483 | 25% |
Good..
author | tgkluwi | ||||||
---|---|---|---|---|---|---|---|
permlink | re-flamingirl-2018910t17315772z | ||||||
category | blockchain | ||||||
json_metadata | {"tags":["blockchain","cryptocurrency","altcoin","blocklattice","crypto"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-09-10 10:31:09 | ||||||
last_update | 2018-09-10 10:31:09 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-09-17 10:31:09 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 6 | ||||||
author_reputation | 308,075,553,049 | ||||||
root_title | "π° Nano Coin (XRB) - An indepth Overview ππ." | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 70,870,341 | ||||||
net_rshares | 0 |
To listen to the audio version of this article click on the play image. [](http://ec2-52-72-169-104.compute-1.amazonaws.com/flamingirl__nano-coin-xrb-an-indepth-overview.mp3) Brought to you by [@tts](https://steemit.com/tts/@tts/introduction). If you find it useful please consider upvoting this reply.
author | tts |
---|---|
permlink | re-nano-coin-xrb-an-indepth-overview-20180910t084201 |
category | blockchain |
json_metadata | "" |
created | 2018-09-10 08:42:00 |
last_update | 2018-09-10 08:42:00 |
depth | 1 |
children | 0 |
last_payout | 2018-09-17 08:42:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 355 |
author_reputation | -4,535,154,553,995 |
root_title | "π° Nano Coin (XRB) - An indepth Overview ππ." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 70,863,141 |
net_rshares | 0 |