create account

Announcing VULCAN! by williambanks

View this thread on: hive.blogpeakd.comecency.com
· @williambanks ·
$12.94
Announcing VULCAN!
https://pics.me.me/Facebook-Live-Long-and-Prosper-Ozmin-9eeb5a.png


The innovating part of Viva is not so much its blockchain, but its lack of a blockchain. 

Blockchains are wasteful and expensive places to store data. As Bitcoin has been learning with lightning network, blockchains are most useful as stores of timestamped references to data, rather than the actual data.

This is why the first piece of the puzzle for Viva is to create the Viva UnLimited Content Addressed Network, aka VULCAN.

This design document is intended for implementors and thus it may be a bit spartan on the flowery details. We have fundamental assumption that the reader is well versed in JSON, WebRTC, Golang, and Javascript. If this isn't you, then you are not the intended audience.

VULCAN is a P2P content addressed network using WebRTC. VULCAN was custom created for the Viva ecosystem and as such takes a very different appearance to almost everything.

VULCAN has a merklerchain similar to a blockchain, but there is no block height per se. Only a timestamp. Each block is addressed by timestamps or blockhash. A new block must reference an older block. The blocks track requests for data retrieval that have filled. The chain maxes out at 18 months length.

Blocktimes are 60 seconds. Blocks are considered valid if thy are entirely new content. Each block builds off delta previous blocks. This allows for forks to resolve naturally, since multiple forks can be merged into a super block as long as all of them feature exclusively new content.



In the event that one or more blocks in a fork are not exclusively new, the block and 
all of its children are pruned, the transactions imported into a new super block. 

Super blocks are once daily snapshots of all balances. Also called a "page" in previous papers I've published. It references a previous page, details all transactions since then and provides a daily summary of all balances.
 
