UnamSanctam / SilentXMRMiner

A Silent (Hidden) Monero (XMR) Miner Builder
MIT License
561 stars 162 forks source link

Miner isn't connecting to pool #268

Closed paki92200 closed 3 years ago

paki92200 commented 3 years ago

Hello there, I am facing a problem with the miner, it just doesn't connect to the pool. I don't know why, it was working yesterday but today it's not. I was wondering if you could help me.

UnamSanctam commented 3 years ago

Which pool and what settings did you use?

paki92200 commented 3 years ago

Hi sir, thanks for the fast answer :o I am using Miner Gate pool, here are all my settings : https://cdn.discordapp.com/attachments/644993923655270423/843249754158006312/Capture.PNG https://cdn.discordapp.com/attachments/644993923655270423/843249758905958450/Capture2.PNG https://cdn.discordapp.com/attachments/644993923655270423/843249760579878942/Capture3.PNG https://cdn.discordapp.com/attachments/644993923655270423/843249762751742022/Capture5.PNG https://cdn.discordapp.com/attachments/644993923655270423/843249761476804658/Capture4.PNG https://cdn.discordapp.com/attachments/644993923655270423/843249765319049237/Capture6.PNG https://cdn.discordapp.com/attachments/644993923655270423/843249767957790770/Capture8.PNG

UnamSanctam commented 3 years ago

Oh, well personally I never use MinerGate since the pool doesn't work for me at all, I can't connect to them and they also steal your hashrate which is why I mainly stay away from them. You can try and open CMD and run ping xmr.pool.minergate.com to see if you get any response.

paki92200 commented 3 years ago

Hmm, then which pool do you recommend ? I will just change :p

UnamSanctam commented 3 years ago

I use nanopool since they don't ban you for having many miners.

paki92200 commented 3 years ago

Ok, while I'm creating my account, can you tell me if the settings I've made are good ?

UnamSanctam commented 3 years ago

Yes, all your settings are good although I recommend enabling 'Idle Mining' since then it will use more CPU while the computer isn't in use, you can also enable '"Kill' Windows Defender' if you want to decrease the detections rates by Windows Defender although this will require you to run it as administrator so you don't have to enable it.

Nanopool doesn't require any account so you can just mine directly to your wallet address.

paki92200 commented 3 years ago

Okay, great thanks ! 1.And will the bot restart automatically when windows restart ? I was also facing this problem. 2.Which port do I need to set, SSL or not ? 3.I can't put Binance address directly right ? (for Monero I mean)

UnamSanctam commented 3 years ago
  1. Yes it will restart since you have 'Install' enabled.
  2. SSL is recommended so port 14433, don't forget to enable 'SSL/TLS' in the 'Mining' tab as well.
  3. You shouldn't no, you can just download any wallet like the official GUI wallet or something like MyMonero, takes like 1 minute.
paki92200 commented 3 years ago

Well I don't get why but it's not launching in the "starting" task manager

UnamSanctam commented 3 years ago

If you run it as administrator it will be added into the Task Scheduler instead if that's what you mean.

paki92200 commented 3 years ago

I activated the option "Run it as admin" but when I launched it it's just not in Task Scheduler

UnamSanctam commented 3 years ago

It should be in the Task Scheduler library and should be called 'WinUpdates' since that's what you entered the 'Install' options.

paki92200 commented 3 years ago

Here is what I have : https://cdn.discordapp.com/attachments/644993923655270423/843257065006563358/unknown.png

UnamSanctam commented 3 years ago

Yes it shouldn't be in the Task Manager but should be in the Task Scheduler.

paki92200 commented 3 years ago

Oh wait, I'll get a look, another question (sorry for all of these), but how can I know if the worker is "really" working ? And from which amount will I see the earning on my MyMonero wallet ?

UnamSanctam commented 3 years ago

