<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Crypto Mining on Gooseyman's Blog</title><link>https://gooseyman.com/tags/crypto-mining/</link><description>Recent content in Crypto Mining on Gooseyman's Blog</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Thu, 12 Aug 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://gooseyman.com/tags/crypto-mining/index.xml" rel="self" type="application/rss+xml"/><item><title>Windows CMD Command to Display All IP Addresses</title><link>https://gooseyman.com/post/2021-08-12_find-all-ip-addresses-on-network-with-windows/</link><pubDate>Thu, 12 Aug 2021 00:00:00 +0000</pubDate><guid>https://gooseyman.com/post/2021-08-12_find-all-ip-addresses-on-network-with-windows/</guid><description>for /L %i in (0,1,255) do ping -n 1 -w 250 192.168.1.%i&amp;gt;&amp;gt;ipaddress.txt
The above scans all the IP address on the subnet 192.168.1.XXX and saves them to a file named ipaddress.txt.
Thanks to Clifford on the thread here for pulling this together.
I often remote desktop into my mining PC. However my ATT router is spotty at best so there are times I failover to a backup network which renews my PCs IP address according to its DHCP.</description></item></channel></rss>