Skip to content
Home » Crypto » Page 3

Crypto

Crypto Currency Information, How-To’s, Tips, Tools, and Guides

Mining SUQA with NVIDIA 1080TI Cards

How To Mine SUQA on Ubuntu 18.04 with NVidia 1080 TI cards and CUDA 10

This guide assumes you already have the OS, Drivers, and CUDA installed

sudo bash

apt-get install libc-ares2

cd /miner/drivers/

wget https://github.com/technobyl/CryptoDredge/releases/download/v0.14.0/CryptoDredge_0.14.0_cuda_10.0_linux.tar.gz

tar zxvf CryptoDredge_0.14.0_cuda_10.0_linux.tar.gz

rm Cry*.z

cd CryptoDredge_0.14.0/

nano run-suqa-beepool.sh

Insert your wallet address

Save and Exit

chmod +x run-squa-beepool.sh

./run-squa-beepool.sh

That’s it. Thanks for reading!


The hardware that I used in this guide:
Gigabyte AORUS GeForce GTX 1080 Ti (QTY 6):
https://amzn.to/2JqvXC8

Motherboard (QTY 1): 
https://amzn.to/2JqGJZ7

CPU (QTY 1): 
https://amzn.to/3qevp2X

Memory (QTY 1): 
https://amzn.to/2JqHn8Z

Hard Drive (QTY 1):  
https://amzn.to/3lic3X5

Risers (QTY 6):  
https://amzn.to/33rIgVE

Power Supplies (QTY 2):
https://amzn.to/3fTRpLR

Add2PSU (QTY 1):
https://amzn.to/39s4URY

Power Switch (QTY 1):  
https://amzn.to/3ljmNVk

Headless Mining RVN with Z-Enemy on Ubuntu 18.04

Using NVIDIA 1080 TI Cards, Ubuntu Server 18.04, and Z-Enemy 1.26 to Mine Raven

Here is the quick installation notes on how to mine Raven.  My hashrate has almost doubled over running ccminer, on the same coin and same pool.

Log into the rig

sudo bash

apt-get -y install libcurl3

mkdir /miner && mkdir /miner/drivers && mkdir /miner/drivers/z-enemy
cd /miner/drivers/z-enemy

wget

tar zxvf z-enemy-1.26-cuda100-Linux.tar.gz

nano Raven.sh

Insert the following into the file#

#!/bin/sh

nvidia-smi -pm 1
nvidia-smi -acp 0
nvidia-smi -pl 300
sleep 2
export GPU_FORCE_64BIT_PTR=0
export GPU_MAX_HEAP_SIZE=100
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_ALLOC_PERCENT=100
export GPU_SINGLE_ALLOC_PERCENT=100

./z-enemy -a x16r -o stratum+tcp://ravenminer.com:3636 -u RMzHAFgqgjV5qLkajBjLQ325V7HWBpG3d9 -p d=16 -i 20

CTRL + X to Save and Exit

chmod +x Raven.sh

./Raven.sh

You are now mining! Thanks for reading!

The hardware that I used in this guide:
Gigabyte AORUS GeForce GTX 1080 Ti (QTY 6):
https://amzn.to/2JqvXC8

Motherboard (QTY 1): 
https://amzn.to/2JqGJZ7

CPU (QTY 1): 
https://amzn.to/3qevp2X

Memory (QTY 1): 
https://amzn.to/2JqHn8Z

Hard Drive (QTY 1):  
https://amzn.to/3lic3X5

Risers (QTY 6):  
https://amzn.to/33rIgVE

Power Supplies (QTY 2):
https://amzn.to/3fTRpLR

Add2PSU (QTY 1):
https://amzn.to/39s4URY

Power Switch (QTY 1):  
https://amzn.to/3ljmNVk

BlockErupter Setup On A Raspberry Pi

Setup a USB Block Erupter on the Raspberry Pi with MinePeon

Insert your MinePeon SD Card

Connect the Rashberry Pi to a Powered USB Hub

Connect the Block Erupters into the Powered USB Hub

Boot the Raspberry Pi

Log into the Pi as user: minepeon with the password: peon

Type ifconfig and note the ip address for the device

