Mining on multiple PCs
-
I've noticed (on Ninja style pools), the estimated amount shown for capacity is off. I'm mining to the same address from multiple PCs, is there anything I need to do in .conf (Blago's miner) to fix this? Is it even a known issue?
-
-
@Blago Does this mean my "rig 1" needs to be running a wallet? I've got the following configs, but the miner won't do anything other than start on "rig 2".
Rig 1
{ "Mode" : "pool", "Server" : "pool.burstcoin.party", "Port": 8081, "UpdaterAddr" : "pool.burstcoin.party", "UpdaterPort": 8081, "InfoAddr" : "localhost", "InfoPort" : 8125, "EnableProxy": true, "ProxyPort": 8126, "Paths":["U:\\plots+I:\\plots","A:\\plots","F:\\plots","G:\\plots","H:\\plots","B:\\plots","V:\\plots","W:\\plots","X:\\plots","Y:\\plots","Z:\\plots"], "CacheSize" : 40000, "ShowMsg" : false, "ShowUpdates" : false, "Debug": true, "UseHDDWakeUp": true, "SendBestOnly": true, "UseFastRcv" : false, "SendInterval": 100, "UpdateInterval": 1000, "UseLog" : false, "ShowWinner" : false }Rig 2:
{ "Mode" : "pool", "Server" : "192.168.1.1", "Port": 8126, "UpdaterAddr" : "192.168.1.1", "UpdaterPort": 8125, "InfoAddr" : "localhost", "InfoPort" : 8125, "EnableProxy": false, "ProxyPort": 8126, "Paths":["E:\\plots","D:\\plots"], "CacheSize" : 40000, "ShowMsg" : false, "ShowUpdates" : false, "Debug": true, "UseHDDWakeUp": true, "SendBestOnly": true, "UseFastRcv" : false, "SendInterval": 100, "UpdateInterval": 1000, "UseLog" : false, "ShowWinner" : false }Am I missing something?
-
So you're trying to send submissions from rig2 to rig1 then to the burstcoin party pool? Shouldn't rig 2 server be "localhost"?
Aside from that why is this a preferred config for 2 rigs over running ech miner straight to the pool?
I don't think it solves the total mining capacity error on the pool and really it doesn't matter what the pool thinks you capacity is anyway.
If the pool chose to not display that info, no one would be any the wiser.
-
@rds Nah, same results. Not sure if it will, but I'd like to get it working to see if it does! Besides, it does solve problem of sending (potentially) multiple "best" deadlines to the pool. Not sure if burstcoin.party charges a fee for that or not, but it's worth fixing nonetheless :D
-
@IncludeBeer said in Mining on multiple PCs:
@rds Nah, same results. Not sure if it will, but I'd like to get it working to see if it does! Besides, it does solve problem of sending (potentially) multiple "best" deadlines to the pool. Not sure if burstcoin.party charges a fee for that or not, but it's worth fixing nonetheless :D
Got it. so not sure which one gets the info from the other? I originally thought it was r2 going to r1. But now I think r1 should not have proxy enabled and r2 have proxy enabled to send r2 to r2.
That being said, I never have tried it.
-
@IncludeBeer said in Mining on multiple PCs:
"UpdaterPort": 8125,
change at rig#2
"UpdaterPort": 8126,
-
@Blago hmmm, same result: rig#2 miner opens but doesn't start. Maybe something blocking in my network?
-
@IncludeBeer
port 8126 must be open for your local network (brandmauer?){ "Mode" : "pool", "Server" : "pool.burstcoin.party", "Port": 8124, "UpdaterAddr" : "pool.burstcoin.party", "UpdaterPort": "8124", "InfoAddr" : "burstcoin.cc", "InfoPort": "8889", "EnableProxy": true, "ProxyPort": 8126, "Paths":["C:\\plots","E:\\plots","F:\\plots","G:\\plots","H:\\plots"], "CacheSize" : 40000, "ShowMsg" : false, "ShowUpdates" : false, "Debug": true, "UseHDDWakeUp": true, "SendBestOnly": true, "TargetDeadline": 80000000, "UseFastRcv" : false, "SendInterval": 100, "UpdateInterval": 950, "UseLog" : true, "ShowWinner" : false, "UseBoost" : false, "WinSizeX": 76, "WinSizeY": 60 }{ "Mode" : "pool", "Server" : "localhost", "Port": 8126, "UpdaterAddr" : "localhost", "UpdaterPort": "8126", "InfoAddr" : "localhost", "InfoPort": "8126", "EnableProxy": false, "ProxyPort": 8126, "Paths":["I:\\plots","J:\\plots","K:\\plots","L:\\plots","M:\\plots","N:\\plots","O:\\plots","P:\\plots","R:\\plots","S:\\plots","U:\\plots"], "CacheSize" : 40000, "ShowMsg" : false, "ShowUpdates" : false, "Debug": true, "UseHDDWakeUp": true, "SendBestOnly": true, "TargetDeadline": 80000000, "UseFastRcv" : false, "SendInterval": 100, "UpdateInterval": 950, "UseLog" : true, "ShowWinner" : false, "UseBoost" : false, "WinSizeX": 76, "WinSizeY": 60 }
-
Hmmm...well I made sure to open 8126 on both machines. Maybe its because they have different connections to my network? Rig#2 is connected via powerline adapter (basically ethernet), while my main machine is connected via wifi. The network name shown on rig#2 is just "Network", while my main machine shows the wifi name I chose. I'm not a networking guy at all lol

