Live data from Hacker News

Bottle: A Bitcoin SV Browser

bottle.bitdb.network

31–40 of 149 posts

Re: Bottle: A Bitcoin SV Browser

#31
post #5

Certainly 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.

There is a browser extension actually: https://chrome.google.com/webstore/detail/b/eonhdpmmjdekgnmc...

I didn't know that, thanks. πerhaps putting it one the site would be useful.

Re: Bottle: A Bitcoin SV Browser

#32

If 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)?

Yes. It lives as a transaction output under op code 'OP_RETURN'. 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.

> 1 sat/byte

What's a sat?

Re: Bottle: A Bitcoin SV Browser

#33

Earlier quoted context omitted.

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.

Except that the link you suggest is for BSV, a bastard fork of bitcoin that tries to lure newcomers.

BSV is the original bitcoin. I'm afraid you have been misled by what 'fork' means.

Re: Bottle: A Bitcoin SV Browser

#34
It's a neat idea. Although, I'm skeptical of its practicality for hosting any serious amount of data.

If everything is hosted on the Bitcoin blockchain then every node in the Bitcoin network will need to keep a copy of every file uploaded. I would prefer the DHT model used by IPFS and DAT where each node only hosts part of the network.

Re: Bottle: A Bitcoin SV Browser

#36
post #32

Earlier quoted context omitted.

Yes. It lives as a transaction output under op code 'OP_RETURN'. 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.

> 1 sat/byte What's a sat?

1 satoshi = smallest current unit of a bitcoin = 0.00000001฿

Re: Bottle: A Bitcoin SV Browser

#37
post #32

Earlier quoted context omitted.

Yes. It lives as a transaction output under op code 'OP_RETURN'. 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.

> 1 sat/byte What's a sat?

1 satoshi per byte. 1 satoshi = 0.00000001 BSV

Re: Bottle: A Bitcoin SV Browser

#38
post #31

Earlier quoted context omitted.

There is a browser extension actually: https://chrome.google.com/webstore/detail/b/eonhdpmmjdekgnmc...

I didn't know that, thanks. πerhaps putting it one the site would be useful.

It's not developed by the same dev. Since Bitcoin is an open protocol, everyone can provide tools to query, view, automate,... the same data.

Re: Bottle: A Bitcoin SV Browser

#39
people need to pay attention to a detail. BitcoinSV is not Bitcoin as people know it and it is misleading. This is a super cool project but being clear should be a priority in something that has the theme of trust and decentralisation
Post reply on HN