Pages:
Author

Topic: [ANN] MiningRigRentals.com - Web pool manager - Easy Mass Rentals - Algos! (Read 71086 times)

member
Activity: 70
Merit: 19
Owner of MiningRigRentals
Hey there!
We added Dogecoin as a payment option. Low fees make this an excellent option to pay with.

We're still one of the top rental sites.
Give us a try today

https://www.miningrigrentals.com/
legendary
Activity: 1750
Merit: 1024
Not sure if OP still visits this, please add a stablecoin payment option. There are plenty out there that have minimal transaction fees too, such as binance and tron - basically free.
member
Activity: 70
Merit: 19
Owner of MiningRigRentals

How to conntect via Nanominer? Can you give screnshot config for HiveOs? In "Connect ifromation" you don't write a tamplate.

We provide many examples, all miners follow a similar format, if we don't list the one you are using then try parameters like on the other templates or consult the miner documentation. If all else fails open a ticket with support and provide the link to download the miner and we can look for you and provide a solution.
newbie
Activity: 3
Merit: 0
    https://www.miningrigrentals.com/images/mrr-logo_300_90.png

    You can find our new service here: https://www.miningrigrentals.com

    50% cheaper than competitors. At MRR, we only charge a rental fee if the rig is rented out. The fee is only charged once!

    We have several features in the works but here is an abbreviated live features list:

    Rig owners:

    • Website pool manager. Our system allows you to change what pool your miner is connected to from our website (single button click). We allow 5 pools to be configured with fail over.
    • Hash rate graphs
    • Algorithm choices x11, x13, x15, scrypt, nscrypt, blake256, sha256, groestl, myriad-groestl nist5, sha3-keccak, Fresh
    • Are you using cudaminer? Wouldn't you love back up pools? Look no further, our system lets you use 5 backup pools and you can control them from our website.
    • There is no fee to use our site/service for the miner controls or hash rate graphs. You never have to list your rig for rent.
    • Choose from the following servers: US-East, US-West, US-Central, Asian Pacific, Europe
    • API: https://www.miningrigrentals.com/apidoc

    Renters:

    • Instant Rentals! Load your account and spam rent rigs during launches, no waiting!
    • Mass rental profiles, create your profile and instantly rent 100s of rigs at once!
    • Automatic rental cancellations if you rent a rig that is offline for at least 20 minutes of the first 30 minutes of the rental. Rent with confidence!
    • Make rental choices based on "actual" hash rate. Our system tracks the past 24 hour hash rate with a moving average.
    • Backup pools! Have you ever found yourself trying to be ready for a coin launch only to find out your first pool choice isn't up and running? Our system lets you set up to 5 pools in a fail over.
    • BTC is protected for 12 hours post rental, refunds are based on what you actually receive in shares not just time spent
    • Above all we have a very active dev team. Have a question? Drop by irc.freenode.net and join #miningrigrentals We would love to hear your suggestions.

    Not sure about the whole "renting thing?" No problem, it's 100% free to list your rig with our service and the backup pools/hashrate graphs are completely on the house. If you decide to try leasing your rig in the future, you will already be setup.

    Updates and Features:

    • Less than 3 clicks to mass rent as many rigs that fit your criteria using our mass rental profiles
    • Automatic rental cancellations if you rent a rig that is offline for at least 20 minutes of the first 30 minutes of the rental.
    • Improvements to admin tools
    • More algos and Groestl split up for Myriad specialized rigs
    • API v1: https://www.miningrigrentals.com/apidoc

    Preview of Pool manager available to rig owners and renters:

    http://www.miningrigrentals.com/images/poolmanager.jpg

    Preview of Hash Rate Graphs:

    http://www.miningrigrentals.com/images/hashrate.png[/list]

    How to conntect via Nanominer? Can you give screnshot config for HiveOs? In "Connect ifromation" you don't write a tamplate.
    member
    Activity: 70
    Merit: 19
    Owner of MiningRigRentals
    We are still very much alive and have an active community!
    Please consider listing your mining rig on our service, https://www.miningrigrentals.com
    member
    Activity: 388
    Merit: 10

    you can rent rigs for dollars, then many can hire
    jr. member
    Activity: 49
    Merit: 112
    Altcoinlog about MiningRigRentals



    Analysis of the company Mining Rig Rentals, the capabilities and advantages of the company. Available mining rental algorithms. Registration and account setup, how to rent and rent equipment.

    https://altcoinlog.com/servis-mining-rig-rentals/
    jr. member
    Activity: 54
    Merit: 2
    Is profit higher than just mining btc at a pool, and any links or posts on this?
    member
    Activity: 70
    Merit: 19
    Owner of MiningRigRentals
    Mining Rig Rentals is in severe need of rigs! Rental demand is at an alltime high for the year, our renters need rigs to rent! Please consider listing your rigs, there is no commitment or risk to listing your rig and we pay you much quicker than most pools do. You can control your own pricing on your rig to make sure that you can make a guaranteed profit. Contact us for more information!
    full member
    Activity: 416
    Merit: 103
    Guys, do you have a setup post for Ubiqminer connection to miningrigrentals?
    I've changed the pool connection info to miningrigrentals but the miner wont connect and exits the ubiqminer software after disconnection.
    This is what i have my mining setup command for MRR.
    SET GPU_FORCE_64BIT_PTR=0
    SET GPU_MAX_HEAP_SIZE=100
    SET GPU_USE_SYNC_OBJECTS=1
    SET GPU_MAX_ALLOC_PERCENT=100
    SET GPU_SINGLE_ALLOC_PERCENT=100


    ubqminer.exe --work-timeout 880 --cl-local-work 64 -U -P stratum1+tcp://MRRUsername.Number@eu-01.miningrigrentals.com:3333

    Above starts the miner then disconnects. But the same command line, minus MRR details and address, works fine on mining directly from the pool.
    full member
    Activity: 1589
    Merit: 214
    Can I do solo mining to RPC-server, using rented scrypt-ASIC?
    I see, inside the account, miningrigrentals.com propose to specify stratum+tcp://mining_pool:port

    But RPC server can accept http:// requests and using getwork-method, not stratum+tcp://
    for example:
    Code: (cmd)
    ::mining, on stratum tcp remote pool
    ccminer.exe -a scrypt -o stratum+tcp://remote_pool:5000 -u user -p password

    ::mining, to RPC server, by http connection using getwork method
    ccminer.exe -a scrypt -o http://127.0.0.1:5000 -u user -p password

    ::or just without http://
    ccminer.exe -a scrypt -o 127.0.0.1:5000 -u user -p password

    pause

    Is there any stratum-proxy or local stratum mining pool,
    as exe program, for Windows?
    jr. member
    Activity: 95
    Merit: 2

    We added MiningRigRentals.com today. Automatic detection of rentals, exclusive mining, connected via the MiningRigRentals.com API.

    Quote
    RainbowMiner v3.8.9.17

    https://rbminer.net / https://github.com/RainbowMiner/RainbowMiner

    RainbowMiner finds the most profitable mining setup for your machine by continously monitoring multiple crypto mining pools, coins and currencies in real-time. For peace of mind, all of your mining rigs running RainbowMiner, can be supervised at one central location.

    Happy mining!
    newbie
    Activity: 22
    Merit: 1
    https://github.com/dccmp/Miningrigrentals-API

    I'm creating a python3 API wrapper class at the moment. I'm not a professional developer, but I hope it's useful for some of you here!
    newbie
    Activity: 17
    Merit: 0
    Hi,

    https://miningnice.com - My calculator for calculating the algorithm with the maximum profit for MRR.

    Use on health))
    newbie
    Activity: 6
    Merit: 0
    I made a great tool to measure the profitability of renting your RIG on MRR :

    https://www.whattominingrigrentals.com/

    I added features like:
    - Telegram notifications (Start rental, End rental, extend by renter, ...)
    - Auto-extend if needed
    - Auto prices related to profit mining
    member
    Activity: 70
    Merit: 19
    Owner of MiningRigRentals
    Can't login, site is slow AF. Is there any telegram or discord group for MRR?

    Our Discord link is https://t.co/y36IfMFLUT

    Join us.
    newbie
    Activity: 140
    Merit: 0
    Rent A Hash

    [Rig rent click to rent]: http://rig.rent/rigs/93458

    Courtesy of the Mining Rig Rentals: This is NOT nicehash
    www.miningrigrentals.com


    Name: RENT NOW! Crytonight Stellite Rig
    Stellite is a anti-nicehash coin
       
    Hashrate: 1.23KH/s
       
    Price/KH/Day: Very Cheap!
    0.00028000 if BTC
    0.02000000 if LTC
    0.00400000 if ETH
    0.00700000 if DASH      
       
    Min. Rental Hours: 9hrs    
       
    Max. Rental Hours: 96hrs    

    [Rig rent click to rent]: http://rig.rent/rigs/93458

    If you are in doubt you can first apply for 9 hours rent then just extend it afterwards.
    You can check the historical hash rate to see uptime proof.

    [Rig rent click to rent]: http://rig.rent/rigs/93458
    member
    Activity: 99
    Merit: 10

    Hi,

    I've been using mining rig rentals for some time now and i'm just wondering if anyone knows tools/scripts some renters are using that allows to switch between algos?

    seems like they someone keep the rig online to show in list without a worker connected and once rented a worker is connected.

    Thanks!

    I would be happy to write up a simple program to manage this, but will need more information on how would the switching be done? example, can the same mining software be used for the different algos?
    full member
    Activity: 279
    Merit: 100
    I'm try to set up my RIG in order to work on MiningRigRentals on Ethash using PhoenixMiner the miner connect correctly to
    eu-de01.miningrigrentals.com:3333 and I get user athorized but the I get connection refuse, there is some particular
    configuration to implement or the PhoenixMiner is not compatible ?

    thx
    Pages:
    Jump to: