Browse Source

Pass in seed to restore wallet

alpine
Luke Childs 5 years ago
parent
commit
8dff301786
  1. 4
      entrypoint.sh

4
entrypoint.sh

@ -1,4 +1,6 @@
#!/bin/sh
electrum create
seed=$1
electrum restore "$seed"
electrum --gui text

Loading…
Cancel
Save