Skip to main content

Crypto-Friendly Banks

https://codesport.io/blockchain/crypto-friendly-banks/
Blockchain

Crypto-Friendly Banks Crypto friendly banks typically have dedicated divisions that work with businesses and individuals involved with cryptocurrency. US Banks Caribbean and Island Nation Based Banks European Based Banks References and Sources A New Crypto Banking System Arises Under the Shadow of a Regulatory Crackdown Coindesk: Banking Crisis in U.S. Likely to Push Crypto Firms […]

Disable SearchUI.exe (Disable Cortana) on Windows 10

https://codesport.io/mining-tutorials/disable-searchui-exe-disable-cortana-on-windows-10/

Open the windows command prompt in administrator mode: References Trishtech.com How to Permanently Stop SearchUI.exe from Running in Windows 10

Ethereum (ETH): The Byzantium Hard Fork

https://codesport.io/linux/ethereum-eth-the-byzantium-hard-fork/

TL;DR: I’m a Miner. What Do I need to Do to Prepare for Byzantium Hard Fork? You should update your Ethereum client (i.e. your wallet). For Linux users running geth, just do this: $ sudo apt-get update $ sudo apt-get upgrade If you found this helpful, feel free to tip us ETH: 0xff682Acd27D5f073Be77cd88b2F9eb8c2C59c049 Preparing for […]

Ethereum (ETH): Adding WiFI to Your Linux Mining Rig

https://codesport.io/mining-tutorials/ethereum-eth-adding-wifi-to-your-linux-mining-rig/

The first call of action is to purchase a WiFi adapter that’s compatible with Linux. After trial-and-error, we found the BrosTrend Long Range USB WiFi Adapter 1200Mbps to work perfectly. Finding the right Linux drivers is the next challenge. We contributed this this driver version on GitHub which works well with the BrosTrend Long Range […]

Motherboard BIOS Error: Blinitializelibrary failed 0xc00000bb

https://codesport.io/mining-tutorials/motherboard-bios-error-blinitializelibrary-failed-0xc00000bb/

This is a BIOS Power-On Self-Test (POST), Video Graphics Array (VGA) error. It may occur when there are multiple GPUS on a motherboard and an abrupt shutdown of Windows 10. The abrupt shutdown may prevent the BIOS from initiating a proper POST. This, in turn, may force the motherboard to reset to default values. The […]

Ethereum (ETH): How to Install AMD Blockchain Compute Drivers for Linux

https://codesport.io/mining-tutorials/amd-blockchain-compute-driver-for-linux/

October 16, 2017 Driver Update* AMD updated their “unsupported” blockchain driver from 17.30 (August 2017) to 17.40 in October 2017. We have updated this post to reference that version as well as their instructions *The ROCm component was updated from 1.6-148 to 1.6-180 after doing a dist-upgrade and reboot. Credits and Acknowlegements Credit goes to […]

Ethereum (ETH): Modding the Asus Prime Z270-A to Support 9 GPUs

https://codesport.io/mining-tutorials/modding-the-asus-prime-z270-a-to-support-9-gpus/

Make the below changes in the Advanced BIOS config settings. You may either select Gen 1 or Gen 2. But be consistent throughout: If Only Installing 1 or 2 GPUs, Install in This Order If this order is violated (i.e., the 16x are left empty while others are filled), the M.2 slot closest to the […]

Let’s Encrypt Tutorial

https://codesport.io/lamp-stack-advanced/lets-encrypt-tutorial/

1. Install Let’s Encrypt Let’s Encrypt is a command line python application (a client) capable of generating, validating, renewing, and revoking TLS certificates. Full documentation is available on ReadTheDocs. Versions and Server EnvironmentThis tutorial was tested on Apache 2.4.7 running on Ubuntu 14.04. Instructions on deploying on Apache >= 2.4.8 are included below Update and […]