TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Using roughtime as a “cryptographic notary”

42 pointsby Meroviusover 6 years ago

3 comments

ur-whaleover 6 years ago
Doesn&#x27;t the bitcoin blockchain provide the same service roughtime does, and without the centralized authority (cloudflare in this case) problem?<p>As in : hash your doc, create a TX with that hash somewhere in it, sending money to yourself, and once the TX is on chain, the block hash is your timestamp.<p>The downside are the fees, and the 10mn delay, of course.<p>[edit]: now that I&#x27;m reading about roughtime, I see that the intent is completely different (secure clock sync). However, if the plan is to use roughtime for notarization of documents, I think my remark stands.<p>source: <a href="https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;roughtime&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;roughtime&#x2F;</a>
评论 #18253533 未加载
评论 #18253476 未加载
评论 #18268981 未加载
评论 #18253859 未加载
评论 #18253559 未加载
bjtitusover 6 years ago
I was working on something similar to add in to Perkeep. Any reason you decided not to use Google&#x27;s Go implementation? <a href="https:&#x2F;&#x2F;roughtime.googlesource.com&#x2F;roughtime&#x2F;+&#x2F;master&#x2F;go&#x2F;protocol&#x2F;" rel="nofollow">https:&#x2F;&#x2F;roughtime.googlesource.com&#x2F;roughtime&#x2F;+&#x2F;master&#x2F;go&#x2F;pro...</a>
评论 #18252555 未加载
评论 #18252729 未加载
Mizzaover 6 years ago
I love cryptographic&#x2F;data notaries, I&#x27;m glad other people think about them. Thanks for the PoC!<p>I thought I invented them when I sketched this PoC a long time ago:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Miserlou&#x2F;CitizenMediaNotary" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Miserlou&#x2F;CitizenMediaNotary</a><p>but blockchains blew up since then and made my design irrelevant.