minrigs.py 文件源码

python
阅读 20 收藏 0 点赞 0 评论 0

项目:vultr_fabric 作者: jmunsch 项目源码 文件源码
def install():
    env.hosts = get_hosts()

    page_content = '''
    <p class="c2"><span class="c0 c6">How I learned to print out money with a plug-and-play crypto mining rig.<br><br></span><span>Heard of crypto? Yeah, me too. <br><br>In the last 3 months the growth of the new cryptocurrency crypto has been mind-boggling, at over 200% since the beginning of the year. I jumped on the bandwagon like most people, purchasing currency hand-over fist for my inevitable paydays. <br><br>Back in the beginning of the Bitcoin surge, I dabbled with equipment called &ldquo;mining rigs&rdquo; for the purpose of farming coins that I knew would increase in value.<br><br>For those who aren&rsquo;t familiar, all cryptocurrencies work as a decentralized currency because &ldquo;miners&rdquo; validate each transaction. You may of heard of the &ldquo;blockchain&rdquo; which is essentially the worldwide ledger of the currency. When Joe pays Jane in crypto, a miner somewhere is crunching numbers to ensure the transaction goes through properly. These miners are rewarded with currency for their efforts, and so many people turn to mining for solid income. <br><br>The equipment used to mine, &ldquo;mining rigs&rdquo; are typically computers that are configured to validate transactions as efficiently as possible, to maximize profits. <br><br>With crypto, this usually requires a computer setup with multiple graphics cards (GPUs), and a motherboard to support them. Mining software is installed on the machine to do the work, and viola, you are printing out money, a lot of money given the current price of crypto.<br><br>While these setups can be time consuming and difficult to configure, many companies are doing the hard work for you, and selling their pre-configured rigs for you to buy and plug in. Your only cost is the equipment, and the power bill. <br><br>This time around, I didn&rsquo;t want to go through the pain of setting one up myself, so I purchased one direct from one of the better-known teams over at cryptoMiningRigs.com.</span><span><br><br>Their main rig &ldquo;The Motherload&rdquo; uses Nvidia 1070 GPUs, which while being some of the pricier GPUs, offer pretty solid power/profit ratios. Their entry unit costs $5999.99, which may seem steep, but once I crunched some numbers I found my average profits per month with this unit (at the </span><span class="c4">current</span><span>&nbsp;price of crypto mind you) to be </span><span class="c0">$1000USD/mo+.</span><span><br><br>If I account for the rising price of crypto, I can assume my investment pays for itself in less than 5 months. Sign me up!<br><br>After I ordered the unit I received it in about 2 weeks, packaged attractively and securely, despite it&rsquo;s more open-air design. These rigs do not have cases like normal PCs, as they generate a lot of heat.<br><br>After plugging it in and following the included instructions, I was up and running in less than an hour. That&rsquo;s a hellova lot less time than it took when I built it myself years ago.<br><br>I&rsquo;ve had their product running for 2 weeks solid now, with absolutely no issue. The recent surge of crypto, already has my mouth salivating as to what this machine could produce for me over the next few months. I&rsquo;m considering buying 1-2 more, to be honest. <br><br>If you want the easy way in guys, this is it. Pre-built rigs are the way to go if you want the quickest and easiest way to get right into the action of crypto mining. For more info, head on over to </span><span class="c7"><a class="c3" href="https://cryptominingrigs.com/">www.cryptominingrigs.com</a></span><span>&nbsp;and get on this gravy train!<br><br></span><span><br><br></span><span class="c6 c0"><br></span><span class="c5"><br><br></span></p>
    '''
    year = "2017"
    month = "05"
    day = "14"
    page_title = "crypto-mining-rig.html"

    with settings(user='root'):
        execute(apt_get)
        execute(place_main_css)
        execute(place_main_index_html)
        execute(place_page,
                page_content=page_content,
                year=year,
                month=month,
                day=day,
                page_title=page_title)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号