From b5ea6668385a3ee7552ef8a41f9c445a8eae60c4 Mon Sep 17 00:00:00 2001 From: nolash Date: Thu, 8 Apr 2021 10:40:13 +0200 Subject: [PATCH] Add description about external tx dump and keystore files (for sovereign) in README --- apps/contract-migration/scripts/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/contract-migration/scripts/README.md b/apps/contract-migration/scripts/README.md index da675f9a..de8c795f 100644 --- a/apps/contract-migration/scripts/README.md +++ b/apps/contract-migration/scripts/README.md @@ -123,13 +123,14 @@ To import, run to _completion_: `python eth/import_users.py -v -c config -p -r -y ../keystore/UTC--2021-01-08T17-18-44.521011372Z--eb3907ecad74a0013c259d5874ae7f22dcbcc95c ` +After the script completes, keystore files for all generated accouts will be found in `/keystore`, all with empty string as password. + If you are transferring balances externally, then run: `python eth/import_balance.py -v -c config -r -p --offset -y ../keystore/UTC--2021-01-08T17-18-44.521011372Z--eb3907ecad74a0013c259d5874ae7f22dcbcc95c ` - #### Alternative 2 - Custodial engine import - `cic_eth` Run in sequence, in first terminal: @@ -157,6 +158,8 @@ The balance script is a celery task worker, and will not exit by itself in its c The connection parameters for the `cic-ussd-server` is currently _hardcoded_ in the `import_users.py` script file. +All external balance transactions are saved to `/txs` + ### Step 4 - Metadata import (optional)