external mansternode miner support
This commit is contained in:
@@ -24,6 +24,7 @@ class Block
|
||||
|
||||
// create the block data and check it against the signature
|
||||
$info = "{$generator}-{$height}-{$date}-{$nonce}-{$json}-{$difficulty}-{$argon}";
|
||||
_log($info,3);
|
||||
if (!$bootstrapping) {
|
||||
if (!$acc->check_signature($info, $signature, $public_key)) {
|
||||
_log("Block signature check failed");
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
// ARO version
|
||||
define("VERSION", "0.4.0");
|
||||
define("VERSION", "0.4.1");
|
||||
// Amsterdam timezone by default, should probably be moved to config
|
||||
date_default_timezone_set("UTC");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user