![](https://steemitimages.com/DQmZPYV7Qj5QgXRwPV9uyqxdxEbPRh6VkQ44KxuepbC8sj8/image.png)

You can refer to the Viva white paper for more details. 

VULCAN messages are all JSON. The payload, whether text or binary is Base64 encoded.

A VULCAN message must contain the following fields...

Type: "request"/"response"
ID: unique message id. Note that each response must use the request msg id

Request messages should have a priority and a bid field.

priority:[0...5] 0 is life or death emergency, 5 means this is not high
bid: Quantity of viva, bid by the requestor.

The operation field determines much of what happens next. Valid operations are based on HTTP verbiage and the API is restful.

PUT, GET, POST, DELETE

PUT inserts data into the blockchain.
GET retrieves data from the blockchain.
POST updates data on the blockchain, producing a new version.
DELETE marks data as unused and safe to prune.

The post operation will set a new HEAD version against the base object, with the changed attributes. Please note that at this time there is no provision for packed deltas such as those present in git. Deltas are applied, but objects are copied. This is due to the fact that every object has a max age and may eventually be pruned automatically. 

The next fields are the payload/manifest. Any object smaller than 4M:B should be included in a payload. Any object greater in size should be sliced into 4M:B chunks, each chunk given its own VULCAN object and the id referenced in the manifest, in lieu of a payload. If manifest, then you also need m of n fields in the chunk.

All VULCAN messages are JSON objects transmitted over WebRTC data channels. 

It is beyond the scope of this document to discuss individual libraries and their particular semantics.

For the purpose of our pseudocode, we will assume a library with a controller entailed WebRTC. This library will be assumed to auto handle connection state and our entry point will be OnMsgRecv 
The library will have a method "Send to Group," which will handle sending messages further on.

There is a 5 of 8 group assumption. Meaning each peer connects to 8 other nodes, at least 5 of which cannot share a common peer.

By enforcing this restriction, we ensure the network spreads out efficiently and does not centralize around a handful of hyperconnected nodes.

Thus upon initial connection to a node, a peer list is requested and checked against existing connections.

Ideally when connecting to a new node, the only common per list entry should be the one that referred to the peers.

Obviously though, this is an ideal and the reality is that there will be need to initially form heterogeneous bootstrap groups and then evolve towards 5 of 8 later.

Once connections have been established, it is important that some amount of flow control be applied to the network to prevent flooding.

We use a concept of slots. Each slot is 100 ms. But instead of turn taking, each node picks a random number.  The last 4 digits correspond to a slot. Next, you broadcast the number and slot and begin hashing the number repeatedly, hash mod slot=0 and its your turn.

This provides a predictable yet stochastic flow control mechanism. In periods of extreme lead, we can also easily ad a proof of work hash to the message and only forward messages with a sufficiently high proof of work.

I will post more soon, STAY STRONG and thank you for your support!

Darth Vader photo courtesy of 
[Nimoy](https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=0ahUKEwiqtJaf9dXYAhVR92MKHa6NDJ0QjRwIBw&url=https%3A%2F%2Fme.me%2Ft%2Fnimoy%3Fsince%3D1436288089%252C1282044%3Fsince%3D1436288089%252C1282044&psig=AOvVaw1h2gB40Mx7bby0yMqYuUup&ust=1515966441282517)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorwilliambanks
permlinkannouncing-vulcan
categoryviva
json_metadata{"tags":["viva","tradeqwik"],"image":["https://pics.me.me/Facebook-Live-Long-and-Prosper-Ozmin-9eeb5a.png","https://steemitimages.com/DQmZPYV7Qj5QgXRwPV9uyqxdxEbPRh6VkQ44KxuepbC8sj8/image.png"],"links":["https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=0ahUKEwiqtJaf9dXYAhVR92MKHa6NDJ0QjRwIBw&url=https%3A%2F%2Fme.me%2Ft%2Fnimoy%3Fsince%3D1436288089%252C1282044%3Fsince%3D1436288089%252C1282044&psig=AOvVaw1h2gB40Mx7bby0yMqYuUup&ust=1515966441282517"],"app":"steemit/0.1","format":"markdown"}
created2018-01-14 08:33:42
last_update2018-01-14 08:33:42
depth0
children25
last_payout2018-01-21 08:33:42
cashout_time1969-12-31 23:59:59
total_payout_value10.718 HBD
curator_payout_value2.223 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,670
author_reputation90,708,691,850,244
root_title"Announcing VULCAN!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,410,710
net_rshares1,445,960,780,097
author_curate_reward""
vote details (49)
@fr3world ·
I wish i know more on cryptocurrency, I learnt crypto world is a good world but also a risk world.
properties (22)
authorfr3world
permlinkre-williambanks-announcing-vulcan-20180114t083949179z
categoryviva
json_metadata{"tags":["viva"],"app":"steemit/0.1"}
created2018-01-14 08:40:09
last_update2018-01-14 08:40:09
depth1
children0
last_payout2018-01-21 08:40: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_length98
author_reputation290,958,192,750
root_title"Announcing VULCAN!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,411,609
net_rshares0
@jkgautam ·
Hey! williambanks
Can you send me all details to my Gmail
technoguys@gmail.com
properties (22)
authorjkgautam
permlinkre-williambanks-announcing-vulcan-20180620t104110735z
categoryviva
json_metadata{"tags":["viva"],"app":"steemit/0.1"}
created2018-06-20 10:42:45
last_update2018-06-20 10:42:45
depth1
children0
last_payout2018-06-27 10:42:45
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_reputation-111,880,735,417
root_title"Announcing VULCAN!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id61,475,619
net_rshares0
@meesterboom · (edited)
$0.20
You forgot the important part of this post. The bit where you ask for...

## More Money!!!
👍  ,
properties (23)
authormeesterboom
permlinkre-williambanks-announcing-vulcan-20180114t133554840z
categoryviva
json_metadata{"tags":["viva"],"app":"steemit/0.1"}
created2018-01-14 13:35:54
last_update2018-01-14 14:11:00
depth1
children0
last_payout2018-01-21 13:35:54
cashout_time1969-12-31 23:59:59
total_payout_value0.201 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length90
author_reputation1,798,525,147,018,474
root_title"Announcing VULCAN!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,460,061
net_rshares22,252,662,689
author_curate_reward""
vote details (2)
@mosunmola ·
Thanks so much for sharing this with us, tho am new to cryptocurrency but i find this useful.
properties (22)
authormosunmola
permlinkre-williambanks-announcing-vulcan-20180114t084203366z
categoryviva
json_metadata{"tags":["viva"],"app":"steemit/0.1"}
created2018-01-14 08:42:24
last_update2018-01-14 08:42:24
depth1
children0
last_payout2018-01-21 08:42: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_length93
author_reputation55,150,710,841
root_title"Announcing VULCAN!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,411,905
net_rshares0
@neoxian ·
$0.37
Here comes the technobabble and the goobledygook again.  What about the hyperledger? What about the traveling salesman?  What about the crowns?

How the fuck does this all work?
👍  , , ,
properties (23)
authorneoxian
permlinkre-williambanks-announcing-vulcan-20180114t103124645z
categoryviva
json_metadata{"tags":["viva"],"app":"steemit/0.1"}
created2018-01-14 10:31:24
last_update2018-01-14 10:31:24
depth1
children1
last_payout2018-01-21 10:31:24
cashout_time1969-12-31 23:59:59
total_payout_value0.302 HBD
curator_payout_value0.065 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length177
author_reputation167,518,222,673,938
root_title"Announcing VULCAN!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,427,742
net_rshares41,122,607,089
author_curate_reward""
vote details (4)
@j3dy ·
hey you are the wise steem mind :) have you heard about the crown network? 

