I'm not under the impression that any of these products are profitable. You actually want to make your money back and make a profit? Go buy an Antminer S9 or DragonMint. Even then profitability is dicey.
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
sudo systemctl enable ssh
sudo systemctl start ssh
sudo nano /boot/cmdline.txt
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y build-essential git libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev screen libtool automake pkg-config libjansson-dev
mkdir -p git/vthoang; cd git/vthoang
git clone https://github.com/vthoang/cgminer.git
cd cgminer
CFLAGS="-O2" ./autogen.sh --enable-gekko
make -j 2
{
"pools" : [
{
"url" : "stratum+tcp://pool.ckpool.org:3333",
"user" : "1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr",
"pass" : "x"
}
],
"gekko-terminus-freq" : "150",
"gekko-start-freq" : "100",
"gekko-step-freq" : "25",
"gekko-step-delay" : "15"
}
[Unit]
Description=cgminer
After=network.target
[Service]
Type=forking
User=pi
#Start:
# screen -dm creates detached session that forks.
# use this with Type=forking
ExecStart=/usr/bin/screen -dmS cgminer /home/pi/cgminer --config /home/pi/cgminer.conf
#Stop:
# tell cgminer to quit (not screen), and screen will exit
ExecStop=/usr/bin/screen -S cgminer -X stuff 'q'
# or tell screen to quit and clobber cgminer - not best choice
#ExecStop=/usr/bin/screen -S cgminer -X quit
#Probably need a kill definition in case the miner is hung
#Reload:
# sending the string 'scy' (settings, restart, yes) to cgminer will
# cause a restart which will re-read config file if using one
ExecReload=/usr/bin/screen -S cgminer -X stuff 'scy'
[Install]
WantedBy=multi-user.target
sudo systemctl daemon-reload
sudo systemctl enable cgminer.service
sudo systemctl start cgminer.service
sudo cp ~/git/vthoang/cgminer/01-cgminer.rules /etc/udev/rules.d/
sudo usermod -G plugdev -a pi
groupadd plugdev
dwc_otg.lpm_enable=0 dwc_otg.speed=1 dwc_otg.fiq_enable=1 dwc_otg.fiq_fsm_enable=1 dwc_otg.fiq_fsm_mask=0x3
sudo systemctl enable ssh
sudo systemctl start ssh
sudo nano /boot/cmdline.txt
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y build-essential git libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev screen libtool automake pkg-config libjansson-dev
mkdir -p git/vthoang; cd git/vthoang
git clone https://github.com/vthoang/cgminer.git
cd cgminer
CFLAGS="-O2" ./autogen.sh --enable-gekko
make -j 2
{
"pools" : [
{
"url" : "stratum+tcp://pool.ckpool.org:3333",
"user" : "1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr",
"pass" : "x"
}
],
"gekko-terminus-freq" : "150",
"gekko-start-freq" : "100",
"gekko-step-freq" : "25",
"gekko-step-delay" : "15"
}
[Unit]
Description=cgminer
After=network.target
[Service]
Type=forking
User=pi
#Start:
# screen -dm creates detached session that forks.
# use this with Type=forking
ExecStart=/usr/bin/screen -dmS cgminer /home/pi/cgminer --config /home/pi/cgminer.conf
#Stop:
# tell cgminer to quit (not screen), and screen will exit
ExecStop=/usr/bin/screen -S cgminer -X stuff 'q'
# or tell screen to quit and clobber cgminer - not best choice
#ExecStop=/usr/bin/screen -S cgminer -X quit
#Probably need a kill definition in case the miner is hung
#Reload:
# sending the string 'scy' (settings, restart, yes) to cgminer will
# cause a restart which will re-read config file if using one
ExecReload=/usr/bin/screen -S cgminer -X stuff 'scy'
[Install]
WantedBy=multi-user.target
sudo systemctl daemon-reload
sudo systemctl enable cgminer.service
sudo systemctl start cgminer.service