Author

Topic: public and private key (Read 271 times)

full member
Activity: 336
Merit: 112
February 03, 2018, 07:17:44 AM
#7
Hello everyone is there any way I can generate my private ken on coinbase?

You can't. Coinbase is a hosted wallet and they don't provide you with the corresponding private for all your generated addressess, which is understandable since balances from those addressess are always emptied into a cold storage.

You can always send your coins to a different wallet that gives you access to your private keys.
legendary
Activity: 1946
Merit: 1427
February 03, 2018, 07:13:59 AM
#6
Hello everyone is there any way I can generate my private ken on coinbase?

No. Coinbase doesn't provide customers with access to their private keys, which is the reason you should never use them as your main wallet. No keys = no control over your bitcoin.

https://support.coinbase.com/customer/portal/articles/1526452-where-can-i-find-the-private-keys-for-my-wallet-
newbie
Activity: 16
Merit: 0
February 03, 2018, 07:07:37 AM
#5
Hello everyone is there any way I can generate my private ken on coinbase?
sr. member
Activity: 523
Merit: 285
February 02, 2018, 05:35:34 AM
#4
Bitcoin core software uses its own libraries to create keys. If you want to create addresses out of bitcoin core software but also they are valid, there are some alternatives. Even you can create a software that creates valid addresses. Vanitygen is one of the alternatives.
donator
Activity: 4760
Merit: 4323
Leading Crypto Sports Betting & Casino Platform
February 02, 2018, 01:42:21 AM
#3
You can create your own keys with vanitygen. Maybe that’s what you meant?

https://bitcointalksearch.org/topic/vanitygen-vanity-bitcoin-address-generatorminer-v022-25804
legendary
Activity: 1040
Merit: 2785
Bitcoin and C♯ Enthusiast
January 31, 2018, 01:13:12 AM
#2
There is not exactly any software, bitcoin uses Elliptic Curve cryptographic algorithm to get the public keys from private keys with Secp256k1 parameters[1][2].
As far as I know, bitcoin core used to use OpenSSL Library back in 2014 and before, and ever since v0.12.0 (Feb 2016) [3] they moved to a library that the team coded themselves called libsecp256k1 [4].
I don't know what other bitcoin wallets use though.

[1] https://en.bitcoin.it/wiki/Secp256k1
[2] https://en.bitcoin.it/wiki/Elliptic_Curve_Digital_Signature_Algorithm
[3] https://bitcoin.org/en/release/v0.12.0
[4] https://github.com/bitcoin-core/secp256k1
newbie
Activity: 1
Merit: 0
January 31, 2018, 12:28:38 AM
#1
What software does bitcoin use to create public and private keys?
Jump to: