In order to provide you with the best online experience this website uses cookies.
By using our website, you agree to our use of cookies. Learn more
I agree
Information cookies
Cookies are short reports that are sent and stored on the hard drive of the user's computer through your browser when it connects to a web. Cookies can be used to collect and store user data while connected to provide you the requested services and sometimes tend not to keep. Cookies can be themselves or others.
There are several types of cookies:
Technical cookies that facilitate user navigation and use of the various options or services offered by the web as identify the session, allow access to certain areas, facilitate orders, purchases, filling out forms, registration, security, facilitating functionalities (videos, social networks, etc..).
Customization cookies that allow users to access services according to their preferences (language, browser, configuration, etc..).
Analytical cookies which allow anonymous analysis of the behavior of web users and allow to measure user activity and develop navigation profiles in order to improve the websites.
So when you access our website, in compliance with Article 22 of Law 34/2002 of the Information Society Services, in the analytical cookies treatment, we have requested your consent to their use. All of this is to improve our services. We use Google Analytics to collect anonymous statistical information such as the number of visitors to our site. Cookies added by Google Analytics are governed by the privacy policies of Google Analytics. If you want you can disable cookies from Google Analytics.
However, please note that you can enable or disable cookies by following the instructions of your browser.
The Business blockchain by William Mougayar is a good primer for understanding the potential impact of the block chain and a fantastic insight into the future applications of blockchain technology.
The intro, by Ethereum's founder, Vitalik Buterin, did a very good job at setting the picture up of how the blockchain is an inevitable byproduct of the times, created by a need for trust. William Mougayar does not go into specific short term ways of teaching you how to create value via the blockchain as much as lay a framework how we will use the blockchain in ways none of us are even imagining today.
Blockchains are new technology layers that rewire the Internet and threaten to side-step older legacy constructs and centrally served businesses. At its core, a blockchain injects trust into the network, cutting off some intermediaries from serving that function and creatively disrupting how they operate. Metaphorically, blockchains are the ultimate non-stop computers. Once launched, they never go down, and offer an incredible amount of resiliency, making them dependable and attractive for running a new generation of decentralized services and software applications.
The Business Blockchain charts new territory in advancing our understanding of the blockchain by unpacking its elements like no other before. William Mougayar anticipates a future that consists of thousands, if not millions of blockchains that will enable not only frictionless value exchange, but also a new flow of value, redefining roles, relationships, power, and governance. In this book, Mougayar makes two other strategic assertions. First, the blockchain has polymorphic characteristics; its application will result in a multiplicity of effects. Second, we shouldn't ask ourselves what problems the blockchain solves, because that gives us a narrow view on its potential. Rather, we should imagine new opportunities, and tackle even more ambitious problems that cross organizational, regulatory and mental boundaries.
Drawing on 34 years of technology industry experience as an executive, analyst, consultant, entrepreneur, startup mentor, author, blogger, educator, thought leader, and investor, William Mougayar describes a future that is influenced by fundamental shifts brought by blockchain technology as the catalyst for change. William Mougayar has been described as the most sophisticated blockchain business thinker. He is a blockchain industry insider whose work has already shaped and influenced the understanding of blockchain for people around the world via his generous blogging and rigorous research insights. He is a direct participant in the crypto-technology market, working alongside startups, entrepreneurs, pioneers, leaders, innovators, creators, enterprise executives, and practitioners; in addition to being an investor, advisor, and board member in some of the leading organizations in this space, such as the Ethereum Foundation, OpenBazaar, and Coin Center.
Bob did a lot of (obvious) mistakes, but you will still be able to learn a lot by going through this mindmap. The names have been changed to protect the innocent. Hack of Bob …
Coin360.io • Market State • Coins and tokens • 1 day performance • Market cap Coin360.io is an online platform with the latest data on the situation on the cryptocurrency market with the indication of the current market capitalization of all main cryptocurrencies. The service was launched in 2017 by the resource Cointelegraph.com.The information about the cryptocurrency market capitalization is visualized by Coin360.io with the use of the brick diagram or tree-like map. Such visualization form allows seeing the total …
The Swiss blockchain ecosystem, also known as the Crypto Valley, is home to a growing number of startups, service providers and other organizations. Powered bv https://cryptovalley.directory …
Here are the best video i've found on the subject. Moreover this channel is among the best also for learning mathematical concept in a very didactic way! Chapter 1, deep learning Gradient descent, how neural networks learn What is backpropagation really doing? Backpropagation calculus …
For the first time a comprehensive overview is available that shows the size, importance and diversity of the whole ecosystem in the Crypto Valley. http://cryptovalley.directory lists more than 350 companies developing and using blockchain technologies The Swiss blockchain ecosystem, also known as the Crypto Valley, is home to a growing number of startups, service providers and other organizations. The Crypto Valley Map is a constantly updated database of these ecosystem contributors, provided for free. I was having lots of fun implementing …
Even though everyone is talking about smart contracts and their advantages over traditional paper contracts, only a handful of people are addressing the elephant in the room: most of the businesses don’t know how to use smart contracts yet. Jincor is among those few who are trying to make smart contracts and other blockchain technologies more accessible to modern businesses. And anyone can chime in by joining the project’s public token sale, which starts today, on the 1st of December. Jincor is a …
This tutorial will show you how to accept Bitcoin on a website with SSL signed payment requests using Electrum, required is a shell access and enough permission to install electrum A webserver serving static HTML A SSL certificate (signed by a CA) Electrum version >= 2.6 Install dependencies: sudo apt-get install python3-setuptools python3-pyqt5 python3-pip Install Electrum: sudo pip3 install https://download.electrum.org/3.0.3/Electrum-3.0.3.tar.gz then run on your server electrum create electrum daemon start electrum setconfig ssl_privkey /etc/letsencrypt/live/xxxxxx.com/privkey.pem electrum setconfig ssl_chain /etc/letsencrypt/live/xxxxxx.com/cert.pem electrum setconfig …