Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slate Miners #395

Closed
jimmylee opened this issue Oct 29, 2020 · 4 comments
Closed

Slate Miners #395

jimmylee opened this issue Oct 29, 2020 · 4 comments
Assignees
Labels
Feature Something we want to add.

Comments

@jimmylee
Copy link
Contributor

Purpose

An ongoing project to produce some reliable miners if no one else beats us to the punch.

@jimmylee jimmylee self-assigned this Oct 29, 2020
@jimmylee
Copy link
Contributor Author

Default Configuration

# Default config:
[API]
#  ListenAddress = "/ip4/127.0.0.1/tcp/2345/http"
#  RemoteListenAddress = "127.0.0.1:2345"
#  Timeout = "30s"
#
[Libp2p]
#  ListenAddresses = ["/ip4/0.0.0.0/tcp/0", "/ip6/::/tcp/0"]
#  AnnounceAddresses = []
#  NoAnnounceAddresses = []
#  ConnMgrLow = 150
#  ConnMgrHigh = 180
#  ConnMgrGrace = "20s"
#
[Pubsub]
#  Bootstrapper = false
#  RemoteTracer = "/dns4/pubsub-tracer.filecoin.io/tcp/4001/p2p/QmTd6UvR47vUidRNZ1ZKXHrAFhqTJAD27rKL9XYghEKgKX"
#
[Dealmaking]
#  ConsiderOnlineStorageDeals = true
#  ConsiderOfflineStorageDeals = true
#  ConsiderOnlineRetrievalDeals = true
#  ConsiderOfflineRetrievalDeals = true
#  PieceCidBlocklist = []
#  ExpectedSealDuration = "24h0m0s"
#  Filter = ""
#  RetrievalFilter = ""
#
[Sealing]
#  MaxWaitDealsSectors = 2
#  MaxSealingSectors = 0
#  MaxSealingSectorsForDeals = 0
#  WaitDealsDelay = "6h0m0s"
#
[Storage]
#  ParallelFetchLimit = 10
#  AllowAddPiece = true
#  AllowPreCommit1 = true
#  AllowPreCommit2 = true
#  AllowCommit = true
#  AllowUnseal = true
#
[Fees]
#  MaxPreCommitGasFee = "0.025 FIL"
#  MaxCommitGasFee = "0.05 FIL"
#  MaxWindowPoStGasFee = "5 FIL"
#  MaxPublishDealsFee = "0.05 FIL"
#  MaxMarketBalanceAddFee = "0.007 FIL"
#fil 

@jimmylee
Copy link
Contributor Author

Providers

  • https://metal.equinix.com/product/servers/
  • We can use G2.Large for a miner (Available in Dallas, will need to figure out a way to get it)
    • s3.xlarge servers are also great - 96TB of HDDs
  • One g2 for precommit2/comm1/comm2
  • Epyc servers for precomm1

@jimmylee
Copy link
Contributor Author

jimmylee commented Nov 5, 2020

@jimmylee
Copy link
Contributor Author

jimmylee commented Nov 5, 2020

via marcus for testing

Environment=FIL_PROOFS_MAX_GPU_COLUMN_BATCH_SIZE=600000
Environment=FIL_PROOFS_MAX_GPU_TREE_BATCH_SIZE=1000000

@jimmylee jimmylee closed this as completed Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Something we want to add.
Projects
None yet
Development

No branches or pull requests

1 participant