Passed
Pull Request — master (#4)
by
unknown
03:24
created
src/Cryptocurrencies/Verge.php 1 patch
Indentation   +22 added lines, -22 removed lines patch added patch discarded remove patch
@@ -29,27 +29,27 @@
 block discarded – undo
29 29
  */
30 30
 class Verge extends Cryptocurrency
31 31
 {
32
-    /**
33
-     * {@inheritdoc}
34
-     */
35
-    public function build()
36
-    {
37
-        $this->id = 693;
38
-        $this->name = 'Verge';
39
-        $this->symbol = 'XVG';
40
-        $this->type = 'coin';
41
-        $this->mineable = true;
42
-        $this->description = 'Created in 2014 under its original name of DogecoinDark, Verge is an open-source privacy coin with a team of international developers. Verge uses the anonymity tool Tor and an anonymous network layer I2P to hide specific transactions’ IP addresses and locations. Transaction speed on Verge is estimated to be at 5 seconds due to the use of Simple Payment Verification (SPV). The Core QT wallet has built-in TOR integration and SSL encryption which obfuscates the IP addresses of users. The introduction of the Wraith Protocol upgrade enables users to send and receive payments privately across the Verge blockchain by enabling stealth addressing services. Verge users are reportedly able to switch between private and public ledgers on the Verge blockchain. Verge offers five different Proof-of-Work algorithms for mining - Lyra2rev2, Scrypt, X17, blake2s and myr-groestl.';
43
-        $this->website = [
44
-            'http://vergecurrency.com',
45
-        ];
46
-        $this->explorer = [
47
-            'https://verge-blockchain.info/ext/getaddress/%s',
48
-        ];
49
-        $this->source_code = [
50
-            'https://github.com/vergecurrency',
51
-        ];
32
+     /**
33
+      * {@inheritdoc}
34
+      */
35
+     public function build()
36
+     {
37
+          $this->id = 693;
38
+          $this->name = 'Verge';
39
+          $this->symbol = 'XVG';
40
+          $this->type = 'coin';
41
+          $this->mineable = true;
42
+          $this->description = 'Created in 2014 under its original name of DogecoinDark, Verge is an open-source privacy coin with a team of international developers. Verge uses the anonymity tool Tor and an anonymous network layer I2P to hide specific transactions’ IP addresses and locations. Transaction speed on Verge is estimated to be at 5 seconds due to the use of Simple Payment Verification (SPV). The Core QT wallet has built-in TOR integration and SSL encryption which obfuscates the IP addresses of users. The introduction of the Wraith Protocol upgrade enables users to send and receive payments privately across the Verge blockchain by enabling stealth addressing services. Verge users are reportedly able to switch between private and public ledgers on the Verge blockchain. Verge offers five different Proof-of-Work algorithms for mining - Lyra2rev2, Scrypt, X17, blake2s and myr-groestl.';
43
+          $this->website = [
44
+               'http://vergecurrency.com',
45
+          ];
46
+          $this->explorer = [
47
+               'https://verge-blockchain.info/ext/getaddress/%s',
48
+          ];
49
+          $this->source_code = [
50
+               'https://github.com/vergecurrency',
51
+          ];
52 52
 
53
-        return $this;
54
-    }
53
+          return $this;
54
+     }
55 55
 }
Please login to merge, or discard this patch.
src/Cryptocurrencies/Dash.php 1 patch
Indentation   +25 added lines, -25 removed lines patch added patch discarded remove patch
@@ -29,30 +29,30 @@
 block discarded – undo
29 29
  */
30 30
 class Dash extends Cryptocurrency
31 31
 {
32
-    /**
33
-     * {@inheritdoc}
34
-     */
35
-    public function build()
36
-    {
37
-        $this->id = 131;
38
-        $this->name = 'Dash';
39
-        $this->symbol = 'DASH';
40
-        $this->type = 'coin';
41
-        $this->mineable = true;
42
-        $this->description = 'Dash, formerly known as Darkcoin until 26th March 2015, is a privacy-centric digital currency with instant transactions. Similar to cash, Dash allows you to remain anonymous while transacting. Dash protects privacy by anonymizing transactions that are made over the network using a technology developed by the Dash team called DarkSend. DarkSend is inspired by the CoinJoin project that was birthed to anonymize Bitcoin transactions. Using Dash, payments are private and cannot be tracked along with balances. Dash harnesses the power of its Masternode network to power an innovative technology called InstantX. When sending funds, users can use InstantX and transactions will be fully sent and irreversible within four seconds. Dash was released on the 18th January 2014 with zero premine coins. It uses 11 rounds of hashing algorithm namely blake, bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, and echo. As of the current design, there will only be 22 million Dash ever created, making it a deflationary currency.';
43
-        $this->website = [
44
-            'https://www.dash.org',
45
-        ];
46
-        $this->explorer = [
47
-            'https://chain.so/api/v2/get_address_balance/DASH/%s',
48
-            'https://explorer.dash.org',
49
-            'https://insight.dash.org/insight',
50
-            'https://chainz.cryptoid.info/dash',
51
-        ];
52
-        $this->source_code = [
53
-            'https://github.com/dashpay/dash',
54
-        ];
32
+     /**
33
+      * {@inheritdoc}
34
+      */
35
+     public function build()
36
+     {
37
+          $this->id = 131;
38
+          $this->name = 'Dash';
39
+          $this->symbol = 'DASH';
40
+          $this->type = 'coin';
41
+          $this->mineable = true;
42
+          $this->description = 'Dash, formerly known as Darkcoin until 26th March 2015, is a privacy-centric digital currency with instant transactions. Similar to cash, Dash allows you to remain anonymous while transacting. Dash protects privacy by anonymizing transactions that are made over the network using a technology developed by the Dash team called DarkSend. DarkSend is inspired by the CoinJoin project that was birthed to anonymize Bitcoin transactions. Using Dash, payments are private and cannot be tracked along with balances. Dash harnesses the power of its Masternode network to power an innovative technology called InstantX. When sending funds, users can use InstantX and transactions will be fully sent and irreversible within four seconds. Dash was released on the 18th January 2014 with zero premine coins. It uses 11 rounds of hashing algorithm namely blake, bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, and echo. As of the current design, there will only be 22 million Dash ever created, making it a deflationary currency.';
43
+          $this->website = [
44
+               'https://www.dash.org',
45
+          ];
46
+          $this->explorer = [
47
+               'https://chain.so/api/v2/get_address_balance/DASH/%s',
48
+               'https://explorer.dash.org',
49
+               'https://insight.dash.org/insight',
50
+               'https://chainz.cryptoid.info/dash',
51
+          ];
52
+          $this->source_code = [
53
+               'https://github.com/dashpay/dash',
54
+          ];
55 55
 
56
-        return $this;
57
-    }
56
+          return $this;
57
+     }
58 58
 }
Please login to merge, or discard this patch.
src/Cryptocurrencies/IOTA.php 1 patch
Indentation   +23 added lines, -23 removed lines patch added patch discarded remove patch
@@ -29,28 +29,28 @@
 block discarded – undo
29 29
  */
30 30
 class IOTA extends Cryptocurrency
31 31
 {
32
-    /**
33
-     * {@inheritdoc}
34
-     */
35
-    public function build()
36
-    {
37
-        $this->id = 1720;
38
-        $this->name = 'IOTA';
39
-        $this->symbol = 'MIOTA';
40
-        $this->type = 'coin';
41
-        $this->mineable = false;
42
-        $this->description = 'IOTA is a distributed ledger for the Internet of Things that uses a directed acyclic graph (DAG) instead of a conventional blockchain. Its quantum-proof protocol, Tangle, reportedly brings benefits like zero fees, infinite scalability, fast transactions, and secure data transfer. The IOTA Tangle is a Directed Acyclic Graph which has no fees on transactions and no fixed limit on how many transactions can be confirmed per second in the network; instead, the throughput grows in conjunction with activity in the network; i.e., the more activity, the faster the network.';
43
-        $this->website = [
44
-            'https://www.iota.org',
45
-        ];
46
-        $this->explorer = [
47
-            'https://thetangle.org',
48
-            'https://iotasear.ch',
49
-        ];
50
-        $this->source_code = [
51
-            'https://github.com/iotaledger',
52
-        ];
32
+     /**
33
+      * {@inheritdoc}
34
+      */
35
+     public function build()
36
+     {
37
+          $this->id = 1720;
38
+          $this->name = 'IOTA';
39
+          $this->symbol = 'MIOTA';
40
+          $this->type = 'coin';
41
+          $this->mineable = false;
42
+          $this->description = 'IOTA is a distributed ledger for the Internet of Things that uses a directed acyclic graph (DAG) instead of a conventional blockchain. Its quantum-proof protocol, Tangle, reportedly brings benefits like zero fees, infinite scalability, fast transactions, and secure data transfer. The IOTA Tangle is a Directed Acyclic Graph which has no fees on transactions and no fixed limit on how many transactions can be confirmed per second in the network; instead, the throughput grows in conjunction with activity in the network; i.e., the more activity, the faster the network.';
43
+          $this->website = [
44
+               'https://www.iota.org',
45
+          ];
46
+          $this->explorer = [
47
+               'https://thetangle.org',
48
+               'https://iotasear.ch',
49
+          ];
50
+          $this->source_code = [
51
+               'https://github.com/iotaledger',
52
+          ];
53 53
 
54
-        return $this;
55
-    }
54
+          return $this;
55
+     }
56 56
 }
Please login to merge, or discard this patch.
src/Cryptocurrencies/Decred.php 1 patch
Indentation   +24 added lines, -24 removed lines patch added patch discarded remove patch
@@ -29,29 +29,29 @@
 block discarded – undo
29 29
  */
30 30
 class Decred extends Cryptocurrency
31 31
 {
32
-    /**
33
-     * {@inheritdoc}
34
-     */
35
-    public function build()
36
-    {
37
-        $this->id = 1168;
38
-        $this->name = 'Decred';
39
-        $this->symbol = 'DCR';
40
-        $this->type = 'coin';
41
-        $this->mineable = true;
42
-        $this->description = 'Decred is an open-source, Bitcoin fork that places emphasis on development funding, on-chain governance, and consensus mechanisms.Launched in February 2016 by the Bitcoin developers behind btcsuite (an alternative full-node Bitcoin implementation written in Go (golang)), Decred successfully orchestrated an on-chain user-activated consensus vote, which is emblematic of the project\'s emphasis on community - driven stakeholder governance. Other features of the project include a hybrid proof of work (PoW) - proof of stake(PoS) consensus voting system, a public proposal platform, smart contracts, cross-chain atomic swaps, and cross-platform wallets.';
43
-        $this->website = [
44
-            'https://www.decred.org',
45
-        ];
46
-        $this->explorer = [
47
-            'https://mainnet.decred.org/api/addr/%s/?noTxList=1',
48
-            'https://explorer.dcrdata.org',
49
-            'https://stats.decred.org',
50
-        ];
51
-        $this->source_code = [
52
-            'https://github.com/decred',
53
-        ];
32
+     /**
33
+      * {@inheritdoc}
34
+      */
35
+     public function build()
36
+     {
37
+          $this->id = 1168;
38
+          $this->name = 'Decred';
39
+          $this->symbol = 'DCR';
40
+          $this->type = 'coin';
41
+          $this->mineable = true;
42
+          $this->description = 'Decred is an open-source, Bitcoin fork that places emphasis on development funding, on-chain governance, and consensus mechanisms.Launched in February 2016 by the Bitcoin developers behind btcsuite (an alternative full-node Bitcoin implementation written in Go (golang)), Decred successfully orchestrated an on-chain user-activated consensus vote, which is emblematic of the project\'s emphasis on community - driven stakeholder governance. Other features of the project include a hybrid proof of work (PoW) - proof of stake(PoS) consensus voting system, a public proposal platform, smart contracts, cross-chain atomic swaps, and cross-platform wallets.';
43
+          $this->website = [
44
+               'https://www.decred.org',
45
+          ];
46
+          $this->explorer = [
47
+               'https://mainnet.decred.org/api/addr/%s/?noTxList=1',
48
+               'https://explorer.dcrdata.org',
49
+               'https://stats.decred.org',
50
+          ];
51
+          $this->source_code = [
52
+               'https://github.com/decred',
53
+          ];
54 54
 
55
-        return $this;
56
-    }
55
+          return $this;
56
+     }
57 57
 }
Please login to merge, or discard this patch.
src/Cryptocurrencies/Stellar.php 1 patch
Indentation   +24 added lines, -24 removed lines patch added patch discarded remove patch
@@ -29,29 +29,29 @@
 block discarded – undo
29 29
  */
30 30
 class Stellar extends Cryptocurrency
31 31
 {
32
-    /**
33
-     * {@inheritdoc}
34
-     */
35
-    public function build()
36
-    {
37
-        $this->id = 512;
38
-        $this->name = 'Stellar';
39
-        $this->symbol = 'XLM';
40
-        $this->type = 'coin';
41
-        $this->mineable = false;
42
-        $this->description = 'The Stellar network is an open source, distributed, and community owned network used to facilitate cross-asset transfers of value. Stellar aims to help facilitate cross-asset transfer of value at a fraction of a penny while aiming to be an open financial system that gives people of all income levels access to low-cost financial services. Stellar can handle exchanges between fiat-based currencies and between cryptocurrencies. Stellar.org, the organization that supports Stellar, is centralized like XRP and meant to handle cross platform transactions and micro transactions like XRP. However, unlike Ripple, Stellar.org is non-profit and their platform itself is open source and decentralized. Through the use of its intermediary currency Lumens (XLM), a user can send any currency that they own to anyone else in a different currency. Stellar was founded by Jed McCaleb in 2014. Jed McCaleb is also the founder of Mt. Gox and co-founder of Ripple, launched the network system Stellar with former lawyer Joyce Kim. Stellar is also a payment technology that aims to connect financial institutions and drastically reduce the cost and time required for cross-border transfers. In fact, both payment networks used the same protocol initially.';
43
-        $this->website = [
44
-            'https://www.stellar.org',
45
-        ];
46
-        $this->explorer = [
47
-            'https://dashboard.stellar.org',
48
-            'https://stellar.expert/explorer/public',
49
-            'https://steexp.com',
50
-        ];
51
-        $this->source_code = [
52
-            'https://github.com/stellar',
53
-        ];
32
+     /**
33
+      * {@inheritdoc}
34
+      */
35
+     public function build()
36
+     {
37
+          $this->id = 512;
38
+          $this->name = 'Stellar';
39
+          $this->symbol = 'XLM';
40
+          $this->type = 'coin';
41
+          $this->mineable = false;
42
+          $this->description = 'The Stellar network is an open source, distributed, and community owned network used to facilitate cross-asset transfers of value. Stellar aims to help facilitate cross-asset transfer of value at a fraction of a penny while aiming to be an open financial system that gives people of all income levels access to low-cost financial services. Stellar can handle exchanges between fiat-based currencies and between cryptocurrencies. Stellar.org, the organization that supports Stellar, is centralized like XRP and meant to handle cross platform transactions and micro transactions like XRP. However, unlike Ripple, Stellar.org is non-profit and their platform itself is open source and decentralized. Through the use of its intermediary currency Lumens (XLM), a user can send any currency that they own to anyone else in a different currency. Stellar was founded by Jed McCaleb in 2014. Jed McCaleb is also the founder of Mt. Gox and co-founder of Ripple, launched the network system Stellar with former lawyer Joyce Kim. Stellar is also a payment technology that aims to connect financial institutions and drastically reduce the cost and time required for cross-border transfers. In fact, both payment networks used the same protocol initially.';
43
+          $this->website = [
44
+               'https://www.stellar.org',
45
+          ];
46
+          $this->explorer = [
47
+               'https://dashboard.stellar.org',
48
+               'https://stellar.expert/explorer/public',
49
+               'https://steexp.com',
50
+          ];
51
+          $this->source_code = [
52
+               'https://github.com/stellar',
53
+          ];
54 54
 
55
-        return $this;
56
-    }
55
+          return $this;
56
+     }
57 57
 }
Please login to merge, or discard this patch.
src/Cryptocurrencies/BitcoinGold.php 1 patch
Indentation   +24 added lines, -24 removed lines patch added patch discarded remove patch
@@ -29,29 +29,29 @@
 block discarded – undo
29 29
  */
30 30
 class BitcoinGold extends Cryptocurrency
31 31
 {
32
-    /**
33
-     * {@inheritdoc}
34
-     */
35
-    public function build()
36
-    {
37
-        $this->id = 2083;
38
-        $this->name = 'Bitcoin Gold';
39
-        $this->symbol = 'BTG';
40
-        $this->type = 'coin';
41
-        $this->mineable = true;
42
-        $this->description = 'Bitcoin Gold is a fork of Bitcoin that occurred on 24 October 2017 on block 419406. Bitcoin Gold changed Bitcoin’s proof-of-work algorithm from SHA256 to Equihash rendering specialised mining equipment obsolete in an attempt to democratise the Bitcoin mining process.';
43
-        $this->website = [
44
-            'https://bitcoingold.org',
45
-        ];
46
-        $this->explorer = [
47
-            'https://explorer.bitcoingold.org/insight',
48
-            'https://btg.tokenview.com',
49
-            'https://btgexplorer.com/api/addr/%s/?noTxList=1',
50
-        ];
51
-        $this->source_code = [
52
-            'https://github.com/BTCGPU/BTCGPU',
53
-        ];
32
+     /**
33
+      * {@inheritdoc}
34
+      */
35
+     public function build()
36
+     {
37
+          $this->id = 2083;
38
+          $this->name = 'Bitcoin Gold';
39
+          $this->symbol = 'BTG';
40
+          $this->type = 'coin';
41
+          $this->mineable = true;
42
+          $this->description = 'Bitcoin Gold is a fork of Bitcoin that occurred on 24 October 2017 on block 419406. Bitcoin Gold changed Bitcoin’s proof-of-work algorithm from SHA256 to Equihash rendering specialised mining equipment obsolete in an attempt to democratise the Bitcoin mining process.';
43
+          $this->website = [
44
+               'https://bitcoingold.org',
45
+          ];
46
+          $this->explorer = [
47
+               'https://explorer.bitcoingold.org/insight',
48
+               'https://btg.tokenview.com',
49
+               'https://btgexplorer.com/api/addr/%s/?noTxList=1',
50
+          ];
51
+          $this->source_code = [
52
+               'https://github.com/BTCGPU/BTCGPU',
53
+          ];
54 54
 
55
-        return $this;
56
-    }
55
+          return $this;
56
+     }
57 57
 }
Please login to merge, or discard this patch.
src/Cryptocurrencies/Dogecoin.php 1 patch
Indentation   +24 added lines, -24 removed lines patch added patch discarded remove patch
@@ -29,29 +29,29 @@
 block discarded – undo
29 29
  */
30 30
 class Dogecoin extends Cryptocurrency
31 31
 {
32
-    /**
33
-     * {@inheritdoc}
34
-     */
35
-    public function build()
36
-    {
37
-        $this->id = 74;
38
-        $this->name = 'Dogecoin';
39
-        $this->symbol = 'DOGE';
40
-        $this->type = 'coin';
41
-        $this->mineable = true;
42
-        $this->description = 'Based on the the popular "Doge" Internet meme and featuring a Shiba Inu on its logo, Dogecoin (DOGE) is a cryptocurrency that was forked from Litecoin in December 2013. Dogecoin has been used primarily as a tipping system on Reddit and Twitter to reward the creation or sharing of quality content. Dogecoin was created by Billy Markus from Portland, Oregon and Jackson Palmer from Sydney, Australia. Both had envisaged Dogecoin as a fun, light-hearted cryptocurrency that would have greater appeal beyond the core Bitcoin audience.';
43
-        $this->website = [
44
-            'http://dogecoin.com',
45
-        ];
46
-        $this->explorer = [
47
-            'https://chain.so/api/v2/get_address_balance/DOGE/%s',
48
-            'https://blockchair.com/dogecoin',
49
-            'http://dogechain.info/chain/Dogecoin',
50
-        ];
51
-        $this->source_code = [
52
-            'https://github.com/dogecoin/dogecoin',
53
-        ];
32
+     /**
33
+      * {@inheritdoc}
34
+      */
35
+     public function build()
36
+     {
37
+          $this->id = 74;
38
+          $this->name = 'Dogecoin';
39
+          $this->symbol = 'DOGE';
40
+          $this->type = 'coin';
41
+          $this->mineable = true;
42
+          $this->description = 'Based on the the popular "Doge" Internet meme and featuring a Shiba Inu on its logo, Dogecoin (DOGE) is a cryptocurrency that was forked from Litecoin in December 2013. Dogecoin has been used primarily as a tipping system on Reddit and Twitter to reward the creation or sharing of quality content. Dogecoin was created by Billy Markus from Portland, Oregon and Jackson Palmer from Sydney, Australia. Both had envisaged Dogecoin as a fun, light-hearted cryptocurrency that would have greater appeal beyond the core Bitcoin audience.';
43
+          $this->website = [
44
+               'http://dogecoin.com',
45
+          ];
46
+          $this->explorer = [
47
+               'https://chain.so/api/v2/get_address_balance/DOGE/%s',
48
+               'https://blockchair.com/dogecoin',
49
+               'http://dogechain.info/chain/Dogecoin',
50
+          ];
51
+          $this->source_code = [
52
+               'https://github.com/dogecoin/dogecoin',
53
+          ];
54 54
 
55
-        return $this;
56
-    }
55
+          return $this;
56
+     }
57 57
 }
Please login to merge, or discard this patch.
src/Cryptocurrencies/Ripple.php 1 patch
Indentation   +23 added lines, -23 removed lines patch added patch discarded remove patch
@@ -29,28 +29,28 @@
 block discarded – undo
29 29
  */
30 30
 class Ripple extends Cryptocurrency
31 31
 {
32
-    /**
33
-     * {@inheritdoc}
34
-     */
35
-    public function build()
36
-    {
37
-        $this->id = 52;
38
-        $this->name = 'Ripple';
39
-        $this->symbol = 'XRP';
40
-        $this->type = 'coin';
41
-        $this->mineable = false;
42
-        $this->description = 'Ripple is an independent digital asset that is native to the Ripple Consensus Ledger. With proven governance and the fastest transaction confirmation of its kind, XRP is said to be the most efficient settlement option for financial institutions and liquidity providers seeking global reach, accessibility and fast settlement finality for interbank flows.';
43
-        $this->website = [
44
-            'https://ripple.com/xrp',
45
-        ];
46
-        $this->explorer = [
47
-            'https://xrpcharts.ripple.com/#/graph',
48
-            'https://bithomp.com/explorer',
49
-        ];
50
-        $this->source_code = [
51
-            'https://github.com/ripple',
52
-        ];
32
+     /**
33
+      * {@inheritdoc}
34
+      */
35
+     public function build()
36
+     {
37
+          $this->id = 52;
38
+          $this->name = 'Ripple';
39
+          $this->symbol = 'XRP';
40
+          $this->type = 'coin';
41
+          $this->mineable = false;
42
+          $this->description = 'Ripple is an independent digital asset that is native to the Ripple Consensus Ledger. With proven governance and the fastest transaction confirmation of its kind, XRP is said to be the most efficient settlement option for financial institutions and liquidity providers seeking global reach, accessibility and fast settlement finality for interbank flows.';
43
+          $this->website = [
44
+               'https://ripple.com/xrp',
45
+          ];
46
+          $this->explorer = [
47
+               'https://xrpcharts.ripple.com/#/graph',
48
+               'https://bithomp.com/explorer',
49
+          ];
50
+          $this->source_code = [
51
+               'https://github.com/ripple',
52
+          ];
53 53
 
54
-        return $this;
55
-    }
54
+          return $this;
55
+     }
56 56
 }
Please login to merge, or discard this patch.
src/Cryptocurrencies/BitcoinCash.php 1 patch
Indentation   +25 added lines, -25 removed lines patch added patch discarded remove patch
@@ -29,30 +29,30 @@
 block discarded – undo
29 29
  */
30 30
 class BitcoinCash extends Cryptocurrency
31 31
 {
32
-    /**
33
-     * {@inheritdoc}
34
-     */
35
-    public function build()
36
-    {
37
-        $this->id = 1831;
38
-        $this->name = 'Bitcoin Cash';
39
-        $this->symbol = 'BCH';
40
-        $this->type = 'coin';
41
-        $this->mineable = true;
42
-        $this->description = 'Bitcoin Cash (ABC) is hard fork (a community-activated update to the protocol or code) of Bitcoin that took effect on 1st August 2017 that increased the block size to 8MB, to help the scale the underlying technology of Bitcoin. In 16th November 2018 Bitcoin Cash was hard forked again and split into Bitcoin SV and Bitcoin ABC. Bitcoin ABC became the dominant chain and took over the BCH ticker as it had more hashpower and majority of the nodes in the network.';
43
-        $this->website = [
44
-            'https://www.bitcoincash.org',
45
-        ];
46
-        $this->explorer = [
47
-            'https://www.blocktrail.com/BCC/json/blockchain/address/%s',
48
-            'https://blockchair.com/bitcoin-cash',
49
-            'https://bch.tokenview.com/en',
50
-            'http://blockdozer.com/insight',
51
-        ];
52
-        $this->source_code = [
53
-            'https://github.com/bitcoincashorg',
54
-        ];
32
+     /**
33
+      * {@inheritdoc}
34
+      */
35
+     public function build()
36
+     {
37
+          $this->id = 1831;
38
+          $this->name = 'Bitcoin Cash';
39
+          $this->symbol = 'BCH';
40
+          $this->type = 'coin';
41
+          $this->mineable = true;
42
+          $this->description = 'Bitcoin Cash (ABC) is hard fork (a community-activated update to the protocol or code) of Bitcoin that took effect on 1st August 2017 that increased the block size to 8MB, to help the scale the underlying technology of Bitcoin. In 16th November 2018 Bitcoin Cash was hard forked again and split into Bitcoin SV and Bitcoin ABC. Bitcoin ABC became the dominant chain and took over the BCH ticker as it had more hashpower and majority of the nodes in the network.';
43
+          $this->website = [
44
+               'https://www.bitcoincash.org',
45
+          ];
46
+          $this->explorer = [
47
+               'https://www.blocktrail.com/BCC/json/blockchain/address/%s',
48
+               'https://blockchair.com/bitcoin-cash',
49
+               'https://bch.tokenview.com/en',
50
+               'http://blockdozer.com/insight',
51
+          ];
52
+          $this->source_code = [
53
+               'https://github.com/bitcoincashorg',
54
+          ];
55 55
 
56
-        return $this;
57
-    }
56
+          return $this;
57
+     }
58 58
 }
Please login to merge, or discard this patch.