File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,13 @@ An example [blindbit.toml](./blindbit.example.toml) is provided here.
31
31
The settings in regard to parallelization have to be made in accordance to the cores on the Full node and host machine.
32
32
33
33
Once the data directory is set up you can run it as following.
34
+
34
35
``` console
35
- $ blindbit-oracle --datadir ./.blindbbit-oracle
36
+ $ < path/to/new/binary/file > --datadir < path/to/datadir/with/blindbit.toml >
36
37
```
37
38
38
- Note that the program will automatically default ` --datadir ` to ` ~/.blindbit-oracle ` if not set.
39
- You still have to set up a config file in any case as the rpc users can't and ** should** not be defaulted.
39
+ Note that the program will automatically default ` --datadir ` to ` ~/.blindbit-oracle ` if not set.
40
+ You still have to set up a config file in any case as the rpc users can't and ** should** not be defaulted.
40
41
41
42
## Known Errors
42
43
You can’t perform that action at this time.
0 commit comments