2
1
I want to launch a bitcoin wallet service website for creating new wallets.
And i want to provide a tool for user for importing their old wallets using public and private key.
I know i can use some API's like blockchain.info api and some others
But they just allow to create wallets in their system , and you can not import other wallets using their api in your account.
How can i be a bitcoin wallet service provider from scratch?
i want to let my clients create new account with new wallet address + import and exporting wallets using public and private key + send & recieve money with other wallets + etc
- Please +1 question if you don't know too
There is a standard Wallet Import Format (WIF): https://bitcoin.org/en/developer-guide#term-wallet-import-format utilized by the bitcoin core wallet with
– JBaczuk – 2018-10-01T15:13:33.697importprivkeyanddumpprivkey@JBaczuk thanks , do you know there any easier way or API? the document does not seem friendly for development. – Net – 2018-10-01T15:30:36.740
what language are you coding in? – JBaczuk – 2018-10-01T15:40:51.163
1An API that lets you import private keys is very likely to be a scam. – MCCCS – 2018-10-01T15:41:55.790
@MCCCS, but what about https://bitcoin.org/en/developer-reference#importprivkey ?
– RedGrittyBrick – 2018-10-01T15:45:54.333@JBaczuk php is my default – Net – 2018-10-01T18:22:27.637
2If you have to ask you shouldn't be doing it – Abdussamad – 2018-10-01T18:37:31.483