create account

Testnet Environment For Attack Modelling: The Methodology by gravity-protocol

View this thread on: hive.blogpeakd.comecency.com
· @gravity-protocol ·
$289.17
Testnet Environment For Attack Modelling: The Methodology
http://www.gravityprotocol.org/network/gravity-16_comparison.jpg

This article will cover the methodology we will be using to explore the possibilities and limits of the Gravity emission model. The main idea of this research is to explore the flexibility of the model, as well as its strengths and weaknesses. The tools that we’ve created for modelling user behavior and further statistics analysis are available in our [GitHub repo](https://github.com/lana-shanghai/gravity_network_model). This will be the first in the series of articles on the subject.

### Aims of the modelling process: 

* to model such scenarios that carry no threat to the system, and to see how the model behaves in those cases;
* to create a standard of the model’s results that will be used to compare with other scenarios and later, as a benchmark to monitor the system’s safety;
* to tune the model’s parameters in such a way that honest active users and businesses within the system are rewarded accordingly.

### Assumptions: 

* the emission model rewards users that own a lot of tokens as well as active users;
* the model detects bot activity and clusters and minimizes reward towards artificial activity.

### Methodology: 

* choose and describe the account roles in the system based on their wealth and activity;
* select the number of accounts assigned to each role;
* model the frequency and intensity of transactions;
* run transactions through the model with different parameter settings.

### Further development: 

* compare the modelling results with the testnet;
* create more realistic scenarios;
* stress-test the system to outline its limits.

### Description of the neutral scenario:

For the initial stage of the modelling process we’ve created a hypothetical scenario of transactions between a number of user groups. This is necessary for comparing a neutral environment with an aggressive environment where malicious accounts and nodes act with personal incentives. The accounts are viewed as vertices in a graph and the transaction history -  as an edge between two vertices. 

**[Code](https://github.com/lana-shanghai/gravity_network_model/blob/master/no_attack_scenarios.ipynb) that generates the neutral scenario. Neutral scenario description and stats (transaction history is available on [GitHub](https://github.com/lana-shanghai/gravity_network_model/blob/master/emission_analyze-for-github.ipynb)):**

This scenario is a set of 100 000 transactions between 1500 accounts. There are no malicious or any other extraordinary transactions within this particular scenario. The transaction frequency grows as a function of time (square root of 0.75t). The initial token supply is equal to 1 000 000 000 tokens. The fee is currently fixed and equals  20 tokens per transaction. The transactions start on 2018-04-01 11:00:00 and stop on 2018-07-01 11:00:00. The emission takes place weekly.

Initially, all the tokens are on the genesis account (address 'g6058z5762i1084'). This account does not receive tokens and distributes (almost) all of the tokens to the first 200 accounts in roughly equal amounts.

The types of accounts in the system are: HODLers, businesses, sellers, buyers, and an exchange ('g1791u5098w9228'). Any account can deposit tokens to the exchange for trading or withdraw tokens onto their wallet. In addition, any two accounts are allowed to transact with each other. There are 50% of HODLers, or relatively inactive accounts, 25% of sellers who behave in a mildly speculative manner, and 25% of buyers who try to gradually accumulate wealth.

The types of accounts in the system are defined in a probabilistic manner. A transaction is formed by a random selection of a sender and a receiver, and the types of accounts each have probabilities of sending or receiving an amount of tokens. Probabilities of sending a transaction by account type: {'exchange' : 0.005, 'genesis' : 0.005, 'buyer' : 0.33, 'seller' : 0.6, 'hodler' : 0.06}. The genesis address does not send tokens after the initial distribution. These are the probabilities of receiving a transaction by account type: {'exchange' : 0.05, 'genesis' : 0, 'buyer' : 0.55, 'seller' : 0.25, 'hodler' : 0.15}. Here we see, for example, that a HODLer has a much higher probability of purchasing tokens rather then selling them, but is also altogether less active than other users. This probability proportion is what defines a role in the system.

The minimum transaction amount threshold is 1000 tokens. The amount sent by an account is a random amount between the minimum threshold, and 30% of the sender's current balance. If an account tries to send a smaller amount, it does not go through.

Another account subtype in the system is a business.Defined as an address that accepts tokens as a payment for their services. In the system, businesses do not accumulate wealth and go on to send their tokens further, but are a frequent receiver of transactions. Each business account has a set number of clients in the system.

The number of businesses in the scenario is equal to 8. The number of clients of each business is equal to [20, 30, 80, 20, 15, 25, 18, 10]. A business-to-customer transaction takes place with a 40% probability and a customer-to-business transaction takes place with a 60% probability. The number of business-related transactions in the system is equal to 10% of all transactions, or roughly 10,000. The number of a business transactions is a random amount between the minimum threshold and 40% of the sender's current account.

The aim of this scenario is to create a standard setting that develops slowly and organically, as well as providing a way to see the dynamics of the system, the balances, volumes, emission, account activity, and gravity index, all grouped by account types. The observed dynamics are then compared with a set transaction with malicious accounts intending to compromise or manipulate the system by transacting very intensely or by creating clusters within the system. The system parameters are tuned to neutralize malicious activity. The goal is to communicate that that an attack is too expensive to carry out and does not give a financial incentive.

**The metrics that we build to evaluate the performance of the model are:**

* The number of accounts that register weekly (cumulative);
* Weekly balance distribution between the groups;
* Weekly activity and gravity indices (by group);
* Sum of sent and received transactions (by group);
* Weekly volumes (by group);
* Weekly account activity (by group);
* Weekly emission received (by group).

http://www.gravityprotocol.org/network/01-graph.png
http://www.gravityprotocol.org/network/02-graph.png
http://www.gravityprotocol.org/network/03-graph.png
http://www.gravityprotocol.org/network/04-graph.png
http://www.gravityprotocol.org/network/05-graph.png
http://www.gravityprotocol.org/network/06-graph.png
http://www.gravityprotocol.org/network/07-graph.png
http://www.gravityprotocol.org/network/08-graph.png

**We can also see the general characteristics of a representative from each group in the [python notebook](https://github.com/lana-shanghai/gravity_network_model/blob/master/emission_analyze-for-github.ipynb).**

Next, we compare the neutral scenario with an aggressive one. A purely hypothetical scenario in which where we initially distribute about 50% of the tokens to 150 attackers. These attackers not only own half of the system’s wealth, but they also operate in a very frequent and aggressive manner by transacting between the richest of their accounts by a random percentage of their balance (between 80% and 90%). 

In the following charts of weekly trading volumes(transactions and balances), we see that the absolute majority of traded tokens happens between the attackers. Even though they attack, execute the majority of the transactions, and own such a large part of the tokens, they receive less than half of the emission within the system (see chart: ‘weekly emission by group’). The amount invested into purchasing the tokens as well as the cumulative fees (and accordingly, number of sent transactions) paid by the attackers, are much higher than the emission received by the attacking group. 

http://www.gravityprotocol.org/network/09-graph.png
http://www.gravityprotocol.org/network/10-graph.png
http://www.gravityprotocol.org/network/11-graph.png
http://www.gravityprotocol.org/network/12-graph.png
http://www.gravityprotocol.org/network/13-graph.png

The two basic scenarios (with and without attackers), show us that the system withstands to a very aggressive scenario and thus will be highly resistant to real attacks which are similar in concept but will be carried out with less actual resources from the attackers. 

Please stay tuned for more models, real net data, stats and analytics.

*by [Lana Ivina](https://t.me/lana_out_of_the_blue) ([GitHub](https://github.com/lana-shanghai/gravity_network_model))*

# 📢 Gravity Launches Public Testnet

[Come to our testnet and break our toys!](https://steemit.com/blockchain/@gravity-protocol/break-our-net-gravity-launches-public-testnet)
[Gravity Testnet Instructions Set](https://steemit.com/blockchain/@gravity-protocol/gravity-testnet-instructions-set)
[Gravity Testnet Report 25.05.2018 - 08.06.2018](https://steemit.com/blockchain/@gravity-protocol/gravity-testnet-report-25-05-2018-08-06-2018)

# Want to join our team? 

[Gravity Protocol is hiring!](https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-needs-you)

# See the previous articles

[Gravity Protocol Intro](https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-intro)
[A Deeper Look Into Dan Larimer’s radio](https://steemit.com/blockchain/@gravity-protocol/a-deeper-look-into-dan-larimer-s-radio-analogy-to-explain-index-of-importance)
[Gravity Protocol initial distribution](https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-initial-distribution-including-airdrops)
[Adaptive Emission: Making Blockchain Economy Real](https://steemit.com/blockchain/@gravity-protocol/adaptive-emission-making-blockchain-economy-real)
[Gravity IPFS: Off-chain Data Storage](https://steemit.com/blockchain/@gravity-protocol/gravity-ipfs-off-chain-data-storage)
[Gravity: Ecosystem Participants](https://steemit.com/blockchain/@gravity-protocol/gravity-ecosystem-participants)
[Gravity: Stablecoin Solutions](https://steemit.com/blockchain/@gravity-protocol/gravity-stablecoin-solutions)
[How the Gravity Protocol Team Implements a Security Development Lifecycle](https://steemit.com/blockchain/@gravity-protocol/how-the-gravity-protocol-team-implements-a-security-development-lifecycle)

# Follow Us

Website: http://gravity.io
BitsharesTalk: https://bitsharestalk.org/index.php?board=122.0 
BitcoinTalk: https://bitcointalk.org/index.php?topic=4189531.0
Telegram channel: https://t.me/gravityprotocol
Telegram dev chat: https://t.me/gravity_protocol
Blog: https://steemit.com/@gravity-protocol
Blog: https://medium.com/@gravityprotocol
Twitter: https://twitter.com/protocolgravity
Discord: https://discord.gg/bcavmUg
Linkedin: https://www.linkedin.com/company/gravity-foundation/
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 479 others
properties (23)
authorgravity-protocol
permlinktestnet-environment-for-attack-modelling-the-methodology
categoryblockchain
json_metadata{"tags":["blockchain","crypto","cryptocurrency","technology","gravityprotocol"],"image":["http://www.gravityprotocol.org/network/gravity-16_comparison.jpg","http://www.gravityprotocol.org/network/01-graph.png","http://www.gravityprotocol.org/network/02-graph.png","http://www.gravityprotocol.org/network/03-graph.png","http://www.gravityprotocol.org/network/04-graph.png","http://www.gravityprotocol.org/network/05-graph.png","http://www.gravityprotocol.org/network/06-graph.png","http://www.gravityprotocol.org/network/07-graph.png","http://www.gravityprotocol.org/network/08-graph.png","http://www.gravityprotocol.org/network/09-graph.png","http://www.gravityprotocol.org/network/10-graph.png","http://www.gravityprotocol.org/network/11-graph.png","http://www.gravityprotocol.org/network/12-graph.png","http://www.gravityprotocol.org/network/13-graph.png"],"links":["https://github.com/lana-shanghai/gravity_network_model","https://github.com/lana-shanghai/gravity_network_model/blob/master/no_attack_scenarios.ipynb","https://github.com/lana-shanghai/gravity_network_model/blob/master/emission_analyze-for-github.ipynb","https://t.me/lana_out_of_the_blue","https://steemit.com/blockchain/@gravity-protocol/break-our-net-gravity-launches-public-testnet","https://steemit.com/blockchain/@gravity-protocol/gravity-testnet-instructions-set","https://steemit.com/blockchain/@gravity-protocol/gravity-testnet-report-25-05-2018-08-06-2018","https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-needs-you","https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-intro","https://steemit.com/blockchain/@gravity-protocol/a-deeper-look-into-dan-larimer-s-radio-analogy-to-explain-index-of-importance","https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-initial-distribution-including-airdrops","https://steemit.com/blockchain/@gravity-protocol/adaptive-emission-making-blockchain-economy-real","https://steemit.com/blockchain/@gravity-protocol/gravity-ipfs-off-chain-data-storage","https://steemit.com/blockchain/@gravity-protocol/gravity-ecosystem-participants","https://steemit.com/blockchain/@gravity-protocol/gravity-stablecoin-solutions","https://steemit.com/blockchain/@gravity-protocol/how-the-gravity-protocol-team-implements-a-security-development-lifecycle","http://gravity.io","https://bitsharestalk.org/index.php?board=122.0","https://bitcointalk.org/index.php?topic=4189531.0","https://t.me/gravityprotocol","https://t.me/gravity_protocol","https://steemit.com/@gravity-protocol","https://medium.com/@gravityprotocol","https://twitter.com/protocolgravity","https://discord.gg/bcavmUg","https://www.linkedin.com/company/gravity-foundation/"],"app":"steemit/0.1","format":"markdown"}
created2018-06-14 15:38:06
last_update2018-06-14 15:38:06
depth0
children12
last_payout2018-06-21 15:38:06
cashout_time1969-12-31 23:59:59
total_payout_value221.341 HBD
curator_payout_value67.827 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11,150
author_reputation47,454,528,144,099
root_title"Testnet Environment For Attack Modelling: The Methodology"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,739,318
net_rshares112,625,396,305,401
author_curate_reward""
vote details (543)
@abhinavramesh12 ·
$0.12
Great article.  Such technology is going to be the utmost importance as the years come as it create a standard of the model’s results that will be used to compare with other scenarios and later, as a benchmark to monitor the system’s safety.
👍  
properties (23)
authorabhinavramesh12
permlinkre-gravity-protocol-testnet-environment-for-attack-modelling-the-methodology-20180615t072427816z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-15 07:24:30
last_update2018-06-15 07:24:30
depth1
children0
last_payout2018-06-22 07:24:30
cashout_time1969-12-31 23:59:59
total_payout_value0.086 HBD
curator_payout_value0.029 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length241
author_reputation18,140,441,779
root_title"Testnet Environment For Attack Modelling: The Methodology"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,824,121
net_rshares46,153,594,541
author_curate_reward""
vote details (1)
@chinmay5 ·
This is great information. Do you have any products (even Beta stage) that will work as insurance/credit swaps in an event everything goes south? The market is so volatile that products without the right USP may just be a product in this market? Are there some unique products that gravity protocol will have?
👍  
properties (23)
authorchinmay5
permlinkre-gravity-protocol-testnet-environment-for-attack-modelling-the-methodology-20180626t060728873z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-26 06:07:30
last_update2018-06-26 06:07:30
depth1
children0
last_payout2018-07-03 06: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_length309
author_reputation301,677,995
root_title"Testnet Environment For Attack Modelling: The Methodology"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,301,594
net_rshares141,352,202
author_curate_reward""
vote details (1)
@coleman85 ·
this is a great article , thanks for sharing this
properties (22)
authorcoleman85
permlinkre-gravity-protocol-testnet-environment-for-attack-modelling-the-methodology-20180616t142053683z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-16 14:21:48
last_update2018-06-16 14:21:48
depth1
children0
last_payout2018-06-23 14:21: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_length49
author_reputation1,143,537,961
root_title"Testnet Environment For Attack Modelling: The Methodology"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,983,991
net_rshares0
@crosswell ·
Hello, everyone! I've created a new Steemit t-shirt and I hope that you will love it as I was working on it for a whole day! You can get it here:
https://teespring.com/steem-to-the-moon
![front (7).jpg](https://cdn.steemitimages.com/DQmWigs3BxwreBRSCgKUX72fzqqeBwhyUCqXZtF7B3Pe1Yn/front%20(7).jpg)
👎  
properties (23)
authorcrosswell
permlinkre-gravity-protocol-testnet-environment-for-attack-modelling-the-methodology-20180614t172738576z
categoryblockchain
json_metadata{"tags":["blockchain"],"image":["https://cdn.steemitimages.com/DQmWigs3BxwreBRSCgKUX72fzqqeBwhyUCqXZtF7B3Pe1Yn/front%20(7).jpg"],"links":["https://teespring.com/steem-to-the-moon"],"app":"steemit/0.1"}
created2018-06-14 17:27:36
last_update2018-06-14 17:27:36
depth1
children0
last_payout2018-06-21 17:27: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_length297
author_reputation-844,903,452,443
root_title"Testnet Environment For Attack Modelling: The Methodology"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,750,991
net_rshares-591,092,186
author_curate_reward""
vote details (1)
@danielmeloc ·
I love this project!
properties (22)
authordanielmeloc
permlinkre-gravity-protocol-testnet-environment-for-attack-modelling-the-methodology-20180614t203553912z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-14 20:35:54
last_update2018-06-14 20:35:54
depth1
children0
last_payout2018-06-21 20:35: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_length20
author_reputation354,569,105
root_title"Testnet Environment For Attack Modelling: The Methodology"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,769,691
net_rshares0
@eric-boucher ·
$0.17
What a great article!

Thanks a lot for the development of such technology. The tools brought forth will be of the utmost importance as the years come by.

The can foresee the incentives described at the beginning ***"...to tune the model’s parameters in such a way that honest active users and businesses within the system are rewarded accordingly."*** will make very powerful ripples through the crypto world.

Awesome work! Thank you again and namaste   :)
👍  ,
properties (23)
authoreric-boucher
permlinkre-gravity-protocol-testnet-environment-for-attack-modelling-the-methodology-20180614t185156143z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-14 18:51:54
last_update2018-06-14 18:51:54
depth1
children0
last_payout2018-06-21 18:51:54
cashout_time1969-12-31 23:59:59
total_payout_value0.146 HBD
curator_payout_value0.022 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length459
author_reputation68,503,601,066,539
root_title"Testnet Environment For Attack Modelling: The Methodology"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,759,799
net_rshares66,730,157,912
author_curate_reward""
vote details (2)
@kruger3117 ·
Great write up btw, please keep on writing quality articles like this!
properties (22)
authorkruger3117
permlinkre-gravity-protocol-testnet-environment-for-attack-modelling-the-methodology-20180619t180947847z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-19 18:09:51
last_update2018-06-19 18:09:51
depth1
children0
last_payout2018-06-26 18:09:51
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_length70
author_reputation4,125,903,039
root_title"Testnet Environment For Attack Modelling: The Methodology"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id61,391,085
net_rshares0
@marketguruji ·
Nice one great information

please follow me
properties (22)
authormarketguruji
permlinkre-gravity-protocol-testnet-environment-for-attack-modelling-the-methodology-20180616t155540965z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-16 15:55:42
last_update2018-06-16 15:55:42
depth1
children0
last_payout2018-06-23 15:55:42
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_length44
author_reputation214,184,195,076
root_title"Testnet Environment For Attack Modelling: The Methodology"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,993,736
net_rshares0
@minnowpond ·
You have recieved a free upvote from minnowpond, Send 0.1 -> 2 SBD with your post url as the memo to recieve an upvote from up to 100 accounts!
👍  
👎  
properties (23)
authorminnowpond
permlinkre-testnet-environment-for-attack-modelling-the-methodology-20180614t170006
categoryblockchain
json_metadata""
created2018-06-14 17:00:09
last_update2018-06-14 17:00:09
depth1
children0
last_payout2018-06-21 17:00: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_length143
author_reputation13,239,048,956,578
root_title"Testnet Environment For Attack Modelling: The Methodology"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,748,204
net_rshares1,382,624,384
author_curate_reward""
vote details (2)
@nycrolly ·
This is a really interesting article you have here , makes you think
👎  
properties (23)
authornycrolly
permlinkre-gravity-protocol-testnet-environment-for-attack-modelling-the-methodology-20180614t170243038z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-14 17:02:42
last_update2018-06-14 17:02:42
depth1
children0
last_payout2018-06-21 17:02:42
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_length68
author_reputation9,794,005,930,022
root_title"Testnet Environment For Attack Modelling: The Methodology"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,748,476
net_rshares-612,530,763
author_curate_reward""
vote details (1)
@steemitboard ·
Congratulations @gravity-protocol! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/voted.png)](http://steemitboard.com/@gravity-protocol) Award for the number of upvotes received

<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>


To support your work, I also upvoted your post!


**Do not miss the [last post](https://steemit.com/steemitboard/@steemitboard/steemitboard-world-cup-contest-portugal-vs-spain) from @steemitboard!**

---
**Participate in the [SteemitBoard World Cup Contest](https://steemit.com/steemitboard/@steemitboard/steemitboard-world-cup-contest-collect-badges-and-win-free-sbd)!**
Collect World Cup badges and win free SBD
Support the Gold Sponsors of the contest: [@good-karma](https://v2.steemconnect.com/sign/account-witness-vote?witness=good-karma&approve=1) and [@lukestokes](https://v2.steemconnect.com/sign/account-witness-vote?witness=lukestokes.mhth&approve=1)

---

> Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
👎  
properties (23)
authorsteemitboard
permlinksteemitboard-notify-gravity-protocol-20180615t034830000z
categoryblockchain
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-06-15 03:48:30
last_update2018-06-15 03:48:30
depth1
children0
last_payout2018-06-22 03:48:30
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,352
author_reputation38,975,615,169,260
root_title"Testnet Environment For Attack Modelling: The Methodology"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,806,075
net_rshares-578,841,571
author_curate_reward""
vote details (1)
@sukhwinder ·
in think this all game in cirptio
properties (22)
authorsukhwinder
permlinkre-gravity-protocol-testnet-environment-for-attack-modelling-the-methodology-20180621t074107142z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-21 07:41:09
last_update2018-06-21 07:41:09
depth1
children0
last_payout2018-06-28 07:41: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_length33
author_reputation177,562,848
root_title"Testnet Environment For Attack Modelling: The Methodology"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id61,603,828
net_rshares0