Commit Graph

42 Commits

Author SHA1 Message Date
Jethro Grassie 83dace40c1
add error check to getcwd 2019-04-07 15:54:39 -04:00
Jethro Grassie 515ba33902
fix json-c deprications 2019-04-07 15:54:39 -04:00
Jethro Grassie 9bd6606ae7
fix Linux build dependencies 2019-04-07 15:54:35 -04:00
Jethro Grassie 55da98cee9
update readme and todo to reflect new build system 2019-04-07 01:10:56 -04:00
Jethro Grassie c3761f9a99
tidy html a little 2019-04-07 01:10:56 -04:00
Jethro Grassie 1c04c08763
remove monero source files
Building is faster and future Monero upgrades easier.

Set environment variables:
    export MONERO_ROOT=/path/to/monero (your cloned git repo)
    export MONERO_BUILD_ROOT=$MONERO_ROOT/build/Linux/<branch>/<debug|release>
2019-04-07 01:10:53 -04:00
Jethro Grassie e9ddd8d77a
implement high target (64bit) 2019-04-07 01:03:11 -04:00
Jethro Grassie 3970973b89
clean up target_to_hex code
This is now more readable IMO. The nodejs pool has a very ugly approach
to achieve the same result. We also now warn about any larger than 32bit
target, which the nodejs pool just blindly ignores currently.
2019-04-07 01:03:11 -04:00
Jethro Grassie 5f253f4827
add minor optimization for target_to_hex 2019-04-07 01:03:10 -04:00
Jethro Grassie 0be08eddfc
loop all clients for miner hashrate 2019-04-07 01:03:01 -04:00
Jethro Grassie c3b16dec1a
add missing sodium to Makefile 2019-04-07 01:01:13 -04:00
Jethro Grassie 3ca1c73e3d
increase nonce space 2019-04-07 01:01:10 -04:00
Jethro Grassie 7479e6ec43
add keepalived 2019-03-15 20:19:04 -04:00
Jethro Grassie c918ae4845
fix log unsigned values 2019-03-15 19:55:35 -04:00
Jethro Grassie 12f5dda2d6
fix for xmrig method job 2019-03-15 19:39:59 -04:00
Jethro Grassie fd3c00f510
update readme 2019-03-07 22:50:58 -05:00
Jethro Grassie bbfa90981f
Merge branch 'hr-sync' 2019-03-07 20:48:05 -05:00
Jethro Grassie 590ac33709
change pool hashrate calculation 2019-03-07 20:47:16 -05:00
Jethro Grassie b8c5bfdfc7
make stats GET 2019-03-07 17:17:11 -05:00
Jethro Grassie 6a0c5475a1
move web stats to json api 2019-03-03 15:42:09 -05:00
Jethro Grassie 17998481bf
fix pool hashrate reporting 2019-03-03 10:39:43 -05:00
Jethro Grassie 6ae1612b25
Merge branch 'CNv4' 2019-02-25 18:02:09 -05:00
Jethro Grassie ab812a7076
improve Makefile 2019-02-25 18:00:21 -05:00
Jethro Grassie 3c76d658c7
add CNv4 support 2019-02-25 17:56:48 -05:00
Jethro Grassie 9b396bcee9
fix a couple of warnings 2019-02-12 20:08:30 -05:00
Jethro Grassie f8fa048ea9
tidy json validation 2019-02-10 22:56:32 -05:00
Jethro Grassie 2b36c6090c
fail early on long input 2019-02-09 19:14:11 -05:00
Jethro Grassie 2d23056e24
remove old print 2019-02-09 18:35:29 -05:00
Jethro Grassie 7cff0f5d5c
add a sanity check on target size 2019-02-09 18:20:06 -05:00
Jethro Grassie 6b9c012574
Merge branch 'input-val' 2019-02-09 14:52:28 -05:00
Jethro Grassie bdaaad39c8
add some input validation 2019-02-09 14:31:30 -05:00
Jethro Grassie 40bf2eb99c
crypto: update variant 2018-10-18 15:29:12 -04:00
Jethro Grassie 698a3387f7
Merge branch 'variant-2' 2018-10-11 20:59:44 -04:00
Jethro Grassie c7efa591ab
Updates for CNv2 2018-10-11 20:13:19 -04:00
Jethro Grassie ebf0be3f4e
util: fix unused at present reverse_hex 2018-08-25 09:28:41 -04:00
Jethro Grassie fb38e559dd
docs: readme and todo updates 2018-08-19 08:20:30 -04:00
Jethro Grassie 6600567377
webui: expose pool port 2018-08-18 09:32:29 -04:00
Jethro Grassie 538994b2d0
stats: pool hashrate avg over last 5 blocks 2018-08-18 09:27:16 -04:00
Jethro Grassie e652433684
config: add log file option 2018-08-17 09:39:38 -04:00
Jethro Grassie 99db5072b1
webui: last block found fix for none 2018-08-15 10:18:32 -04:00
Jethro Grassie ce734bac92
Some bug fixes moneromoo spotted 2018-08-12 23:33:34 -04:00
Jethro Grassie 6fbe8860ed
Initial commit 2018-08-12 15:48:25 -04:00