mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 08:28:02 -05:00
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com> Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> Co-authored-by: xinran chen <lawliet@xinran-m1x.local> Co-authored-by: Ubuntu <ubuntu@ip-172-31-9-248.us-west-2.compute.internal>
19 lines
346 B
Markdown
19 lines
346 B
Markdown
# Roller
|
|
|
|
## Build
|
|
```shell
|
|
make clean && make roller
|
|
```
|
|
|
|
## Start
|
|
- Set environment variables
|
|
```shell
|
|
export CHAIN_ID=534353 # change to correct chain_id
|
|
export RUST_MIN_STACK=100000000
|
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib:/usr/local/cuda/ # cuda only for GPU machine
|
|
```
|
|
|
|
- Use config.toml
|
|
```shell
|
|
./build/bin/roller
|
|
``` |