On a separate computer open up your internet browser and point it to the ip of the raspberry pi. (ex: http://192.168.1.101)

Log into the Pi as user: minepeon with the password: peon

Click on the Pools tab at the top of the page

Delete all the info inside the boxes and replace it with your own info

Ex: stratum.d7.lt:3333 username: InstantSupp.777 password: 12345

Click Submit

The Block Erupter will now start mining

After a few minutes check the Graph page to make sure it is producing the info and your erupter is mining properly



Thanks for reading

Hardware that I use:
Raspberry Pi 4 (4gb)
https://amzn.to/3q551IO

SanDisk 32GB Ultra microSDHC UHS-I Memory Card with Adapter
https://amzn.to/2Vfvo0y

CanaKit 3.5A Raspberry Pi 4 Power Supply (USB-C)
https://amzn.to/3fNTYPu

CanaKit Raspberry Pi 4 Micro HDMI Cable – 6 Feet
https://amzn.to/33u5hr9

Western Digital 500GB WD_Black SN750 NVMe
https://amzn.to/3nZ5pH4

Plugable USB C to M.2 NVMe Tool-free Enclosure
https://amzn.to/3lflV3L

Installing Teamviewer on Ubuntu

Enable Remote Access Through Teamviewer

Quick and dirty guide on how to install Teamviewer so you can remote into your mining rigs from anywhere.

sudo bash

mkdir /home/miner/teamviewer

cd /home/miner/teamviewer

wget https://download.teamviewer.com/download/linux/teamviewer-host_amd64.deb

dpkg -i teamviewer-host_amd64.deb

It will fail and that’s ok because we will fix it here

apt-get -f install

y

After it installs then run

teamviewer setup

Enter your teamviewer username (email@domain.com) and teamviewer password

You are now ready to go.  Try connecting remotely.

HUSH Wallet UI – Waiting for Daemon to Start

HUSH Wallet Continually Fails to Start

Updating the wallet to the latest version 0.72 causes an error where the daemon continually fails to start and you can wait or close the wallet.  To fix the error on Windows 10, perform the following:

Open up your Windows Explorer and navigate to the root of C:\

In the Search Box, type hushd.exe and hit Enter

When the file is found, right click on it and select Open Folder Location

Select the full path in the bar at the top and copy it.  It will be something like C:\Program Files\hush\etc…..

Now open a command prompt

Type cd C:\Program Files\hush\etc….. (here you will put your actual path in instead of mine C:\Program Files\hush\etc…..)

Once you are there type in the following:

start hushd.exe -daemon -reindex

Now leave the black boxes open, and Open your HUSH Wallet.

You should see the blockchain begin to download all over again.  This will allow you to get access to the wallet, once everything is synchronized

 

MinexBank Coin Parking Renewal Process

How to Re-Park Your Minex Coins

Once you have your wallet setup to park, the renewal is pretty easy and quick.  The guide below walks you through the process

Go to

Login using your wallet address and your previously setup minexbank password

Calculate the best return rate over the course of 1 year, and park the coins for that long, even though you are not going to park them for 1 year.  For example the Weekly percentage is 1% (1% x 52 Weeks = 52% Return) and the Quarterly return is 27% (27% x 4 Quarters = 108% Return)

Select the amount of time you want the coins parked (ex: Quarterly)

Click Park All button

Click Create, and the coins are parked

Now take a look under the Active Parkings section of the web page, you will see the time left (89 days and whatever hours). Put a reminder in your calendar for when the parking return is paid, so 90 days from now, and then park the coins again.

Follow this process over and over for the greatest return.

Setting up a Bitcoin Wallet on a Raspberry Pi

Setting up a Bitcoin wallet on a Raspberry Pi

Here is the quick and dirty guide to getting your wallet up and running.

Boot to the Desktop

If you are at the command line and cannot get to the desktop type in:
sudo bash
Enter in your password if prompted

Type:
apt-get update and press enter

Type:
startx, press enter, and the desktop will start

Open up an LXTerminal on your Pi.

Type:
sudo apt-get install python-qt4 python-pip and press enter

Press Y when prompted

sudo pip install http://download.electrum.org/3.2.3/Electrum-3.2.3.tar.gz and press enter

The wallet will now install. Once it is installed type:
electrum and press enter

dialog box will appear telling you that a wallet is not found.

Click Create

Copy your wallet generation seed into a safe place and click ok

Type in your wallet generation seed in the verification box and click ok

Accept the default server and press ok

Set the password when prompted

Verify the password

Click Ok

The Password was Updated dialog box will appear. Click Ok

Your Electrum Bitcoin wallet will now show on your desktop

Once you have your wallet open click on the Receive Tab

In the Main Account section, you will see 5 addresses that look similar to this:
1246L8DYTSJ12ti35gXtRvG9Qu4oVCfXrz

That is your bitcoin wallet address. You will use that address to receive your bitcoins.



Thanks for reading

Hardware that I use:
Raspberry Pi 4 (4gb)
https://amzn.to/3q551IO

SanDisk 32GB Ultra microSDHC UHS-I Memory Card with Adapter
https://amzn.to/2Vfvo0y

CanaKit 3.5A Raspberry Pi 4 Power Supply (USB-C)
https://amzn.to/3fNTYPu

CanaKit Raspberry Pi 4 Micro HDMI Cable – 6 Feet
https://amzn.to/33u5hr9

Western Digital 500GB WD_Black SN750 NVMe
https://amzn.to/3nZ5pH4

Plugable USB C to M.2 NVMe Tool-free Enclosure
https://amzn.to/3lflV3L

LOKI Wallet – Windows Installation

How-To guide for installing the LOKI Desktop Wallet

This is a guide to installing the Windows version of the Loki Desktop Wallet.  Save your Wallet Seed and Password in a secure place.  Do NOT keep them on the same computer as your wallet.

Download the Loki-Gui-Win64 wallet from

https://github.com/loki-project/

Unzip/Extract the zipped folder loki-gui-win64 to your Desktop

Navigate to the Desktop of your computer

Open the new loki-gui-win64 folder

Double click on the start-low-graphics-mode.bat file

Loki will start

Select your Language

Click Create a New Wallet

Copy down your wallet seedDO NOT LOSE THIS

Click the next Arrow

Create a strong PasswordDO NOT LOSE THIS

Click the next Arrow

Click the next Arrow again

Click Use LOKI

Your wallet is now installed

To find out your wallet address, click Receive.  Once you have that, you can use that in your miners to receive payments