Skip to content

Commit 33560ec

Browse files
author
Hüseyin Uslu
committed
added scrypt-n coin-algo class for sake of completeness
1 parent bdee180 commit 33560ec

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
$defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1;
3+
4+
/**
5+
* We extend our CoinBase class
6+
* No need to change anything, base class supports
7+
* scrypt and sha256d
8+
**/
9+
class Coin extends CoinBase {
10+
protected $target_bits = 16;
11+
}
12+
13+
?>

0 commit comments

Comments
 (0)