Bitcoin Forum

Economy => Service Announcements => Topic started by: Anduck on August 26, 2014, 01:57:30 PM



Title: BitcoinStrings.com - blockchain in words
Post by: Anduck on August 26, 2014, 01:57:30 PM
Hi,

I made this site http://bitcoinstrings.com/ (http://bitcoinstrings.com/). Explore the texts inside the Bitcoin blockchain. Data is updated daily.

Thoughts?


Title: Re: BitcoinStrings.com - blockchain in words
Post by: turvarya on August 26, 2014, 02:23:59 PM
So, you are showing all messages, which are written in the blockchain?

It would be nice to go to the next site by pressing right and to the previous by pressing left.


Title: Re: BitcoinStrings.com - blockchain in words
Post by: Anduck on August 26, 2014, 02:46:43 PM
So, you are showing all messages, which are written in the blockchain?

It would be nice to go to the next site by pressing right and to the previous by pressing left.

Yup. Everything that can be easily parsed. About the left/right keys.. Thinking of it. The "Show all files" -page shows all the files.


Title: Re: BitcoinStrings.com - blockchain in words
Post by: remotemass on August 29, 2014, 11:32:59 AM
Neat  :P


Title: Re: BitcoinStrings.com - blockchain in words
Post by: hhanh00 on August 29, 2014, 12:26:39 PM
This is the data that miners can put in the coinbase transaction since the script is irrelevant there.
Unfortunately (?), unless you solve a block you can't write in the blockchain this way.

However, there is a nifty trick. One can create a transaction that pays to a bunch of addresses and they
make the message. Maybe you could try to decode these?


Title: Re: BitcoinStrings.com - blockchain in words
Post by: Anduck on August 30, 2014, 05:15:01 PM
However, there is a nifty trick. One can create a transaction that pays to a bunch of addresses and they
make the message. Maybe you could try to decode these?

Probably some day.


Title: Re: BitcoinStrings.com - blockchain in words
Post by: Fearless on August 30, 2014, 05:18:12 PM
Hi,

I made this site http://bitcoinstrings.com/ (http://bitcoinstrings.com/). Explore the texts inside the Bitcoin blockchain. Data is updated daily.

Thoughts?
What does that mean actually?I mean does a block consists of particular text inside them or what actually??


Title: Re: BitcoinStrings.com - blockchain in words
Post by: BasilHawkins on August 30, 2014, 05:23:24 PM
I don't know until now that bitcoin is also capable of storing texts. It would be great if a blockchain like system capable to store websites, musics and videos so that it cannot be taken down.


Title: Re: BitcoinStrings.com - blockchain in words
Post by: ensurance982 on August 30, 2014, 05:24:03 PM
Huh, that's interesting. I always wondered why no one is actually building something really really useful on top of this, or is someone doing that? It is actually a nice way of keeping certain records or being able to verify the integrity of documents at a later point in time!


Title: Re: BitcoinStrings.com - blockchain in words
Post by: shorena on August 31, 2014, 09:49:27 AM
Huh, that's interesting. I always wondered why no one is actually building something really really useful on top of this, or is someone doing that? It is actually a nice way of keeping certain records or being able to verify the integrity of documents at a later point in time!

#1 its costly - you have to mine the block AFAIK.
#2 the blockchain is big allready and there will be updates to "skip blocks" in order to keep the size in check.
#3 its very little data


all in all its cheaper, faster and easier to use redundant servers. Its probably more secure as well.


Title: Re: BitcoinStrings.com - blockchain in words
Post by: bornil267645 on August 31, 2014, 10:02:13 AM
pretty cool to see the written version of blockchain... 8) 8)


Title: Re: BitcoinStrings.com - blockchain in words
Post by: Anduck on August 31, 2014, 02:23:13 PM
Actually there are some services which store data for you in the blockchain. For example there's a service which writes a hash of a document in the blockchain so it can be proved that the document existed at that day.


Title: Re: BitcoinStrings.com - blockchain in words
Post by: subSTRATA on September 21, 2014, 01:21:08 PM
This is the data that miners can put in the coinbase transaction since the script is irrelevant there.
Unfortunately (?), unless you solve a block you can't write in the blockchain this way.

If one is capable of solving block how exactly he or she adds messages?


Title: Re: BitcoinStrings.com - blockchain in words
Post by: hhanh00 on September 26, 2014, 03:17:08 PM
The miner adds the first transaction to his solved block that indicates where he wants his fees and reward distributed.
Since this transaction has no input, the input script is ignored. He can write whatever he wants there.