and about viva, I never read what it was about, just brushed through it a few times, but they don't seem to have a solid tech goal or target. I for one know that abbreviations are easy to come up so VIVA CAN VULCAN 

:D 
properties (22)
authorj3dy
permlinkre-neoxian-re-williambanks-announcing-vulcan-20180115t090854182z
categoryviva
json_metadata{"tags":["viva"],"community":"busy","app":"busy/2.2.0"}
created2018-01-15 09:09:00
last_update2018-01-15 09:09:00
depth2
children0
last_payout2018-01-22 09:09:00
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_length297
author_reputation9,439,758,416,991
root_title"Announcing VULCAN!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,657,985
net_rshares0
@okean123 ·
It's nice that Steven has written something again, it makes me a little hope that this project is not completely gone, but can 're-awake' later... 

Also I like that there are more technical specification in this text, although they are only superficial. 

I hope all what happened in the last weeks was just a very big misunderstanding...
👍  ,
properties (23)
authorokean123
permlinkre-williambanks-announcing-vulcan-20180114t091605722z
categoryviva
json_metadata{"tags":["viva"],"app":"steemit/0.1"}
created2018-01-14 09:16:06
last_update2018-01-14 09:16:06
depth1
children7
last_payout2018-01-21 09:16:06
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_length339
author_reputation39,294,394,710,838
root_title"Announcing VULCAN!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,416,574
net_rshares1,723,108,630
author_curate_reward""
vote details (2)
@j3dy ·
$0.11
what happened i never got into viva and I never got to the bottom of it 
👍  
properties (23)
authorj3dy
permlinkre-okean123-re-williambanks-announcing-vulcan-20180115t085524877z
categoryviva
json_metadata{"tags":["viva"],"community":"busy","app":"busy/2.2.0"}
created2018-01-15 08:55:30
last_update2018-01-15 08:55:30
depth2
children4
last_payout2018-01-22 08:55:30
cashout_time1969-12-31 23:59:59
total_payout_value0.111 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length72
author_reputation9,439,758,416,991
root_title"Announcing VULCAN!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,655,807
net_rshares15,918,836,432
author_curate_reward""
vote details (1)
@meesterboom ·
It has all been quite the horrendous scam to be frank. William Banks is someone called Steve, lots of the funds appear t be missing. There is and has been no real code behind anything, just a poorly executed version of an open source (TxBits) exchange code to enable the exchange which people cant get their money out of. 

Its a long long tale and quite terrible in its duplicity and calculating scammity.
properties (22)
authormeesterboom
permlinkre-j3dy-re-okean123-re-williambanks-announcing-vulcan-20180115t212434687z
categoryviva
json_metadata{"tags":["viva"],"app":"steemit/0.1"}
created2018-01-15 21:24:36
last_update2018-01-15 21:24:36
depth3
children3
last_payout2018-01-22 21:24: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_length406
author_reputation1,798,525,147,018,474
root_title"Announcing VULCAN!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,794,407
net_rshares0
@meesterboom ·
It's funny you mention Steven. Perhaps William will put a post up explaining that he ***isn't*** actually William Banks!! Wouldn't that be great for transparency!

