generate bitcoin testnet address and tests#1
Open
dime-squanderer wants to merge 2 commits intoCrystalNetwork:mainfrom
Open
generate bitcoin testnet address and tests#1dime-squanderer wants to merge 2 commits intoCrystalNetwork:mainfrom
dime-squanderer wants to merge 2 commits intoCrystalNetwork:mainfrom
Conversation
dime-squanderer
commented
Feb 28, 2024
|
|
||
| expect( | ||
| node.publicKeyHex(), | ||
| "03483f9abc50ae6af3e942dc9861d367ffc84cc125bc8492f280491ead44479fa8", |
Author
There was a problem hiding this comment.
public keys + addresses generated by https://iancoleman.io/bip39/
private key wif generated by https://iancoleman.io/bip39/ and used https://privatekeys.pw/calc wif to private key hex calculator to get the private key hexes in this btc test
dime-squanderer
commented
Feb 28, 2024
|
|
||
| expect( | ||
| node.privateKeyHex(hardened: true), | ||
| "20cb0ec94fce7f55ac40ebc014fa5d592f5591a006b89e21ce9d11402dd4667c", |
Author
There was a problem hiding this comment.
public keys + addresses also generated by https://iancoleman.io/bip39/
private key wif generated by https://iancoleman.io/bip39/ and used https://learnmeabitcoin.com/technical/wif wif to private key hex calculator to get the private key hexes in this testnet btc test
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 characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@LucienSong