yerofey / cryptowallet-cli

CW: a crypto wallet generator CLI tool for a lot of blockchains (Bitcoin, Ethereum, Solana, TON and many others)
https://www.npmjs.com/package/@yerofey/cryptowallet-cli
MIT License
104 stars 46 forks source link

Increase CPU/GPU utilization #6

Closed pavanansible closed 2 years ago

pavanansible commented 2 years ago

when I execute cw it runs on one core it utilizes only 1% of the system its taking ages/days for below tests, Kindly add the code to utilize 90% of CPU/ GPU of the system

cw -c ETH -p 111111 3 days cw -c ETH -p 111 -s 111 6 days still running cw -c ETH -p 1111 -s 1111 7 days still running

yerofey commented 2 years ago

Hi, it's kinda impossible, because the code runs via Node.js and it is designed to run on CPU - one script on one core. Also your search criteria is very hard to find anyways.