Skip to content

Commit

Permalink
Merge branch '161-change-config-parameters-for-ep-2' into 'dev'
Browse files Browse the repository at this point in the history
Resolve "Change config parameters for ep 2"

Closes #161

See merge request massalabs/massa!161
  • Loading branch information
damip committed Sep 1, 2021
2 parents 25d3518 + 5efd1dd commit 92de4c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/staking.adoc
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Staking

In Massa, the minimal number of coins required to be able to stake is 500 MAS (which is called one "roll").
In Massa, the minimal number of coins required to be able to stake is 100 MAS (which is called one "roll").
The total initial supply is 500m MAS, so in theory, there could be 1 million people staking.

Addresses are randomly selected to stake (create blocks) in all threads, based on the number of rolls they possess.
The list of stakers and their rolls can be seen link:https://test.massa.net/#staking[there].

Rolls can be bought with Massa coins or sold to get the coins back.
If you already have more than 500 Massa, you can continue this tutorial, otherwise you can ask coins from us in the link:https://discord.com/invite/TnsJQzXkRN[Discord] testnet channel.
If you already have more than 100 Massa, you can continue this tutorial, otherwise you can ask coins from us in the link:https://discord.com/invite/TnsJQzXkRN[Discord] testnet channel.


## Buying rolls
Expand Down
8 changes: 4 additions & 4 deletions massa-node/base_config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ version = "DEVE.0.0"
future_block_processing_max_periods = 100
max_future_processing_blocks = 400
max_dependency_blocks = 2048
endorsement_count = 8
delta_f0 = 576
endorsement_count = 9
delta_f0 = 640
max_operations_per_block = 102400
max_operations_fill_attempts = 102400
max_block_size = 102400
Expand All @@ -28,7 +28,7 @@ version = "DEVE.0.0"
ledger_cache_capacity = 1048576
ledger_flush_interval = 10000
ledger_reset_at_startup = true
block_reward = "1.0"
block_reward = "0.3"
initial_ledger_path = "base_config/initial_ledger.json"
operation_batch_size = 1024
max_send_wait = 500
Expand All @@ -41,7 +41,7 @@ version = "DEVE.0.0"
pos_draw_cached_cycles = 10
pos_miss_rate_deactivation_threshold = [7, 10]
staking_keys_path = "config/staking_keys.json"
roll_price = "500"
roll_price = "100"
#stats
stats_timespan = 60000

Expand Down

0 comments on commit 92de4c4

Please sign in to comment.