Alternative Consensus

Size: px
Start display at page:

Download "Alternative Consensus"

Transcription

1 Alternative Consensus Rethinking Bitcoin-like Consensus Design Hong-Sheng Zhou Virginia Commonwealth University

2 Outline Towards a unified view of blockchain design A design example: 2-hop blockchain A design technique: Constructing blockchains via blockchain(s)

3 Talks so far Joe Andrew Vassilis Aggelos Jon

4 Motivation(s)

5 We don't want to put all eggs in one basket.

6 We don't want to put all eggs in one basket.

7 Good people worry about the future.

8 Good people worry about the future. anonymous

9 Can we do a better job than Nakamoto?

10 Nakamoto s design Most of tools were known Public keys as identities Time stamping Hash chain Incentives Proof-of-work

11 Nakamoto s design Most of tools were known Public keys as identities Time stamping Hash chain Incentives Arvind Narayanan s talk at NSF Proof-of-work

12 Nakamoto s design Amazing design Put them together Cute points Open (via PoW); easy to join/leave Suitable incentives Adaptive difficulty adjustment Scalable to a huge network of nodes; very lightweight communication

13 Nakamoto s design

14 Nakamoto s design the blockchain is backed up by a huge network of compu7ng power; censorship resilient; very trustworthy

15 Nakamoto s design the blockchain is backed up by a huge network of compu7ng power; censorship resilient; very trustworthy The flip side: lots of electricity has been invested in this system; not environment friendly

16 Nakamoto s design Cute points Open (via PoW) Suitable incentives Adaptive difficulty adjustment Scalable to a huge network of nodes; very lightweight communication

17 Nakamoto s design Cute points Open (via PoW) tricky; overlooked Suitable incentives Jon s talk Adaptive difficulty adjustment Aggelos s talk: [GKL16] Scalable to a huge network of nodes; very lightweight communication tricky; overlooked

18 Nakamoto s design

19 Nakamoto s design Hash

20 Nakamoto s design Hash

21 Nakamoto s design Hash

22 Nakamoto s design Alterna7ve View

23 Nakamoto s design Alterna7ve View (inspired by ideas in [Garay, Kiayias, Z., CSF10])

24 Nakamoto Blockchain: Alterna7ve View

25 Nakamoto Blockchain: Alterna7ve View

26 Nakamoto Blockchain: Alterna7ve View

27 Hash Nakamoto Blockchain: Alterna7ve View

28 Nakamoto Blockchain: Alterna7ve View Hash

29 Nakamoto Blockchain: Alterna7ve View Hash

30 Beacon- based Blockchain F Hash

31 F

32 Beacon- based Blockchain use the NIST beacon F1 Sign

33 Beacon- based Blockchain consider an environment friendly beacon functionality F2 Sign

34 Conven7onal MPC- based Blockchain run a conventional secure Multi- Party Computation (MPC) protocol Sign

35 our goal is to obtain a large- scale blockchain. Warning: Conven7onal MPC cannot scale. Conven7onal MPC- based Blockchain run a conventional secure Multi- Party Computation (MPC) protocol Sign

36 Broadcast Channel Broadcast Flooding

37 Broadcast Channel Broadcast Flooding

38 Broadcast Channel Broadcast Flooding

39 Broadcast Channel Broadcast Flooding

40 Broadcast Channel Broadcast Flooding

41 Broadcast Channel Broadcast Flooding

42 Broadcast Channel Broadcast Flooding Communication Complexity for 1 Message is Θ(n).

43 Lightweight communication protocols: constant c messages are broadcast; communication complexity is Θ(n). can scale to a huge network Heavy communication protocols: such as voting needs; Θ(n) messages are broadcast; communication complexity is Θ(n 2 ). It is not scalable.

44 Conven7onal MPC- based Blockchain our goal is to obtain a large- scale blockchain. Warning: Conven7onal MPC cannot scale. Communica7on complexity (n^2) run a conventional secure Multi- Party Computation (MPC) protocol Sign

45 only lightweight blockchains scale expect a lightweight protocol Sign

46 consider an environment friendly beacon functionality F2 Sign

47 if we can design a lightweight protocol F2 which achieves an environment friendly beacon functionality then we could make a better blockchain than Nakamoto's

48 However.main obstacle: splitting attack

49 spliung avack on a class of lightweight protocols Sign

50 spliung avack on a class of lightweight protocols Sign

51 spliung avack on a class of lightweight protocols Sign

52 spliung avack on a class of lightweight protocols Sign

53 spliung avack on a class of lightweight protocols Sign Sign

54 spliung avack on a class of lightweight protocols Sign Sign

55 spliung avack on a class of lightweight protocols Sign Sign

56 spliung avack on a class of lightweight protocols

57 spliung avack on a class of lightweight protocols

58 spliung avack on a class of lightweight protocols length ~ the resource existing players

59 spliung avack on a class of lightweight protocols not a concern length ~ the resource existing players

60 spliung avack on a class of lightweight protocols new players

61 spliung avack on a class of lightweight protocols a big concern new players

62 However.main obstacle: splitting attack Is that possible to fix the issue?

63 However.main obstacle: splitting attack Is that possible to fix the issue? Yes. players run a voting.

64 However.main obstacle: splitting attack Is that possible to fix the issue? Yes. players run a voting. Voting is a conventional MPC, which cannot scale to a large network of nodes.

65 However.main obstacle: splitting attack Is that possible to fix the issue?

66 However.main obstacle: splitting attack Is that possible to fix the issue? Yes. via external checkpoints

67 However.main obstacle: splitting attack Is that possible to fix the issue? Yes. via external checkpoints this violates the decentralization.

68 if we can design a lightweight protocol F2 which achieves an environment friendly beacon functionality then we could make a better blockchain than Nakamoto's

69 a class of lightweight protocols DO NOT work if we can design a lightweight protocol F2 which achieves an environment friendly beacon functionality then we could make a better blockchain than Nakamoto's

70 Open Question Proof-of-stake blockchain open Internet-scale provably secure

71 However.main obstacle: splitting attack Is Nakamoto s design OK?

72 spliung avack on Nakamoto s design? Hash

73 spliung avack on Nakamoto s design? length ~ the resource existing players

74 spliung avack on Nakamoto s design? length ~ the resource new players

75

76

77 However.main obstacle: splitting attack Is Nakamoto s design OK? Yes.

78 However.main obstacle: splitting attack Any other solutions against splitting attack?

79 trusted hardware based blockchains Sign

80 However.main obstacle: splitting attack Is this hardware based solution good?

81 However.main obstacle: splitting attack Is this hardware based solution good? No. Trapdoor available to a single party