If it's using any CPU then it's working, when you've mined a share it should also show up on Nanopool, although it won't register as a worker unless you add that into the 'Wallet Address/User' when creating the miner. Nanopools default minimum payout is at 1 XMR but can be lowered to 0.1 XMR if you include an email/password when mining. To include a worker/email(password) then just enter your wallet address in this format: YOUR_XMR_ADDRESS.YOUR_WORKER/YOUR_EMAIL so for example, 8BbApiMBHsPVKkLEP4rVbST6CnSb3LW2gXygngCi5MGiBuwAFh6bFEzT3UTufiCehFK7fNvAjs5Tv6BKYa6w8hwaSjnsg2N.Worker/password would mine with the worker name 'Worker' in Nanopool and you could then use the password password to change the minimum payout when it has mined for a bit.

paki92200 commented 3 years ago

I didn't got you for the miner address :/ Sorry... Btw, when I enter my address on Nanopool it says there is no share yet. For the tool, I can see it on the scheduler, seems to work, but I have a last question, if the worker reactivates hit antivirus, will the miner stop ?

paki92200 commented 3 years ago

Yeah no share found I don't get why

UnamSanctam commented 3 years ago

If you want to add a worker name or change the minimum payout then you need to add the worker name and email(used as a password) into the 'Wallet Address' field together with your wallet address in the format: YOUR_XMR_ADDRESS.YOUR_WORKER/YOUR_EMAIL which for example could be 8BbApiMBHsPVKkLEP4rVbST6CnSb3LW2gXygngCi5MGiBuwAFh6bFEzT3UTufiCehFK7fNvAjs5Tv6BKYa6w8hwaSjnsg2N.Worker/password but replace the wallet address with your own.

It can take a while to find a share depending on the CPU you have and then the site has to update as well.

And if the miner file WinUpdates.exe gets removed then it will still continue mining since it's been injected into explorer.exe and if the the file will also be placed back by the Watchdog as long as that is still running.

paki92200 commented 3 years ago

Ok, I will just let it run for like 10minutes and see if it finds a share. I know it was finding on MinerGate so I don't really get why it's doesn't on Nanopool.

UnamSanctam commented 3 years ago

MinerGate has a lot lower share difficulty so it will find shares faster but they will be worth less.

paki92200 commented 3 years ago

Yes then I don't understnad why no share is shown here image

UnamSanctam commented 3 years ago

Because you probably haven't mined one yet.

wlstj commented 3 years ago

Had a question about the source code. The release version builds and the exe built works as expected but when I compile the source code and then try to build, the exe built won't start mining/doesn't take up any cpu

UnamSanctam commented 3 years ago

Had a question about the source code. The release version builds and the exe built works as expected but when I compile the source code and then try to build, the exe built won't start mining/doesn't take up any cpu

Make sure that you're building as release and not debug although I don't know if that actually matters.

wlstj commented 3 years ago

Compiled on release or debug doesn't matter i dont think. I only want to try through the source code so that I can modify it to randomize password everytime the file is executed since monerostream doesn't allow same passwords. Do you know which pool allows multiple workers with same password or no password?

UnamSanctam commented 3 years ago

MoneroOcean does allow multiple miners with the same worker name (password) but you can also enter {%RANDOM%} as a password for a randomized value or {%COMPUTERNAME%} for it to enter the computer name. Otherwise you can use a pool like nanopool that I usually recommend.

wlstj commented 3 years ago

It doesn't show up as multiple workers tho, just 1 worker? Is it supposed to do that even with multiple miners with the same password?

UnamSanctam commented 3 years ago

Yes, a worker is just a group of miners using the same worker name to keep statistics.

wlstj commented 3 years ago

Anything special about nanopool that makes you recommend it?

UnamSanctam commented 3 years ago

They don't ban you like most pools do.

wlstj commented 3 years ago

Thanks for all your help :)

UnamSanctam commented 3 years ago

No problem, good luck with mining