IBM Completes Blockchain Trial Tracking a 28-Ton Shipment of Oranges (coindesk.com) 86
IBM recently completed a trial of blockchain technology to track a shipment of mandarin oranges from China to Singapore. From a report: Announced last week, 28 tons of mandarin oranges, or 3,000 cartons containing approximately 108,000 fruits, were delivered ahead of Chinese New Year celebration on Feb. 5 (mandarin oranges are a symbol of prosperity, IBM explained). The main shipping document, the bill of lading, was recorded on a blockchain. This document serves as a proof of ownership of goods, as a receipt of goods and a contract of the shipment, and normally it's mailed to all parties involved in the shipment, including banks providing trade financing.
For the pilot, IBM created an electronic bill of lading, or e-BL, which helped reduce and speed up administrative processes "to just one second" as the document flow is automated, the company claims -- while the standard paper-based procedure takes five to seven days. "By using the e-BL, we have seen how the entire shipment process can be simplified and made more transparent with considerable cost savings," Tay Khiam Back, the chairman and CEO of fruit importer Hupco, said in a press release.
For the pilot, IBM created an electronic bill of lading, or e-BL, which helped reduce and speed up administrative processes "to just one second" as the document flow is automated, the company claims -- while the standard paper-based procedure takes five to seven days. "By using the e-BL, we have seen how the entire shipment process can be simplified and made more transparent with considerable cost savings," Tay Khiam Back, the chairman and CEO of fruit importer Hupco, said in a press release.
Re: (Score:2)
doesn't cost enough to justify IBM using it.
Re: (Score:1)
Re: (Score:2)
Consensus vs Authenticity (Score:3)
Or maybe use the Consensus approach to Generate your self signed certificate, thus avoiding any CAs. That is a lot less computational work and waste of resources. You only generate your certificate occasionally. But you could use it to sign much more frequently.
Re: (Score:3)
Most blockchains incorporate both Authenticity and Consensus. Each transaction must be signed with an appropriate private key to be considered valid. Consensus is there to resolve conflicts among otherwise valid transactions.
Re: (Score:1)
Blockchains depend on 'work' for authentication. If you can do more work than the work that was done to sign a document then blockchain is useless. Bitcoin works because nobody has enough computing power to beat the system.
How much computing power was dedicated to this shipment of oranges? How much computing power could possibly be dedicated to the hundreds of millions of shipments that happen every single day? Nowhere near enough, that's how much.
This whole thing is a sham, just marketing people playing wi
Re: (Score:2)
Re: (Score:2)
Blockchain != Bitcoin
Bitcoin uses a blockchain and consensus but there is no fundamental constraint forcing anyone to use both together.
Re: (Score:2)
Blockchains depend on 'work' for authentication.
Authentication in blockchains is based on private keys, not "work". Short of brute-forcing the private key—which would undermine any cryptography-based system—no amount of processing will permit you to spend Bitcoins for which you don't already have the key.
If you can do more work than the work that was done to sign a document then blockchain is useless. Bitcoin works because nobody has enough computing power to beat the system.
The work required to sign a Bitcoin transaction is trivial. The infamous 51% attack is an attack on the consensus algorithm, which determines which (valid) transactions to include in the blocks and which block is currently at the tip of the b
Re: (Score:2)
Re: (Score:2)
Re: (Score:3)
When it comes to food, should system be required by law to be manual. Electronic well, a solar flare is an inevitable guarantee and doing this, just caused say between 10,000 and 100,000 people to starve to death. Serious decision need to be made, else failure will be catastrophic and right now decision making is blinded by unadulterated psychopathic greed.
Re: (Score:2)
because cloud... er i mean blockchain
Re: (Score:2)
On the web you have people that don't trust each other but trust central certificate authorities -- more or less.
Or, what if you used blockchain to sign your certificates, and then used certificates that others would trust because they trust the group that your certificate is really yours? This costs a whole lot less compute power.
Re: How is this better than a database? (Score:1)
Centralized blockchains === Data base (Score:5, Interesting)
block chains either have to go to a central authority or they have to be distributed among a limited set of nodes that that sync to maintain the longest chain.
If you want it to be secure then I think that you either have to use a very expensive hash and pay the Miner (like bit coin proof of work) or you have to limit this to a distributed set of miner nodes that use a shared secret.
one of the other has to be in place I think because otherwise anyone coutd forge the chain if it's free to hash and not a closed set of trustee nodes.
Since were talking oranges , individually, then you need the cheap method with a centrally authorized set of approver nodes.
But if you are going to have such a centralized authority. Why not a regular old fashioned database?
I just don't understand what is special here about the block chain.
It does have some robust aspects of syncronizing a distributed set of approver nodes by consensus (longest chain wins). But that isn't really special and can be done with databases that synchronize too.
Re: (Score:2)
It's all about the blockchain these days.
Go open a job board and you'll see companies looking for blockchain programmers, blockchain data scientists, even blockchain community managers and blockchain marketing associates [indeed.com] because those blockchains aren't going to market themselves.
Browsing few, I even see a listing for a blockchain blogging expert [indeed.com]. That's a real job, apparently. Somehow.
Everything is better with Blockchain. ;-)
Re: (Score:3)
Everything is better with Blockchain.
Blockchain is the new bacon.
Re: Centralized blockchains === Data base (Score:2)
The bacon craze was created to sell undesireable cuts of pork. So very astute.
It's git for everyone else (Score:1)
Basically, the rest of the world is going to start recording their transactions in git repositories.
It provides compounded verification and cryptographic authentication (e.g. commit signing).
However, nobody would understand "IBM completes Git trial". In fact, people might be offended. The cool word is "blockchain".
Re:Centralized blockchains === UneditableData base (Score:2)
You can't go back and forge early documents at a later point.
You can't go into the DB and just decide to edit a port of origin as all of the metadata that goes into a record also depends on all of the metadata prior to it.
Give me root access to your databases and I'll make your products show up from anywhere in the world. What happens when Orange company gets sold and Orange2, Inc wants to scrub any incriminating data showing Oranges from region X caused cancer? Edit the database.
If you can figure out how t
Re: (Score:2)
I suppose the question is how much corruption/fraud requires a party to go back and modify records rather than falsifying them in the first place.
Re: Centralized blockchains === UneditableData bas (Score:2)
Sure you can. You can write whatever you want in a block chain. The only restriction is that to make everything line up, you have to recompute the hashes for all the subsequent blocks. Thatâ(TM)s not hard either.
Now, if you publicize the data, someone might catch you doing it. Just like they would if you published a blog entry or tweet you regretted and deleted it.
Block chains arenâ(TM)t magic.
I don't pretend to understand it all (Score:2)
Think about how much computer time costs for a large database. Now imagine if you could shift that cost to somebody else...
The difference is the number of parties involved (Score:2)
There is a lot of difference between a blockchain consortium among a fixed set of semi-trusted parties, and a centralized database.
In the former, the parties trust each other, but only as far as they can throw each other. The network is full of competitors and those who could see substantial if fraudulent transactions could occur in their favour.
This is why Blockchain has a large advantage over a central database for this kind of scenario - not only are all the transactions on the chain and immutable, the c
Re: (Score:2)
Since were talking oranges , individually, then you need the cheap method with a centrally authorized set of approver nodes.
Well done - that is exactly what it is. The thing IBM is hyping is called appropriately enough Hyperledger [ibm.com]. They call it a "permissioned blockchain", which has about as much in common with the blockchain bitcoin uses as "permissioned rape" has in common with "rape".
To be fair to IBM, it is probably useful thing in this context. As others have pointed out, The Bill Of Lading Electronic Registry Organization (BOLERO) already does something very similar, and it is useful. Hyperledger is just a chained of
System is only as good as its weakest link (Score:5, Insightful)
Re: (Score:2)
Re: (Score:2)
They can already do all of those things today. This system is still many orders of magnitude faster and saves a lot of money.
You're tilting at windmills here.
Stupid? Or incomplete? (Score:2)
How does a blockchain entirely owned by one company (IBM) guarantee the transaction an immutable transaction history? Is the code open source and available to be run / scrutinised by others?
Re:Stupid? Or incomplete? (Score:5, Insightful)
It doesn't. Blockchain is one of the most over hyped technologies of the last two decades. There are some things where it might be useful but most of the time these companies are just using where a standard database would work just as well. Sometimes better. This is one of those times.
Re: (Score:2)
Just wait until someone figures out a way to combine AI and blockchain! Then you're going to hear hype.
Re: (Score:2)
ROFD beats Blockchain every time. Regular Old Fucking Database.
Re: (Score:2)
Yup, if the nodes in the blockchain are all controlled by a single entity, an ROFD would do. Or maybe just a text file & notepad.
The problem blockchains solve is one of distrusting peers having a way to perform trust-able transactions with a trust-able transaction history. If you remove the "distrusting peers" part, surprisingly, you end up with untrustable transactions and transaction history.
I don't think I get it. (Score:2)
It's easy to compare updated processes against legacy ones and get good results(especially given that there are
Sounds familiar. (Score:1)
If you wan
Re: (Score:2)
Isn't this just an electronic document?
Yes, but no. This is a golden marketing moment.
It doesn't matter that the entire system could be built better using traditional databases, better by many metrics including development costs, maintenence costs, and security. This is not about the documents being used.
This is about the marketing potential. The press headlines that the masses will not understand outweigh the development costs. All the masses see is "IBM is using a magical new technology and is on the cutting edge, you can't go wrong by pick
Re: (Score:1)
BLOCKCHAIN, BLOCKCHAIN, BLOCKCHAIN
p.s. As for the issue of trust, don't they use some kind of escrow? And if they do, wouldn't escrow handle all that?
BOLERO (Score:5, Informative)
The Bill Of Lading Electronic Registry Organization (BOLERO) has been allowing shipping companies to use electronic, cryptographically secured bills of lading for more than 20 years. Unfortunately they don't use !!!BLOCKCHAIN!!!, so obviously the IBM solution is the only real alternative to using paper Bills of Lading.
Re: (Score:2)
Re: (Score:2)
IBM's innovation is replacing a horse and buggy with a buggy and horse, and calling it new technology.
It's still just a scam meant to separate people from their money, with absolutely no added value in return.
Re: (Score:1)
Better than replacing it with a buggy horse.
Always wanted to compare apples to oranges (Score:2)
For their next demonstration they are going to track a shipment of apples (the fruit). This will allow them to claim that chain has conclusively proved that you really can compare apples to oranges. (The next press release.)
you lost me at "e-BL" (Score:2)
I'm sorry the 90s called and they want their "e" back.
Prosperity (Score:2)
mandarin oranges are a symbol of prosperity, IBM explained
That needs to be explained? By IBM?
Everything is a "symbol of prosperity" in Chinese culture. There isn't anything in Chinese culture that doesn't come down to being about wanting to have lots of money.
Re: Prosperity (Score:2)
Donâ(TM)t be silly. Only half the things are symbols of prosperity. The other half are symbols of death.
Re: (Score:2)
Doesn't sound very reliable (Score:2)
Been in logistics for 28 years (Score:2)
....and we've been using express B/Ls (ie no originals "mailed" anywhere) since you had to fax them before email was a widespread thing.
When original docs are required, ie for a letter of credit, they still use consigned BLs to really they're docs that bottleneck the PAYMENT chain, not so much the goods at all.
As far as proof of ownership, perhaps some people use them in sketchy parts of the world, but "to order" BLs that *actually* are a negotiable title to the goods...I haven't seen one in at least 20 yea
5-7 days? (Score:3)
"...For the pilot, IBM created an electronic bill of lading, or e-BL, which helped reduce and speed up administrative processes âoeto just one secondâ as the document flow is automated, the company claims â" while the standard paper-based procedure takes five to seven days...."
Um, BLs are required to be produced within 48 hours of sailing, and that's been the standard since at least the 1980s. Usually it's less than that, and in fact with the implementation of ISF carriers are forced to issue BL numbers (the key bit) BEFORE THE VESSEL HAS EVEN SAILED (ISF is only relevant to the US, but I believe this process has ended up speeding BL# issuance worldwide anyway).
And a vanishingly small % of any shipments are issued with paper BL's anyway. I haven't seen a BL in the MAIL for 15+ years.
Yet another content-free Blockchain article (Score:2)
OK, so they created an e-BL and stored it on a blockchain. Whoopee, I can do that with my toy Multichain setup in 30 seconds. Now what?
How many participants were on that blockchain? Was the transfer of custody of the oranges recorded via asset transfer on that blockchain each step of the way? Was the e-BL used as a contract document by legal entities who received it via the blockchain, and did a bank connected to the blockchain use it as proof of collateral, as the article implies?
Because there have bee