82 Open Question hardware-based blockchain trapdoor-resilient

83 However.main obstacle: splitting attack Any other solutions against splitting attack? Yes. Proof of X X={Work, Storage, Human-work, }

84 However.main obstacle: splitting attack Any other solutions against splitting attack? Yes. Proof of X X={Work, Storage, Human-work, } useful work, combining work with storage, memory hard PoW

85 However.main obstacle: splitting attack Any other solutions against splitting attack? Yes. Proof of X X={Work, Storage, Human-work, } useful work, combining work with storage, memory hard PoW Are they good?

86 References Modeling idea: Garay, Kiayias, Z., CSF 10 Proof-of-Stake: Orborous; Snow White; Proof-of-X: PoET; SpaceMint; PermaCoin; PrimeCoin; PoST; memory hard PoW;

87 A Design Example: 2-hop Blockchain

88 so far a unified view for constructing (a class of) open blockchains has been developed existing proof-of-stake based open blockchains cannot scale to a large number of nodes

89 PoW/PoS- based Blockchain

90 PoW/PoS- based Blockchain

91 PoW/PoS- based Blockchain

92 PoW/PoS- based Blockchain

93 PoW/PoS- based Blockchain

94 PoW/PoS- based Blockchain

95 2-hop blockchain [Duong,Fan,Z.,16]... B 1 B 0 B 1 B 2 B 3 B 4 B 5... B 1 B2 B3 B4... time Figure 1: 2-hop blockchain structure Here, dot arrows denote the rst hops, and solid arrows denote the second hops. Green blocks B i s denote the proofof-work blocks, and red blocks B i s denote the corresponding proof-of-stake blocks. Note that the blue blocks are from the mature blockchain. H(B 1 B 1 nonce 1 ) < T

96 2-hop blockchain [Duong,Fan,Z.,16]... B 1 B 0 B 1 B 2 B 3 B 4 B 5... B 1 B2 B3 B4... time Figure 1: 2-hop blockchain structure Here, dot arrows denote the rst hops, and solid arrows denote the second hops. Green blocks B i s denote the proofof-work blocks, and red blocks B i s denote the corresponding proof-of-stake blocks. Note that the blue blocks are from the mature blockchain. H(B 1 B 1 nonce 1 ) < T

97 2-hop blockchain [Duong,Fan,Z.,16]... B 1 B 0 B 1 B 2 B 3 B 4 B 5... B 1 B2 B3 B4... time Figure 1: 2-hop blockchain structure Here, dot arrows denote the rst hops, and solid arrows denote the second hops. Green blocks B i s denote the proofof-work blocks, and red blocks B i s denote the corresponding proof-of-stake blocks. Note that the blue blocks are from the mature blockchain. H(B 1 B 1 nonce 1 ) < T H(B2 ṽk 2) < T

98 2-hop blockchain [Duong,Fan,Z.,16]... B 1 B 0 B 1 B 2 B 3 B 4 B 5... B 1 B2 B3 B4... time Figure 1: 2-hop blockchain structure Here, dot arrows denote the rst hops, and solid arrows denote the second hops. Green blocks B i s denote the proofof-work blocks, and red blocks B i s denote the corresponding proof-of-stake blocks. Note that the blue blocks are from the mature blockchain. H(B 1 B 1 nonce 1 ) < T H(B2 ṽk 2) < T

99 2-hop blockchain [Duong,Fan,Z.,16]... B 1 B 0 B 1 B 2 B 3 B 4 B 5... B 1 B2 B3 B4... time Figure 1: 2-hop blockchain structure Here, dot arrows denote the rst hops, and solid arrows denote the second hops. Green blocks B i s denote the proofof-work blocks, and red blocks B i s denote the corresponding proof-of-stake blocks. Note that the blue blocks are from the mature blockchain. H(B 1 B 1 nonce 1 ) < T H(B 2 B 2 nonce 2 ) < T H(B2 ṽk 2) < T

100 2-hop blockchain [Duong,Fan,Z.,16]... B 1 B 0 B 1 B 2 B 3 B 4 B 5... B 1 B2 B3 B4... time Figure 1: 2-hop blockchain structure Here, dot arrows denote the rst hops, and solid arrows denote the second hops. Green blocks B i s denote the proofof-work blocks, and red blocks B i s denote the corresponding proof-of-stake blocks. Note that the blue blocks are from the mature blockchain. H(B 1 B 1 nonce 1 ) < T H(B 2 B 2 nonce 2 ) < T H(B2 ṽk 2) < T

101 2-hop blockchain [Duong,Fan,Z.,16]... B 1 B 0 B 1 B 2 B 3 B 4 B 5... B 1 B2 B3 B4... time Figure 1: 2-hop blockchain structure Here, dot arrows denote the rst hops, and solid arrows denote the second hops. Green blocks B i s denote the proofof-work blocks, and red blocks B i s denote the corresponding proof-of-stake blocks. Note that the blue blocks are from the mature blockchain. H(B 1 B 1 nonce 1 ) < T H(B 2 B 2 nonce 2 ) < T H(B2 ṽk 2) < T H(B3 ṽk 3) < T

102 2-hop blockchain [Duong,Fan,Z.,16]... B 1 B 0 B 1 B 2 B 3 B 4 B 5... B 1 B2 B3 B4... time Figure 1: 2-hop blockchain structure Here, dot arrows denote the rst hops, and solid arrows denote the second hops. Green blocks B i s denote the proofof-work blocks, and red blocks B i s denote the corresponding proof-of-stake blocks. Note that the blue blocks are from the mature blockchain. H(B 1 B 1 nonce 1 ) < T H(B 2 B 2 nonce 2 ) < T H(B2 ṽk 2) < T H(B3 ṽk 3) < T

103 2-hop blockchain [Duong,Fan,Z.,16]... B 1 B 0 B 1 B 2 B 3 B 4 B 5... B 1 B2 B3 B4... time Figure 1: 2-hop blockchain structure Here, dot arrows denote the rst hops, and solid arrows denote the second hops. Green blocks B i s denote the proofof-work blocks, and red blocks B i s denote the corresponding proof-of-stake blocks. Note that the blue blocks are from the mature blockchain. H(B 1 B 1 nonce 1 ) < T H(B 2 B 2 nonce 2 ) < T H(B2 ṽk 2) < T H(B3 ṽk 3) < T

104 PoW/PoS- based Blockchain

105

106

107 ˆ < ˆ

108 2-hop Blockchain Scalable to a huge network of nodes [Duong,Fan,Z.,16] provably secure

109 V.0 2-hop Blockchain Scalable to a huge network of nodes [Duong,Fan,Z.,16] provably secure

