Hello FiveM community!👋
We have created an crypto mining system for the qbcore framework. The overall idea for this script is that I have yet to find a free one which works.
This is WIP project.
- Drag and drop
razed-cryptomining - In your
server.cfgaddensure razed-cryptomining - Execute the
cryptomining.sqlinto your database
- If using
ps-housing, we reccomend to change the price of the server rack prop to the appropriate price of a mining rig.
❤️ to Markow (amsali22) for making this!
razed-crypto-imgs
-
Drag and Drop the
imagesto your inventoryimagesfolder. -
Add This to your
qb-core/shared/items.luaFor items to work.
["shitgpu"] = {["name"] = "shitgpu", ["label"] = "A trash gpu", ["weight"] = 0, ["type"] = "item", ["image"] = "shitgpu.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Just look at it, what do you expect!"},
["1050gpu"] = {["name"] = "1050gpu", ["label"] = "gtx 1050", ["weight"] = 0, ["type"] = "item", ["image"] = "1050.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "It does the job for its price."},
["1060gpu"] = {["name"] = "1060gpu", ["label"] = "gtx 1060", ["weight"] = 0, ["type"] = "item", ["image"] = "1060.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A good upgrade if you are broke."},
["1080gpu"] = {["name"] = "1080gpu", ["label"] = "gtx 1080", ["weight"] = 0, ["type"] = "item", ["image"] = "1080.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "It must be good since it got 3 fans right?"},
["2080gpu"] = {["name"] = "2080gpu", ["label"] = "RTX 2080", ["weight"] = 0, ["type"] = "item", ["image"] = "2080.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "WOOW!! A new look! Then This is the one."},
["3060gpu"] = {["name"] = "3060gpu", ["label"] = "RTX 3060", ["weight"] = 0, ["type"] = "item", ["image"] = "3060.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "IDK Man! It's so expensive."},
["4090gpu"] = {["name"] = "4090gpu", ["label"] = "RTX 4090", ["weight"] = 0, ["type"] = "item", ["image"] = "4090.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Is it just me or this looks kinda thicc?"},
["thermalpast"] = {["name"] = "thermalpast", ["label"] = "Thermal past", ["weight"] = 0, ["type"] = "item", ["image"] = "thermalpast.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A thermalpast To keep your cpu chiling."},

