Skip to content

Commit 2bc160c

Browse files
committed
new donation addr
1 parent 79f4cb8 commit 2bc160c

21 files changed

+52
-21
lines changed

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Please realize that this software relies *heavily* on the Eligius Bitcoin Mining
99
Much to come!
1010

1111
-wizkid057
12-
Donations/Tips appreciated: 1StatsgBq3C8PbF1SJw487MEUHhZahyvR
12+
Donations/Tips appreciated: 1StatsQytc7UEZ9sHJ9BGX2csmkj8XZr2

api.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# wizstats - bitcoin pool web statistics - 1StatsgBq3C8PbF1SJw487MEUHhZahyvR
2+
# wizstats - bitcoin pool web statistics - 1StatsQytc7UEZ9sHJ9BGX2csmkj8XZr2
33
# Copyright (C) 2013 Jason Hughes <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify

blocks.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# wizstats - bitcoin pool web statistics - 1StatsgBq3C8PbF1SJw487MEUHhZahyvR
2+
# wizstats - bitcoin pool web statistics - 1StatsQytc7UEZ9sHJ9BGX2csmkj8XZr2
33
# Copyright (C) 2012 Jason Hughes <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify

blocks_functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# wizstats - bitcoin pool web statistics - 1StatsgBq3C8PbF1SJw487MEUHhZahyvR
2+
# wizstats - bitcoin pool web statistics - 1StatsQytc7UEZ9sHJ9BGX2csmkj8XZr2
33
# Copyright (C) 2012 Jason Hughes <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify

common.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# wizstats - bitcoin pool web statistics - 1StatsgBq3C8PbF1SJw487MEUHhZahyvR
2+
# wizstats - bitcoin pool web statistics - 1StatsQytc7UEZ9sHJ9BGX2csmkj8XZr2
33
# Copyright (C) 2012 Jason Hughes <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
@@ -91,7 +91,6 @@ function print_stats_top() {
9191
<br>
9292
<!--[if IE]><H4>This page works best in <A HREF=\"http://www.google.com/chrome\">Google Chrome</A>. You will not have an optimal experience using Internet Explorer.</H4><![endif]-->
9393
");
94-
9594
}
9695

9796

config.php.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# wizstats - bitcoin pool web statistics - 1StatsgBq3C8PbF1SJw487MEUHhZahyvR
2+
# wizstats - bitcoin pool web statistics - 1StatsQytc7UEZ9sHJ9BGX2csmkj8XZr2
33
# Copyright (C) 2012 Jason Hughes <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify

index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# wizstats - bitcoin pool web statistics - 1StatsgBq3C8PbF1SJw487MEUHhZahyvR
2+
# wizstats - bitcoin pool web statistics - 1StatsQytc7UEZ9sHJ9BGX2csmkj8XZr2
33
# Copyright (C) 2012 Jason Hughes <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify

instant.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# wizstats - bitcoin pool web statistics - 1StatsgBq3C8PbF1SJw487MEUHhZahyvR
2+
# wizstats - bitcoin pool web statistics - 1StatsQytc7UEZ9sHJ9BGX2csmkj8XZr2
33
# Copyright (C) 2012 Jason Hughes <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify

instant_livedata.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# wizstats - bitcoin pool web statistics - 1StatsgBq3C8PbF1SJw487MEUHhZahyvR
2+
# wizstats - bitcoin pool web statistics - 1StatsQytc7UEZ9sHJ9BGX2csmkj8XZr2
33
# Copyright (C) 2012 Jason Hughes <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify

instantscripts.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# wizstats - bitcoin pool web statistics - 1StatsgBq3C8PbF1SJw487MEUHhZahyvR
2+
# wizstats - bitcoin pool web statistics - 1StatsQytc7UEZ9sHJ9BGX2csmkj8XZr2
33
# Copyright (C) 2012 Jason Hughes <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify

mystats.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# wizstats - bitcoin pool web statistics - 1StatsgBq3C8PbF1SJw487MEUHhZahyvR
2+
# wizstats - bitcoin pool web statistics - 1StatsQytc7UEZ9sHJ9BGX2csmkj8XZr2
33
# Copyright (C) 2012 Jason Hughes <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify

