Skip to content

Commit

Permalink
Index runes on testnet and signet deployments (ordinals#2857)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Dec 14, 2023
1 parent fb07b77 commit 5f3c97d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy/ord.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ Environment=RUST_BACKTRACE=1
Environment=RUST_LOG=info
ExecStart=/usr/local/bin/ord \
--bitcoin-data-dir /var/lib/bitcoind \
--data-dir /var/lib/ord \
--config-dir /var/lib/ord \
--chain ${CHAIN} \
--config-dir /var/lib/ord \
--data-dir /var/lib/ord \
--index-runes \
--index-sats \
server \
--acme-contact mailto:[email protected] \
Expand Down

0 comments on commit 5f3c97d

Please sign in to comment.