Add storage mining pool (#4364)

* Add storage mining pool

* Set gossip port

* Add create-storage-mining-pool-account wallet command

* Add claim-storage-reward wallet command

* Create storage account upfront

* Add storage program to genesis

* Use STORAGE_ACCOUNT_SPACE

* Fix tests

* Add wallet commands to create validator/replicator storage accounts

* Add create_validator_storage_account()

* Storage stage no longer implicitly creates a storage account
This commit is contained in:
Michael Vines
2019-05-23 14:50:23 -07:00
committed by GitHub
parent 6b35e16676
commit b37d2fde3d
18 changed files with 735 additions and 177 deletions

1
run.sh
View File

@ -73,6 +73,7 @@ args=(
--voting-keypair "$dataDir"/config/leader-vote-account-keypair.json
--vote-account "$leaderVoteAccountPubkey"
--ledger "$dataDir"/ledger/
--gossip-port 8001
--rpc-port 8899
--rpc-drone-address 127.0.0.1:9900
)