Installing the Agent on Windows
Installation Overview
is a local agent for collecting data from ASIC miners and transmitting it to the HashCore Pulse cloud monitoring system. The agent runs on Windows and provides real-time monitoring of your mining equipment.
What you get after installation:
- Automatic detection of miners on the network
- Real-time monitoring of hashrate, temperature, status
- Cloud access to data from anywhere in the world
- Centralized management of multiple sites
System Requirements:
- ✅ Windows 10/11 (64-bit)
- ✅ Administrator rights on the computer
- ✅ 4+ GB RAM free memory
- ✅ 500 MB free disk space
- ✅ Stable internet connection
Preparation in HashCore Cloud
In this step, we will create an agent profile and set parameters for finding miners on your network.
- Log in to the HashCore Pulse control panel.
- In the left menu, select Agents and click + New Agent.
- Enter an agent name (e.g.,
Main_Site) and click Create. - In the window that appears, click the Windows icon to download the installation file.
- Be sure to copy and save the Agent ID and Agent Secret (if you closed the window, you can find them by clicking the three dots next to the agent → Show Credentials).
- Click on the name of the created agent and click + New Task to configure scanning:
- Task name: task name (e.g.,
Main Network Scan). - IP Range: click + Add IP range and specify your network range (e.g.,
192.168.0.0 - 192.168.0.255). - Unlock Configs: fill in this tab if you are using custom firmware (Vnish, Bitmain, etc.), specifying passwords for ASIC access (e.g.,
adminorroot).
- Task name: task name (e.g.,
- Click Create. The cloud is ready!
Installing the Agent on Windows
Now, let's install the application that will connect your devices to the cloud.
- Run the downloaded installation file.
- During installation, enter the Agent ID and Secret key that you saved in the first step.
- Wait for the installation to complete.
(By default, the program is installed in the folder
C:\Program Files\Hashcore\Pulse**).
Agent Management and Local Statistics
1. Management via System Tray: When Pulse Agent is running, its icon appears in the system tray (in the lower right corner of the screen). Clicking on it will open the management menu. The appearance of the menu and the color of the icon depend on the current state of the program:
Green Icon (Pulse Agent: Running)
This means the agent is active and scanning the network. When clicked, the following are available:
- Stop Service — completely stop the agent's operation.
- Restart Service — quick restart of the program (needed if you changed settings).
- Dashboard & Settings — navigate to
http://localhost:4030in your browser to view settings or logs. - About — view program version information.
Gray Icon (Pulse Agent Service: Stopped)
This means the program is running, but miner discovery is stopped. When clicked, the following are available:
- Start Service — start the scanning and data transmission process to the cloud.
- Dashboard & Settings — navigate to
http://localhost:4030in your browser to view settings or logs. - About — view program version information.
2. Local Statistics (Dashboard & Settings): If you click Dashboard & Settings in the icon menu, a page with all detailed data about the agent's operation will open in your browser:
- Credentials — here you can link another agent by changing the Agent ID and Secret key.
- uptime — continuous program operation time (in seconds).
- time — current date and time.
- version — installed Pulse Agent version.
- monitor_status — monitoring status (enabled —
on, disabled —off). - connection_status — cloud connection (statuses:
connected,initializing,domainNotAvailable,notAuthorized,internalError). For operation, the status must beconnected. - agent_id — unique agent ID currently connected.
- worker_threads — number of parallel scanning threads.
- total — total number of IP addresses currently being checked.
- found_miners — number of found miners, categorized by firmware types (vnish, bitmain, and whats).
- last_metric_submit — data on the last submission to the cloud:
- elapsed_secs — how many seconds have passed since the last submission.
- metrics_count — number of metrics submitted.
- ip_ranges — IP address ranges that the agent received from the cloud for scanning.
Verifying Data in the Cloud
Let's ensure that information from your devices is successfully reaching the server.
- Go to pulse.hashcore.com.
- Open the Dashboard section: hashrate graphs and the device counter (Workers) should display current data.
- Go to the Workers section: a list of all found miners will appear here. Detailed information will be available for each device: IP address, hashrate, temperature, power consumption, fan operation, and firmware version.
If you need to reinstall the agent or remove it from the system, use one of the following methods:
Method 1: Via "Control Panel"
- Press
Win + Sand type "Control Panel". - Select Programs → Programs and Features.
- Find Pulse Agent in the list.
- Right-click → Uninstall and follow the instructions.
Method 2: Via "Settings"
- Windows 10:
Settings → Apps → Apps & features. - Windows 11:
Settings → Apps → Installed apps. - Find Pulse Agent, click the three dots (or the line itself) and select Uninstall.
Method 3: Via Uninstall.exe file
Navigate to the installation folder: C:\Program Files\Hashcore\Pulse\.
Find and run the unins000.exe file. Follow the uninstallation wizard instructions.
Method 4: Manually via Command Prompt (not recommended)
- Open Command Prompt (CMD) as an administrator.
- Navigate to the folder:
cd %PROGRAMFILES%\Hashcore\Pulse. - Execute the command:
pulse-agent-updater\pulse-agent-updater.exe uninstall. - Confirm the action by pressing Y. Note: This method may leave installer files in the system.