ethereum news april 14

A subsidiary of RWE, one of Germany’s biggest energy and gas provider with 30 million customers and billions of revenue, has launched 100s of electronic vehicles (EV) charging stations all over Germany, connected to ethereum’s public blockchain.Carsten Stöcker, Senior Manager at Innogy Innovation Hub – a subsidiary of RWE created last year by splitting the renewable, network and retail businesses of RWE into a separate entity – publicly stated: “Tomorrow 100s of EV Charging Assets all over Germany Blockchainified.E2E Product using asset-backed Crypto-EURO for payments,” before adding “our EV Charging assets will be on public ethereum blockchain and further assets across EU connected soon.” The project has been in development for more than a year with apparent plans for the entire process to be automated if electronic cars gain blockchain capabilities.As we reported back in February 2016: “Describing the vision of a new enthralling future, RWE’s representative detailed how blockcharge would work.

By using a computer chip in the charging station, a smartphone app to communicate with the interface, and a blockchain to manage and record all of the payment and charging data, a fully automated, worldwide authentication, charging and billing solution with no middleman is created.” The app they’re using is called Share&Charge.Explaining the process, the website says that you firstly need to register your car and then transfer fiat to the wallet.Afterwards, you just find and choose a charging station with the costs “transferred from you Share&Charge wallet to the owner of the charging station.” To finalize the process, a receipt is automatically sent via e-mail.On the backend, ethereum’s blockchain is used to transfer value and for record keeping.Explaining why he is using a blockchain at all, Stöcker says because the “future of business will be fuelled by the #MachineEconomy … Machines – such as autonomous cars.” The idea here is for EV cars themselves to be blockchenized and through smart contracts to automatically pay the charging station thus making the process quicker and more efficient.

But, at this stage, that may be some time off because there have been no reports of electric cars piloting blockchain technology as far as we are aware.Nonetheless, it seems that the basic infrastructure is being set up for machines to autonomously transfer value without our intervention, bringing to life the internet of things.
bitcoin bcn“The tech behind Zcash is novel in the sense that we’re trying to work with the best of both worlds,” Zcash Director of Communications and design Paige Peterson tells Crypto Insider.
bitcoin core cold storage“Breakthrough cryptography integrated into a fork of Bitcoin and smooth integration with services already accustomed to working with Bitcoin.” Zcash, which trades as ‘ZEC’ on digital currency exchanges, is a distributed and open-source cryptocurrency developed and released by a private company, the ZeroCoin Electric Coin Company.
bitcoin wallet in nigeria

Like Bitcoin, only 21 million ZEC will be generated.In Zcash, payments are handled on a public blockchain.Sender, recipient and amount of a transaction can remain private in an added layer.Zcash has two types of addresses: transparent and shielded.Transparent addresses (t-addrs for short) have the same properties as Bitcoin addresses, and transactions sent between two transparent addresses reveal sender, receiver and amount in the blockchain.
bitcoin cuenta suiza“Because t-addrs have familiar properties, it’s quite simple for existing cryptocurrency exchanges and other services to integrate them,” according to Ms.
ethereum per usd“So that’s what we’re seeing first.” Shielded (read: private) addresses (z-addrs for short) utilize zk-SNARKs for encrypting that data (plus a ) and have a completely different set of properties – some of these properties are limiting (such as a current lack of multisig functionality) while others are expansive.
bitcoin pool url

“The fact that payments between z-addrs are encrypted inherently allows users to re-use addresses for multiple payments and send change back to the original address without the fear of an observer of the blockchain to build a profile around them,” says Peterson.Compared to ring signatures and mixing protocols which obfuscate coins using a subset group of potential addresses, shielded ZEC are indistinguishable and therefore offer an obfuscation set relative to all shielded ZEC in the system.“If everyone moved their ZEC into shielded addresses, transaction graph analysis would be completely ineffective,” says Ms.“It is our hope that this will one day become reality but until then, transparent addresses offer a bridge into Zcash for third-party integration and the like.” One might compare using t-addrs and z-addrs to how Tor interacts with non-Tor websites.“Tor facilitates going into and back out of their network which allows users to visit websites that aren’t Onion Services,” says Ms.

“For privacy’s sake, the ideal would be for all websites to be hosted as Onion services and for all Internet users to run a Tor node so there is no non-Tor traffic rendering network graph analysis ineffective.Until that day comes, however, using Tor as a tool to obfuscate network traffic coming from and returning to the non-Tor Internet is a valuable step.” BLAKE2 is a component of Equihash, Z-cash’s proof of work scheme.It is also a part of the OpenSSL toolkit and popular cryptographic libraries.Variations of BLAKE2 allow for efficient verification in Equihash.Bram Cohen, inventor of BitTorrent, based his research on Merkle Sets on BLAKE2.“Equihash PoW verification via the BLAKE2 algorithm could mean Interoperability and trustless atomic swaps between PoW blockchains,” BLAKE2 developer Jean-Philippe Aumasson tells Crypto Insider.There is currently an effort to BLAKE2 into Ethereum.Equihash could be used in any cryptocurrency, including Bitcoin, say the developers.BLAKE2’s predecessor was BLAKE, a candidate in the , BLAKE was a finalist but did not win.

Keccak won and became SHA-3.“We designed BLAKE2 after the SHA-3 competition, motivated to create a hash algorithm better suited to users’ needs that SHA-3,” says Mr.“And today, four years later, BLAKE2 is more popular than SHA-3.” The main thing the developer did to make BLAKE2 better for user’s needs than SHA3 was to make it faster than SHA3 – one reason why people want to add it into Ethereum.It costs less Ethereum gas to use BLAKE2 than SHA3 for an Ethereum contract to hash something.The team recently designed a variant of BLAKE2, called , which can support more use cases than the original BLAKE2.Whereas BLAKE2 can produce hash values of length up to 512 bits, BLAKE2X can produce hash values of arbitrary length, such as 1024 bits, 1 megabyte, Thanks to this new feature, BLAKE2X can be used as a pseudo-random generator (PRNG), as a key derivation algorithm (KDF), or within modern signature schemes, such as Ed521.Speed is the main reason why people choose to use BLAKE2 rather than SHA-3 or SHA-2.

“In fact, BLAKE2 is often faster than the legacy standards MD5 and SHA-1,” says Mr.“Switching from these to BLAKE2 therefore provides both faster and more secure hashing.” BLAKE2 can be seen as the combination of two main components.“Its core algorithm, which keeps the CPU busy, and the mode of operation, which specifies the inputs to the core algorithm, and how its outputs are combined,” elucidates Mr.“There is a mathematical proof that the mode of operation is secure.Core algorithms, however, are much harder to prove secure mathematically, because of the way they are designed.” BLAKE2’s core algorithm is trusted because it’s derived from the widely trusted core algorithm of the ChaCha stream cipher, a TLS 1.3 standard.Stream ciphers often used for their speed and simplicity of implementation in hardware, and in applications where plaintext comes in quantities of unknowable length like a secure wireless connection.“It’s been reviewed and analyzed by top crypto-analysts since 2008, who never found any security issue or imperfection,” says Mr.