110 51% Honest Mining Power Assumption could be challenged What about dedicated hardware? 黑科技 each new technique may have two sides a breakthrough in certain area may be a big disaster in other areas

111 51% Honest Mining Power Assumption could be challenged June 12, 2014 GHash.IO large mining pool crisis

112 All top mining pools are in China! They might collude for whatever reason

113 V.1 TwinsChain Scalable to a huge network of nodes [Chepurnoy,Duong,Fan,Z.,16] provably secure adaptive difficulty adjustment implementation

114 adaptive difficulty adjustment B 1 2 B 1 3 B 2 2 B 2 3 B 3 2 B B 1 B 0 B 1 B 2 B 3... B 1 B2... time Figure 2: TwinsChain blockchain structure Here, dot arrows (that link to the previous successful block and aempting blocks) denote the rst hops, and solid arrows denote the second hops. Green blocks B i s denote the successful proof-of-work blocks, B j i s denote the aempting proof-of-work blocks, and red blocks B i s denote the corresponding proof-of-stake blocks. Note that the blue blocks are from the mature blockchain.

115

116 how much is needed to mess up our system? The simulation results show that even with 70% of total mining power an adversary also needs for about 20% of total stake to generate abetter chain than honest party's. Given Bitcoin capitalization of $11.5 billion, 20% of stake is about $2.3 billion.

117 V.2 TwinsChain Scalable to a huge network of nodes [Chepurnoy,Duong,Fan,Z.,16] provably secure adaptive difficulty adjustment implementation incentives Mode switching Stress test

118 A Design Technique: Constructing blockchains via blockchains

119 i-hop Blockchain i=1, other than Bitcoin i=2, i=3,.

120 References BitcoinNG; Hybrid consensus; Elastico; ByzCoin; 2-hop blockchain;

121 Take home A unified view A design example A design technique

122 Take home A unified view A design example A design technique Thanks

On the Security and Scalability of Proof of Work Blockchains

On the Security and Scalability of Proof of Work Blockchains On the Security and Scalability of Proof of Work Blockchains Arthur Gervais ETH Zurich Scaling Bitcoin 2016 - Milan Synchronization Broadcast of transactions/blocks All transactions, blocks need to be

More information

Introduction to Blockchains. John Kelsey, NIST

Introduction to Blockchains. John Kelsey, NIST Introduction to Blockchains John Kelsey, NIST Overview Prologue: A chess-by-mail analogy What problem does a blockchain solve? How do they work? Hash chains Deciding what blocks are valid on the chain

More information

Cryptocurrencies (Session I) Computer Science and Law

Cryptocurrencies (Session I) Computer Science and Law Cryptocurrencies (Session I) Computer Science and Law Outline Part 1 SoK: Research Perspectives and Challenges for Bitcoin and Cryptocurrencies Part 2 Advancing a Framework for Regulating Cryptocurrency

More information

Blockchain: You re Doing it Wrong

Blockchain: You re Doing it Wrong Blockchain: You re Doing it Wrong Blockchain Technologies will negatively affect YOU! Source: https://commons.wikimedia.org/wiki/file:wana_decrypt0r_screenshot.png Interesting Read: "The ring of Gyges:

More information

Computer Security. 13. Blockchain & Bitcoin. Paul Krzyzanowski. Rutgers University. Spring 2018

Computer Security. 13. Blockchain & Bitcoin. Paul Krzyzanowski. Rutgers University. Spring 2018 Computer Security 13. Blockchain & Bitcoin Paul Krzyzanowski Rutgers University Spring 2018 April 18, 2018 CS 419 2018 Paul Krzyzanowski 1 Bitcoin & Blockchain Bitcoin cryptocurrency system Introduced

More information

Bitcoin. CS 161: Computer Security Prof. Raluca Ada Poipa. April 24, 2018

Bitcoin. CS 161: Computer Security Prof. Raluca Ada Poipa. April 24, 2018 Bitcoin CS 161: Computer Security Prof. Raluca Ada Poipa April 24, 2018 What is Bitcoin? Bitcoin is a cryptocurrency: a digital currency whose rules are enforced by cryptography and not by a trusted party

More information

Blockchain Technology: Concepts. Whitepaper 1

Blockchain Technology: Concepts. Whitepaper 1 Whitepaper 1 Introduction Cryptocurrency, the digital currency system that enables global monetary transactions between two parties without the need for a trusted third party financial institution, has

More information

Bitcoin. CS 161: Computer Security Prof. Raluca Ada Popa. April 11, 2019

Bitcoin. CS 161: Computer Security Prof. Raluca Ada Popa. April 11, 2019 Bitcoin CS 161: Computer Security Prof. Raluca Ada Popa April 11, 2019 What is Bitcoin? Bitcoin is a cryptocurrency: a digital currency whose rules are enforced by cryptography and not by a trusted party

More information

Alexandros Fragkiadakis, FORTH-ICS, Greece

Alexandros Fragkiadakis, FORTH-ICS, Greece Alexandros Fragkiadakis, FORTH-ICS, Greece Outline Trust management and trust computation Blockchain technology and its characteristics Blockchain use-cases for IoT Smart contracts Blockchain challenges

More information

Proof of work and Proof of stake explanation

Proof of work and Proof of stake explanation Bitspace White paper is a living document. We are constantly upgrading our white paper to answer all your questions and provide all information you could possibly need in understanding Bitspace ecosystem

More information

The Blockchain Trevor Hyde

The Blockchain Trevor Hyde The Blockchain Trevor Hyde Bitcoin I Bitcoin is a cryptocurrency introduced in 2009 by the mysterious Satoshi Nakomoto. I Satoshi Nakomoto has never been publicly identified. Bitcoin Over the past year

More information

AlloyCoin: A Crypto-Currency with a Guaranteed Minimum Value

AlloyCoin: A Crypto-Currency with a Guaranteed Minimum Value AlloyCoin: A Crypto-Currency with a Guaranteed Minimum Value Alloy Reserve Development Team Alloy Reserve LLC, Dayton, OH 45435, USA support@alloycoin.com http://www.alloycoin.com Abstract. AlloyCoin is

More information

Blockchain for Education & Research Webinar. December 6, 2016

Blockchain for Education & Research Webinar. December 6, 2016 Blockchain for Education & Research Webinar December 6, 2016 Agenda Blockchain basics & potential use cases Promises & challenges Major players & areas of activity Potential use cases in education & research

More information

STAKING COIN STAKING LENDING MINING WHITE PAPER

