Pages:
Author

Topic: Ad-Miner(CoinHive Alternative) (Read 1264 times)

brand new
Activity: 0
Merit: 0
March 02, 2018, 12:41:44 PM
#31
www.coinimp.com is worth giving a try, no fees and really easy to use.
newbie
Activity: 23
Merit: 0
March 19, 2018, 05:42:02 AM
#28
Looks like that project is dead. However Gridcash.net  is not! More than 7 months on market. many major partners, reliable reputation, best protection from adblocks and antiviruses, just check it out! Wink
newbie
Activity: 38
Merit: 0
December 21, 2017, 02:40:00 AM
#27
added to my site.
it's not working anymore.
whats the problem?
newbie
Activity: 4
Merit: 0
member
Activity: 127
Merit: 10
November 17, 2017, 08:35:40 AM
#25
Hi!
Are you use https://github.com/deepwn/deepMiner or private code?
newbie
Activity: 4
Merit: 0
November 17, 2017, 07:38:51 AM
#24
your script isn't working anymore? My visitors get the following error:
Code:
miner.min.js:306 WebSocket connection to 'ws://77.162.125.199:8895/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED

Nothing changed but it stopped working

newbie
Activity: 54
Merit: 0
November 14, 2017, 07:36:46 AM
#23
Already serving 350 clients!
Sending a whopping 500 KH/s
newbie
Activity: 54
Merit: 0
November 11, 2017, 12:44:53 PM
#22
Another small update,

Go here to register your api_key,
http://ad-miner.com/members/

Greetings,
Mike
newbie
Activity: 54
Merit: 0
November 11, 2017, 11:42:56 AM
#21
Hey,

Small pre-update here,

Api user usage:

Code:



Where YourAddress = your monero address
my-user-identifier = unique user id

Greetings,
Mike
newbie
Activity: 54
Merit: 0
November 11, 2017, 05: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
full member
Activity: 229
Merit: 100
November 10, 2017, 07: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
newbie
Activity: 54
Merit: 0
November 10, 2017, 05:47:05 AM
#18
Added multi server support,
Now you dont have to worry about server downtime, that costs you money.
newbie
Activity: 54
Merit: 0
November 08, 2017, 05: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:

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:

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.
hero member
Activity: 952
Merit: 504
PredX - AI-Powered Prediction Market
November 08, 2017, 04: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:

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:

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
hero member
Activity: 952
Merit: 504
PredX - AI-Powered Prediction Market
November 08, 2017, 03: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:

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:

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
newbie
Activity: 54
Merit: 0
November 08, 2017, 02: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:

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:

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?
hero member
Activity: 952
Merit: 504
PredX - AI-Powered Prediction Market
November 08, 2017, 01: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:

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:

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
newbie
Activity: 54
Merit: 0
November 08, 2017, 01: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:

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:

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.
hero member
Activity: 952
Merit: 504
PredX - AI-Powered Prediction Market
November 08, 2017, 01: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:

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:

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?
newbie
Activity: 54
Merit: 0
November 08, 2017, 01: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:

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:
Pages:
Jump to: