Bitcoin open source web wallet with Bitcoin wallet service

0

Where the user email and password are stored when user registered on the web wallet websites like blockchain.com ?

Is the blockchain.com directly interact with the bitcoin blockchain and store the email and password on blockchain ??

How the web wallet works ? How they are interact with the blockchain ?

Sorry for lots of questions in one , The main thing that i want to understand how the more secured web wallet interact with blockchain ?

Pankaj Kumar

Posted 2018-10-24T07:16:29.700

Reputation: 145

Answers

0

Where the user email and password are stored when user registered on the web wallet websites like blockchain.com ?

In the ORDBMS database.

Is the blockchain.com directly interact with the bitcoin blockchain and store the email and password on blockchain ??

The blockchain.com has full bitcoin node and interact directly with bitcoin node. They doesnt store users data(email, passwords and so on) in the blockchain

How the web wallet works ? How they are interact with the blockchain ?

Web wallets is a plain middleware between full nodes and users, they are in the cloud.

How the more secured web wallet interact with blockchain ?

Your wallet is protected, but there is always a chance what this web wallet(or any other web service which offers web wallets) will be hacked.

Зелёный

Posted 2018-10-24T07:16:29.700

Reputation: 871

The blockchain.com has full bitcoin node and interact directly with bitcoin node. They doesnt store users data(email, passwords and so on) in the blockchain While creating account on blockchain.com they ask for email and password and after that they are providing the 36 chracters id for login ?Pankaj Kumar 2018-10-24T07:53:41.030

@PankajKumar maybe, I dont use web wallets.Зелёный 2018-10-24T07:54:47.993

how can we generate the mnemonics with bitcoin RPC ?Pankaj Kumar 2018-10-24T07:56:13.350

The genertion of mnemonics currently in proposed bips https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki

Зелёный 2018-10-24T08:00:44.630

Is its in purposal then how some of the website are using the 12 words character to unlock the wallet ?Pankaj Kumar 2018-10-24T08:03:38.203