STAKING COIN STAKING LENDING MINING WHITE PAPER STAKING COIN STAKING LENDING MINING WHITE PAPER TABLE OF CONTENT 1 INTRODUCTION 1.1 COIN OVERVIEW 1.2 ROAD MAP 2 COIN DETAILS 2.1 COIN SPECIFICATIONS 2.2 COIN FEATURES 2.3 PRE-SALE EXPENDITURE 2.4 ICO

More information

CONTENTS DISCLAIMER... 3 EXECUTIVE SUMMARY... 4 INTRO... 4 ICECHAIN... 5 ICE CHAIN TECH... 5 ICE CHAIN POSITIONING... 6 SHARDING... 7 SCALABILITY...

CONTENTS DISCLAIMER... 3 EXECUTIVE SUMMARY... 4 INTRO... 4 ICECHAIN... 5 ICE CHAIN TECH... 5 ICE CHAIN POSITIONING... 6 SHARDING... 7 SCALABILITY... CONTENTS DISCLAIMER... 3 EXECUTIVE SUMMARY... 4 INTRO... 4 ICECHAIN... 5 ICE CHAIN TECH... 5 ICE CHAIN POSITIONING... 6 SHARDING... 7 SCALABILITY... 7 DECENTRALIZATION... 8 SECURITY FEATURES... 8 CROSS

More information

L3. Blockchains and Cryptocurrencies

L3. Blockchains and Cryptocurrencies L3. Blockchains and Cryptocurrencies Alice E. Fischer September 6, 2018 Blockchains and Cryptocurrencies... 1/16 Blockchains Transactions Blockchains and Cryptocurrencies... 2/16 Blockchains, in theory

More information

Blockchain: Where are We and Where are We Heading?

Blockchain: Where are We and Where are We Heading? Blockchain: Where are We and Where are We Heading? Objectives Define the underlying technologies of blockchain Describe some shortcomings of blockchain Describe the accounting profession s interest in

More information

Introduction to Blockchain Rick McMullin, bitheads, inc.

Introduction to Blockchain Rick McMullin, bitheads, inc. Introduction to Blockchain Rick McMullin, bitheads, inc. mcmullin@bitheads.com What we will cover What is blockchain? History and examples of a few blockchains The crypto craze Why use a blockchain? What

More information

Blockchain made Simple

Blockchain made Simple Blockchain made Simple Rhonda Okamoto, Blockchain & Cryptocurrency Enthusiast rhondaokamoto@gmail.com 609-433-1442 What is Blockchain? When and Where is Blockchain useful? What is the difference between

More information

Introduction to Blockchain Technology

Introduction to Blockchain Technology Introduction to Blockchain Technology Current Trends in Artificial Intelligence Volker Strobel PhD student @ IRIDIA 23 February 2017 Part I: Bitcoin: Idea, Basics, Technology Part II: Altcoins, Use cases,

More information

I TECHNOLOGY Blockchain Concepts Blockchain 20

I TECHNOLOGY Blockchain Concepts Blockchain 20 I TECHNOLOGY 17 1 Blockchain Concepts 19 1.1 Blockchain 20 1.1.1 Blockchain Evolution 21 Blockchain Structure 22 Blockchain Characteristics 22 Blockchain Application Example: Escrow 23 1.3 Blockchain Stack

More information

Blockchain Developers Course

Blockchain Developers Course Blockchain Developers Course Training from CapitalWave Inc. Technology Enabled Learning TM 2016-2017 The Blockchain Academy Inc. All rights reserved Version 2017801 Blockchain Developers Course WHEN: STARTING

More information

A block chain based decentralized exchange

A block chain based decentralized exchange A block chain based decentralized exchange Harsh Patel Harsh.patel54@gmail.com Abstract. A pure peer to peer version of the exchange system would allow all parties access to the market without relying

More information

BLOCKCHAINS MINING NUMBERS NOT GOLD

BLOCKCHAINS MINING NUMBERS NOT GOLD BLOCKCHAINS MINING NUMBERS NOT GOLD PRESENTED BY DESPITE A FAMILY IN FINANCE I VE MADE ONLY ONE INVESTMENT Living in Malaysia for 20 Years Building Web Applications for 15 Years Building Tech Communities

More information

THE FUTURE OF BLOCKCHAIN WITH IOT. Ama Asare

THE FUTURE OF BLOCKCHAIN WITH IOT. Ama Asare THE FUTURE OF BLOCKCHAIN WITH IOT Ama Asare user-centric, Internet-connected, complex IOT HEADLINES Creepy IoT teddy bear leaks >2 million parents and kids voice messages [2017] IoT gadgets flooded DNS

More information

Analysis of the Blockchain Protocol in Asynchronous Networks. Rafael Pass Lior Seeman abhi shelat Cornell Tech Uber Northeastern

Analysis of the Blockchain Protocol in Asynchronous Networks. Rafael Pass Lior Seeman abhi shelat Cornell Tech Uber Northeastern Analysis of the Blockchain Protocol in Asynchronous Networks Rafael Pass Lior Seeman abhi shelat Cornell Tech Uber Northeastern Traditional distributed systems: The Permissioned Model Consistency Liveness

More information

XNODEFUND WHITEPAPER xnodefund xnodefund

XNODEFUND WHITEPAPER xnodefund xnodefund 0 XNODEFUND WHITEPAPER Gathering of funds for investment in the cryptocurrency that have masternode and Invested in highly ROI of any coins is our main goal 1 Contents 0. Abstract... 2 1. Introduction

More information

Block This Way: Securing Identities using Blockchain

Block This Way: Securing Identities using Blockchain Block This Way: Securing Identities using Blockchain James Argue, Stephen Curran BC Ministry of Citizens Services February 7, 2018 The Identity on the Internet Challenge The Internet was built without

More information

The Abjcoin white paper Nigeria s blockchain solution for global payment

The Abjcoin white paper Nigeria s blockchain solution for global payment 1 ABJ COIN THE FIRST NIGERIAN BLOCKCHAIN SOLUTION FOR GLOBAL PAYMENT WHITE PAPER LAST UPDATED 7/09/2017. 2 ABSTRACT Welcome to the white paper contract of Nigeria s first cryptocurrency, this contract

More information

Will Blockchain Change the Audit? Zhiyong Li. Jianghan University, Wuhan, China. Introduction. The Blockchain Technology

Will Blockchain Change the Audit? Zhiyong Li. Jianghan University, Wuhan, China. Introduction. The Blockchain Technology China-USA Business Review, June 2017, Vol. 16, No. 6, 294-298 doi: 10.17265/1537-1514/2017.06.006 D DAVID PUBLISHING Will Blockchain Change the Audit? Zhiyong Li Jianghan University, Wuhan, China Blockchain

More information

primechain building blockchains for a better world

