Bitcoin Forum
May 28, 2024, 07:43:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Services / Re: [ 0,003 BTC bounty] How to make a list off all the privatekey available? on: September 04, 2019, 02:33:04 PM
How do add those codes to a website?
I can't get the github files from keys.lol on my website too.
Does someone knows what i am doing wrong?
Or could someone describe step by step what do do?
Regards,

it seems like you want someone who takes your hand and walks you through all the steps. there is nothing wrong with that but as i said this is a waste of time project, if it were more constructive project actually aiming to help people, then i (and probably others) would have been more willing to help you out.

but there is no point in what you are trying to do here! what would be the purpose? fooling some newbie into entering his private key in your new site so that you could steal his funds?


That’s just the part I want to prevent. I am removing the search option.





I can’t program very good. So I give the person  that makes me a script that generates all the private keys possible gets a reward of 0,002 BTC!

The script will be uploaded to a website and will run on it!
2  Economy / Services / Re: How to make a list off all the privatekey available? on: September 01, 2019, 03:25:20 PM
Hey,

i already knew those. But i need/ want them on a file.
Those sites are generation them from the fly.

Does anyone know how to do that?

it is better to spend your time doing something better, but if you want to waste it then here is the pseudo code:

Code:
int keyPerPageCount
int pageNumber
Base16Encoder enc16
Base58Encoder enc58

for i from (pageNumber*keyPerPageCount) to ((pageNumber+1)*keyPerPageCount)
    keyHexArray <- enc16(i).Pad(32)
    keyWifArray <- enc58(i)
Print(keyHexArray & keyWifArray)



How do add those codes to a website?
I can't get the github files from keys.lol on my website too.

Does someone knows what i am doing wrong?

Or could someone describe step by step what do do?


Regards,
3  Bitcoin / Development & Technical Discussion / Re: Why there are so many formats of keys? on: September 01, 2019, 02:00:08 PM
P2PKH and P2SH aren't keys, they are script types, and Hash160 is a hash function or rather combination of two (SHA256 and RIPEMD160).

In bitcoin when you send coins to someone else, you are lock those coins up by creating a "condition" that only when you fulfill requirements of that condition you could "unlock" or "spend" those coins. Some of these "common" conditions have special names.
For example P2PKH is one of the most common public scripts. The condition says that the owner must first provide a public key that when hashed using HASH160 function would produce a digest equal to the 20 bytes that is included inside the script and the signature alongside the public key provided would be a valid ECDSA signature for the provided transactions.

We have so many different types because we have so many different needs.
You might want to pay to one public key so you use P2PKH, you may want to add a specific time to the condition where coins could not be spent before that deadline is reached in which case you use CheckLockTimeVerify script type, you may want to create a complicated condition (such as paying multiple public keys aka multisig) and only reveal the hash of it so you use P2SH (of course P2SH isn't limited to multisig), and so on.
There is also new features such as Segregated Witness which defines new public script types. P2WPKH or P2WSH and some more are among them.

More on scripts: https://en.bitcoin.it/wiki/Script


So not every bitcoin adres has the same composition of a private key?
Or did I understood it wrong?
Is that making bitcoin safer because when you have a private key you can't automatically spend those coins?
4  Economy / Services / Re: How to make a list off all the privatekey available? on: August 31, 2019, 06:22:41 PM
All the private keys would be from 1 to 115792090000000000000000000000000000000000000000000000000000000000000000000000.
Now do you see the problem in downloading "a file with all the private keys"?

Jupp  Smiley   Now buzzy with letting the site running using the key.lol github files
5  Economy / Services / Re: How to make a list off all the privatekey available? on: August 31, 2019, 03:33:58 PM
I am going to start a new topic for my project. Thanks for your help guys!


Topic can be closed!
6  Economy / Services / Re: How to make a list off all the privatekey available? on: August 31, 2019, 02:19:51 PM
a private key is basically a number in the 1-2256 range.
So:
1
2
3
4
5
......
That's going to be a very long list l@rs!
Maybe you can start by saying what you're trying to accomplish?

I want to make a better keys.lol .
Want to do something with statistics. One long list would be easier for me.
Now am i  working with the github files from keys.lol .
7  Economy / Services / Re: How to make a list off all the privatekey available? on: August 30, 2019, 08:27:03 PM
Okay! I dont know whats the reason behind this but you can check this out;

https://allprivatekeys.com/allprivatekeys.php
https://www.bitcoinlist.io/
https://bitkeys.work/


Hey,

i already knew those. But i need/ want them on a file.
Those sites are generation them from the fly.

Does anyone know how to do that?
8  Bitcoin / Project Development / Re: How to file a patent? on: August 30, 2019, 10:34:42 AM
Filling a patent is very expensive. And to do that you need a lawyer.
I should contcat a local patent lowyer.
 Because from start to end it takes on average 1,5 year.

if i was you i should consider or a patent is really required.
When someone is using your patented idea you have to sue him.
Lawsuits for a patent could cost around 25.000!

I hope you got someting from this.
9  Economy / Services / [ 0,002 BTC bounty] How to make a list off all the privatekey available? on: August 30, 2019, 10:06:06 AM
Hello everyone,

I am trying to make a bitcoin private key list website.
I know that there are allready a few running like: keys.lol .
But i want to make a own one because i have a new(/better) idea.
But i can't find a list of all the private keys that are available.

I was wondering or someone could help me with making a list of all the private keys.

Thanks in advance!




Regards,
Lars
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!