Tanguy Pruvot
f4caf07277
security: remove all unserialize() funcs from code
2017-09-10 00:41:18 +02:00
Tanguy Pruvot
e2d8fa818a
renting: add a server constant for withdraw tx fees
2017-06-28 14:51:27 +02:00
Tanguy Pruvot
b425096b8f
renting: strip the protocol prefix
2017-02-01 13:04:15 +01:00
Tanguy Pruvot
7504a393d3
renting: check remote server host
2017-01-23 20:59:26 +01:00
crackfoo
431d28eb86
renting: add algo specific link to pool ( #74 )
2017-01-23 20:31:48 +01:00
Tanguy Pruvot
ea8d62cbdf
renting: prevent divide by 0 (untested)
2017-01-17 19:24:41 +01:00
Tanguy Pruvot
5472fca192
config: add YAAMP_DEFAULT_ALGO
2016-06-02 10:46:49 +02:00
Tanguy Pruvot
35220977ef
new wallet rpc class to handle martians
...
add some bitcoin rpc commands to query geth wallet informations (balance,diff,connections..)
todo: handle explorer and transactions list
2016-05-29 09:39:04 +02:00
Tanguy Pruvot
fe6c79ea23
stats: change blake algos profit to mBTC/Gh
...
to update history, manually run this sql query :
UPDATE hashrate SET price=price*1000.0, rent=rent*1000 WHERE algo IN ('blake','blake2s','decred','vanilla') AND price < 0.01;
2016-03-27 20:27:27 +02:00
Tanguy Pruvot
63ecb1515c
extend maximum user address length to 35 chars
2016-02-14 04:21:01 +01:00
Tanguy Pruvot
7ce252a520
More PHP 5.4 ugly fixes about functions returns
...
not sure all are required, but at least the empty(getparam(x)) is.
This is not fatal on PHP 5.5 and 5.6...
2015-09-07 18:12:06 +02:00
Tanguy Pruvot
bb31cec957
dos2unix all files, we are on linux
...
trim them, btw... its important to start on a clean base...
2015-07-12 04:40:50 +02:00
Tanguy Pruvot
d8fe695a46
Some constants for the btc addr, email and site url..
...
+ missing .gitignore / folder git keepers
2015-07-02 21:17:04 +02:00
root
b5a202e155
init
2015-07-02 20:58:45 +02:00