Merge pull request #982 from filecoin-project/@jimmylee/doc-updates-2

@jimmylee/doc updates 2
This commit is contained in:
Jim 2019-12-18 23:52:25 +01:00 committed by GitHub
commit bfa8a0a751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 3 deletions

View File

@ -33,13 +33,13 @@ GPUs are a must for getting **block rewards**. Here are a few that have been con
## Testing other GPUs
If you want to test a GPU that is not explicitly supported, you can use the following configuration flag:
If you want to test a GPU that is not explicitly supported, use the following global**environment variable**:
```sh
BELLMAN_CUSTOM_GPU="<NAME>:<NUMBER_OF_CORES>"
```
Here is an example of trying a GeForce GTX 1660 ti with 1536 cores.
Here is an example of trying a GeForce GTX 1660 Ti with 1536 cores.
```sh
BELLMAN_CUSTOM_GPU="GeForce GTX 1660 Ti:1536"

View File

@ -4,7 +4,14 @@ Here are instructions to learn how to perform storage mining. For hardware speci
It is useful to [join the Testnet](https://docs.lotu.sh/en+join-testnet) prior to attempting storage mining for the first time.
NOTE: While a miner is running, there will be many `WARN` and `ERROR` logs.
## Note: Filecoin Proof Parameters
If you are trying to download the **Filecoin Proof Parameters** from within China, you can download them from [JDCloud CDN](https://s3.cn-south-1.jdcloud-oss.com/proof-parameters/filecoin-proof-parameters-v20-testnet.tar.gz). Once you do you will need to extract them to:
```sh
# put the .param and .vk files in the directory below
/var/tmp/filecoin-proof-parameters
```
## Get started