>And because it's on the blockchain, ownership is provable, the content is permanent, and it can be directly monetized forever. How can content be monetized foreved if it costs something to upload (send a transaction to create the block) but nothing to browser (navigating through the blockchain costs nothing)?
The author of the content can be tipped, because he can access the address used for posting. Also, content can be encrypted and decryption, after payment, can be automated.
Bottle: A Bitcoin SV Browser
21–30 of 149 posts
Re: Bottle: A Bitcoin SV Browser
#22Certainly an interesting idea, but I think you're raising the barrier to entry by not simply implementing this as a browser extension. By having to develop a completely separate browser you're wasting a lot of time and resources that could otherwise be used to achieve the goals of the project. I also seriously doubt the willingness of most people to install yet another battery-guzzling Electron app.
https://chrome.google.com/webstore/detail/b/eonhdpmmjdekgnmc...
Re: Bottle: A Bitcoin SV Browser
#23If we are posting data to the Bitcoin blockchain, does this data live alongside transaction data? And if so, are there fees to host this data (as we need to pay miners to include data in a block)?
Fell down the rabbit hole and found these:
Re: Bottle: A Bitcoin SV Browser
#24Earlier quoted context omitted.
So how does one go about uploading, say, a PDF for someone to access with the browser? Very cool btw
You can upload it using, say https://add.bico.media/ . Then you just share the transaction ID or sha256 hash of the pdf file to recepient. Recepient can access that file as long as blockchain exists (basically forever). And all this is achieved by OP_RETURN, a special op_code in bitcoin script that allows you to return data to blockchain.
Re: Bottle: A Bitcoin SV Browser
#25If we are posting data to the Bitcoin blockchain, does this data live alongside transaction data? And if so, are there fees to host this data (as we need to pay miners to include data in a block)?
See example of weather data stored on chain https://whatsonchain.com/tx/6dac238576e9778458bb62a2f7d936fd...
>are there fees to host this data (as we need to pay miners to include data in a block)?
Yes, current fees are about 1 sat/byte.
This is really a write once, read many type of system.
Re: Bottle: A Bitcoin SV Browser
#26If we are posting data to the Bitcoin blockchain, does this data live alongside transaction data? And if so, are there fees to host this data (as we need to pay miners to include data in a block)?
Re: Bottle: A Bitcoin SV Browser
#27Built on BitcoinSV!
Re: Bottle: A Bitcoin SV Browser
#28Certainly an interesting idea, but I think you're raising the barrier to entry by not simply implementing this as a browser extension. By having to develop a completely separate browser you're wasting a lot of time and resources that could otherwise be used to achieve the goals of the project. I also seriously doubt the willingness of most people to install yet another battery-guzzling Electron app.
According to the website: Why a standalone browser instead of building as an extension for existing browsers, or waiting for mainstream browser support? 1. Build for the future Many things we take for granted in the old "web browsing" experience--including the security model--no longer apply in the new world of Bitcoin. The thing is, Bitcoin is NOT "the next web". In many ways it's completely opposite of what the WWW…
Re: Bottle: A Bitcoin SV Browser
#29Kind of interesting, would like to have a map of the known links/what is it at a basic overview level at least eg. file, site, image, etc... Only concern to me is that "lack of distributors" if you compare against public web so what do you put in here? That depends though, someone has to host, you(pay bills), or big company that has free hosting like a forum.
It just renders all MIME type img files that are stored as OP_RETURNs. Oh, also you can tip to the sender out of the box (because the uploader's address is just a bitcoin address!)