Pages:
Author

Topic: Bitcoin address SHA-2(string+n) - page 2. (Read 331 times)

legendary
Activity: 1512
Merit: 7340
Farewell, Leo
July 04, 2021, 07:23:48 AM
#3
if you make such program for free if not we can discuss this if you want you can contact me on telegram its same as my username since i am not that active.
You should be a little bit more clear if you want someone's services. I've understood half of what you wrote.

To generate a private key take SHA256(string + n), where n is an ASCII-coded number that starts from 1 and increments as additional keys are needed.
And string a random hexadecimally represented number? If you just want to generate brute forcefully addresses starting from a random number, just increase it by 1 for each loop.

I want the above functionality with a simple twist since gpu will generate addresses in millions compressed and uncompressed form similar to vanity address generators save only the addresses
Would you mind telling us what's your purpose? It seems like you want to... generate vanity addresses?
newbie
Activity: 20
Merit: 0
July 04, 2021, 07:06:45 AM
#2
I'm a bit confused since you don't split what you write using dot or commas. But basically you need bitcoin address generator which use GPU (CUDA/OpenCL) with input defined by you? Anyway, if you don't plan to generate billion of address, it's more practical to use Bitcoin library which support generate address with custom private key you defined.

No, i want that specifically since i want a program similar to vanity generators that is used to make addresses with the matching pattern but use random seed i don't want to use random seed/data I want my addresses to be generated deterministically using my string+n where n is an ASCII-coded number that starts from 1 and increments
newbie
Activity: 20
Merit: 0
July 04, 2021, 05:33:38 AM
#1
Type 1 deterministic wallet
A type 1 deterministic wallet is a simple method of generating addresses from a known starting string, as such, it does not allow advanced features such as a Master Public Key. To generate a private key take SHA256(string + n), where n is an ASCII-coded number that starts from 1 and increments as additional keys are needed.

This type of wallet can be created by Casascius Bitcoin Address Utility.

I want the above functionality with a simple twist since GPU will generate addresses in millions compressed and uncompressed form similar to vanity address generators save only the addresses
that have the matching pattern along with the private key that generated that address and do that indefinitely GPU either Cuda or OpenCL I will appreciate if you make such program for free if not we can discuss this if you want you can contact me on telegram it's same as my username since I am not that active.
Pages:
Jump to: