File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
documentation/en/experimental-features Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Before enabling the Snark Market on your node:
44
44
* 70GB base system RAM + ~ 220 GB Per GPU
45
45
* Lower amount is acceptable, but you won't be able to use the much faster SupraSeal C2 feature\
46
46
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 )
48
48
* FIL balance on Mainnet
49
49
50
50
***
@@ -70,11 +70,10 @@ sudo apt update
70
70
sudo apt install -y build-essential pkg-config libssl-dev curl git clang cmake golang
71
71
```
72
72
73
- Then, build Curio from the Snark Market branch:
73
+ Then, build Curio from the Main branch:
74
74
75
75
``` bash
76
76
git pull
77
- git checkout origin/feat/snkss
78
77
git submodule update
79
78
make clean
80
79
RUSTFLAGS=" -C target-cpu=native -g" FFI_BUILD_FROM_SOURCE=1 FFI_USE_CUDA_SUPRASEAL=1 make clean build all
You can’t perform that action at this time.
0 commit comments