Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leifree317 authored Jul 6, 2024
1 parent 41dee8a commit c84412f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ chmod +x f3-pool
ulimit -n 1048576 && nohup ./f3-pool start --address <YOUR_BENEFIT_ADDRESS> --network 1 --prover --nodisplay --verbosity=2 >> pool.log 2>&1 &
```

**N.B.** Please replace <YOUR_BENEFIT_ADDRESS> with your true aleo wallet address, and remember your server IP for prover configuration.
**N.B.** Please replace \<YOUR_BENEFIT_ADDRESS\> with your true aleo wallet address, and remember your server IP for prover configuration.

3. Logging
```
Expand All @@ -52,6 +52,12 @@ tail -f ./pool.log

To check the pool connected aleo network succeeded, you need make sure the output log as `Puzzle (Block 48888, Coinbase Target 536870911, Proof Target 134217728)`, then it says you are working on the right road, enjoy yourself!

4. To check your solo pool production:
```
http://<POOL_IP>:3030/testnet/peers/speed/<All Speed Token>
```
You can get your \<All Speed Token\> from the starting of your pool.log.

### :blue_book: Step-2. Prover Startup
1. Download Prover
```
Expand All @@ -66,14 +72,14 @@ chmod +x myprover.sh

2. Startup
```
./myprover.sh <POOL-CONFIG>
./myprover.sh <POOL_CONFIG>
```

**N.B.** Please replace \<POOL-CONFIG\> with your pool Server-IP:4040 from step-1.2.
**N.B.** Please replace \<POOL_CONFIG\> with your pool Server-IP:4040 from step-1.2.

If you can't startup with gpu because of the nvidia-smi failed, you can try the command directly as following,
```
nohup ./f3-prover -g 0 -p "<POOLIP>:4040" >> ./prover.log 2>&1 &
nohup ./f3-prover -g 0 -p "<POOL_IP>:4040" >> ./prover.log 2>&1 &
```

3. Logging
Expand Down

0 comments on commit c84412f

Please sign in to comment.