Author

Topic: What's the easiest way to create private/public key pair PROGRAMMATICALLY (Read 1743 times)

legendary
Activity: 1498
Merit: 1000
I'm most specifically interested in how mixing services work and how BlockChain's taint analysis works.

Mixing is kinda getting turned upside down, so basically a mixing service is to bring a disconnect between address, but that isn't really that private anymore. Plus they can steal your funds. A new mixing type has been created, which is coinjoin, and it aids more on that you are confusing people, and making it so mixers can't steal your funds. https://bitcointalksearch.org/topic/coinjoin-bitcoin-privacy-for-the-real-world-279249 <<
Blockchain taint analysis works by doing a search for where two or more addresses are connected meaning they were used in the same transaction.
newbie
Activity: 9
Merit: 0
I'm trying to get a solid understanding of the protocol and will be reading the original bitcoin paper by Satoshi tomorrow, as well as diving into the wiki at https://en.bitcoin.it/wiki/.

What I'm interested in doing first is just cloning something like bitaddress.org just as a challenge to myself and to also get familiar with all the different aspects of bitcoin.
I'm most specifically interested in how mixing services work and how BlockChain's taint analysis works.

Thanks again wumpus, davout, and gweedo for the suggestions.  Really appreciate it!

legendary
Activity: 1372
Merit: 1008
1davout
I sense sarcasm. I'm just trying to learn the proper way.  Thanks!

There is no absolute "proper way", it all depends on what you want to do with it and how you want to use it.
The "cute" means there are much, much lighter ways to achieve this, again, depending on your intended usage.
newbie
Activity: 9
Merit: 0
Use php to connect to bitcoind, and use the rpc command to create the key pair.

Cute

Nah it is sexy and easy Wink

I sense sarcasm. I'm just trying to learn the proper way.  Thanks!
legendary
Activity: 1372
Merit: 1008
1davout
Use php to connect to bitcoind, and use the rpc command to create the key pair.

Cute
hero member
Activity: 812
Merit: 1022
No Maps for These Territories
legendary
Activity: 1498
Merit: 1000
Use php to connect to bitcoind, and use the rpc command to create the key pair.
newbie
Activity: 9
Merit: 0
Hi folks,

I've been reading up on Bitcoin, and I'd like to know if anyone has any recommendations for trusted and widely-used PHP libraries that can create valid private/public ECDSA key pairs?
Or any linux command line tools (bitcoind??)? Or what's the proper steps to take to create such a pair of keys in pseudo-code? I've read https://en.bitcoin.it/wiki/Private_key and other pages, but nothing explains how to actually create these key pairs?

Thank you,
Konstantin
Jump to: