[QB/ESX] WXN Advanced Cryptominers

WXN Advanced Cryptominers is an ultimate, professional-grade cryptomining script for FiveM. Unlike basic “place and forget” scripts or scripts that hand you rewards with zero to little maintenance, this system simulates the complex realities of building and maintaining a mining rig. Players must manage hardware compatibility, thermal efficiency, power consumption, end of life degradation for parts, real-life computer anomalies, and remote management (IPMI) to maximize their profitability.

From solo operations using portable generators to massive warehouse server farms, the script offers an unparalleled level of immersion and scalability.


:movie_camera: Preview Video (OLD - New One Coming)


:hammer_and_wrench: In-Depth Features

Realistic Hardware & Build Logic

  • WXN Branded Items & Images - Fully TOS-compliant hardware ecosystem, ensuring your server stays safe from trademark issues.
  • Motherboard Tier System - Choose from 6 different motherboard tiers (Basic, Pro, Expert, Server, Extreme, Workstation). Each motherboard dictates your rig’s capacity, supporting up to 6 GPUs and 2 CPUs on high-end boards.
  • Component Synergy & Bottlenecks - Pairing a high-end GPU with a weak CPU creates a bottleneck, significantly reducing your potential hashrate. Players must tune their builds for maximum efficiency.
  • Real-Time Degradation (EOL) - Hardware doesn’t last forever… all components slowly lose health while mining. Once a part reaches 0%, it fails and must be replaced, allowing server owners to maintain the economy loop.
  • Dynamic Health UI - Hardware Management health statuses with color-coded tags and pulsing broken indicators

Thermals, Power & Environment

  • Advanced Thermal Simulation - Real-time heat calculation based on wattage draw vs. cooling capacity. Rigs will thermal throttle (reduce performance) at 85°C and automatically shut down if they exceed critical limits (fully configurable to your liking)
  • Dual Mining Solutions
    • Industrial Warehouse Power: Connect rigs to the warehouse grid. Electricity usage is tracked and billed daily via the Electric App in the WXN Tablet. Failure to pay leads to power cutoffs and a halt in your mining operations.
    • Standalone Portable Generators: Deploy generators anywhere in the world to power remote rigs. Requires Generator Fuel to maintain uptime, which is perfect for off-grid or hidden operations.
  • PSU Load Management: Your Power Supply Unit must exceed the total system draw. Overloading a PSU can lead to system instability or critical hardware failure.

The WXN OS Management Tablet

  • WXN Management Tablet - A comprehensive remote tablet for managing your mining operations from anywhere in San Andreas.
    • IPMI Remote Access: Boot, shutdown, or monitor your rigs remotely without being physically present.
    • Electric App: View live wattage consumption, track billing history, and pay outstanding electricity invoices.
    • Crypto Market: Track live price fluctuations (BTC, ETH, SOL, etc.) with high-fidelity charts.
    • DM Monitor: A dedicated dashboard for viewing the status of all servers across multiple warehouses.
  • BIOS Interaction - An immersive boot sequence with POST diagnostics (VGA, DRAM, PWR) and hardware configuration mode for complete immersion.

Security, Hacking & Robberies

  • Login Security - Protect your rigs with custom passwords to prevent unauthorized access to your wallet or hardware.
  • System Bypassing - Thieves can use Hacking USBs to attempt to bypass login security, allowing them to steal crypto funds or dismantle your expensive hardware.
  • Warehouse Robberies - Warehouses feature advanced security. Players can attempt to break in using hacking devices, while owners receive real-time entry requests and alerts on their tablet.

Performance & Security

  • Database Sync - A foolproof system that automatically detects and heals missing database tables or columns on startup, ensuring smooth updates without manual SQL intervention.
  • Server-Side Security - All critical actions (withdrawals, dismantling, power toggles) are validated server-side with distance and ownership checks to prevent exploits.
  • Multi-Language Support - Plug & Play translations for English, Spanish, French, and German.

:package: Dependencies & Support

  • Framework: ESX Legacy, QBCore, or Qbox (one is required)
  • Inventory: Ox Inventory, CodeM Inventory, ESX, QB
  • SQL: Oxmysql (required)
  • Interaction: Supports ox_target, textui, or custom interactions.

:gear: Configuration Example

The script is designed for total control. Adjust every aspect of your server’s mining economy in minutes.

Config.Mining = {
    -- LOGIC
    UpdateInterval = 2000,   -- Performance vs Accuracy (ms)
    OfflineReduction = 0.5,  -- 50% reward penalty when owner is offline
    
    -- THERMALS
    AmbientTemp = 30,        -- Base room temperature
    ThrottleTemp = 85,       -- Performance drops after this limit
    
    -- HARDWARE DURABILITY
    PartLifeScale = 1.0,     -- Global wear-and-tear multiplier
    DegradationRates = { 
        gpu = 0.005, 
        cpu = 0.002, 
        ram = 0.001,
        psu = 0.001 
    },
}

:shopping_cart: Purchase

https://wxnstudios.tebex.io/package/7280769


:camera_with_flash: Screenshots

Click to Expand Image Gallery




Code Accessibility Config, Framework, API, and SQL are unlocked.
Lines (approximately) 3,000+
Performance 0.00ms Idle - 0.01 / 0.02 In-Use
Requirements ESX/QB/Qbox & oxmysql
Updates Regularly Updated
Subscription-based No
Support Yes
1 Like