primechain building blockchains for a better world primechain building blockchains for a better world 8 steps to building blockchain solutions Rohas Nagpal, Primechain Technologies Pvt. Ltd. 8 steps to building blockchain solutions When Blockchain technology

More information

LinkedIn /in/petkanic/

LinkedIn /in/petkanic/ This is the first time in a history of a mankind when we are able to permanently record the history of a mankind. Yes, blockchain is a bubble. And it s going to burst. But that s amazing! Because only

More information

The Blockchain Technology

The Blockchain Technology The Blockchain Technology Mooly Sagiv Tel Aviv University http://www.cs.tau.ac.il/~msagiv/courses/blockchain.html msagiv@acm.org Advisory Board Shelly Grossman Noam Rinetzky Ittai Abraham Guy Golan-Gueta

More information

November 2018 Abstract

November 2018 Abstract etxcoin@outlook.com November 2018 Abstract A purely peer-to-peer version of electronic cash scalable and friendly to use would allow online payments to be sent directly from one party to another without

More information

Table of contents. 2

Table of contents. 2 Whitepaper Table of contents Table of contents... 2 Overview... 3 TrillionToken... 3 Sports Betting Platform... 3 Cryptocurrency... 3 Blockchain technology... 3 Ethereum network... 5 TrillionToken token...

More information

Bitcoin. Based on Bitcoin Tutorial presentation by Joseph Bonneau, Princeton University. Bonneau slides marked JB

Bitcoin. Based on Bitcoin Tutorial presentation by Joseph Bonneau, Princeton University. Bonneau slides marked JB Bitcoin Based on Bitcoin Tutorial presentation by Joseph Bonneau, Princeton University Bonneau slides marked JB Bitcoin Snapshot: October 2, 2015 Bitcoin is a combination of several things: a currency,

More information

Surface Web/Deep Web/Dark Web

Surface Web/Deep Web/Dark Web Cryptocurrency Surface Web/Deep Web/Dark Web How to Get Data? Where Hacking, Cyber Fraud, and Money Laundering Intersect How to Pay? Digital Currency What is Bitcoin? https://youtu.be/aemv9ukpazg Bitcoin

More information

Seminar Distributed Systems Blockchain: From Cryptocurrencies to Smart Contracts. Signe Rüsch

Seminar Distributed Systems Blockchain: From Cryptocurrencies to Smart Contracts. Signe Rüsch Seminar Distributed Systems Blockchain: From Cryptocurrencies to Smart Contracts Signe Rüsch October 25, 2017 Table of Contents Organisational Signe Rüsch Seminar Distributed Systems 2 Organisational Course

More information

Practical Blockchain: Navigating Through The Hall of Mirrors. Sandy Carielli Director of Security Technologies Entrust Datacard

Practical Blockchain: Navigating Through The Hall of Mirrors. Sandy Carielli Director of Security Technologies Entrust Datacard Practical Blockchain: Navigating Through The Hall of Mirrors Sandy Carielli Director of Security Technologies Entrust Datacard Quick Survey QUICK SURVEY "Blockchain In Banking: Success Depends On Technology

More information

The BitShares Blockchain

The BitShares Blockchain The BitShares Blockchain Introduction Stichting BitShares Blockchain Foundation Zutphenseweg 6 7418 AJ Deventer Netherlands Chamber of Commerce: 66190169 http://www.bitshares.foundation info@bitshares.foundation

More information

The Economic Limits of Bitcoin and the Blockchain

The Economic Limits of Bitcoin and the Blockchain The Economic Limits of Bitcoin and the Blockchain Eric Budish Chicago Booth NBER Summer Institute, Monetary Economics July 2018 Overview of the Argument Nakamoto (2008) Blockchain Innovation: Anonymous,

More information

Speaker. Bitcoin: How it works. The problem of digital cash. The problem of digital cash

Speaker. Bitcoin: How it works. The problem of digital cash. The problem of digital cash Speaker : How it works. A lightweight intro to block chains Ulrich Haböck Kompetenzzentrum für IT-Security, FH Campus Wien October 30, 2017 Ulrich Haböck ulrich.haboeck@fh-campuswien.ac.at PGP-key: 48F796E247BEEDE8.

More information

How Blockchain Will Change the Way You Develop Medical Devices

How Blockchain Will Change the Way You Develop Medical Devices How Blockchain Will Change the Way You Develop Medical Devices Presented on April 5 2018, by Jad Mubaslat, Founder of BitQuick Jad Mubaslat: Let's forget about how many of you have invested in Bitcoin.

More information

Metro: A peer-to-peer cross-chain digital asset exchange

Metro: A peer-to-peer cross-chain digital asset exchange Metro: A peer-to-peer cross-chain digital asset exchange Metro.software 2018 metrosoftware@zoho.com Abstract The pegged sidechain technology allows us to safely move assets from the asset mainchain to

More information

ICO Review: Blockcloud (BLOC)

ICO Review: Blockcloud (BLOC) ICO Review: Blockcloud (BLOC) Blockchain-Based Service-Centric Network Stack July 21, 2018 PROJECT OVERVIEW What is Blockcloud? Developing an advanced Transmission Control Protocol/Internet Protocol (TCP/IP)

More information

CHALLENGES AND RISKS OF BLOCKCHAIN TECHNOLOGY

CHALLENGES AND RISKS OF BLOCKCHAIN TECHNOLOGY CHALLENGES AND RISKS OF BLOCKCHAIN TECHNOLOGY Christian Sprecher Ulrich Gallersdörfer 24.02.2017 @ IRIS 2017 PEOPLE Christian Sprecher CTO weblaw.ch Ulrich Gallersdörfer Master Student at TUM Friday, February

More information

Three-dimensional Scalable Blockchain instant transactions 100k+ on-chain real-time auto sharding

Three-dimensional Scalable Blockchain instant transactions 100k+ on-chain real-time auto sharding Three-dimensional Scalable Blockchain instant transactions 100k on-chain real-time auto sharding NEW PROTOCOL RESONANCE COMPLETELY NEW CODE TESTNET IS READY ThePower.io Whitepaper Technical paper (on demand)

More information

arxiv: v1 [q-fin.gn] 6 Dec 2016

arxiv: v1 [q-fin.gn] 6 Dec 2016 THE BLOCKCHAIN: A GENTLE FOUR PAGE INTRODUCTION J. H. WITTE arxiv:1612.06244v1 [q-fin.gn] 6 Dec 2016 Abstract. Blockchain is a distributed database that keeps a chronologicallygrowing list (chain) of records

More information

A Survey of Blockchain Security Issues and Challenges