poolhashrate.php

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?php
2+
3+
4+
require_once 'includes.php';
5+
6+
print_stats_top();
7+
8+
9+
10+
?>
11+
12+
<div id="graphdiv3" style="width:100%; height:275px;"></div>
13+
<script type="text/javascript">
14+
g2 = new Dygraph(
15+
document.getElementById("graphdiv3"),
16+
"poolhashrategraph.php?extended=1",
17+
{ strokeWidth: 2.25,
18+
'hashrate': {fillGraph: true },
19+
labelsDivStyles: { border: '1px solid black' },
20+
title: '<?php echo $poolname; ?> Hashrate Graph',
21+
xlabel: 'Date',
22+
ylabel: 'Gh/sec',
23+
animatedZooms: true,
24+
includeZero: true
25+
}
26+
);
27+
</script>
28+
29+
<?php
30+
print_stats_bottom();
31+
32+
?>

poolluckgraph.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# wizstats - bitcoin pool web statistics - 1StatsgBq3C8PbF1SJw487MEUHhZahyvR
2+
# wizstats - bitcoin pool web statistics - 1StatsQytc7UEZ9sHJ9BGX2csmkj8XZr2
33
# Copyright (C) 2012 Jason Hughes <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify

topcontributors.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# wizstats - bitcoin pool web statistics - 1StatsgBq3C8PbF1SJw487MEUHhZahyvR
2+
# wizstats - bitcoin pool web statistics - 1StatsQytc7UEZ9sHJ9BGX2csmkj8XZr2
33
# Copyright (C) 2012 Jason Hughes <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify

updatebalancesv2.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/php
22
<?php
3-
# wizstats - bitcoin pool web statistics - 1StatsgBq3C8PbF1SJw487MEUHhZahyvR
3+
# wizstats - bitcoin pool web statistics - 1StatsQytc7UEZ9sHJ9BGX2csmkj8XZr2
44
# Copyright (C) 2012 Jason Hughes <[email protected]>
55
#
66
# This program is free software: you can redistribute it and/or modify

updateblocksv2.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/php
22
<?php
3-
# wizstats - bitcoin pool web statistics - 1StatsgBq3C8PbF1SJw487MEUHhZahyvR
3+
# wizstats - bitcoin pool web statistics - 1StatsQytc7UEZ9sHJ9BGX2csmkj8XZr2
44
# Copyright (C) 2012 Jason Hughes <[email protected]>
55
#
66
# This program is free software: you can redistribute it and/or modify

updateshares.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/php
22
<?php
3-
# wizstats - bitcoin pool web statistics - 1StatsgBq3C8PbF1SJw487MEUHhZahyvR
3+
# wizstats - bitcoin pool web statistics - 1StatsQytc7UEZ9sHJ9BGX2csmkj8XZr2
44
# Copyright (C) 2012 Jason Hughes <[email protected]>
55
#
66
# This program is free software: you can redistribute it and/or modify

updatetxndata.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/php
22
<?php
3-
# wizstats - bitcoin pool web statistics - 1StatsgBq3C8PbF1SJw487MEUHhZahyvR
3+
# wizstats - bitcoin pool web statistics - 1StatsQytc7UEZ9sHJ9BGX2csmkj8XZr2
44
# Copyright (C) 2013 Jason Hughes <[email protected]>
55
#
66
# This program is free software: you can redistribute it and/or modify

userstats.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# wizstats - bitcoin pool web statistics - 1StatsgBq3C8PbF1SJw487MEUHhZahyvR
2+
# wizstats - bitcoin pool web statistics - 1StatsQytc7UEZ9sHJ9BGX2csmkj8XZr2
33
# Copyright (C) 2012 Jason Hughes <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify

userstats_subcmd.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# wizstats - bitcoin pool web statistics - 1StatsgBq3C8PbF1SJw487MEUHhZahyvR
2+
# wizstats - bitcoin pool web statistics - 1StatsQytc7UEZ9sHJ9BGX2csmkj8XZr2
33
# Copyright (C) 2012 Jason Hughes <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify

utils.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# wizstats - bitcoin pool web statistics - 1StatsgBq3C8PbF1SJw487MEUHhZahyvR
2+
# wizstats - bitcoin pool web statistics - 1StatsQytc7UEZ9sHJ9BGX2csmkj8XZr2
33
# Copyright (C) 2012 Jason Hughes <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)