1.) I have fixed estimation profit for use reward on lastblock and not 16XMR per block in official code
- var resl = 16 / ((lastStats.network.difficulty / inp2) / 86400);
+ var resl = ( lastStats.network.reward / coinUnits) / ((lastStats.network.difficulty / inp2) / 86400 );
2.) I have add Estimation for 24H: 0.4532318093553528 XMR
Updated when block found per network ( reward change ) and hashrate change
Thanks, great work!
More ideas:
* Expand that to include Estimation for 31 days/month?
* Consolidate Last Share Submitted and Total Hashes Submitted? (Hardly anyone looks at that and it takes up screenspace)
* Consolidate Pending Balance and Total Paid. Eg:
* Expand the "Hash Rate:" field to include more workers and add some information
All 4 ideas rolled into one example:
Total Hashes Submitted: 6187212500 Last Share Submitted: 2 minutes ago
Total Paid: 58.600000000000 XMR Pending Balance: 0.052325750411 XMR
Estimation for 24H: 15.24384775773392856 Estimation for 1M: 472.55928049
Hash Rate: 18.65 kH/s Workers: 60 Average Hash Rate: 160 h/s
I work for add new features
1.) Choice your diff
2.) Mine with exchange address
3.) Stats per miner
4.) Monitoring miner
I propose format follow :
ADDRESS.PAYMENTID.WORKERID.DIFF Password:Email
ADDRESS: Addresse Monero
PaymentID : PaymentID Valid ( 2 DWORD )
WORKER_ID: Not full number ( for make diff with diff )
DIFF : DIFF choice per miner
All combination possible
ADDRESS.DIFF Password:Email
ADDRESS.PAYMENTID.DIFF Password:Email
ADDRESS.WORKERID.DIFF Password:Email
ADDRESS.PAYMENTID.DIFF Password:Email
ADDRESS.WORKERID Password:Email
.......
........
....
So just so I understand this correctly, If someone wanted all possible combinations:
ADDRESS.PAYMENTID.WORKERID.DIFF Password: Email
I propose minimal threshold to 10XMR for mining with exchange and fee is remove to payout.
Sounds good.
I propose add other function :
Make payout for exchange in same transaction of regular payout :
60 payout in average per day only for miner more 0.1XMR and less 10XMR.
If more 60 payout , I payout priority miner of last old payout
For information seconds revision of multibitmonerod is used on to day ( more efficiency )
I work for increase efficiency ( add bitmonerod on the world with GeoIP Filter for find newblock on network more quickly )
Quite interesting. Looks good. Keep up the great work!