TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What are real-life useful use-cases for blockchain (not currencies)?

122 点作者 laurensr超过 4 年前
I am sometimes overwhelmed by people&#x27;s enthusiasm when it comes to blockchain. I have seen a project using Hyperledger [https:&#x2F;&#x2F;www.hyperledger.org&#x2F;] as a plug-in alternative for an RDBMS but one party controlled the one node the system ran on.<p>Do some of you have non-confidential (useful!) use cases for blockchain databases to share?

67 条评论

sebmellen超过 4 年前
The biggest use case I have found of blockchain tech is timestamping, especially in a case where the timestamping party cannot be trusted to act honestly because of conflicting interests.<p>I&#x27;ll give you an example, from one of my startup&#x27;s enterprise customers. This company needs to ensure that their high-end auto inventory remains in the same state through transport — the mileage, the car body, etc. They&#x27;ve had issues with transporters taking these high-end cars for joyrides, and it&#x27;s hard to detect when this happens.<p>Our solution lets the transporter timestamp the odometer reading and car body with photos at time of pickup, on a blockchain. When the car is dropped off, it&#x27;s just a matter of comparing the blockchain record with the car&#x27;s actual state. Our system lets many parties who don&#x27;t know or trust each other view the same &quot;shared state&quot; on a public blockchain ledger (Stellar), enforcing between these parties.<p>We provide a similar service for researchers who want to prove they were the first ones to make a discovery. You can read more about that at <a href="https:&#x2F;&#x2F;assembl.net" rel="nofollow">https:&#x2F;&#x2F;assembl.net</a>.<p>Edit: You can try our timestamping app (still in beta so excuse some kinks) online at <a href="https:&#x2F;&#x2F;app.assembl.net" rel="nofollow">https:&#x2F;&#x2F;app.assembl.net</a>. I would love to hear your thoughts!
评论 #24882426 未加载
评论 #24882364 未加载
评论 #24882126 未加载
评论 #24882398 未加载
评论 #24881451 未加载
评论 #24882310 未加载
评论 #24882900 未加载
评论 #24882091 未加载
评论 #24883882 未加载
评论 #24881291 未加载
评论 #24881634 未加载
评论 #24881484 未加载
评论 #24884638 未加载
评论 #24882669 未加载
评论 #24882762 未加载
评论 #24884264 未加载
60secz超过 4 年前
Proof of work solutions to byzantine fault tolerance are vulnerable to 51% attacks almost by definition, so if there&#x27;s a value to the data it needs to be backed by a stronger economic incentive for &quot;virtuous behavior&quot;. Doing this outside of money is problematic.<p>The other option is private blockchains with limited, authenticated accounts, but then why not just use a timestamped db?
评论 #24882207 未加载
评论 #24882848 未加载
评论 #24882440 未加载
scubbo超过 4 年前
(Disclaimer - I believe myself to have a better idea of what a blockchain is and how it works than the average layman, but I&#x27;m certainly not an expert)<p>Having recently completed a house purchase and waded my way through reams of paperwork in the process, I&#x27;m stunned that there&#x27;s no &quot;document provenance chain&quot; implementation. At every stage of the process, I was presented with tens or hundreds of pages of paperwork that I was expected to sign, most of which was exactly the same as the paperwork I had approved in the previous round, with changes only on a page or two to reflect the renegotiated terms. However - I had no proof of that similarity, and so I had to read through every page to verify it for myself. If I could have had a programmatic way to show that a) changes only occurred in the following places, and b) the original document that I reviewed is the same as a blessed authoritative template provided by some trusted independent party, the whole process would have gone a lot faster.<p>Actually, now I come to think of it, this wouldn&#x27;t even need blockchain - it could just be Version Control, right?
评论 #24882422 未加载
评论 #24882353 未加载
评论 #24882499 未加载
评论 #24882376 未加载
评论 #24882715 未加载
评论 #24882608 未加载
评论 #24885740 未加载
评论 #24882899 未加载
Canada超过 4 年前
The use case is money. That&#x27;s it. All valid use cases involve a transfer of stored value. (eg. money, securities, collectable stuff)<p>For everything else there&#x27;s a much cheaper option, even for time stamping. Anything involving &quot;proving&quot; something, meaning making some assertion at some time is not a good case. For those look at certificate transparency for a better example of how to handle that. When people say &quot;storage&quot;, I say no. All valid cases which involve that are really about the handling of payment for storage, not the storage itself.
评论 #24882575 未加载
评论 #24881686 未加载
评论 #24884653 未加载
dgrin91超过 4 年前
Broadly speaking blockchain only solves a singular problem: Trust. If there is some work that needs to be done between parties and you don&#x27;t trust the parties involved then you can use blockchain to do the work in a trust-less setting. This is why money has been the first and most prominent use case; people are less trusting with their own money.<p>For a specific non-money potential use case of blockchain I would say identity services. For example, currently the internet runs based on implicitly trusting a set of root CAs (hundreds just counting the big ones!). The CAs certify that a site is what it claims to be. But if the CA becomes malicious (either through intent or hack) there are limited mechanisms for combatting this.<p>If you decentralize the certification process you can have a trust-less system. This also works beyond CAs - any sort of identity management falls under the same principle: Credit scores, citizenship, etc
评论 #24881636 未加载
评论 #24882210 未加载
评论 #24888255 未加载
评论 #24884639 未加载
评论 #24881412 未加载
评论 #24882136 未加载
Fnoord超过 4 年前
Blockchain is extremely useful for one thing only (and, like Unix philosophy, it does it particularly well): <i>scamming</i>.<p>If you want to learn about examples, read throughout the comments. I&#x27;ve read about half the comments and, to no surprise, not much of substance.<p>Distributed DB (&quot;private Blockchain&quot;) has its uses, but it isn&#x27;t publicly owned like a traditional Blockchain.
评论 #24884665 未加载
throw0101a超过 4 年前
NISTIR 8202 in Figure 6 (p.42) has a nice yes&#x2F;no flowchart to determine if blockchain or something else is more appropriate (PDF):<p>* <a href="https:&#x2F;&#x2F;nvlpubs.nist.gov&#x2F;nistpubs&#x2F;ir&#x2F;2018&#x2F;NIST.IR.8202.pdf" rel="nofollow">https:&#x2F;&#x2F;nvlpubs.nist.gov&#x2F;nistpubs&#x2F;ir&#x2F;2018&#x2F;NIST.IR.8202.pdf</a><p>* <a href="https:&#x2F;&#x2F;doi.org&#x2F;10.6028&#x2F;NIST.IR.8202" rel="nofollow">https:&#x2F;&#x2F;doi.org&#x2F;10.6028&#x2F;NIST.IR.8202</a><p>The DHS originally created it, but I can&#x27;t find a definitive DHS source. Also here, at bottom:<p>* <a href="https:&#x2F;&#x2F;www.fedscoop.com&#x2F;blockchain-for-government-technology-hate&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.fedscoop.com&#x2F;blockchain-for-government-technolog...</a>
评论 #24881795 未加载
vmception超过 4 年前
The consensus models without the payment mechanism all undermine the utility of a blockchain.<p>Proof of Work and currency are inseparable, it is all interrelated to the design of any application using the blockchain.<p>I used hyperledger and even the example projects from the instructor were talking about all the threaded operations it can do, if there is no cost to the computation then randoms are DDOSing all the nodes in the system for no reason, which is exactly what happenes in real world hyperledger consortiums. Its dumb.<p>Either accept that speculation is a use case or move on.
rogerdickey超过 4 年前
Probably none or we would have seen one already after 10k smart people spent 10 years looking.
评论 #24884662 未加载
RichardHeart超过 4 年前
You can put the word in your corporate press release for a price pump. Lol. As blockchains are the worlds most expensive and slow databases, that also have silent bit-rot... You must run your own computer that verifies that what you&#x27;ve written stays written, and doesn&#x27;t get forked away, and that it even wrote in the first place, as the block could be full or your 1st block you are &quot;in&quot; gets orphaned.<p>Thus, you must really, truly need censorship resistance to accept that sucktitude. So what are people censoring? Financial transaction, social media posts (but they must for moderation anyway.) Websites are also censored, which is layer down the stack from social posts, The low throughput of blockchains makes them inappropriate for this purpose. Probably also for the social posts as well. Good luck!
Geee超过 4 年前
Decentralized and private cloud data storage: <a href="https:&#x2F;&#x2F;sia.tech" rel="nofollow">https:&#x2F;&#x2F;sia.tech</a><p>The benefit from using blockchain is that your data will be safely replicated and accessible from the cloud, and at the same time you are the sole owner of the data. Only your private key can access the data.<p>In this case, blockchain also facilitates a decentralized marketplace for sellers and buyers of data storage.
评论 #24881610 未加载
评论 #24884687 未加载
neilv超过 4 年前
The overwhelming evidence is that the primary application of blockchain is investment scams.
netman21超过 4 年前
Lotteries. Government monopolies aside, the problems with lotteries is trust. How can you be sure the organizer really pays out the winnings to the ticket holder who bought the winning number. In a public ledger you could verify all that and still keep the winner anonymous.
评论 #24882698 未加载
alex_young超过 4 年前
All the timestamp implementations seem oddly complicated for an append only filesystem. We’ve had write once media for thousands of years haven’t we?
评论 #24884209 未加载
oneplane超过 4 年前
Distributed non-repudiation; useful for inter-org or inter-political timestamping&#x2F;handshaking and maybe even intention&#x2F;confirmation registration.<p>In can do some of the things you&#x27;d use a notary for.
评论 #24882140 未加载
评论 #24881573 未加载
ghaff超过 4 年前
A general use case is where there&#x27;s a group of agencies or a group of business partners who may be all <i>reasonably</i> trustworthy but they are in separate trust domains. It can be generally useful for all those entities to have access to a single source of truth that can&#x27;t be altered without the alteration being obvious.<p>You <i>can</i> do this by appointing someone as a trusted authority. But, in practice, this has overhead and no one is <i>completely</i> trustworthy at least absent a lot of overhead. You also often have to deal with reconciliation when there are a bunch of different data stores scattered around.<p>BTW, Hyperledger is the overall foundation of projects. Hyperledger Fabric is the most popular blockchain platform under the foundation. (There are also various libraries and so forth.)
评论 #24882200 未加载
AdrianEGraphene超过 4 年前
I use blockchain to pay people to block phone spam.[1] It&#x27;s also the subject of my patented algorithm on killing phone spam by requiring a refundable cash deposit for non-contacts phone calls. [2] I wrote a short white paper on this theory too. [3]<p>[1] <a href="https:&#x2F;&#x2F;myrobocash.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;myrobocash.com&#x2F;</a> [2] <a href="https:&#x2F;&#x2F;uspto.report&#x2F;patent&#x2F;app&#x2F;20200304647" rel="nofollow">https:&#x2F;&#x2F;uspto.report&#x2F;patent&#x2F;app&#x2F;20200304647</a> [3] <a href="https:&#x2F;&#x2F;drive.google.com&#x2F;file&#x2F;d&#x2F;1c1GyiVVZFDiUuxWkBCQ63qLdJgPPBhWh&#x2F;view?usp=sharing" rel="nofollow">https:&#x2F;&#x2F;drive.google.com&#x2F;file&#x2F;d&#x2F;1c1GyiVVZFDiUuxWkBCQ63qLdJgP...</a>
评论 #24882633 未加载
评论 #24882644 未加载
GartzenDeHaes超过 4 年前
The biggest use would be for Automated Clearing House (ACH) funds transfers. Right now, banks receive and send money by sending flat files through a distributed processing system with no database transactions, verification, or transfer history. Some big bank robberies were committed a few years ago by compromising the banking systems that create and process these files. Once the file is sent to the ACH network, reversing transactions is a manual process and is nearly impossible after the funds leave the destination to a 3rd party.
评论 #24882892 未加载
jkepler超过 4 年前
Censorship resistant chat based on the lightning network. See <a href="https:&#x2F;&#x2F;www.getjuggernaut.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.getjuggernaut.com&#x2F;</a>, <a href="https:&#x2F;&#x2F;sphinx.chat&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sphinx.chat&#x2F;</a>, or chat function integrated in OpenBazaar&#x27;s Haven app (<a href="https:&#x2F;&#x2F;gethaven.app&#x2F;faq&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gethaven.app&#x2F;faq&#x2F;</a>). This tech can run on bitcoin or lightcoin&#x27;s networks, if I understand correctly.<p>Another example would be decentralized governance. The bisq.io project has built a system on top of bitcoin to incentivize and pay for their project&#x27;s future development. They chose their model for censorship resistance (as they have concern that nation-states might not take kindly to a peer-to-peer permission-less bitcoin to fiat exchange) and its been functioning since April 2019. In historical perspective, the bisq network has innovated a new way for humans to work together that rivals the invention of the joint stock corporations by the English and Dutch at the start of the 17th century. There&#x27;s lots of talk of decentralized governance on top of Ethereum, but so far the only really resilient and decentralized project I&#x27;ve seen in the space is the bisq network. Bisq is the sort of new thing that can be built on top of bitcoin&#x27;s trust-decentralizing monetary technology.
steindavidb超过 4 年前
Do you mean blockchain or technology inspired by blockchain? Lots of cool merkle tree stuff (trillion, certificate transparency); also several international shipping supply chains use blockchain for chain-of-custody (txns are irrevocable cosigned transfer of custody with no trusted overseer). I would love to see criminal evidence and deeds of ownership move onto a similar framework.<p>I expect digital ID will also benifit from an auditable, immutable log (e.g. sovrin)
josalhor超过 4 年前
I have thought about this a lot. I think there exists a finite set of properties your problem <i>needs</i> for blockchain to be an effective solution.<p>First of all, you need multiple sources of truth. i.e. Everyone can make transactions with money, therefore everyone is a source of truth.<p>Second, you want to solve your problem in a distributed fashion and you need to figure out the incentives for each node that contributes. i.e. Everyone wants to participate in the economy and is okay with giving a small commission for a transaction.<p>On top of all this, you also want to maintain some invariant. i.e. Transactions do not create money.<p>I have thought of more properties, but they are much more boring. These are enough to throw away pretty much all the hype around blockchain. Every time someone suggests blockchain to solve a problem ask yourself if these properties apply to the problem at hand.<p>Example: Someone suggests logistic company x could use blockchain in order to keep a log of their distribution. But then, you astute reader ask yourself: If a single company essentially holds all the information, there are no multiple sources of truth. How would this instance of blockchain be different from a centralized database? What values does it add?
CryptoPunk超过 4 年前
Using the blockchain is extremely expensive relative to using a traditional database. The most widely used public blockchain, Ethereum, could be millions of times more expensive than AWS per ledger entry.<p>This is because it is designed to have its state stored permanently by thousands of computers, with any entry becoming part of a permanent canonical shared history of the network going forward.<p>What all of that distribution and synchronization gives you is unparalleled immutability, data permanence and uptime.<p>So the applications best suited to this highly constrained and highly reliable&#x2F;accessible computing environment are those which require relatively small data transfer&#x2F;storage, where the data operations are of extremely high value relative to the computing resources they consume.<p>So far these applications have been currency, marketplaces and financial contracts, which all benefit from being on an open platform that is effectively resistant to capture by any party. You&#x27;re also seeing very large markets emerge in digital collectibles.
forgotmypw17超过 4 年前
I&#x27;m not sure if it counts as a &quot;block&quot; &quot;chain&quot;, but I&#x27;m using a chain of hashes to verify integrity of an online message board, so that you can more easily verify that you are all seeing the same conversation thread.<p>And if any messages are deleted, everyone can see that something was there, and when it was deleted, and who deleted it.
mectors超过 4 年前
At Legal and General we use hyperleder to power Estuare, the first pension risk transfer reinsurance in production. Our reinsurer is based in Bermuda and given the population is only 64K and has very few unemployed actuaries, it is hard to scale the reinsurance business via hiring people. Thanks to Estuare monthly operations related to high value contracts with insurers can be fully automated and allow the business to scale. Given that the insurer and reinsurer can both introduce new data and eiter sides used to do extremely complex calculations in a spreadsheet to validate how much money needs to flow in which direction each month, the process would take weeks due to often human error. With Estuare the process now takes minutes and is fully auditable, which for contracts that can run 50 years is important, as well as allowing previous data updates to be incorporated immediately instead of once a year.
评论 #24897330 未加载
BMSmnqXAE4yfe1超过 4 年前
Blockchain is just a database that is 1) public 2) append only If you don&#x27;t have mining, anyone can append to such blockchain at no cost, so it&#x27;s defenseless against bad actors, so it must have a set of trusted appenders. If you want trustless public database, you must have mining. Mining is costly, so you must have a currency.
627467超过 4 年前
Safeguarding nuclear parts blueprints. <a href="https:&#x2F;&#x2F;www.coindesk.com&#x2F;how-the-bitcoin-blockchain-is-being-used-to-safeguard-nuclear-power-stations" rel="nofollow">https:&#x2F;&#x2F;www.coindesk.com&#x2F;how-the-bitcoin-blockchain-is-being...</a>
omginternets超过 4 年前
DNS! Namecoin (despite its cringe name) is pretty cool, and a marked improvement over DNS.
评论 #24881647 未加载
bluedevil2k超过 4 年前
Amazon’s QLDB solves a lot of issues people think they need blockchain for
puranjay超过 4 年前
One good use case I&#x27;ve found is file authentication. If a file is signed and it can be matched against a distributed ledger, it can help ensure the authenticity of the file. I can imagine uses for this everywhere from piracy prevention to checking authenticity of documents, records, etc.<p>Imagine that all land records are in a distributed ledger. The land owner has a signed certificate that can be verified anytime for authenticity. The only way to access the certificate is with a 12 word passkey.
评论 #24881472 未加载
评论 #24881600 未加载
rch超过 4 年前
The encrypted memo field of Zcash could lend itself to some interesting use-cases outside of transaction processing.<p><a href="https:&#x2F;&#x2F;electriccoin.co&#x2F;blog&#x2F;encrypted-memo-field&#x2F;" rel="nofollow">https:&#x2F;&#x2F;electriccoin.co&#x2F;blog&#x2F;encrypted-memo-field&#x2F;</a><p>It looks like this capability is being expanded with in-band secret distribution:<p><a href="https:&#x2F;&#x2F;zips.z.cash&#x2F;protocol&#x2F;canopy.pdf" rel="nofollow">https:&#x2F;&#x2F;zips.z.cash&#x2F;protocol&#x2F;canopy.pdf</a>
jcfrei超过 4 年前
From a previous post: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=19192106" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=19192106</a>
Pamar超过 4 年前
I arrive late so maybe someone mentioned this already: <a href="https:&#x2F;&#x2F;www.deutsche-boerse.com&#x2F;dbg-en&#x2F;media&#x2F;press-releases&#x2F;Commerzbank-Credit-Suisse-and-UBS-execute-first-live-transactions-on-the-Deutsche-B-rse-HQLAx-securities-lending-platform-1631518" rel="nofollow">https:&#x2F;&#x2F;www.deutsche-boerse.com&#x2F;dbg-en&#x2F;media&#x2F;press-releases&#x2F;...</a><p>(Frankfurt Stock Exchange uses a blockchain as a ledger for securities lending)
评论 #24885274 未加载
biolurker1超过 4 年前
Decentralized prediction markets and derivative markets for anything. Commodities futures etc. Also tokenizing real world assets think of shares of ordinary homes.
breatheoften超过 4 年前
I&#x27;m not sure what specific technologies &quot;blockchain databases&quot; is limited to -- but one use case that has been bandying around me head ...<p>I think there could be a very powerful set of regulatory technologies created on top of blockchain style databases when used in conjunction with legally binding agreements intended to limit access to reads of the data.<p>Imagine a data lake for &quot;enforcing&quot; audit-ability of reads --<p>1. you may &quot;store&quot; some data in the lake -- say for example P2 2. if you &quot;store&quot; data in the lake you agree that you will not store that data anywhere else<p>&quot;store&quot; above would in actual implementation be something like storing a key for decrypting the data -- which could be stored wherever in an encrypted form and the agreement would mean &quot;i&#x27;m not storing the key anywhere and i&#x27;m not storing the decrypting contents in any form other than as encrypted by the key&quot;.<p>You would leverage blockchain to ensure that all reads of the data are observable.<p>Obviously you can&#x27;t &quot;enforce&quot; that the data being protected is not stored in other places or in other forms -- however the agreement &quot;i will not store anywhere else&quot; can be given legal or regulatory force to provide a way to punish violators.<p>The goal tho is to build a platform for explicitly acknowledging and communicating to both external auditors and the developers that &quot;i&#x27;m not supposed to store this in other places&quot;. That&#x27;s a technology problem which a lot of good faith implementors need help with solving ...
semicolonandson超过 4 年前
I know this question is probably intended as a technical one, but from a pragmatic&#x2F;empirical perspective, the number one use-case of the blockchain is to raise money in a way that side-steps traditional causes of friction (e.g. financial regulations).<p>(I make no judgement on whether these sources of friction are worthwhile or not.)
评论 #24881278 未加载
bawolff超过 4 年前
Transfering (investment) money from stupid people to people telling the stupid people what they want to hear
car超过 4 年前
Check out Ubirch.com. They use firmware for IoT sensors writing to the blockchain to make data tamper proof, for example. One possible application could be the signing and blockchain anchoring (Bitcoin or Ethereum) of video from body cams, making manipulations impossible.
companyhen超过 4 年前
<a href="https:&#x2F;&#x2F;www.arweave.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.arweave.org&#x2F;</a> is one of my favorites. A16Z, TechStars, and Coinbase all backing it. Really interesting tech.
9985479945_超过 4 年前
You might as well be asking “What are some real life use cases for square dancing, that are not dancing related?”<p>Solve problems with the best solution, don’t start with a solution and then find problems
mgraczyk超过 4 年前
This hasn&#x27;t really been done, but one possibility is credibly committing to a promise about future product behavior. Imagine a company with a negative reputation for whimsically changing product goals and functionality (cough, Google). Using a blockchain allows the company to commit to a certain set of rules for product logic, regardless of which PMs take over the product 2 years and 4 PSC cycles later.
评论 #24881504 未加载
zubairq超过 4 年前
Timestamping documents via their hash
评论 #24881666 未加载
neillyons超过 4 年前
It is useful for scamming people.
asymptotically3超过 4 年前
Blockchains are totally useless without a token as an incentive to mint new blocks.
wpdev_63超过 4 年前
Filecoin comes immediately up. Decentralized github on filecoin would be killer.
quickthrower2超过 4 年前
I like the idea of DNS based on blockchain. Obviously money is involved there.
lettergram超过 4 年前
Inventory management. In many cases you want this centralized so you can manage it. But the reason is really so you have a “record” of what is in storage. The blockchain keeps it decentralized (ie less risk of a user deleting it), at the same time anyone can query the inventory.
评论 #24882716 未加载
dpc_pw超过 4 年前
Blockchain as a data-structure gives you tamper-evident, append only database.<p>Blockchain as a system (datastructure + PoW) solves consensus &amp; trust between agents in a trust-less and censorship-resistant way (without introducing a trusted party).
ayewo超过 4 年前
In the long-term, I think blockchains will make a major showing in the design of self-driving vehicles (SDVs).<p>For SDVs to really take off, it needs to surpass the safety of a human driver but the only way to do this reliably in a way that avoids the high costs and ugly protrusion of roof-mounted LIDARs is for SDVs to use low-cost internal sensor inputs and fallback on low-cost external sensor outputs from nearby vehicles[§] and road infrastructure.<p>Essentially, what I think is missing from all SDVs currently in development today is an important ingredient behind why Internet-use is so widespread today: a common communication protocol between SDVs from different manufacturers.<p>Once a common protocol is adopted&#x2F;legislated, all SDVs will be expected to record any accidents encountered during any trips in a partial copy of the “road blockchain”. Stated differently, details of accidents and near misses will be recorded with timestamps on the partial blockchain maintained by each SDV in a way that the exact position of all SDVs within the vicinity of a car crash can easily be reconstructed. Of course this will mean SDVs will use clocks that are network synced.<p>If 6 cars are in the vicinity of a crash between 2 cars, the trajectory of all cars before and after the crash could be reconstructed using the blockchain data from those 2 cars. If the 2 cars’ “black box” are lost due to them exploding on impact, the data could still be reconstructed using the partial blockchain data from the 6 SDVs proximate to the crash.<p>The “road blockchain” would be especially useful in accident investigations but its privacy implications would need to be properly thought out.<p>§: If a SDV has front sensors that start to return conflicting inputs while in operation due to inclement weather for instance, rather than the onboard computer aborting the ride in the middle of nowhere, it could switch to operating at partial instead of full situational awareness. In this state it could routinely query any three nearby vehicles for help: the vehicle in front, behind it &amp; to its left to regain some level of situational awareness.<p>Another use case would be falling back on wireless beacons when Internet access over cellular is lost. The SDV could start an adhoc network over wireless where it can broadcast a request for help from nearby SDVs. Something like: “I’m traveling from LA-SF. I need a recent copy of the point cloud from anyone traveling in the opposite direction (SF-LA)”.<p>For this to work at scale, a common protocol that allows a SDV to start a wireless conversation with any nearby SDVs would be required.
评论 #24882209 未加载
评论 #24882579 未加载
lisnake超过 4 年前
Another option is gambling. With smart-contracts it&#x27;s possible to build fair and auditable casinos on blockchain.
评论 #25008465 未加载
评论 #24882727 未加载
bawolff超过 4 年前
Depending on how you define a &quot;blockchain&quot; there are various technologies like certificate transparency or git that share certain similarities and are pretty useful.<p>However none of them would be caught dead calling themselves a &quot;blockchain&quot;<p>Also <a href="https:&#x2F;&#x2F;xkcd.com&#x2F;2267&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xkcd.com&#x2F;2267&#x2F;</a>
root_axis超过 4 年前
Cryptocurrncies. That&#x27;s it.<p>Edit: lots of downvotes for this comment but the evidence speaks for itself.
评论 #24884897 未加载
squabble超过 4 年前
Uncensorable Twitter
kevinStorj超过 4 年前
decentralized storage (storj.io) is a great use case
chrisco255超过 4 年前
Replacing virtually the entire financial system with code.
lironmo超过 4 年前
Blockchain technology has made headlines mainly due to the interest and attention that Bitcoin, the pioneer of digital currencies, is based on it.<p>The technology enables registration and tracking of the money in the system, including balances and transactions, for all users of the system at the same time. It is important to understand that if until recently the prevailing explanation was that blockchain technology has a right to exist only because of Bitcoin and other cryptocurrencies based on it, then the picture is much more rosy in terms of technology - it seems to accompany us in various walks of life.<p>Along with voices claiming that many resources are invested in the development of blockchain technology without the certainty that this technology will survive over time, there are many other voices heard across the globe, arguing that using blockchain technology is bringing the future to us and taking part in a revolution that will change our lives significantly .<p>Blockchain for food, real estate and health Thus, alongside cryptocurrencies, new uses for blockchain technology are currently being developed in various industries.<p>In the US, Walmart, the giant retail chain, has filed a patent application based on the use of blockchain technology that will allow the company to improve tracking of shipments in various aspects, including: location, temperature and delivery content. Sensitivity of some of the products shipped.<p>Other food giants, such as Nestle, Kroger and other companies in the food industry, have partnered with computing giant IBM to develop use of a blockchain system to improve food tracking.<p>The applications in the world also slide into the field of real estate and digital health, where developments leading to change have recently been presented, mainly in the way in which medical information will pass between the various factors.<p>In Israel, there are a number of companies, in various industries, that are looking to develop services and products based on blockchain technology -<p>Wave is developing a system that will make it possible to transfer and confirm bills of lading digitally, thus overcoming the need to bring the original document from the bank to the shipping company, as required today (a wider move is currently being made by IBM and logistics and shipping giant Marsk). Maritime trade).<p>QED-IT is developing a system that allows a claim to be tested in a database without revealing the content of the information itself. This allows the defense industry, for example, to test components without knowing their specific use.<p>BloxTax is developing a system that allows anyone to know exactly how much they have earned or lost on tokens or cryptocurrencies and to report to the tax authorities in accordance with the law, by collecting and weighting the data from the blockchain network.
solresol超过 4 年前
Mid-market insurance has a sort-of-a use case, but I&#x27;ve not quite been able to make it work (yet).<p>If you are a large-ish business, you will talk to your insurance broker to insure it. This will probably turn into a multi-thousand page document describing all the assets that you want protected, and what events you want them protected from.<p>The broker then does &quot;marketing&quot; which means nothing like what marketing means in any other context. It means that they are going out to the underwriters and asking them what parts of that whole package they are willing to underwrite, and at what costs.<p>The broker then cherrypicks whatever is best for their client by piecing together underwritings for different parts. (&quot;Allianz is underwriting the buildings for the first $800m, Lloyds will do everything beyond that up to $3B, SwissRe had the best weather insurance...&quot;) The client wants to know that the broker genuinely did approach as many underwriters as they claim and validate that the underwriters did reply with the quotes that the broker claims were replied. (This is how the client makes sure that the broker and the underwriter aren&#x27;t colluding.)<p>The end result is that across the industry there is a many-to-many broadcast and scatter and gather that needs to happen and be notarised. (The broker sending stuff out, the underwriters responding.)<p>At the moment, there is usually a third party hub through which these documents flow who essentially notarises the communications, but also has no incentive to allow collusion between parties. So everyone trusts that third party.<p>The only problem is, there is no incentive for the third party to be efficient, and so in every country &#x2F; state &#x2F; market where this kind of system operates, the third party inevitably takes a large cut of fees and provides quite remarkably terrible service. (Case in point: &quot;of course it&#x27;s secure, it&#x27;s on port 443&quot;. &quot;Umm, you are actually just making an HTTP connection on port 443, there&#x27;s no SSL happening on this connection, as can be seen in this packet trace.&quot;)<p>The brokers hate how it has played out, the underwriters hate it even more. With a bit of handwaving, this is something that can be solved by a blockchain. Although the unencrypted documents themselves probably can&#x27;t be on the blockchain, the checksums can be, and maybe there&#x27;s a scheme where the encrypted versions of documents can be there too.<p>It&#x27;s one of those situations that blockchains are good for: distributed system, no trust required, the users of the blockchain can afford the appropriate technical skills to keep the system running, can&#x27;t be replaced by an independent 3rd party, etc. etc.<p>But it&#x27;s not likely to happen.<p>The main problem is that there&#x27;s no monetary incentive for any individual party to build the system. It&#x27;s a tragedy of the commons problem: once it is in place, it will get used, but no-one wants to pay for it because if someone else can pay for it first then that&#x27;s a better arrangement.<p>So yeah, five years of discussions and learning about the market, and everyone wants it to exist but no-one wants to pay.
评论 #24884739 未加载
sthnblllII超过 4 年前
What is one good use case for ice cream scoops other than scooping ice cream? One might exist, but the real question is &quot;who is the obsession of killing digital currencies coming from?&quot;
评论 #24883517 未加载
评论 #24886658 未加载
geofft超过 4 年前
A Bitcoin-style blockchain is a combination of two things:<p>1) A public ledger where each new entry includes the hash of the previous one, so you can efficiently attest to history and items cannot be silently removed from history, even if they&#x27;re signed by the same participant. This is an old idea - Merkle trees are a slightly <i>more</i> advanced take on this idea. Present-day use cases, which are not blockchains in the conventional sense, include Git and Certificate Transparency.<p>2) A mechanism whereby the ability to add something to the blockchain requires the expenditure of computational power, as a way to solve the &quot;double-spend&quot; problem - namely, if you&#x27;re storing financial accounts in your ledger, how do you make sure one person doesn&#x27;t claim to transfer the same dollar to two different people? Bitcoin&#x27;s innovation is to require some &quot;proof of work&quot; to record the operation and to make &quot;miners&quot; record operations (instead of participants adding things themselves), such that maintaining two branches of the ledger requires you to turn into the most powerful miner, which is computationally prohibitive.<p>You only have the double-spend problem if you have an object that cannot be used twice. Git does not have the double-spend problem because there&#x27;s nothing wrong with having two commits branching off the same commit (in fact, it&#x27;s quite common&#x2F;encouraged). Certificate Transparency does not have the double-spend problem because CAs can sign an unlimited number of certificates, so if you see two different signed claims on two branches they&#x27;re <i>both</i> valid. The two ledgers can be trivially merged together (unlike two branches of where money went).<p>Timestamping has the double-spend problem in its own way: either something happened or didn&#x27;t happen on a day, and you don&#x27;t want multiple, different records of what happened on that day. If I want to attest that something happened on June 1st, you need to be confident that I didn&#x27;t make a second history that diverged at July 30 and merge it back in.<p>Most people do not have the double-spend problem. Fundamentally, you need a finite resource (like time or money) and you need to track the resource <i>itself</i> on the blockchain for the double-spend problem to exist.<p>A lot of people think a blockchain is useful for provenance tracking. But private records of provenance do not have the double-spend problem - you&#x27;re not tracking the thing itself, you&#x27;re tracking claims about where the thing was. If you see signed claims from me saying both &quot;Lot X consists of high-grade steel that&#x27;s been inspected&quot; and &quot;Lot X consists of faulty steel that needs to be discarded as scrap,&quot; you know I&#x27;m lying somehow. You don&#x27;t need to arbitrarily pick one of those statements. (You actually don&#x27;t want to arbitrarily pick one, because, again, the ledger here is just a record and not the thing itself: you want to get on my case for lying and find the truth. For the currency-itself use case of Bitcoin, it&#x27;s fine to arbitrarily pick one.)<p>A lot of people are interested in so-called &quot;permissioned blockchains&quot; &#x2F; &quot;private blockchains.&quot; For the financial use cases, these usually don&#x27;t have the double-spend problem because they&#x27;re just a reconciliation layer on top of a slower payments system, and given a public record, you can just hold someone responsible for their double-spending, because again the ledger is just a record and not the thing itself. (This is largely similar to how &quot;sidechains&quot; like Lightning Network don&#x27;t need to use the full complexity of the blockchain - because what they really are are records of promises to perform transactions on the primary blockchain. If someone makes two promises, hold them accountable for both.) For the non-financial use cases, you probably don&#x27;t have anything resembling the double-spend problem in the first place: what you want is, at most, something like signed commits in Git.
jedimastert超过 4 年前
I tend to mentally repl
samatman超过 4 年前
Urbit has been using Ethereum to distribute scarce identities for its peer to peer personal-server network.<p>There have been some growing pains, but it works.<p>Note: not interested in explaining what Urbit is, let alone fielding tedious political commentary about its departed founder. Just highlighting a successful non-currency use of a blockchain.
usr1106超过 4 年前
I believe certificate transparency <a href="http:&#x2F;&#x2F;www.certificate-transparency.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.certificate-transparency.org&#x2F;</a> is based on blockchain technology. (Haven&#x27;t studied it in detail, just happened to notice this new SCT field in my Let&#x27;s Encrypt certificate recently.)
评论 #24881792 未加载
评论 #24881831 未加载
ghayes超过 4 年前
For what it’s worth, you might not get great answers here. HackerNews readers tend to have a relatively negative view on crypto, and many people involved in the space thus tend to avoid discussing crypto here to avoid accidentally getting into a flame war. If you’re interested, I might suggest reading Coindesk or visiting the Discord or Telegram of interesting projects.
评论 #24881780 未加载
评论 #24882427 未加载
评论 #24882500 未加载
mareko超过 4 年前
Venmo for all.<p>We&#x27;re used to Venmo in the US but many places in the world don&#x27;t have an equivalent. Valora is a new Venmo-like mobile app that&#x27;s built on the Celo blockchain, a new network where mobile devices can efficiency sync with the chain, with a native stable coin, and a decentralized phone number verification protocol.<p>Check out <a href="https:&#x2F;&#x2F;valoraapp.com" rel="nofollow">https:&#x2F;&#x2F;valoraapp.com</a> and <a href="https:&#x2F;&#x2F;celo.org" rel="nofollow">https:&#x2F;&#x2F;celo.org</a>
评论 #24882589 未加载
_b8r0超过 4 年前
Usually it&#x27;s when you want decentralized validation of time-series data. E.g. The egg industry adopts a solution whereby the chicken are tracked on a blockchain so people know which chickens are kept outdoors and which are indoors. The eggs are then tracked and checked in at each quality gate and the consumer then gets a QR code for an app that tells them where the egg came from and where it was checked for tampering etc.<p>A blockchain isn&#x27;t the only solution available, and it doesn&#x27;t require a public blockchain. A blockchain could work in this space for storing decentralized time-series signatures.
评论 #24881303 未加载
评论 #24881609 未加载
sebbyBinx超过 4 年前
Jewelry.<p>Digital assets will have their place alongside gold and diamonds in jewelry, and perhaps even entirely replace them.<p>A significant issue with gold and diamonds in jewelry is that the value is destroyed if the jewelry is lost or stolen. However, Bitcoin and other digital assets do not have this issue since a <i>pointer</i> to the value can be worn, not the value itself.<p>I made a site which promotes this idea in an open way: thebtcring.com<p><a href="https:&#x2F;&#x2F;www.engadget.com&#x2F;2015-05-21-a-bitcoin-engagement-ring.html" rel="nofollow">https:&#x2F;&#x2F;www.engadget.com&#x2F;2015-05-21-a-bitcoin-engagement-rin...</a><p><a href="https:&#x2F;&#x2F;m.imgur.com&#x2F;kX9i80Q" rel="nofollow">https:&#x2F;&#x2F;m.imgur.com&#x2F;kX9i80Q</a>
nradov超过 4 年前
Synaptic Health Alliance<p><a href="https:&#x2F;&#x2F;www.synaptichealthalliance.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.synaptichealthalliance.com&#x2F;</a><p>Medical insurance companies have a huge problem just keeping their contact databases of healthcare providers up to date. Doctors move offices or retire or stop accepting new patients and never bother to inform the insurers they work with. This system allows competitors to share that data in a fair way which reduces healthcare costs for everyone.
cynusx超过 4 年前
I have only heard of one good use-case and I have been in fintech for the past 6 years.<p>Swift GPI allows banks to credit the receiving parties&#x27; account in 10 minutes rather than overnight.<p>It&#x27;s an example where the existing party (swift) already had accumulated all the trust necessary and the consolidated ledgers were updated overnight.<p>Swift GPI allows a bank to track any inbound payments and recognize it to clients before it is formally received by the batch process.<p>In my mind it also sets the only way to successfully launch a blockchain solution... by the incumbents who already have the trust centralized and are interfacing with a very large amount of parties (8k banks in the swift network).<p>The best solutions in my opinion should come from governments as they often act as notaries often act as trust providers. Examples here are real-estate titles, assets and potential liens on those.<p>Hell, we should require the whole federal budget to be spend in crypto-dollars so citizens have full transparency of what happens with their taxes.<p>Governments that grasp cryptocurrency could remove so much transaction inefficiencies caused by the current registration processes and uncertainties around ownership.<p>Other potential solutions would be for multinationals their accounting. Their accounting of every subsidiary is in a different system and creating consolidations is usually done periodically (and expensively).<p>Allowing an open accounting architecture for multinationals could boost innovation and kill companies like SAP who really is the only player in town that can handle the complexities multinationals face.<p>A company like facebook or google could develop this and open-source it
评论 #24881563 未加载
评论 #24884413 未加载