create account

XTRABYTES - A discussion about the whitepaper by bobinson

View this thread on: hive.blogpeakd.comecency.com
· @bobinson · (edited)
$3.69
XTRABYTES - A discussion about the whitepaper
I was asked by a friend to look into the technical aspects like possibility of building applications, transaction speed etc of @xtrabytes. The white paper is available here [<a href="#fn:1" id="fnref:1" title="see footnote" class="footnote">1</a>]

# 1. First Steps

<br>

The obvious first step was to look in Github for the codebase, activity in the repository, issues reported, number of community members active etc. The repo [https://github.com/XtraBYtes/core](https://github.com/XtraBYtes) has some interesting C++ code Java servlet based code. Wallet code seems to be based on QT.

As per the community, most of the coding is done in a private repository due to pending patents. Also the white paper is non-technical.

Details of the authors / developers also are available:

```
// XtraBYtes - The Proof of Signature Blocktech Superchain - http://xtrabytes.global
// Copyright (c) 2017, Zoltan Szabo. All rights reserved.
// Copyright (c) 2017, XtraBYtes Founders and Developers ( see AUTHORS )
// Licensed under GNU General Public License Version 3 or later (the "GPL")
```
from: https://github.com/XtraBYtes/core/blob/master/src/genesis.cpp

[LICENSE](https://github.com/XtraBYtes/core/blob/master/LICENSE) file gives more details on the founding team and trade mark holders.

```

Trademarks
==========

XtraBYtes is a X-Trademark of founders Dave and Zoltan. All other brand
and product names are X-Trademarks, registered X-Trademarks or service
marks of their respective holders. 
```


The above details are mentioned as the developers are not really anonymous and they are avaialble on discord for discussions.


Now, lets head to the white paper.

<br>
# 2. Who is Miranda Westerhof ?
<br>

The author of the white paper is "Miranda Westerhof"

![](https://steemitimages.com/DQmWk1zAA5stHKThnMTNwWtoDNuab9zhJ9r9beBVf1FoG86/image.png)

<br>
# 3. Diagrams from the website

<br>

The following give the impression of a central component called VITALS - this has made things little confusing as there seems to be a central control ? There should be clear details in the white paper / blue paper I belive.

![](https://steemitimages.com/DQmXA8KwpqfaBHLnpcqfm98P5HeioXBNWSB94udXJjvsEXH/image.png)

The second diagram, somehow made me think the platfrom is healthcare centric.


![](https://steemitimages.com/DQmWAbs6LgVTaLALoBMXh5g1dizRyVfoWqDyBnVx3GhG3DS/image.png)

The reason being [DICOM](https://en.wikipedia.org/wiki/DICOM) is a common image exchange format used in healthcare.

<br>
# 4. The Whitepaper

<br>

The colourful whitepaper is an introduction to the future plans and outlines the value proposition.

>A central objective in the development of the XTRABYTES platform was to create a secure digital currency without the centralized dependency on miners who participate in an energy intensive consensus algorithm required to solve blocks.


Taking head on centralization, which is theoratically & technically  even possible bitcoin blockchain is an interesting uniqueness. Also barriers like computational power, monetary requirements to start mining etc are identified as problems and XTRABYTES aims to address them.

<br>
Value Propostion
================

1. Decentralization
2. lower CAPEX
3. Avoid e-waste
4. carbon neutral
5. lower OPEX
6. security
7. new proof of Signature Algorithm


## 4.1 Decentralization
<br>

STATIC nodes and VITALS are the means to achieve decentralization.

>As a security feature, it is a requirement of nodes to sign each block, as this mandates that the nodes must be able to communicate with one another rapidly and seamlessly.
>


Looks like this means, every transaction should be signed by every STATIC node in the network. So assuming that there are *n* STATIC block, every transaction will be *verified* by all the *n* STATIC nodes to be valid and secure.  VITALs network infrastructure and secure protocol ensures this happens.

Now, this is where its getting bit difficult to understand.

<br>
VITALs is defined as:

>VITALS comprises a private virtual network directly interconnecting the online STATIC nodes; this network is extended over public networks, effectively providing VPN-like functionality to the network of STATIC nodes. VITALS therefore support the communication needs of the XTRABYTES blockchain by providing interference-free direct paths between nodes to ensure security and speed when processing transactions. The VITALS network is comprised of fixed virtual nodes that corresponds to and is controlled by one or more STATIC nodes.
>


This sounds like a MPLS with assured QoS. The way to achieve this should be to buy MPLS bandwidth with assured QoS from backbone providers or VPNs with assured QoS. Routing of TCP packets also MUST be done to ensure interference-free, direct, secure paths between the nodes.

Another alternative will be use to P2P nodes.

So there will be a "centralized, controlled, censored network where each and every packets source and destination is inspected ensure interference-free, direct, fast" communication ?

**This sounds like censorship & centralized control.**


### 4.1.1 Few edge scenarios

<br>
This is a discussion of edge scenarios applying VITALS and STATIC nodes

#### 4.1.1.1 Transaction verification

Every transaction will be verified by all the n nodes in the network. This means, at every point in time, every node must know the total number of active STATIC nodes in the network. A possible denial of service attack could be to keep increasing the number of static nodes n+1 ... n+2 etc and keep oscillating between n, n+1 and n+2. So isn't possible to bring the entire network into knees by having just 3 STATIC nodes in control ?

#### 4.1.1.2 using VITALS to deny STATIC node availability

From the defintion, the VITALS sounds like a MPLS/VPN system with centralized control and managed all the PULSE communications between the nodes. So, at any point of time, whomsoever is controlling VITALS can deny or re-route traffic to any node or change the priorities ?

#### 4.1.1.3 Cost of maintaining VITAL network

 Assuming that this a high QoS network, where will the OPEX to maintain the VITAL network will come from ?
 
#### 4.1.1.4 STATIC node availability

>If a disruptive agent attacks and disables a STATIC node, one or more of the other STATIC nodes will take control of the virtual node until the original STATIC node has been brought back online.
>
From the white paper, it seems there will be a heart-beat and high availability mechanism built into the STATIC node infrastructure to make auto failover possible.

1. What will be the signals used to identify whether a STATIC node is down ?
3.   In a network of n nodes, how to identify "split brain" scenarios ?
3. how long it will take a "virtual node" to take over the STATIC node ?
4. If during the failover, before the virtual node takes over, the STATIC node comes back online, this will create a race condition. Which nodes take priority in such a senario.
5. How will the virtual node know the configurations, say hardware, keys etc of the STATIC node that went down ? As the node is already down, the information will not be anywhere.
6. Is the failover mechanism implemented at the STATIC node owner or at the VITALs side ?
7. If an attacker, who has one or more STATIC nodes decides to periodically bring up and down the STATIC node, how will the virtual nodes identify the attack ?
8. In terms of "5 nines" what is the availability of the STATIC nodes offered by this failover mechanism ?
9. What if *k* nodes goes down at any point of time where k = n and k little less than n. Will there be always n virtual nodes available to prevent this scenario ?
<br>

## 4.2 CAPEX
<br>

With the points mentioned 4.1 it sounds like there will be a cost to run the high available network which will create not just CAPEX but OPEX also to the network unlike any-other blockchain network. This combined with the need to maintain VITALS, fail overs etc there should be a initial CAPEX to ensure the availability of near infinite number of nodes for the failover of all or a large number of loads, this sounds like a very difficult scenario.

The scenario 4.1.1.4.9 seems to be most difficult or near impossible one to address.

It will be great to understand more and see how XTRABYES addresses CAPEX issues if this assumption is true.

Along with CAPEX, the value offered,

3. Avoid e-waste
4. carbon neutral
5. lower OPEX

Also stands questionable at this point in time.
<br>

# 4.6 Security
<br>

Interchangeable security / cryptography protocols and usage of SHA-512 sounds very impressive.

>With Proof-of-Signature requiring that every node sign every transaction, the entirety of the STATIC node network would need to be compromised simultaneously to undermine the integrity of the blockchain.
>

With the attack scenarios mentioned above, this may probably result in a race condition and lock down of transactions.

>the XTRABYTES developers go several steps further than SSL and Microsoft's signed software to ensure the security of the signature protocol.
>

- What is the relevance of SSL here ?
- Microsoft's signed software ??

**Not sure how and why this is relevent or application or mentioned in this context.**

>Signature keys are protected to deter tampering. Online keys are intermediate and can easily be changed if necessary. Therefore, if a signature is compromised, the associated STATIC signature will automatically be revoked as the consensus among nodes has been violated. The owner of the affected STATIC node is then warned to generate a new signature before the node can resume participation of the network.
>


**If this is similar to loss of a private key, how theft of a key is automatically identified ?**


>If a disruptive agent attacks and disables a STATIC node, one or more of the other STATIC nodes will take control of the virtual node until the original STATIC node has been brought back online. The transmissions between the STATIC nodes to verify consensus are always protected by encryption.
>


* Who owns and run the virtual nodes ?
* What is a virtual node ?
* How will all STATIC nodes be updated of the presence of the virtual nodes ?
* What happens if all the STATIC nodes goes down ?

<br>
# 5. Discussion
<br>
The white paper has little information to make a technical assessment. There is also missing information like how failover is handled, how VITALS are envisioned - is it at the applicatio layer or is it at the network (TCP/IP stack) layer etc.

DApps and other concepts looks beautiful and if implemented correctly we will finally have a worthy competitor to Etherium and the  coins running on the Graphene blockchain which now boasts of able to handle the largest number of transactions. (Bitshares, STEEM, GOLOS, upcoming EOS). Looking forward for the great news.

<br>
Notes: The author has experience in designing & developing a high availability solution for the telecom network with 3 nines availability.

<hr>
References <br>

<li id="fn:1">
The white paper from the portal : https://xtrabytes.global/whitepaper.pdf<a href="#fnref:1" title="return to article" class="reversefootnote">&nbsp;↩</a>
</li>

<hr>

# [ Vote for me as STEEM witness ](https://v2.steemconnect.com/sign/account-witness-vote?witness=bobinson&approve=1)

1. You can do so by clicking the link above & enter your private key when asked for.
2. Alternatively, visit https://steemit.com/~witnesses
👍  , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorbobinson
permlinkxtrabytes-a-discussion-about-the-whitepaper
categoryxtrabytes
json_metadata{"tags":["xtrabytes","blockchain","inidaunited"],"users":["xtrabytes"],"image":["https://steemitimages.com/DQmWk1zAA5stHKThnMTNwWtoDNuab9zhJ9r9beBVf1FoG86/image.png","https://steemitimages.com/DQmXA8KwpqfaBHLnpcqfm98P5HeioXBNWSB94udXJjvsEXH/image.png","https://steemitimages.com/DQmWAbs6LgVTaLALoBMXh5g1dizRyVfoWqDyBnVx3GhG3DS/image.png"],"links":["#fn:1","https://github.com/XtraBYtes","https://github.com/XtraBYtes/core/blob/master/src/genesis.cpp","https://github.com/XtraBYtes/core/blob/master/LICENSE","https://en.wikipedia.org/wiki/DICOM","https://xtrabytes.global/whitepaper.pdf","#fnref:1","https://v2.steemconnect.com/sign/account-witness-vote?witness=bobinson&approve=1","https://steemit.com/~witnesses"],"app":"steemit/0.1","format":"markdown"}
created2018-01-15 11:28:57
last_update2018-01-18 19:36:42
depth0
children9
last_payout2018-01-22 11:28:57
cashout_time1969-12-31 23:59:59
total_payout_value2.947 HBD
curator_payout_value0.745 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11,435
author_reputation55,343,141,313,811
root_title"XTRABYTES - A discussion about the whitepaper"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,680,424
net_rshares389,530,452,646
author_curate_reward""
vote details (26)
@alokkamboj ·
I think your Post is for a big group of people very helpful!
Thx for making this Website for us!
Upvote when your in my opinion @alokkamboj
properties (22)
authoralokkamboj
permlinkre-bobinson-xtrabytes-a-discussion-about-the-whitepaper-20180115t114501644z
categoryxtrabytes
json_metadata{"tags":["xtrabytes"],"users":["alokkamboj"],"app":"steemit/0.1"}
created2018-01-15 11:45:03
last_update2018-01-15 11:45:03
depth1
children0
last_payout2018-01-22 11:45:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length139
author_reputation48,556,868,501
root_title"XTRABYTES - A discussion about the whitepaper"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,683,300
net_rshares0
@amarbir ·
I need clarification what was this all about?
properties (22)
authoramarbir
permlinkre-bobinson-xtrabytes-a-discussion-about-the-whitepaper-20180116t085035709z
categoryxtrabytes
json_metadata{"tags":["xtrabytes"],"app":"steemit/0.1"}
created2018-01-16 08:50:36
last_update2018-01-16 08:50:36
depth1
children1
last_payout2018-01-23 08:50:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length45
author_reputation1,135,110,170,565
root_title"XTRABYTES - A discussion about the whitepaper"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,894,778
net_rshares0
@bobinson ·
Its few questions and commentary on the non-technical white paper by XTRABYTES
properties (22)
authorbobinson
permlinkre-amarbir-re-bobinson-xtrabytes-a-discussion-about-the-whitepaper-20180118t194901440z
categoryxtrabytes
json_metadata{"tags":["xtrabytes"],"app":"steemit/0.1"}
created2018-01-18 19:49:03
last_update2018-01-18 19:49:03
depth2
children0
last_payout2018-01-25 19:49:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length78
author_reputation55,343,141,313,811
root_title"XTRABYTES - A discussion about the whitepaper"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,467,065
net_rshares0
@five34a4b ·
xtrabytes-a-discussion-about-the-whitepaper-comment
great content! and thanks again for following!
properties (22)
authorfive34a4b
permlinkxtrabytes-a-discussion-about-the-whitepaper-comment
categoryxtrabytes
json_metadata{}
created2018-01-15 18:13:24
last_update2018-01-15 18:13:24
depth1
children0
last_payout2018-01-22 18:13:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length46
author_reputation1,119,681,610,239
root_title"XTRABYTES - A discussion about the whitepaper"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,760,997
net_rshares0
@hungry-nomad ·
Voted for you just now. Btw  I have tagged you in a challenge on one of my latest posts as I feel you deliver great content, do check it out if you get time :)
👍  
properties (23)
authorhungry-nomad
permlinkre-bobinson-xtrabytes-a-discussion-about-the-whitepaper-20180115t162121389z
categoryxtrabytes
json_metadata{"tags":["xtrabytes"],"app":"steemit/0.1"}
created2018-01-15 16:21:24
last_update2018-01-15 16:21:24
depth1
children0
last_payout2018-01-22 16:21:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length159
author_reputation1,715,964,888,567
root_title"XTRABYTES - A discussion about the whitepaper"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,738,670
net_rshares351,871,721
author_curate_reward""
vote details (1)
@steemflow ·
Wowo...a brief one....need to read in depth
properties (22)
authorsteemflow
permlinkre-bobinson-xtrabytes-a-discussion-about-the-whitepaper-20180115t121300326z
categoryxtrabytes
json_metadata{"tags":["xtrabytes"],"app":"steemit/0.1"}
created2018-01-15 12:12:57
last_update2018-01-15 12:12:57
depth1
children0
last_payout2018-01-22 12:12:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation1,285,526,206,526,333
root_title"XTRABYTES - A discussion about the whitepaper"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,688,111
net_rshares0
@sundararaj ·
Already voted  witnesses
👍  
properties (23)
authorsundararaj
permlinkre-bobinson-xtrabytes-a-discussion-about-the-whitepaper-20180115t113248128z
categoryxtrabytes
json_metadata{"tags":["xtrabytes"],"app":"steemit/0.1"}
created2018-01-15 11:32:48
last_update2018-01-15 11:32:48
depth1
children1
last_payout2018-01-22 11:32:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length24
author_reputation1,699,404,684,735
root_title"XTRABYTES - A discussion about the whitepaper"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,681,111
net_rshares446,921,278
author_curate_reward""
vote details (1)
@bobinson ·
thank you very much man
properties (22)
authorbobinson
permlinkre-sundararaj-re-bobinson-xtrabytes-a-discussion-about-the-whitepaper-20180115t113409158z
categoryxtrabytes
json_metadata{"tags":["xtrabytes"],"app":"steemit/0.1"}
created2018-01-15 11:34:09
last_update2018-01-15 11:34:09
depth2
children0
last_payout2018-01-22 11:34:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length23
author_reputation55,343,141,313,811
root_title"XTRABYTES - A discussion about the whitepaper"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,681,362
net_rshares0
@vimukthi ·
$0.03
Great analysis. I do think XTRABYTES has what it takes to kill Ethereum but it can't really compete with EOS. [I'll quote from my recent article.](https://steemit.com/eos/@vimukthi/upcoming-airdrop-for-eos-iq-token-everipedia-and-lunyr-and-the-best-way-to-evaluate-a-general-purpose-smart-contract-platform)
>How Do I Judge A General Purpose Smart Contract Platform?
I do a simple test. I ask a simple question that would cover pretty much everything. So what's it? Can I run a Massively Multiplayer Online First Person Shooter on it after that game hit 30 million daily active players on this particular smart contract platform without ruining everything for the rest of the DAPPS on the platform?

The only solid alternatives to EOS I can think of are Komodo and Enigma. Cardano is just a cheap knockoff.  Take a look at KMD and ENG. You'll like them.
👍  
properties (23)
authorvimukthi
permlinkre-bobinson-xtrabytes-a-discussion-about-the-whitepaper-20180115t132538268z
categoryxtrabytes
json_metadata{"tags":["xtrabytes"],"links":["https://steemit.com/eos/@vimukthi/upcoming-airdrop-for-eos-iq-token-everipedia-and-lunyr-and-the-best-way-to-evaluate-a-general-purpose-smart-contract-platform"],"app":"steemit/0.1"}
created2018-01-15 13:25:42
last_update2018-01-15 13:25:42
depth1
children0
last_payout2018-01-22 13:25:42
cashout_time1969-12-31 23:59:59
total_payout_value0.028 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length853
author_reputation493,520,626,537,455
root_title"XTRABYTES - A discussion about the whitepaper"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,702,406
net_rshares3,850,702,194
author_curate_reward""
vote details (1)