Bitcoin Forum
May 04, 2024, 05:07:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: UltimBTC Hack Random USB HW gen seedKeys - ONERNG $40USD - Deploy GPU post ETH  (Read 183 times)
btc-room101 (OP)
Member
**
Offline Offline

Activity: 182
Merit: 30


View Profile WWW
November 12, 2022, 10:14:18 AM
 #1

https://github.com/room101-dev/Grand-Ultimate-BTC-Hacker

Grand-Ultimate-BTC-Hacker
Two parts here random key search of bitcoin, and ECDLP high-level math analysis to map public-keys to private.

Here we are NOV 2022, and ETH has gone stake, and billions of GPU cards have NOTHING to do with their lives;


Special report how to hack to the next level by generating real NSA level HW random numbers to start your bloom-filter searches in the astronomic world of bitcoin hacking;

https://github.com/room101-dev/Grand-Ultimate-BTC-Hacker/issues

Well now that GPU's don't have a home no better time than to hack bitcoin, note that this code only needs 1.5GB of GPU, so even the old 1060 2gb cards work fine

With say rtx-3070 you can do 100's of billions of search per second with just one card, a gtx-1060-3 does about 300M ( *300M compare bloom filter address per cycle )

Note here is an example of using the real random number generator; Note that while the code says 'vanity' its 99% hacked to do just one thing, hack bitcoin;

The Czech $40USD USB random number generators are real good about generating real random numbers to seed the algo that feeds new keys to the engine;

I will post code example ( bash linux ) [ From drive loop ]

here /dev/random uses the onerng usb random generator to get the seed
e=$(cat /proc/sys/kernel/random/entropy_avail)
h=$( head -c $e /dev/random | sha3sum -b -a 256 | awk '{print $1}' ); echo $h
echo '/dev/random from onerng'
timeout 120m /mnt/Mining/Crypto/vanity-search/VanitySearch -gpu -s "$h" -gpu -gpuId 3 -t 1 -r 5000 $prefix

Works fine finds 'lost' bitcoin day in and day out;

There are like ten concurrent processes, here's list of top three;

1.) look for lost btc in the list of rich btc addresses
2.) every hour get new rich addresses from mining-pool and add to master list and update bloom-filter ( 8gb )
3.) every 500 new priv-keys run through the electrum private server and sweep any and all lost coins found.

Enjoy

The pseudo random number generate in SW on CPU's is shit this czech device uses the most advanced tech on earth to generate real random numbers, which are seeds to drive algo's;
1714842471
Hero Member
*
Offline Offline

Posts: 1714842471

View Profile Personal Message (Offline)

Ignore
1714842471
Reply with quote  #2

1714842471
Report to moderator
1714842471
Hero Member
*
Offline Offline

Posts: 1714842471

View Profile Personal Message (Offline)

Ignore
1714842471
Reply with quote  #2

1714842471
Report to moderator
The Bitcoin software, network, and concept is called "Bitcoin" with a capitalized "B". Bitcoin currency units are called "bitcoins" with a lowercase "b" -- this is often abbreviated BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714842471
Hero Member
*
Offline Offline

Posts: 1714842471

View Profile Personal Message (Offline)

Ignore
1714842471
Reply with quote  #2

1714842471
Report to moderator
1714842471
Hero Member
*
Offline Offline

Posts: 1714842471

View Profile Personal Message (Offline)

Ignore
1714842471
Reply with quote  #2

1714842471
Report to moderator
dextronomous
Full Member
***
Offline Offline

Activity: 428
Merit: 105


View Profile
November 12, 2022, 10:58:08 AM
 #2

https://github.com/room101-dev/Grand-Ultimate-BTC-Hacker

Grand-Ultimate-BTC-Hacker
Two parts here random key search of bitcoin, and ECDLP high-level math analysis to map public-keys to private.

Here we are NOV 2022, and ETH has gone stake, and billions of GPU cards have NOTHING to do with their lives;


Special report how to hack to the next level by generating real NSA level HW random numbers to start your bloom-filter searches in the astronomic world of bitcoin hacking;

https://github.com/room101-dev/Grand-Ultimate-BTC-Hacker/issues

Well now that GPU's don't have a home no better time than to hack bitcoin, note that this code only needs 1.5GB of GPU, so even the old 1060 2gb cards work fine

With say rtx-3070 you can do 100's of billions of search per second with just one card, a gtx-1060-3 does about 300M ( *300M compare bloom filter address per cycle )

Note here is an example of using the real random number generator; Note that while the code says 'vanity' its 99% hacked to do just one thing, hack bitcoin;

The Czech $40USD USB random number generators are real good about generating real random numbers to seed the algo that feeds new keys to the engine;

I will post code example ( bash linux ) [ From drive loop ]

here /dev/random uses the onerng usb random generator to get the seed
e=$(cat /proc/sys/kernel/random/entropy_avail)
h=$( head -c $e /dev/random | sha3sum -b -a 256 | awk '{print $1}' ); echo $h
echo '/dev/random from onerng'
timeout 120m /mnt/Mining/Crypto/vanity-search/VanitySearch -gpu -s "$h" -gpu -gpuId 3 -t 1 -r 5000 $prefix

