-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This command show details in JSON about extended public and private keys.
- Loading branch information
Showing
20 changed files
with
318 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
#!/bin/bash | ||
|
||
testname=hd-decode-xprv-m-44\'-0\'-0\'.t | ||
command=hx | ||
args=( hd-decode ) | ||
exit_code=0 | ||
stdin_file=stdin | ||
stdout_file=stdout | ||
stderr_file=/dev/null | ||
sources=( ) | ||
products=( ) | ||
|
||
# Environment variables: | ||
env_vars=( ) | ||
|
||
setup(){ | ||
: Perform here actions to be run before the tested program | ||
} | ||
|
||
munge(){ | ||
: Munge here the results of the tested program to ease the check | ||
} | ||
|
||
check(){ | ||
check_exit_code && | ||
check_stderr && | ||
check_stdout && | ||
check_products && | ||
: Perform here extra checks on the tested program | ||
} | ||
|
||
explain(){ | ||
explain_exit_code | ||
explain_stdout | ||
explain_stderr | ||
explain_products | ||
: Explain here more potential differences | ||
} | ||
|
||
teardown(){ | ||
: Undo here the actions of setup | ||
} |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
xprv9yzHmz5N7z12y2XtmLQ1Y3rZmWsfB5Wirwx2kYWCz4edUXyUBbQWEuZJieyBoiL2imYeMmFAJGzzKnvfGJSpyzMboQBR5PgNQVaxdTmcoMq |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"parent":3025294812,"prvkey":"L5SC9vZgSVxZKHR2xQ9pp1ArHSJmwy1B7btJbLmqMBFcbridjFev","address":"1DPyt4vhtvMQ3eeYiaYMcGF13W6VdKrinv","depth":3,"chain":"c806eb2807f69a5a3728fbdcaa3f8661ddc2d3cce78b05689634a80c5faabe93","pubkey":"029d1d167674838ad483ae10f230143b3db2db15fca0f13227e436ed605dcb4391","type":"xprv","index":{"value":2147483648,"hard":0}} |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
#!/bin/bash | ||
|
||
testname=hd-decode-xprv-m-44\'-0\'.t | ||
command=hx | ||
args=( hd-decode ) | ||
exit_code=0 | ||
stdin_file=stdin | ||
stdout_file=stdout | ||
stderr_file=/dev/null | ||
sources=( ) | ||
products=( ) | ||
|
||
# Environment variables: | ||
env_vars=( ) | ||
|
||
setup(){ | ||
: Perform here actions to be run before the tested program | ||
} | ||
|
||
munge(){ | ||
: Munge here the results of the tested program to ease the check | ||
} | ||
|
||
check(){ | ||
check_exit_code && | ||
check_stderr && | ||
check_stdout && | ||
check_products && | ||
: Perform here extra checks on the tested program | ||
} | ||
|
||
explain(){ | ||
explain_exit_code | ||
explain_stdout | ||
explain_stderr | ||
explain_products | ||
: Explain here more potential differences | ||
} | ||
|
||
teardown(){ | ||
: Undo here the actions of setup | ||
} |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
xprv9wyuDintoWNqEjbei49i6k6AiRLpKrM9dEHvGdfo1j2nBfFHbpv8jQkjSeeFAsxRyUmNucqFQqiq62WaGgvt6YnmU19UwctPKUCoNssSHAw |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"parent":2739840753,"prvkey":"L2bohhjq3krJfvtoybofjeEsc1imGfyQW9nQvVZ6vF18vPFSafV1","address":"1HSTGHzJ9zhJY1iAwhB3zVEAgpeoDunX5B","depth":2,"chain":"cb09583fdd881f4f750d4cfab1a38a0fc6ab899573ad17dcae6b59d4205d14fd","pubkey":"03a6f7fd6253cebe4967fac207ae9cdb98d141abb4cd4885084e2465017c19fd5c","type":"xprv","index":{"value":2147483648,"hard":0}} |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
#!/bin/bash | ||
|
||
testname=hd-decode-xprv-m-44\'.t | ||
command=hx | ||
args=( hd-decode ) | ||
exit_code=0 | ||
stdin_file=stdin | ||
stdout_file=stdout | ||
stderr_file=/dev/null | ||
sources=( ) | ||
products=( ) | ||
|
||
# Environment variables: | ||
env_vars=( ) | ||
|
||
setup(){ | ||
: Perform here actions to be run before the tested program | ||
} | ||
|
||
munge(){ | ||
: Munge here the results of the tested program to ease the check | ||
} | ||
|
||
check(){ | ||
check_exit_code && | ||
check_stderr && | ||
check_stdout && | ||
check_products && | ||
: Perform here extra checks on the tested program | ||
} | ||
|
||
explain(){ | ||
explain_exit_code | ||
explain_stdout | ||
explain_stderr | ||
explain_products | ||
: Explain here more potential differences | ||
} | ||
|
||
teardown(){ | ||
: Undo here the actions of setup | ||
} |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
xprv9uYPC6rsyUrcgiVwFS5ESa6asoTsKK898e3w2rAt6hvDksRhp8Mf167pqBto8GcQ4Su9VW7j73w29tbcwpLA599d92d3UakC5onCkJzSYnB |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"parent":1465455704,"prvkey":"Kzk4Q6UWkVVDR1anst2h8PYWYNYTZT1tMcLrzBDcp3xWjhdV9v8d","address":"1FtVN7a9Kbahjx3bVbwNRi4MFtJm7ysAXB","depth":1,"chain":"7c0b9ed2bac0312ef72666cf1fe7f052acc822146ebadad3fef01c39187b740d","pubkey":"027b4a1b4d128f7e410bab035aa3074b59cda166a9b93cf90d6d33cfafcad849f0","type":"xprv","index":{"value":2147483692,"hard":44}} |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
#!/bin/bash | ||
|
||
testname=hd-decode-xpub-m-44\'-0\'-0\'.t | ||
command=hx | ||
args=( hd-decode ) | ||
exit_code=0 | ||
stdin_file=stdin | ||
stdout_file=stdout | ||
stderr_file=/dev/null | ||
sources=( ) | ||
products=( ) | ||
|
||
# Environment variables: | ||
env_vars=( ) | ||
|
||
setup(){ | ||
: Perform here actions to be run before the tested program | ||
} | ||
|
||
munge(){ | ||
: Munge here the results of the tested program to ease the check | ||
} | ||
|
||
check(){ | ||
check_exit_code && | ||
check_stderr && | ||
check_stdout && | ||
check_products && | ||
: Perform here extra checks on the tested program | ||
} | ||
|
||
explain(){ | ||
explain_exit_code | ||
explain_stdout | ||
explain_stderr | ||
explain_products | ||
: Explain here more potential differences | ||
} | ||
|
||
teardown(){ | ||
: Undo here the actions of setup | ||
} |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
xpub6CyeBVcFxMZLBWcMsMw1uBoJKYi9aYEaEAsdYvupYQBcMLJcj8iknhsnZuLCEKRbc45YezdRQDc7hhpehYh3UeF6SaC4uVdnH7F1YSzix4n |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"parent":3025294812,"address":"1DPyt4vhtvMQ3eeYiaYMcGF13W6VdKrinv","depth":3,"chain":"c806eb2807f69a5a3728fbdcaa3f8661ddc2d3cce78b05689634a80c5faabe93","pubkey":"029d1d167674838ad483ae10f230143b3db2db15fca0f13227e436ed605dcb4391","type":"xpub","index":{"value":2147483648,"hard":0}} |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
#!/bin/bash | ||
|
||
testname=hd-decode-xpub-m-44\'-0\'.t | ||
command=hx | ||
args=( hd-decode ) | ||
exit_code=0 | ||
stdin_file=stdin | ||
stdout_file=stdout | ||
stderr_file=/dev/null | ||
sources=( ) | ||
products=( ) | ||
|
||
# Environment variables: | ||
env_vars=( ) | ||
|
||
setup(){ | ||
: Perform here actions to be run before the tested program | ||
} | ||
|
||
munge(){ | ||
: Munge here the results of the tested program to ease the check | ||
} | ||
|
||
check(){ | ||
check_exit_code && | ||
check_stderr && | ||
check_stdout && | ||
check_products && | ||
: Perform here extra checks on the tested program | ||
} | ||
|
||
explain(){ | ||
explain_exit_code | ||
explain_stdout | ||
explain_stderr | ||
explain_products | ||
: Explain here more potential differences | ||
} | ||
|
||
teardown(){ | ||
: Undo here the actions of setup | ||
} |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
xpub6AyFdEKndsw8TDg7p5giTt2uGTBJjK4zzTDX525Qa4Zm4TaS9NEPHD5DHwfaf17Ub1H1qZU1r8KP2eEjibsprJQfFqDPpfdAgBcBPiNDLZK |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"parent":2739840753,"address":"1HSTGHzJ9zhJY1iAwhB3zVEAgpeoDunX5B","depth":2,"chain":"cb09583fdd881f4f750d4cfab1a38a0fc6ab899573ad17dcae6b59d4205d14fd","pubkey":"03a6f7fd6253cebe4967fac207ae9cdb98d141abb4cd4885084e2465017c19fd5c","type":"xpub","index":{"value":2147483648,"hard":0}} |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
#!/bin/bash | ||
|
||
testname=hd-decode-xpub-m-44\'.t | ||
command=hx | ||
args=( hd-decode ) | ||
exit_code=0 | ||
stdin_file=stdin | ||
stdout_file=stdout | ||
stderr_file=/dev/null | ||
sources=( ) | ||
products=( ) | ||
|
||
# Environment variables: | ||
env_vars=( ) | ||
|
||
setup(){ | ||
: Perform here actions to be run before the tested program | ||
} | ||
|
||
munge(){ | ||
: Munge here the results of the tested program to ease the check | ||
} | ||
|
||
check(){ | ||
check_exit_code && | ||
check_stderr && | ||
check_stdout && | ||
check_products && | ||
: Perform here extra checks on the tested program | ||
} | ||
|
||
explain(){ | ||
explain_exit_code | ||
explain_stdout | ||
explain_stderr | ||
explain_products | ||
: Explain here more potential differences | ||
} | ||
|
||
teardown(){ | ||
: Undo here the actions of setup | ||
} |
Oops, something went wrong.