Anyone wanting to monitor stock changes on Bitmain can use this redneck monitor I knocked together - on one condition, that you report any changes in here as you notice them:
Download the zip
here
Code:
- Create a folder on C: (e.g. C:\BMCheck)
- Unzip to that folder
- Create a new Windows scheduled task to check the site
- Trigger=Daily, every x minutes (don't make it less than 10 otherwise you may be blocked by their DDOS monitor)
- Action = Start a program.
Program = wscript.exe
Arguments = "C:\BMCheck\hidden.vbs" "C:\BMCheck\check.bat"
Obviously replace C:\BCMCheck with the location you unzipped to.
What it does is check the main product page for any changes to the underlying html - this could include anything from unavailable products being available again for purchase, or price changes, etc. so could include false positives. It also checks the L3+ and D3 miner individual pages for changes. Since they sometimes change the product page URL when they open them up for sale again, monitoring the main product page is necessary. It may not be necessary to monitor the individual product pages but I've included them just in case.
If any change is detected, a windows popup appears asking if you want to visit the page that changed.
Shout if you have any issues using it.