headz
|
cb4d69f092
|
[FIX] Calling $this from static context
The static function pubKeyToAddress() was calling $this->hash160(). Changed to self::hash160().
|
2013-12-16 23:51:50 -05:00 |
|
Sebastian Grewe
|
5f271e3f67
|
Fixing issues with application using BASEPATH
Fixes #217
|
2013-06-19 14:50:13 +02:00 |
|
Sebastian Grewe
|
d4331ed8dc
|
Adding more actions for API page
* getblockcount
* getblocksfound (with limit support)
* getcurrentworkers
* getdifficulty
* getestimatedtime
* getpoolhashrate
* getpoolsharerate
* gettimesincelastblock
|
2013-05-28 10:50:16 +02:00 |
|
Sebastian Grewe
|
ef4b9fd21d
|
adding new cronjob to find generated or immature blocks, changed project to allow scripts to run outside of webroot
|
2013-05-10 19:46:54 +02:00 |
|
Sebastian Grewe
|
1b50f76f72
|
initial import of file base of my WIP
|
2013-05-06 14:11:38 +02:00 |
|