added X11 algorithm support (coins like darkcoin)
This commit is contained in:
parent
aa28e2dea9
commit
4c4944fdb2
13
public/include/classes/coins/coin_x11.class.php
Normal file
13
public/include/classes/coins/coin_x11.class.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
$defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1;
|
||||
|
||||
/**
|
||||
* We extend our CoinBase class
|
||||
* No need to change anything, base class supports
|
||||
* scrypt and sha256d
|
||||
**/
|
||||
class Coin extends CoinBase {
|
||||
protected $target_bits = 24;
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user