Go Steven go!
properties (22)
authormeesterboom
permlinkre-okean123-re-williambanks-announcing-vulcan-20180114t141234774z
categoryviva
json_metadata{"tags":["viva"],"app":"steemit/0.1"}
created2018-01-14 14:12:33
last_update2018-01-14 14:12:33
depth2
children1
last_payout2018-01-21 14:12:33
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_length177
author_reputation1,798,525,147,018,474
root_title"Announcing VULCAN!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,467,688
net_rshares0
@okean123 ·
$0.09
Well that would be great!
👍  ,
properties (23)
authorokean123
permlinkre-meesterboom-re-okean123-re-williambanks-announcing-vulcan-20180114t151214298z
categoryviva
json_metadata{"tags":["viva"],"app":"steemit/0.1"}
created2018-01-14 15:12:18
last_update2018-01-14 15:12:18
depth3
children0
last_payout2018-01-21 15:12:18
cashout_time1969-12-31 23:59:59
total_payout_value0.071 HBD
curator_payout_value0.019 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length25
author_reputation39,294,394,710,838
root_title"Announcing VULCAN!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,480,478
net_rshares10,262,479,375
author_curate_reward""
vote details (2)
@papa-pepper ·
So, did your wife post this one too, or are you out of jail now? Yesterday you said that you were in jail and the post said that your wife made it for you... but this one doesn't say that...

Did you make it back to your home state, or are you still locked up? Is there any way anyone can help?
👍  
properties (23)
authorpapa-pepper
permlinkre-williambanks-announcing-vulcan-20180115t180304252z
categoryviva
json_metadata{"tags":["viva"],"app":"steemit/0.1"}
created2018-01-15 18:03:06
last_update2018-01-15 18:03:06
depth1
children0
last_payout2018-01-22 18:03:06
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_length294
author_reputation1,951,223,832,091,597
root_title"Announcing VULCAN!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,758,998
net_rshares0
author_curate_reward""
vote details (1)
@ryivhnn ·
Glad that Viva is still going :) I seem to be in the wrong places to be hearing about anything!

I'm not sure I understood all of that but am liking the sound of it!

