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.
#Edit the pools before pasting
#Copy and paste this whole block of text after making desired edits
echo -n \
'{
"pools": [
{
"url": "stratum+tcp://na.luckpool.net:3060",
"user": "znhGeka9zXmixvw6ufzGpcaSXcSACrjx5WZ.A9-XXX",
"pass": "x"
},
{
"url": "stratum+tcp://eu.luckpool.net:3060",
"user": "znhGeka9zXmixvw6ufzGpcaSXcSACrjx5WZ.A9-XXX",
"pass": "x"
},
{
"url": "stratum+tcp://ap.luckpool.net:3060",
"user": "znhGeka9zXmixvw6ufzGpcaSXcSACrjx5WZ.A9-XXX",
"pass": "x"
}
],
"api-listen": true,
"api-port": "4028",
"api-allow": "R:0/0,W:127.0.0.1",
"noauto": true,
"T1Pll1": "1500",
"T1Pll2": "1500",
"T1Pll3": "1500",
"A1Fanspd": "50",
"A1Fanmode": "0"
}' > /config/cgminer.conf
echo -n '{"mode":"performance","level":"4"}' > /config/profile.conf
#The miner must be rebooted for the new configuration to load
#Copy and paste this whole block of text
#Make the filesystem writable
mount / -o rw,remount
#Modify cgminer service unit file to enable API access
echo \
'[Unit]
Description=sgminer4a9
After=network.target config.mount
Requires=config.mount
StartLimitIntervalSec=0
[Service]
Type=simple
PrivateTmp=no
ExecStartPre=/bin/sh -c "mkdir -p /tmp/log"
ExecStartPre=/bin/sh -c "echo "B29+" > /tmp/type"
ExecStartPre=/bin/sh -c "echo "G19" > /tmp/hwver"
ExecStartPre=/bin/sh -c "if [ ! -s /config/cgminer.conf ]; then cp -f /etc/cgminer.conf.default /config/cgminer.conf; fi"
ExecStartPre=/bin/sh -c "if [ ! -s /config/cg.conf ]; then cp -f /etc/cg.conf.default /config/cg.conf; fi"
ExecStart=/bin/cgminer -c /etc/cgminer.conf --api-listen --api-network --api-allow W:0/0 --syslog --text-only
Restart=always
[Install]
WantedBy=multi-user.target' > /etc/systemd/system/multi-user.target.wants/cgminer.service
#Apply changes made to unit file by reloading systemd
systemctl daemon-reload
#The miner must be rebooted for the new configuration to load
[2:33 AM] Sto1cNate: NOTE: I have deleted a few of my earlier posts as I was experimenting and don't want to add to any more confusion that is scattered all over this channel.