Skip to content

Instantly share code, notes, and snippets.

@csokun
Last active January 30, 2024 04:06

Revisions

  1. csokun revised this gist Jan 30, 2024. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions export_ledger_entry_changes.sh
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    docker run stellar/stellar-etl stellar-etl export_ledger_entry_changes \
    docker run -v $PWD/history:/working stellar/stellar-etl stellar-etl export_ledger_entry_changes \
    --start-ledger 2 \
    --end-ledger 500 \
    --output /tmp/ \
    --output /working/ \
    --gcs-bucket "" \
    --testnet \
    -x /usr/bin/stellar-core \
  2. csokun revised this gist Jan 30, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion export_ledger_entry_changes.sh
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@ docker run stellar/stellar-etl stellar-etl export_ledger_entry_changes \
    --start-ledger 2 \
    --end-ledger 500 \
    --output /tmp/ \
    --gcs-bucket ""
    --gcs-bucket "" \
    --testnet \
    -x /usr/bin/stellar-core \
    -c docker/stellar-core_testnet.cfg
  3. csokun created this gist Jan 30, 2024.
    8 changes: 8 additions & 0 deletions export_ledger_entry_changes.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    docker run stellar/stellar-etl stellar-etl export_ledger_entry_changes \
    --start-ledger 2 \
    --end-ledger 500 \
    --output /tmp/ \
    --gcs-bucket ""
    --testnet \
    -x /usr/bin/stellar-core \
    -c docker/stellar-core_testnet.cfg