Bitcoin Forum
May 06, 2024, 07:30:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 »  All
  Print  
Author Topic: 2^256 Deep Space Vagabond  (Read 38657 times)
flatfly (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
November 17, 2013, 12:25:49 PM
 #141

Where will it save keys it finds?

It saves all keys in a plaintext file called "dsv_bkp.txt", in the same folder as the executable.
1715023840
Hero Member
*
Offline Offline

Posts: 1715023840

View Profile Personal Message (Offline)

Ignore
1715023840
Reply with quote  #2

1715023840
Report to moderator
1715023840
Hero Member
*
Offline Offline

Posts: 1715023840

View Profile Personal Message (Offline)

Ignore
1715023840
Reply with quote  #2

1715023840
Report to moderator
1715023840
Hero Member
*
Offline Offline

Posts: 1715023840

View Profile Personal Message (Offline)

Ignore
1715023840
Reply with quote  #2

1715023840
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715023840
Hero Member
*
Offline Offline

Posts: 1715023840

View Profile Personal Message (Offline)

Ignore
1715023840
Reply with quote  #2

1715023840
Report to moderator
1715023840
Hero Member
*
Offline Offline

Posts: 1715023840

View Profile Personal Message (Offline)

Ignore
1715023840
Reply with quote  #2

1715023840
Report to moderator
1715023840
Hero Member
*
Offline Offline

Posts: 1715023840

View Profile Personal Message (Offline)

Ignore
1715023840
Reply with quote  #2

1715023840
Report to moderator
Kluge
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1015



View Profile
December 09, 2013, 12:41:15 PM
 #142

What is the probability (per check) of finding a valid, activated credit card number and selecting the correct CVV, cardholder's name, and expiration date, assuming the expiration date is not beyond five years into the future?

Maybe just for a US Capital One MasterCard credit card, to keep things simple. Uses MOD 10 algorithm. http://en.wikipedia.org/wiki/Mod_10 The first six digits of these cards are 517805. Digits 7-15 are unknown - the account ID #. Digit 16 is the MOD 10 checksum number.

This means there is a total pool of 99,999,999 accounts. Assume 10,000,000 are activated.

Expiration date is simple. Most (all?) aren't valid for more than 5 years. That gives a 1/60 chance of getting only the expiration date correct per check.

Cardholder's name is more of a clusterfuck. Let's assume only looking at "black" and "white" names (we're looking for a US account, remember) gives you 85% of all total active accounts. Let's assume common names make up 60% of all total active accounts, and that there are 50,000 common name combinations.

CVV is easy, and we'll assume we don't know how Capital One comes up with these numbers, so it's a simple 1/999 chance.

So. We need to successfully correct all of them in one go, and we have one ~1/10 chance (account #), one 1/60 chance (exp. date), one ~1/83333 chance (cardholder name), one 1/999 chance (CVV).

I think the per-check probability of all this comes to .000000000020020100300621424707921073926538% (low confidence, someone smart should check this because I originally posted this post as a question but ended up giving enough data where I thought I could solve it).

Keep in mind, per-check chance of finding funded bitcoin address is ~0.0000000000000000000000000000000000000000034211388289180104270598866779539%.

To make the numbers a little easier to grasp, here is %chance of finding bitcoin address if "DSV-like software can check 5000 addresses (10M of which are funded or will be funded within 6 months) per second, and 100 botnets of 50,000 computers each":
Per century,
0.00000000000000000000053944517054379188413880293137978%
If 100 botnets of 50,000 computers could check only 1,000 addresses per second (5x slower than above stats for bitcoin), the chance of correctly guessing info on an activated credit card is:
Per century,
10.01005015031071235396%

ETA: I left out PIN number. Point still stands.
flatfly (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
December 11, 2013, 08:30:33 PM
 #143

Although I still have tons of ideas to make Deep Space Vagabond more fun, I just don't feel motivated enough for implementing them and maintaining this project anymore. However, I don't want to see it die, so if anyone would like to take it over, let me know. Note that I will consider the online reputation of any interested parties as I wouldn't like this project to fall in the wrong hands.
jackjack
Legendary
*
Offline Offline

Activity: 1176
Merit: 1233


May Bitcoin be touched by his Noodly Appendage


View Profile
December 11, 2013, 08:34:10 PM
 #144

Although I still have tons of ideas to make Deep Space Vagabond more fun, I just don't feel motivated enough for implementing them and maintaining this project anymore. However, I don't want to see it die, so if anyone would like to take it over, let me know. Note that I will consider the online reputation of any interested parties as I wouldn't like this project to fall in the wrong hands.
Sad to here that Sad
What is the used language? I may be interested in applying

Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2
Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
flatfly (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
December 11, 2013, 11:18:26 PM
 #145

Although I still have tons of ideas to make Deep Space Vagabond more fun, I just don't feel motivated enough for implementing them and maintaining this project anymore. However, I don't want to see it die, so if anyone would like to take it over, let me know. Note that I will consider the online reputation of any interested parties as I wouldn't like this project to fall in the wrong hands.
Sad to here that Sad
What is the used language? I may be interested in applying

Glad to see that you're interested!

It's mostly written in AHK (are you familiar with it?), as I wanted to experiment a little bit more with that language, and it allowed for real quick GUI prototyping...  Also, as stated in the original post, the actual address generation is delegated to vanitygen (with samr7's permission).

Could you elaborate on what you would plan to do with it?
jackjack
Legendary
*
Offline Offline

Activity: 1176
Merit: 1233


May Bitcoin be touched by his Noodly Appendage


View Profile
December 12, 2013, 09:41:40 AM
 #146

AHK? It's been a while I didn't use it
I'd like to: include the address generation inside the code, allow using an own private key or even a file as a starting point, allow chosing the algo privatekey(n) -> privatekey(n+1) (I didn't read all the pages yet, I hope this isn't already done)
Maybe making it python btw, from what I saw it could be possible

Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2
Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
flatfly (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
December 12, 2013, 08:33:41 PM
 #147

AHK? It's been a while I didn't use it
I'd like to: include the address generation inside the code, allow using an own private key or even a file as a starting point, allow chosing the algo privatekey(n) -> privatekey(n+1) (I didn't read all the pages yet, I hope this isn't already done)
Maybe making it python btw, from what I saw it could be possible

No, it currently doesn't have those features implemented.
And yes, I think Python would be a good option as well - actually the very first prototype of Deep Space Vagabond was a quick Python hack done in late 2011. Smiley
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
December 13, 2013, 01:31:33 AM
 #148

I say start from scratch

nimda
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000


0xFB0D8D1534241423


View Profile
December 13, 2013, 03:09:08 AM
 #149

Although I still have tons of ideas to make Deep Space Vagabond more fun, I just don't feel motivated enough for implementing them and maintaining this project anymore. However, I don't want to see it die, so if anyone would like to take it over, let me know. Note that I will consider the online reputation of any interested parties as I wouldn't like this project to fall in the wrong hands.
Sad to here that Sad
What is the used language? I may be interested in applying

Glad to see that you're interested!

It's mostly written in AHK (are you familiar with it?), as I wanted to experiment a little bit more with that language, and it allowed for real quick GUI prototyping...  Also, as stated in the original post, the actual address generation is delegated to vanitygen (with samr7's permission).

Could you elaborate on what you would plan to do with it?

I'm very proficient in AHK; I'd be willing to help.
flatfly (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
December 14, 2013, 04:25:25 PM
 #150

Thanks, I'll wait for a couple more days in case other potential candidates show up. 
flatfly (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
January 26, 2014, 09:29:52 PM
Last edit: January 26, 2014, 10:07:02 PM by flatfly
 #151

I've received 2 additional offers by PM. So, 4 users are currently interested in taking over this project.

As I'm still not sure who to transfer this project to, I will simply transfer it to the highest bidder. Starting bid is 0.3 BTC, minimum increment is 0.05 BTC. I would like to close this a week from now at the latest. If there are no bids at all, I will just transfer it to the candidate with highest activity.

[Edit] I reserve the right to turn down offers from proven scammers.
nimda
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000


0xFB0D8D1534241423


View Profile
January 27, 2014, 03:49:23 PM
 #152

[...]I will just transfer it to the candidate with highest activity.

You couldn't just open-source it?
flatfly (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
January 28, 2014, 06:20:28 PM
 #153

[...]I will just transfer it to the candidate with highest activity.

You couldn't just open-source it?

I don't feel too comfortable doing that. A little concerned about the potential for abuse, even if limited. That's why I'd rather transfer it to a trusted user.
pontiacg5
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile
January 28, 2014, 06:25:13 PM
 #154

[...]I will just transfer it to the candidate with highest activity.

You couldn't just open-source it?

I don't feel too comfortable doing that. A little concerned about the potential for abuse, even if limited. That's why I'd rather transfer it to a trusted user.

Abuse?

If Bitcoin can't stand up to this program I'd really rather you let her loose now, before I waste further time  Cheesy

Please DO NOT send me private messages asking for help setting up GPU miners. I will not respond!!!
flatfly (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
January 28, 2014, 06:29:40 PM
 #155

[...]I will just transfer it to the candidate with highest activity.

You couldn't just open-source it?

I don't feel too comfortable doing that. A little concerned about the potential for abuse, even if limited. That's why I'd rather transfer it to a trusted user.

Abuse?

If Bitcoin can't stand up to this program I'd really rather you let her loose now, before I waste further time  Cheesy

Not that kind of abuse... Rather something along the lines of repackaging the app and potentially abusing new gullible users.
nimda
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000


0xFB0D8D1534241423


View Profile
January 28, 2014, 06:36:05 PM
 #156

[...]I will just transfer it to the candidate with highest activity.

You couldn't just open-source it?

I don't feel too comfortable doing that. A little concerned about the potential for abuse, even if limited. That's why I'd rather transfer it to a trusted user.

Abuse?

If Bitcoin can't stand up to this program I'd really rather you let her loose now, before I waste further time  Cheesy

Not that kind of abuse... Rather something along the lines of repackaging the app and potentially abusing new gullible users.

They'd do better repackaging Bitcoin-Qt than a screensaver.
Kluge
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1015



View Profile
January 29, 2014, 10:18:14 AM
 #157

[...]I will just transfer it to the candidate with highest activity.

You couldn't just open-source it?

I don't feel too comfortable doing that. A little concerned about the potential for abuse, even if limited. That's why I'd rather transfer it to a trusted user.

Abuse?

If Bitcoin can't stand up to this program I'd really rather you let her loose now, before I waste further time  Cheesy

Not that kind of abuse... Rather something along the lines of repackaging the app and potentially abusing new gullible users.

They'd do better repackaging Bitcoin-Qt than a screensaver.
That'd be a little trickier to get away with since there's no reason not to download from the official site. You have a modified version of a "address cracker," though, and you could probably get a good number of people. God willing, they're all poor people. Or.... wait, that's worse, isn't it? Cheesy
talker2014
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
March 07, 2014, 12:48:09 PM
 #158

The Downloadlink doesnt work anymore.
Could you please reupp the latest Version of you tool ?

I would very appreciate it Smiley

Thank you

Best regards
RoxxR
Full Member
***
Offline Offline

Activity: 208
Merit: 148


View Profile
March 07, 2014, 12:53:17 PM
 #159

The Downloadlink doesnt work anymore.
Could you please reupp the latest Version of you tool ?

I would very appreciate it Smiley

Thank you

Best regards

Google Code started disabling binary downloads recently...
talker2014
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
March 07, 2014, 01:15:35 PM
 #160

There are a few other possibilities to upload the file  Smiley
It would be nice.

Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 »  All
  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!