Skip to content

Commit

Permalink
Merge branch 'v2.5.0.0-WIP-BDAPv2' into master-v2.5-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirAbrams committed Apr 11, 2021
2 parents 21d2e1d + 0c4671f commit 44484e2
Show file tree
Hide file tree
Showing 300 changed files with 16,410 additions and 6,642 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/duality-solutions/Dynamic.png?branch=master)](https://travis-ci.org/duality-solutions/Dynamic)

# **Dynamic (DYN) v2.4.4.1**
# **Dynamic (DYN) v2.5.0.0**

![DYN logo](https://github.com/duality-solutions/Dynamic/blob/master/src/qt/res/icons/drk/about.png)

Expand All @@ -17,8 +17,15 @@ What is [Dynamic](https://duality.solutions/dynamic)?
* PoW Target Spacing: 128 Seconds
* PoW Reward per Block: Controlled via Fluid Protocol
* PoW Reward Start Height: Block 5,137
* PoS Mining Algorithm: Blake2b
* PoS Period: Unlimited
* PoS Target Spacing: 128 Seconds
* PoS Reward per Block: Controlled via Fluid Protocol
* PoS Reward Start Height: Controlled via SPORK activation
* Maturity: 10 Blocks
* PoW Blocks: ~675 per day
* PoS Blocks: ~675 per day
* Total Blocks Per Day: ~1350
* Dynode Collateral Amount: 1000 DYN
* Dynode Min Confirmation: 17 Blocks
* Dynode Reward: Controlled via Fluid Protocol
Expand All @@ -28,7 +35,7 @@ What is [Dynamic](https://duality.solutions/dynamic)?
* Max Block Size: 4MB


[Dynamic(DYN)](https://duality.solutions/dynamic) allows fast, secure, verifiable transfers of data using blockchain technology and enables third-party developers to build low-cost solutions across varied industry using the BDAP protocol. Dynamic can be used to run incentivized Dynodes; the second tier of nodes on the network processing, verifying, validating and storing data.
[Dynamic(DYN)](https://duality.solutions/dynamic) allows fast, secure, verifiable transfers of data using blockchain technology and enables third-party developers to build low-cost solutions across varied industry using the BDAP protocol. Dynamic utlises Proof-of-Work, and can be used to run incentivized Dynodes; the second tier of nodes on the network used for BDAP, the DHT, and processing, verifying, validating and storing data.

**MainNet Parameters**
P2P Port = 33300
Expand Down Expand Up @@ -354,6 +361,15 @@ At configure time for CUDA(Nvidia):

--enable-gpu --enable-cuda

or run the daemon with:

./src/dynamicd -staking=1

or Qt wallet with:

./src/qt/dynamic-qt -staking=1


Example Build Command
--------------------
Qt Wallet and Deamon, CLI version build without GPU support and without AVX support:
Expand Down
Loading

0 comments on commit 44484e2

Please sign in to comment.