This idea is generally called "trusted timestamping": http://en.wikipedia.org/wiki/Trusted_timestamping One example would be to take a photo of a rental car showing damage at the time you rented it and be able to prove it was taken at that time. Then the rental company cannot later claim you caused the damage. This is a pretty clever use of the blockchain as a publicly-visible and authenticated timestamp. This way, t…
I was developing a similar online notary. My idea is to timestamp open code, docs etc create a prior case database against patent trolls and goliaths.
Service lets you "certify" a document using the Bitcoin blockchain
41–50 of 86 posts
Re: Service lets you "certify" a document using the Bitcoin blockchain
#42Earlier quoted context omitted.
> The limit is there to create a market with transaction fees, so it's not just going to be "removed" any time soon. The limit is actually there to limit the size of a block. It has nothing to do with transaction fees. Click the link I posted: https://en.bitcoin.it/wiki/Scalability#Current_bottlenecks It used to be 250K and then this year was raised to 1M so it probably will get lifted again. That is the goal of the…
> The limit is actually there to limit the size of a block. It has nothing to do with transaction fees. Again, the limit is there to create a market with transaction fees. People jostle for space in the block and a market develops around how much people are willing to pay to get into the next block. It's based on the assumption that miners pick the transactions with the highest fees to include in their blocks, which…
Re: Service lets you "certify" a document using the Bitcoin blockchain
#43Re: Service lets you "certify" a document using the Bitcoin blockchain
#44So, if I could automate this, could I use this to prove in court that logs were created, and not tampered with? Just trying to think of practical uses of this cool project, and it's the first thing that came to mind.
Yes. Or that a contract was not created before a certain date. Or, as another poster suggested, that a photo of a damaged rental car was taken before you took possession of the car.
I think you have that one backwards. You can demonstrate a contract did exist at a certain date. There is no proof of non-existence before that date.
Re: Service lets you "certify" a document using the Bitcoin blockchain
#45Perhaps using a combination of different hash algorithms that we know are secure today to certify a file together would be a potential solution to the problem. It's not perfect, but at least this way all the algorithms used need to be compromised for the certification to break.
Re: Service lets you "certify" a document using the Bitcoin blockchain
#46Earlier quoted context omitted.
> The limit is actually there to limit the size of a block. It has nothing to do with transaction fees. Again, the limit is there to create a market with transaction fees. People jostle for space in the block and a market develops around how much people are willing to pay to get into the next block. It's based on the assumption that miners pick the transactions with the highest fees to include in their blocks, which…
No. That is redefining the purpose of this limit. It was meant only as a anti-spam measure and now people like you claim it is necessary. There is a _natural_ limit to the minimum transaction fee which is determined by the orphan cost (including transactions means slower block propagation means higher chance of a found block being orphaned by another, concurrent block). Bitcoin needs to eventually scale to survive an…
Re: Service lets you "certify" a document using the Bitcoin blockchain
#47Couple questions. 1) AFAIK, bitcoin has "comments" within transactions. Why not embed the checksum as a comment in a transaction between wallets you control? 2) In the approach described here, no coins are being sent with the transaction (right?). Are blockchain participants really accepting NOP transactions involving 0 BTC transfers. Maybe I missed something. 3) As others pointed out, requiring the whole file to be…
"Your document will not be uploaded. The cryptographic digest is calculated client-side."
Re: Service lets you "certify" a document using the Bitcoin blockchain
#48Earlier quoted context omitted.
No. That is redefining the purpose of this limit. It was meant only as a anti-spam measure and now people like you claim it is necessary. There is a _natural_ limit to the minimum transaction fee which is determined by the orphan cost (including transactions means slower block propagation means higher chance of a found block being orphaned by another, concurrent block). Bitcoin needs to eventually scale to survive an…
It's limited so that the blockchain grows at a linear rate instead of an exponential rate.
Re: Service lets you "certify" a document using the Bitcoin blockchain
#49Earlier quoted context omitted.
Yes. Or that a contract was not created before a certain date. Or, as another poster suggested, that a photo of a damaged rental car was taken before you took possession of the car.
Or that a contract was not created before a certain date. I think you have that one backwards. You can demonstrate a contract did exist at a certain date. There is no proof of non-existence before that date.
Then again, digital signatures come with a timestamp, Alice could lie about that timestamp, but it would be obvious to Bob that she did.
Fun to think about.