A Survey of Blockchain Security Issues and Challenges International Journal of Network Security, Vol.19, No.5, PP.653-659, Sept. 2017 (DOI: 10.6633/IJNS.201709.19(5).01) 653 A Survey of Blockchain Security Issues and Challenges Iuon-Chang Lin 1,2 and Tzu-Chun

More information

Blockchain. Rogers D. Stephens Technical FedEx I.T. April 2018

Blockchain. Rogers D. Stephens Technical FedEx I.T. April 2018 Blockchain Rogers D. Stephens Technical Fellow @ FedEx I.T. April 2018 Blockchain: An Emerging Technology What is it? Why is it significant? Gartner Hype Cycle 2017 2 Where did Blockchain come from? Ghost

More information

Blockchain and Smart Contracts: Relevance of Security Facts and Myths to Industrial Control

Blockchain and Smart Contracts: Relevance of Security Facts and Myths to Industrial Control Blockchain and Smart Contracts: Relevance of Security Facts and Myths to Industrial Control R. R. Brooks rrb@g.clemson.edu Clemson University Electrical and Computer Engineering September 20 th, 2018 1

More information

Blockchains and the future of finance

Blockchains and the future of finance Blockchains and the future of finance David Yermack NYU Stern School of Business National Bureau of Economic Reseach FinTech UBS s trading floor, Stamford, Ct., USA 2005 2016 The blockchain When will the

More information

fargocoin.org fargopromo.org fargochain.org github.com/fargocoin fargofaucet.com befargo.com twitter.com/fargocoin coinrate.net fargobase.

fargocoin.org fargopromo.org fargochain.org github.com/fargocoin fargofaucet.com befargo.com twitter.com/fargocoin coinrate.net fargobase. fargocoin.org Fargo Promo fargopromo.org Blockchain fargochain.org Github github.com/fargocoin twitter.com/fargocoin Faucet fargofaucet.com Mining pool befargo.com facebook.com/fargocoin Exchange coinrate.net

More information

Blockchain and Bitcoin: Impact on Insurance Industry

Blockchain and Bitcoin: Impact on Insurance Industry Blockchain and Bitcoin: Impact on Insurance Industry ACLI Financial & Investment Roundtable Sea Island, Georgia Edmund J. Zaharewicz Shareholder Carlton Fields Jorden Burt, P.A. March 19, 2018 The views

More information

Blockchain & The Hollywood Supply Chain

Blockchain & The Hollywood Supply Chain HITS: Fall 2017 - Innovation & Technology: Hollywood 2025 October 23, 2017 October 18, 2017 2:50 3:10 PM Skirball Cultural Center Los Angeles, CA Blockchain & The Hollywood Supply Chain Steve Wong DXC

More information

Table of Contents Introduction. 1 What is Bittrado?... 2 Vision. 3 Mission. 4 ICO.. 7 How to start with Bittrado?... 6 How will Bittrado work?...

Table of Contents Introduction. 1 What is Bittrado?... 2 Vision. 3 Mission. 4 ICO.. 7 How to start with Bittrado?... 6 How will Bittrado work?... Table of Contents 1. Introduction. 1 2. What is Bittrado?... 2 3. Vision. 3 4. Mission. 4 5. ICO.. 7 6. How to start with Bittrado?... 6 7. How will Bittrado work?... 5 8. Trading.. 10 9. Lending. 11 10.

More information

DRAFT Dsion is. Startup Funding on Blockchain Platform

DRAFT Dsion is. Startup Funding on Blockchain Platform DRAFT 1.0.9 Dsion is Startup Funding on Blockchain Platform 2 Dsion White Paper Startup Funding on Blockchain Platform CONTENTS 1. What is Dsion? 5 1) Dsion Summary 5 1-1) Absence of a Fair and Secure

More information

INTRODUCTION TO THE BLOCKCHAIN ERRIN ICT Working Group Meeting on Blockchain June 13, Javier Prieto IoT Digital Innovation Hub

INTRODUCTION TO THE BLOCKCHAIN ERRIN ICT Working Group Meeting on Blockchain June 13, Javier Prieto IoT Digital Innovation Hub INTRODUCTION TO THE BLOCKCHAIN ERRIN ICT Working Group Meeting on Blockchain June 13, 2018 Content Bitcoin Beyond bitcoin The blockchain is an incorruptible digital ledger of economic transactions that

More information

Bitcoin and why it will change the world

Bitcoin and why it will change the world Bitcoin and why it will change the world Luv Khemani What is Bitcoin? Brief History of Bitcoin - Bitcoin Design paper released in 2008 by an annonymous programmer calling himself Satoshi Nakamoto - Bitcoin

More information

BitShares is. a decentralized network. All About BitShares in Infographics

BitShares is. a decentralized network. All About BitShares in Infographics BitShares is a decentralized network It is operated by those who participate No single government or company controls it 1 LEARN MORE About the Benefits> BitShares has digital tokens These have the properties

More information

STAKEPOOL PROOF OF STAKE MINING CRYPTOCURRENCY OCTOBER 10, 2017

STAKEPOOL PROOF OF STAKE MINING CRYPTOCURRENCY OCTOBER 10, 2017 STAKEPOOL PROOF OF STAKE MINING CRYPTOCURRENCY OCTOBER 10, 2017 Abstract STAKEPOOL is an ERC-20Ethereum token representing the right of staking power on the StakePool.co network. StakePool.co uses Proof-Of-Stake(POS)

More information

EVERYTHING YOU NEED TO KNOW ABOUT DIGITAL LEDGER TECHNOLOGY, THE BLOCKCHAIN AND CRYPTOCURRENCIESÓ (Part I June 2018)

EVERYTHING YOU NEED TO KNOW ABOUT DIGITAL LEDGER TECHNOLOGY, THE BLOCKCHAIN AND CRYPTOCURRENCIESÓ (Part I June 2018) EVERYTHING YOU NEED TO KNOW ABOUT DIGITAL LEDGER TECHNOLOGY, THE BLOCKCHAIN AND CRYPTOCURRENCIESÓ (Part I June 2018) Robert C. Brighton, Jr. Brighton Legal Solutions P.A. rcbrightonbizlaw@gmail.com This

More information

Blockchain and the possible impact on testing. New technology needs new testing?

Blockchain and the possible impact on testing. New technology needs new testing? Specialisten in vooruitgang Blockchain and the possible impact on testing. New technology needs new testing? Jeroen Rosink TestCon Vilnius October 18 th 2018 Software testen Business Process Transformation

More information

Blockchain Bitcoin Ethereum Blockchain Beginners Guide To Understanding The Technology Behind Bitcoin Cryptocurrency The Future Of Money Box Set