Script Update

WXN Advanced Cryptominers (v1.1.2)

  • Fixed issue with Locales missing certain keys
  • Fixed NUI Debug Prints from occurring when debug is set to false

very good script

1 Like

Thank you!!! Glad you’re enjoying it so far!

1 Like

This looks amazing! Keep up the good work man

1 Like

Script Update

WXN Advanced Cryptominers (v1.1.3)

  • Added new crypto coin types
  • Added additional debug prints for money withdrawing
  • Added new translations for the new crypto coin types
  • Fixed issue with withdrawing money after previous update

Script Update

WXN Advanced Cryptominers (v1.1.4)

  • Added new shop for buying, selling PC Parts
  • Added new Warehouse Management Shop to purchase a new home for your Cryptominers
  • Added new locales for Shops and Warehouses
  • Adjusted various code to compensate for the shop and warehouse additions
  • Adjusted economy and reward settings to be better scaled for realistic servers out the box (community suggestion)

See all changed files in discord changelogs

Script Update

WXN Advanced Cryptominers (v1.2.0)

  • Added Warehouse Utilities, industrial-grade power management with live wattage consumption, daily invoices, and power cutoffs.
  • Added Power Generators, warehouses now feature spawnable generators requiring generator_fuel to maintain rig uptime, configurable to any item.
  • Added machine connections to power, you must connect your rig to your generators to be able to manage them in the new WXN OS Management Tablet
  • Added WXN OS Management Tablet, remote control for your mining operations. Toggle miners, pay electricity bills, and track the crypto market from anywhere.
  • Added Warehouse Security & Robberies, new break-in mechanics with hacking devices and remote entry requests via the tablet.
  • Added WXN Database Sync, automatically heals missing database tables/columns on startup to ensure a foolproof 1-1 sync.
  • Added missing items to PC Parts Shop
  • Added Images for all items
  • Added new PC Parts Shop UI to keep with the WXN Theme
  • Adjusted security to allow players using the tablet to withdraw from anywhere, and access their machines using IPMI Remote Access via the WXN OS Management Tablet, as well power actions such as shutting down and booting remotely
  • Adjusted support for CodeM Inventory to address an issue with items being unusable
  • Further translated UI elements that previously weren’t being translated, as well as target options
  • Massive codebase refactor (v1.2.0) for better framework support (ESX, QBCore, Qbox) and centralized shared utilities

Thank you for the continued support, I’m so happy to be able to introduce this new update making WXN Advanced Cryptominers even better and more immersive for servers of all types. Enjoy!

1 Like

Can some control be shared with friends? This way, multiple people can manage it together.

1 Like

Yes, this is being added into the next update which will be released in about a day or so, currently your friends can access your warehouse if you’re online, but I’ll be adding warehouse keys that you can give out to friends which allow for offline access to them, however if you place stuff outside of a warehouse and use like an MLO, yeah pretty much all your friends that have the machine code can access any cryptominer.

Script Update

WXN Advanced Cryptominers (v1.3.0)

  • Overhauled all potentially non-TOS compliant hardware brand names and standardized everything under the WXN branding
  • Overhauled the Hardware Management UI with a new horizontal grid layout (4 slots per column) for better visual organization
  • Implemented static sizing for hardware slot cards to prevent layout expansion and jumping during installation
  • Added Multi-GPU Support up to 6 GPUs (more advanced tuning will come soon to allow for freedom per GPU but basically as they scale, the multipliers are 25% more, 50% more, etc)
  • Added Multi-CPU Support up to 2 CPUs (more advanced tuning will come soon to allow for freedom per CPU but basically as they scale, the multipliers are 25% more, 50% more, etc)
  • Added a new Motherboards hardware category to the shop with 6 distinct tiers affecting GPU and CPU slot capacity
  • Added new part Motherboards with 6 different variants, as said above these have various different capacities
  • Added new part WXN 2000W PSU and Power Generator to the WXN Parts Shop
  • Added Degradation / End of Life to all Parts, allowing you to balance the script even more depending on the type of economy you have
  • Added DM Monitor App for Remote Management of all external warehouse servers
  • Added the ability for machines to be placed outside of a warehouse again using the generator, you will not be billed in the Electric App as it depends on generator fuel, however for warehouse placed machines, they’ll connect to your warehouse electric system, which then you’ll be billed in the Electric App.
  • Added new images for Motherboards, GPUs, PSUs, and Hacking USB
  • Generators can now be placed anywhere of your choosing whether in a warehouse (not needed but can do anyways for aesthetic lol, or outside of warehouses which are their intended use)
  • Implemented dynamic color-coding for hardware health (Green >70%, Orange >30%, Red <30%) for both tags and icons
  • Optimized the BIOS interface with improved accessibility and logic for connecting to external generators
  • Fixed a logic error where uninstallation actions would fail due to parameter name mismatches
  • Quality of Life Changes
  • Further Optimization Changes

Script Update

WXN Advanced Cryptominers (v1.3.1)

  • Implemented motherboard dependency for all core hardware slots (CPU, GPU, RAM, Cooler)
  • Added safety lock to prevent motherboard removal if internal parts are still installed
  • Increased motherboard durability and added protection against random failures
  • Added “DAMAGED” orange status tags for components under 70% health
  • Fixed UI sync issues where component status wouldn’t update if the machine failed