Skip to content

Commit

Permalink
Merge branch 'main' of github.com:verydogelabs/wonky-ord-dogecoin int…
Browse files Browse the repository at this point in the history
…o main
  • Loading branch information
lambodoge committed Dec 22, 2023
2 parents 16cb425 + 628bc6b commit 5c2804e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

We included the real wonky block rewards from block 0 until block 144,999. We invite you to critically review our code in `src/epoch.rs`. We are convinced that doginals should use actual block rewards instead of a simplified version.

## Required env vars

On the root level of this repo you'll find a `subsidies.json` and `starting_sats.json` file. When starting ord you will need to set the location of these files to env variables. Example:

If your `wonky-ord-dogecoin` dir is `/home/dogeuser/wonky-ord-dogecoin` then set the vars: `SUBSIDIES_PATH=/home/dogeuser/wonky-ord-dogecoin/subsidies.json` and `STARTING_SATS_PATH=/home/dogeuser/wonky-ord-dogecoin/starting_sats.json`.

## README.md from apezord/ord-dogecoin

You should periodically create checkpoints of the redb database that you can restore from. Dogecoin has more reorgs than bitcoin due to its 1 minute block times and casey/ord does not handle reorgs. There is an open issue [here](https://github.com/casey/ord/issues/148).
Expand Down

0 comments on commit 5c2804e

Please sign in to comment.