Blockchain Bitcoin Ethereum Blockchain Beginners Guide To Understanding The Technology Behind Bitcoin Cryptocurrency The Future Of Money Box Set Blockchain Bitcoin Ethereum Blockchain Beginners Guide To Understanding The Technology Behind Bitcoin We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our

More information

whitepaper Abstract Introduction Features Special Functionality Roles in DiQi network Application / Use cases Conclusion

whitepaper Abstract Introduction Features Special Functionality Roles in DiQi network Application / Use cases Conclusion whitepaper Abstract Introduction Features Special Functionality Roles in DiQi network Application / Use cases Conclusion Abstract DiQi (pronounced Dee Chi) is a decentralized platform for smart property.

More information

BLOCKCHAIN IN PRACTICE

BLOCKCHAIN IN PRACTICE BLOCKCHAIN IN PRACTICE Matthew Van Niekerk Cassandre Vandeputte www.bestppt.com 1 THE BIG BLACK BOX OF BLOCKS? We always overestimate the change that will occur in the next 2 years and underestimate the

More information

White Paper. Bizanc Blockchain

White Paper. Bizanc Blockchain White Paper Versão 0.0.1 Bizanc Blockchain 1.0 Summary Bizanc is a decentralized platform for commercialization of digital assets, operating on a Blockchain architecture, allowing trading of cryptocurrencies

More information

Instrumenting Accountability in MAS with Blockchain

Instrumenting Accountability in MAS with Blockchain Instrumenting Accountability in MAS with Blockchain Fernando Gomes Papi [UFSC] Jomi Fred Hübner [UFSC] Maiquel de Brito [IFRS] [UFSC] Federal University of Santa Catarina - Brazil [IFRS] Federal Institute

More information

What is HomeBlockCoin

What is HomeBlockCoin Whitepaper This is not the final version of the HomeBlockCoin whitepaper. There won t be any significant changes but we will add more information as soon as possible. About HomeBlockCoin HomeBlockCoin

More information

CS /441: Blockchains and Cryptocurrencies

CS /441: Blockchains and Cryptocurrencies CS 601.641/441: Blockchains and Cryptocurrencies Instructor: Abhishek Jain Spring 2018 Instructor: Abhishek Jain CS 601.641/441: Blockchains and CryptocurrenciesSpring 2018 1 / 11 What is a Blockchain

More information

Komodo Platform Overview

Komodo Platform Overview Komodo Platform Overview w w w. k o m o d o p l a t f o r m. c o m Goldenman Korean Ambassador KOMODO basic information Category : Privacy, Platform ICO Date : 2016 년 9-10 월 Total supply : 200,000,000

More information

Blockchain & Bitcoin. Länsstyrelserna David Bauman

Blockchain & Bitcoin. Länsstyrelserna David Bauman Blockchain & Bitcoin Länsstyrelserna 2017-03-28 David Bauman Agenda What is Money? What is Bitcoin & Blockchain? How does it Work? Areas of Application Future Public Sector Questions What is Currency?

More information

THE SOFEROX PROJECT THE TWIN-CHAIN BLOCKCHAIN

THE SOFEROX PROJECT THE TWIN-CHAIN BLOCKCHAIN THE SOFEROX PROJECT THE TWIN-CHAIN BLOCKCHAIN Soferox isn t just an exchange. We have created a new style blockchain that is basically Ethereum on steroids. We create a new style of chaining that will

More information

Cryptocurrency and Blockchain Technology

Cryptocurrency and Blockchain Technology Cryptocurrency and Blockchain Technology Mohammad Sayad Haghighi, PhD, SMIEEE Assistant Professor sayad@ut.ac.ir University of Tehran, Iran 1 How did it start? We had Hash Chains in cryptography before.

More information

Use of the Proof-of-Stake Algorithm for Distributed Consensus in Blockchain Protocol for Cryptocurrency

Use of the Proof-of-Stake Algorithm for Distributed Consensus in Blockchain Protocol for Cryptocurrency University of Connecticut OpenCommons@UConn Honors Scholar Theses Honors Scholar Program Spring 4-27-2018 Use of the Proof-of-Stake Algorithm for Distributed Consensus in Blockchain Protocol for Cryptocurrency

More information

Copyright Scottsdale Institute All Rights Reserved.

Copyright Scottsdale Institute All Rights Reserved. Copyright Scottsdale Institute 2017. All Rights Reserved. No part of this document may be reproduced or shared with anyone outside of your organization without prior written consent from the author(s).

More information

Version 1.0. The Blockchain An architectural view

Version 1.0. The Blockchain An architectural view Version 1.0 The Blockchain An architectural view Version 1.0 TOC 1. Introduction of Presenters 5. Equilibrium of the blockchain ecosystem 2. Origins of the blockchain 6. Types of blockchains 3. Basic Principles

More information

Blockchain, data protection, and the GDPR

Blockchain, data protection, and the GDPR Blockchain, data protection, and the GDPR v1.0 25.05.2018 Contributors: Natalie Eichler, Silvan Jongerius, Greg McMullen, Oliver Naegele, Liz Steininger, Kai Wagner Introduction GDPR was created before

More information

Accounting for crypto assets mining and validation issues

Accounting for crypto assets mining and validation issues Accounting Tax Global IFRS Viewpoint Accounting for crypto assets mining and validation issues What s the issue? Currently, IFRS does not provide specific guidance on accounting for crypto assets. This

More information

INTRODUCTION BLOCKCHAIN TECHNOLOGIES. Nyenrode Breukelen, 28 March 2017 M. Oskar van Deventer

INTRODUCTION BLOCKCHAIN TECHNOLOGIES. Nyenrode Breukelen, 28 March 2017 M. Oskar van Deventer INTRODUCTION BLOCKCHAIN TECHNOLOGIES Nyenrode Breukelen, 28 March 2017 M. Oskar van Deventer BLOCKCHAIN RAISES MANY QUESTIONS What is this "blockchain" stuff that everybody is talking about? Concrete examples

More information

Blockchain and Risk ISACA Northern UK, April 20 th, Mike Small CEng, FBCS, CITP Senior Analyst Kuppinger Cole

Blockchain and Risk ISACA Northern UK, April 20 th, Mike Small CEng, FBCS, CITP Senior Analyst Kuppinger Cole Blockchain and Risk ISACA Northern UK, April 20 th, 2016 Mike Small CEng, FBCS, CITP Senior Analyst Kuppinger Cole Mike.Small@kuppingercole.com Agenda Mike Small KuppingerCole Trust and Integrity The Bitcoin

More information

BSafe.network. 25/07/2559 Informal Thai Crypto Blockchain Workshop THNIC.

