1 2017-07-21 15:30:55 <nerdcore> by bitcoind is reporting a corrupted db and asks "Do you want to rebuild the block database now?" then exits to the shell. Any idea how I can rectify this?
 2 2017-07-21 15:40:36 <phantomcircuit> nerdcore, bitcoind -reindex
 3 2017-07-21 15:40:58 <nerdcore> thx
 4 2017-07-21 15:41:06 <nerdcore> trying that now seems to be working
 5 2017-07-21 20:54:54 <mark619> how can i create a bitcoin web wallet
 6 2017-07-21 20:55:33 <mark619> can i use bitcoin api https://blockchain.info/api/blockchain_wallet_api  and develop the same using php
 7 2017-07-21 20:57:27 <mark619> whois
 8 2017-07-21 20:59:09 <Dizzle> mark619: you could point at an API like that to get started. Ideally, you would have control over your wallet's connection to the network, e.g. by running a full Bitcoin node. Bitcoin Core's bitcoind supplies a JSON-RPC API you can use to communicate between your wallet backend and the Bitcoin network it is attached to.
 9 2017-07-21 21:02:31 <mark619> do i need to maintain user transactions in backend if use bitcoin api
10 2017-07-21 21:06:50 <mark619> could u plz explain what do u mean by control over your wallet's connection
11 2017-07-21 21:14:43 <mark619> plz help