Skip to content

Commit

Permalink
Update README.md & fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
krypdkat authored Mar 7, 2024
1 parent 48cdd1d commit c06ee13
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ echo -e "o\nY\nd\nn\n\n\n+200G\n\nt\n\nef00\nw\nY" | gdisk /dev/sda
/efi/boot/startup.nsh
/efi/boot/Qubic.efi
```
- contract.000.XXX => must be the current contract.000 file. XXX must be replaced with the current epoch. (e.g. `computer.068`)
- contract.001.XXX => must be the current contract.001 file. XXX must be replaced with the current epoch. (e.g. `computer.068`). Data from Qx.
- contract.002.XXX => must be the current contract.002 file. XXX must be replaced with the current epoch. (e.g. `computer.068`). Data from Quottery.
- contract000.XXX => must be the current contract #0 file. XXX must be replaced with the current epoch. (e.g. `contract000.068`)
- contract001.XXX => must be the current contract #1 file. XXX must be replaced with the current epoch. (e.g. `contract001.068`). Data from Qx.
- contract002.XXX => must be the current contract #2 file. XXX must be replaced with the current epoch. (e.g. `contract002.068`). Data from Quottery.
- Other contract files with the same format as above. For now, we have 4 contracts.
- universe.XXX => must be the current universe file. XXX must be replaced with the current epoch. (e.g `universe.068`)
- spectrum.XXX => must be the current spectrum file. XXX must be replaced with the current epoch. (e.g `spectrum.068`)
- system => to start from scratch, use an empty file. (e.g. `touch system`)
Expand Down

0 comments on commit c06ee13

Please sign in to comment.