Works fine finds 'lost' bitcoin day in and day out;

There are like ten concurrent processes, here's list of top three;

1.) look for lost btc in the list of rich btc addresses
2.) every hour get new rich addresses from mining-pool and add to master list and update bloom-filter ( 8gb )
3.) every 500 new priv-keys run through the electrum private server and sweep any and all lost coins found.

Enjoy

The pseudo random number generate in SW on CPU's is shit this czech device uses the most advanced tech on earth to generate real random numbers, which are seeds to drive algo's;

yes great software thanks for sharing,. a question,

could you maybe edit your loop.sh for all default folder layouts. like c: or d: not for the above piece of code for the usb, but your github tools.
thanks if possible.
or maybe do a step by step guide including the bitcoin node and all the way to the end.

"
Here we are NOV 2022, and ETH has gone stake, and billions of GPU cards have NOTHING to do with their lives;
"

ABCbits
Legendary
*
Offline Offline

Activity: 2870
Merit: 7464


Crypto Swap Exchange


View Profile
November 12, 2022, 12:37:17 PM
Merited by DaveF (4), BlackHatCoiner (4)
 #3

and ECDLP high-level math analysis to map public-keys to private.

What nonsense!

The Czech $40USD USB random number generators are real good about generating real random numbers to seed the algo that feeds new keys to the engine;

What makes this USB do better job than /dev/urandom or RNRAND/RDSEED which available on modern CPU?



For those who're not aware of OP history, please check OP trust feedback or these discussion,
https://bitcointalk.org/index.php?topic=5076779.msg48283107#msg48283107
https://bitcointalk.org/index.php?topic=3344014.msg36903563#msg36903563
https://bitcointalk.org/index.php?topic=5077421.msg48315568#msg48315568

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
DaveF
Legendary
*
Offline Offline

Activity: 3472
Merit: 6263


Crypto Swap Exchange


View Profile WWW
November 12, 2022, 01:55:44 PM
Merited by ABCbits (1)
 #4

and ECDLP high-level math analysis to map public-keys to private.

What nonsense!

The Czech $40USD USB random number generators are real good about generating real random numbers to seed the algo that feeds new keys to the engine;

What makes this USB do better job than /dev/urandom or RNRAND/RDSEED which available on modern CPU?



For those who're not aware of OP history, please check OP trust feedback or these discussion,
https://bitcointalk.org/index.php?topic=5076779.msg48283107#msg48283107
https://bitcointalk.org/index.php?topic=3344014.msg36903563#msg36903563
https://bitcointalk.org/index.php?topic=5077421.msg48315568#msg48315568

The oneRNG actually probably worse. There are millions of eyes on the RNRAND/RDSEED where a specialized piece of equipment does not that kind of review.

Yes it's open source AND YOU CAN BUILD YOU OWN. But, buying it off the shelf you never know what is really going on.
And since it's linked to a shopify store to buy you are giving up your privacy since you can't pay by cypto there.
Also, it's programmer has been out of stock since what looks like 2017, so you can't even put your own firmware on the device.

You want random, go buy some dice.

-Dave



█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
bigvito19
Full Member
***
Offline Offline

Activity: 706
Merit: 111


View Profile
November 12, 2022, 06:56:46 PM
Last edit: November 12, 2022, 07:59:35 PM by bigvito19
 #5

I see he's back.

I've been attempting to use your codes. You said you can use gtx-1060 but when I try to use it with my rtx it gives some type of errors:

Illegal instruction (core dumped)
This does not look like a cloned git repo. Unable to fetch submodules make: *** [Makefile:19: .git] Error 1
Segmentation fault (core dumped)

https://github.com/room101-dev/Grand-Ultimate-BTC-Hacker
dextronomous
Full Member
***
Offline Offline

Activity: 428
Merit: 105


View Profile
November 12, 2022, 09:15:07 PM
 #6

hi bigvito19.

how to roll this without the usb thing. with vanitysearch this

here /dev/random uses the onerng usb random generator to get the seed but then without thanks a lot.

e=$(cat /proc/sys/kernel/random/entropy_avail)
h=$( head -c $e /dev/random | sha3sum -b -a 256 | awk '{print $1}' ); echo $h
echo '/dev/random from onerng'
timeout 120m /mnt/Mining/Crypto/vanity-search/VanitySearch -gpu -s "$h" -gpu -gpuId 3 -t 1 -r 5000 $prefix
DaveF
Legendary
*
Offline Offline

Activity: 3472
Merit: 6263


Crypto Swap Exchange


View Profile WWW
November 13, 2022, 12:46:46 PM
 #7

The other big issues with onerng are that it's made in China, and we all know we can trust them not to insert bad things into products made there...
https://onerng.info/onerng/

Along with that the pictures they put up show some bad build quality
https://onerng.info/pic/V3-topview-noshield.html
If that is the glamour shot you are putting on your webpage you would think that it's been cleaned up a bit.


And they don't give a full BoM / circuit diagram.
ColdCard has it's issues to be sure, but at least you can find every last trace and component:

https://github.com/Coldcard/firmware/tree/master/hardware

-Dave

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!