Update mining-troubleshooting.md
some code changed, document should be changed too. by default, bench is not maked by make 2k. so ,first make bench is safe. I have checked the makefile, the bundle name is not lotus-bench but 'bench'.
This commit is contained in:
parent
857b5962da
commit
2d180cdacf
@ -38,7 +38,7 @@ If you see this, that means your computer is too slow and your blocks are not in
|
|||||||
## Error: No space left on device
|
## Error: No space left on device
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
lotus-storage-miner pledge-sector
|
lotus-storage-miner sectors pledge
|
||||||
# No space left on device (os error 28)
|
# No space left on device (os error 28)
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -51,7 +51,8 @@ If you suspect that your GPU is not being used, first make sure it is properly c
|
|||||||
First, to watch GPU utilization run `nvtop` in one terminal, then in a separate terminal, run:
|
First, to watch GPU utilization run `nvtop` in one terminal, then in a separate terminal, run:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
lotus-bench --sector-size=2KiB
|
make bench
|
||||||
|
./bench sealing --sector-size=2KiB
|
||||||
```
|
```
|
||||||
|
|
||||||
This process uses a fair amount of GPU, and generally takes ~4 minutes to complete. If you do not see any activity in nvtop from lotus during the entire process, it is likely something is misconfigured with your GPU.
|
This process uses a fair amount of GPU, and generally takes ~4 minutes to complete. If you do not see any activity in nvtop from lotus during the entire process, it is likely something is misconfigured with your GPU.
|
||||||
|
Loading…
Reference in New Issue
Block a user