Last active
January 30, 2024 04:06
Revisions
-
csokun revised this gist
Jan 30, 2024 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ docker run -v $PWD/history:/working stellar/stellar-etl stellar-etl export_ledger_entry_changes \ --start-ledger 2 \ --end-ledger 500 \ --output /working/ \ --gcs-bucket "" \ --testnet \ -x /usr/bin/stellar-core \ -
csokun revised this gist
Jan 30, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 "" \ --testnet \ -x /usr/bin/stellar-core \ -c docker/stellar-core_testnet.cfg -
csokun created this gist
Jan 30, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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