mirror of
https://github.com/tornadocash/trusted-setup-server.git
synced 2024-11-21 17:36:54 +01:00
reboot instructions
This commit is contained in:
parent
288fb8fc19
commit
8e7c2df8b3
@ -14,6 +14,10 @@
|
|||||||
max-width: 66.6666%;
|
max-width: 66.6666%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
|
&.afterwords {
|
||||||
|
margin-top: -1rem;
|
||||||
|
}
|
||||||
|
|
||||||
&:not(:last-child) {
|
&:not(:last-child) {
|
||||||
margin-bottom: $block-spacing;
|
margin-bottom: $block-spacing;
|
||||||
}
|
}
|
||||||
|
@ -15,8 +15,14 @@ git clone https://github.com/tornadocash/phase2-bn254
|
|||||||
cd phase2-bn254/phase2
|
cd phase2-bn254/phase2
|
||||||
|
|
||||||
# Run the ceremony
|
# Run the ceremony
|
||||||
cargo run --release --bin tornado</code></pre>
|
cargo run --release --bin tornado
|
||||||
|
</code></pre>
|
||||||
</figure>
|
</figure>
|
||||||
|
<div class="content afterwords p">
|
||||||
|
<p>
|
||||||
|
After the contribution, we recommend you to reboot your machine to clear your RAM.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h2 class="subtitle">
|
<h2 class="subtitle">
|
||||||
Using Docker container:
|
Using Docker container:
|
||||||
@ -49,5 +55,10 @@ docker build . -t ceremony
|
|||||||
# Run the ceremony
|
# Run the ceremony
|
||||||
docker run -ti ceremony</code></pre>
|
docker run -ti ceremony</code></pre>
|
||||||
</figure>
|
</figure>
|
||||||
|
<div class="content afterwords p">
|
||||||
|
<p>
|
||||||
|
After the contribution, we recommend you to reboot your machine to clear your RAM.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user