<center>[![goatsig](https://technonaturalist.net/sites/default/files/styles/sensible_display/public/art/2017/11/goatsig-t.png?itok=Ml3FDq7c)](/@ryivhnn)</center>
properties (22)
authorryivhnn
permlinkre-williambanks-announcing-vulcan-20180114t084820173z
categoryviva
json_metadata{"tags":["viva"],"community":"busy","app":"busy/2.2.0"}
created2018-01-14 08:48:21
last_update2018-01-14 08:48:21
depth1
children3
last_payout2018-01-21 08:48:21
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_length328
author_reputation212,217,882,272,195
root_title"Announcing VULCAN!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,412,773
net_rshares0
@meesterboom ·
It's really not going. It's a sad and sorry tale
properties (22)
authormeesterboom
permlinkre-ryivhnn-re-williambanks-announcing-vulcan-20180114t143415689z
categoryviva
json_metadata{"tags":["viva"],"app":"steemit/0.1"}
created2018-01-14 14:34:15
last_update2018-01-14 14:34:15
depth2
children2
last_payout2018-01-21 14:34:15
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_length48
author_reputation1,798,525,147,018,474
root_title"Announcing VULCAN!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,472,348
net_rshares0
@ryivhnn ·
:< I was looking forward to Viva.  Guess I'll have to dig into what exploded at some stage.

<center>[![goatsig](https://technonaturalist.net/sites/default/files/styles/sensible_display/public/art/2017/11/goatsig-t.png?itok=Ml3FDq7c)](/@ryivhnn)</center>
properties (22)
authorryivhnn
permlinkre-meesterboom-re-ryivhnn-re-williambanks-announcing-vulcan-20180115t001433189z
categoryviva
json_metadata{"tags":["viva"],"community":"busy","app":"busy/2.2.0"}
created2018-01-15 00:14:36
last_update2018-01-15 00:14:36
depth3
children1
last_payout2018-01-22 00:14: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_length254
author_reputation212,217,882,272,195
root_title"Announcing VULCAN!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,577,364
net_rshares0
@steemitboard ·
Congratulations @williambanks! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/votes.png)](http://steemitboard.com/@williambanks) Award for the number of upvotes

<sub>_Click on the badge to view your Board of Honor._</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/steemitboard/@steemitboard/steemitboard-witness-update-2018-09-07"><img src="https://steemitimages.com/64x128/http://i.cubeupload.com/7CiQEO.png"></a></td><td><a href="https://steemit.com/steemitboard/@steemitboard/steemitboard-witness-update-2018-09-07">SteemitBoard - Witness Update</a></td></tr></table>

> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-williambanks-20180914t005805000z
categoryviva
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-09-14 00:58:03
last_update2018-09-14 00:58:03
depth1
children0
last_payout2018-09-21 00:58: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_length1,084
author_reputation38,975,615,169,260
root_title"Announcing VULCAN!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id71,227,696
net_rshares0
@steemitboard ·
Congratulations @williambanks! You received a personal award!

<table><tr><td>https://steemitimages.com/70x70/http://steemitboard.com/@williambanks/birthday3.png</td><td>Happy Birthday! - You are on the Steem blockchain for 3 years!</td></tr></table>

<sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@williambanks) and compare to others on the [Steem Ranking](https://steemitboard.com/ranking/index.php?name=williambanks)_</sub>


###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-williambanks-20190719t091033000z
categoryviva
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2019-07-19 09:10:33
last_update2019-07-19 09:10:33
depth1
children0
last_payout2019-07-26 09:10:33
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_length636
author_reputation38,975,615,169,260
root_title"Announcing VULCAN!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id88,482,490
net_rshares0
@svamiva ·
$0.12
As a reminder, here's Viva ICO announcement

https://bitcointalk.org/index.php?topic=1878942.0

Seem to be some big gaps between this announcement and what you're telling us now.
All the time we were told 'Viva has a blockchain', just not the blockexplorer yet.
Now we are told about ***lack of blockchain***.
Viva page on Github sertainly speaks for 'lack of blockchain' indeed.

https://github.com/vivacoin

So why not instead of words just put some code on Github for people to be able to review the code ?
👍  , , ,
properties (23)
authorsvamiva
permlinkre-williambanks-announcing-vulcan-20180114t113735795z
categoryviva
json_metadata{"tags":["viva"],"links":["https://bitcointalk.org/index.php?topic=1878942.0","https://github.com/vivacoin"],"app":"steemit/0.1"}
created2018-01-14 11:37:42
last_update2018-01-14 11:37:42
depth1
children3
last_payout2018-01-21 11:37:42
cashout_time1969-12-31 23:59:59
total_payout_value0.097 HBD
curator_payout_value0.018 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length509
author_reputation9,635,062,598,275
root_title"Announcing VULCAN!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,438,785
net_rshares13,358,742,516
author_curate_reward""
vote details (4)
@j3dy ·
that's reasonable, but if the project isn't really clear on what it wants to achieve the code could be useless, if something changes in the direction. 
properties (22)
authorj3dy
permlinkre-svamiva-re-williambanks-announcing-vulcan-20180115t085723163z
categoryviva
json_metadata{"tags":["viva"],"community":"busy","app":"busy/2.2.0"}
created2018-01-15 08:57:27
last_update2018-01-15 08:57:27
depth2
children2
last_payout2018-01-22 08:57:27
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_length151
author_reputation9,439,758,416,991
root_title"Announcing VULCAN!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,656,132
net_rshares0
@svamiva ·
People who have bought Viva Crowns are very clear about what they wanted to achive, they have bought *licence to operate a mint on Viva blockchain*
properties (22)
authorsvamiva
permlinkre-j3dy-re-svamiva-re-williambanks-announcing-vulcan-20180115t143248015z
categoryviva
json_metadata{"tags":["viva"],"app":"steemit/0.1"}
created2018-01-15 14:32:54
last_update2018-01-15 14:32:54
depth3
children1
last_payout2018-01-22 14:32:54
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_length147
author_reputation9,635,062,598,275
root_title"Announcing VULCAN!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,716,168
net_rshares0