Skip to content

Commit 1402e76

Browse files
magik6krvagg
authored andcommitted
docs: Snark market is now in main (#583)
1 parent 315d896 commit 1402e76

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

documentation/en/experimental-features/Snark-Market.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Before enabling the Snark Market on your node:
4444
* 70GB base system RAM + ~220 GB Per GPU
4545
* Lower amount is acceptable, but you won't be able to use the much faster SupraSeal C2 feature\
4646
Meaning ~10mins/proof instead of 2.
47-
* Curio from `origin/feat/snkss` branch (Snark Market support)
47+
* Curio from `main` branch (Snark Market support is not yet part of a release)
4848
* FIL balance on Mainnet
4949

5050
***
@@ -70,11 +70,10 @@ sudo apt update
7070
sudo apt install -y build-essential pkg-config libssl-dev curl git clang cmake golang
7171
```
7272

73-
Then, build Curio from the Snark Market branch:
73+
Then, build Curio from the Main branch:
7474

7575
```bash
7676
git pull
77-
git checkout origin/feat/snkss
7877
git submodule update
7978
make clean
8079
RUSTFLAGS="-C target-cpu=native -g" FFI_BUILD_FROM_SOURCE=1 FFI_USE_CUDA_SUPRASEAL=1 make clean build all

0 commit comments

Comments
 (0)