-1

I have a simple web bitcoin wallet script. I know JSON-RPC connections and others. Maybe after My script can be mini bitcoin gambling... But i want to learn that;

I want host everything in my raspberry pi. But blockchain datas is very big. How can run my web wallet without blockchain on my host?

1 Answers1

-1

I've created a wallet, Bolt, which does not require a downloaded blockchain. (It queries blockchain.info to find the balance of addresses.)

It do all his job on front end without any bitcoin core installed.

And uses api like blockchain.info to send transactions

Nick ODell
  • 29,396
  • 11
  • 72
  • 130