Monero Miner with TeamSpeak Rewards

Kieran

Tag me
Contributor
Jan 1, 2016
459
286
122
Its working now dude! Looks like it was the + in my UID. <3
Okay. In URLs, a + is basically a space so I guess in the API call it thought I meant a +. It now replaces + with $$ in the api call and miner user so if you see somebody with $$ in their UID, it's supposed to be a +.
 

iNulleD

Member
Mar 13, 2016
19
2
38
Hello, it would be possible to put a quantity of augmentative h / s! Example: 3000 H / s won Group 1, 4000 won Group 2, and so on!
 

Kieran

Tag me
Contributor
Jan 1, 2016
459
286
122
Hello, it would be possible to put a quantity of augmentative h / s! Example: 3000 H / s won Group 1, 4000 won Group 2, and so on!
I thought about adding that already. That shouldn't be hard to do. I'll see if I'm gonna work on it, thanks
You probably mean 3000 H, not 3000 H/s because that's pretty much impossible
 

iNulleD

Member
Mar 13, 2016
19
2
38
Hashes left: -3,536 And I still have not received the tag!

Hi, it worked. Well you could stick to what I said right up there! Type a rank every amount of hash!
 
Last edited by a moderator:

BitToast

Member
Aug 26, 2017
3
1
35
If I try to register myself, the error message "No user found. You have to be connected to the TS server if you want to register." shows.

If I add this
PHP:
function uidencode($uid){return str_replace("+", "$$", $uid);}
function uiddecode($uid){return str_replace("$$", "+", $uid);}
there's no error shown, but it won't show any names.

testconn.php works perfectly and the logs are clear too.
 

Kieran

Tag me
Contributor
Jan 1, 2016
459
286
122
If I try to register myself, the error message "No user found. You have to be connected to the TS server if you want to register." shows.

If I add this
PHP:
function uidencode($uid){return str_replace("+", "$$", $uid);}
function uiddecode($uid){return str_replace("$$", "+", $uid);}
there's no error shown, but it won't show any names.

testconn.php works perfectly and the logs are clear too.
Try it with a fresh download. Everything should work perfectly fine.
If it's still not working, post your config here. Remove the password though
 

Kieran

Tag me
Contributor
Jan 1, 2016
459
286
122
Not working - still the same:
Can you see anything in your console when you try to register? (F12 or right click > Inspect Element)
Have you imported the mysql database correctly?
I see that you changed the name of it in your config. Have you renamed it too?

Are there any entries in the database?

Please send me a zipped version of your coinhive folder as a private message so that I can test it. (Remove passwords etc of course)
 
Last edited:

BitToast

Member
Aug 26, 2017
3
1
35
Can you see anything in your console when you try to register? (F12 or right click > Inspect Element)
Have you imported the mysql database correctly?
I see that you changed the name of it in your config. Have you renamed it too?

Are there any entries in the database?

Please send me a zipped version of your coinhive folder as a private message so that I can test it. (Remove passwords etc of course)

Somehow, it just started working - possibly the autorestart fixed it. Anyways, thanks for helping.
 
Top