Bitcoin Forum
July 29, 2024, 10:14:33 AM *
News: Help 1Dq create 15th anniversary forum artwork.
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [Win7]Wireless Connectivity Loss without Disconnect  (Read 530 times)
McGinS (OP)
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 03, 2013, 06:15:57 PM
 #1

Hello, I'm a casual miner running off my Win7 desktop, and I don't really have the time or willpower to
>install gentoo (and by that I mean Ubuntu or OpenSUSE and WINEing all my older games)
at the moment so I'm stuck with Windows.

Here's my problem - I'm a tenant stuck with using a wireless adapter linked to an older router and connectivity keeps dropping without actually disconnecting the WIFI.

Does anyone know of a program that can detect this, or a mining program that will trigger another program or reconnect when it hasn't returned a share in X amount of time, etc?
Any solution that doesn't require explaining why I want to run a cable through the front window, really.  (oh and FYI my electrical usage would peak at 50 bucks, well below my rent, I'm not an asshole trying to hide his mining).

I keep losing hours worth of shares to these damn drops, any help would be fine.  No luck with search engines.

be back later.
 

heck, if someone would point me to a command line to reset the network, I'd just task mn to do it ever 30 minutes, and make a macro a script-off switch to my keyboard so it doesn't DC me in the middle of some match...

Thanks
Malawi
Full Member
***
Offline Offline

Activity: 224
Merit: 100


One bitcoin to rule them all!


View Profile
June 03, 2013, 06:47:04 PM
 #2

Have you checked the power-setting at both wifi adapter and machine?

Sounds like one of them might power down due to low traffic.

BitCoin is NOT a pyramid - it's a pagoda.
Kaepora
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile
June 03, 2013, 06:50:58 PM
 #3

Hello, I'm a casual miner running off my Win7 desktop, and I don't really have the time or willpower to
>install gentoo (and by that I mean Ubuntu or OpenSUSE and WINEing all my older games)
at the moment so I'm stuck with Windows.

Here's my problem - I'm a tenant stuck with using a wireless adapter linked to an older router and connectivity keeps dropping without actually disconnecting the WIFI.

Does anyone know of a program that can detect this, or a mining program that will trigger another program or reconnect when it hasn't returned a share in X amount of time, etc?
Any solution that doesn't require explaining why I want to run a cable through the front window, really.  (oh and FYI my electrical usage would peak at 50 bucks, well below my rent, I'm not an asshole trying to hide his mining).

I keep losing hours worth of shares to these damn drops, any help would be fine.  No luck with search engines.

be back later.
 

heck, if someone would point me to a command line to reset the network, I'd just task mn to do it ever 30 minutes, and make a macro a script-off switch to my keyboard so it doesn't DC me in the middle of some match...

Thanks
Set your computer in performance mode in control panel->hardware and sound->power options
McGinS (OP)
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 03, 2013, 09:57:09 PM
 #4

I'll look into those  and I probably answered my own question re: kludging together auto-reconnect     in the OP...
McGinS (OP)
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 11, 2013, 02:47:17 PM
Last edit: June 11, 2013, 03:20:38 PM by McGinS
 #5

Solution:
Make a batch file with this:
Quote
ping 192.168.0.1 -n 1 | find /i "bytes=" || goto Fail
goto Online
:Fail
netsh wlan connect ssid=WirelessName name=WirelessName
:Online
with the highlighted portions edited for yourself.

Then add a task in task manager to run this Daily with a 5 minute repeat every 24 hours.

It pings your wireless router, and if it gets now response it executes the stuff under ":Fail" and reconnects your wireless connection. (192.168.0.1) should be replaced by its address. Type it (or common variations 192.168.2.1, 192.168.10.1) into your web browser adress bar to verify.
 WirelessName should be replaced by the SSID (Network name) and the name of the profile for it (Usually the same, sometimes will have a ­number after it i.e. WirelessName1, dlink1, learn2edityourSSID3 etc)
This should work on Windows 7, and Vista as is, slightly changed MAYBE?

I made half of this post pretty condescending newbie friendly, maybe I'll finish the job later.


Bitcoin Merchant
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
June 11, 2013, 03:36:41 PM
 #6

This happens to me ALL the time.
Pages: [1]
  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!