BSafe.network. 25/07/2559 Informal Thai Crypto Blockchain Workshop THNIC. BSafe.network 25/07/2559 Informal Thai Crypto Blockchain Workshop THNIC pindar.wong@gmail.com Objectives: Starting with Questions! Technical Discussion (Bitcoin and Ethereum Protocols) 1) Identifying 3

More information

Broadcasting Intermediate Blocks as a Defense Mechanism against Selfish Mining in Bitcoin

Broadcasting Intermediate Blocks as a Defense Mechanism against Selfish Mining in Bitcoin Broadcasting Intermediate Blocks as a Defense Mechanism against Selfish Mining in Bitcoin Abstract. Although adopted by many cryptocurrencies, the Bitcoin mining protocol is not incentive-compatible, as

More information

International Journal of Computer Engineering and Applications, Volume XII, Special Issue, April- ICITDA 18,

International Journal of Computer Engineering and Applications, Volume XII, Special Issue, April- ICITDA 18, International Journal of Computer Engineering and Applications, Volume XII, Special Issue, April- ICITDA 18, www.ijcea.com ISSN 2321-3469 ABSTRACT: BLOCKCHAIN, CRYPTOCURRENCY AND BITCOIN Nurul Hassan,

More information

Introduction to Blockchain

Introduction to Blockchain Introduction to Blockchain with focus on Energy June 1 st 2018 Tony Giroti tony@energy-blockchain.org Jun 1, 2018 CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, tony@energy-blockchain.org

More information

ICO Review: Republic Protocol (REN)

ICO Review: Republic Protocol (REN) ICO Review: Republic Protocol (REN) Decentralized Dark Pool Exchange January 20, 2018 PROJECT OVERVIEW What is a dark pool? An exchange where orders are placed and executed on a hidden order book. Exists

More information

FAST ACCESS BLOCKCHAIN

FAST ACCESS BLOCKCHAIN WHITEPAPER October 10, 2017 FAST ACCESS BLOCKCHAIN A Highly Scalable Public Blockchain Network Fast Access Blockchain Foundation 68 West Bay Road, Cayman Islands Technical Partner: FA Enterprise System

More information

Cisco Live /11/2016

Cisco Live /11/2016 1 2 3 4 5 Blockchain technology will become Like the TCP / IP for the WWW everyone uses it, but it will be transparent to them. Examples: Disrupt business models Car energy supplier can advertise where

More information

Changing Data Protection: Heading towards a Blockchain-Operated Future

Changing Data Protection: Heading towards a Blockchain-Operated Future SESSION ID: SDS-R02 Changing Data Protection: Heading towards a Blockchain-Operated Future Eugene Aseev Head of Singapore R&D Centre Acronis @toxzique Agenda Blockchain yesterday Background Blockchain

More information

Healthcare, Blockchain and Smart Contracts: Emerging Issues for Healthcare Counsel

Healthcare, Blockchain and Smart Contracts: Emerging Issues for Healthcare Counsel Presenting a live 90-minute webinar with interactive Q&A Healthcare, Blockchain and Smart Contracts: Emerging Issues for Healthcare Counsel Leveraging Distributed Ledger Technology in Healthcare, Protecting

More information

Quality Assurance in Blockchain

Quality Assurance in Blockchain Quality Assurance in Blockchain By Arpan Sarkar, Senior Manager Business Development & Jibendu Narayan Mazumder Associate Director Business Development Cognizant Technology Solutions Abstract Blockchain

More information

Blockchain Technology in Banking and Financial Services

Blockchain Technology in Banking and Financial Services Blockchain Technology in Banking and Financial Services Daniel Rozycki Payments Consultant Payments, Standards, & Outreach Group Federal Reserve Bank of Minneapolis EPCOR Payments Conference Spring 2017

More information

Safe Harbour FORWARD-LOOKING STATEMENTS

Safe Harbour FORWARD-LOOKING STATEMENTS Safe Harbour FORWARD-LOOKING STATEMENTS Certain statements in this presentation relating to the Company s operating and business plans are "forwardlooking statements" within the meaning of securities legislation.

More information

BLOCKCHAIN: SOCIAL INNOVATION IN FINANCE & ACCOUNTING

BLOCKCHAIN: SOCIAL INNOVATION IN FINANCE & ACCOUNTING International Journal of Management (IJM) Volume 10, Issue 1, January-February 2019, pp. 14-18, Article ID: IJM_10_01_003 Available online at http://www.iaeme.com/ijm/issues.asp?jtype=ijm&vtype=10&itype=1

More information

Exploration and Practice of Inter-bank Application Based on Blockchain

Exploration and Practice of Inter-bank Application Based on Blockchain The 12th International Conference on Computer Science & Education (ICCSE 2017) August 22-25, 2017. University of Houston, USA Exploration and Practice of Inter-bank Application Based on Blockchain Tong

More information

YOSEMITE Public Blockchain

YOSEMITE Public Blockchain USPTO Provisional Patent Application Number : 62/646,930 YOSEMITE Public Blockchain - No ICO : using real money (e.g. USD, EUR, CNY) with no native crypto-currency - Proof-of-Transaction (PoT) : reasonable

More information

Polaris (XPR) Dividend Paying Mining Farm on the Blockchain

Polaris (XPR) Dividend Paying Mining Farm on the Blockchain Polaris (XPR) Dividend Paying Mining Farm on the Blockchain 1 Abstract: The Polaris Token (XPR) is a representation of a share in the Polaris mining farm. Powerhouse Network, the parent company, has already

More information

Journal of Multistate Taxation and Incentives (Thomson Reuters/Tax & Accounting) Volume 28, Number 4, July 2018

Journal of Multistate Taxation and Incentives (Thomson Reuters/Tax & Accounting) Volume 28, Number 4, July 2018 Journal of Multistate Taxation and Incentives (Thomson Reuters/Tax & Accounting) Volume 28, Number 4, July 2018 SHOP TALK Blockchain & Cryptocurrency Two Roads Converge By JUSTIN E. HOBSON JUSTIN E. HOBSON

More information

TURBOTRADECOIN. TurboTradeCoin WhitePaper. The Next Generation Cryptocurrency AI Trading Platform

TURBOTRADECOIN. TurboTradeCoin WhitePaper. The Next Generation Cryptocurrency AI Trading Platform TURBOTRADECOIN A highly profitable; robust and resilient business model validated in a real world application meets blockchain technology in TURBOTRADECOIN. TurboTrade allows our investors to take advantage

More information

Private Wealth Management. Understanding Blockchain as a Potential Disruptor

Private Wealth Management. Understanding Blockchain as a Potential Disruptor Private Wealth Management Understanding Blockchain as a Potential Disruptor 2 Blockchain and Cryptocurrency The interest in blockchain stems from the idea that its development is comparable to the early

More information