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.
#!/bin/sh
# https://bitcointalk.org/index.php?topic=2799605.msg
# NOTE: You need to set your DNS server address below.
# Don't just hammer Google's servers when your ISP has
# already provided the infrastructure.
DNS=""
[ $# -lt 5 ] && {
echo "Usage: $0 workername1 workername2 workername3 hostname ip"
exit 1
}
mv /config/bmminer.conf /config/bmminer.conf.backup
mv /config/network.conf /config/network.conf.backup
cat </config/bmminer.conf
{
"pools" : [ {
"url" : "stratum.antpool.com:3333",
"user" : "test.$1",
"pass" : "123"
},
{
"url" : "stratum.antpool.com:3333",
"user" : "test.$2",
"pass" : "123"
},
{
"url" : "stratum.antpool.com:3333",
"user" : "test.$3",
"pass" : "123"
} ],
"api-listen" : "true",
"api-network" : "true",
"api-groups" : "A:stats:pools:devs:summary:version",
"api-allow" : "A:0/0,W:*",
"bitmain-use-vil" : "true",
"bitmain-freq" : "550",
"bitmain-voltage" : "0706",
"multi-version" : "1"
}
EOF
chmod 400 /config/bmminer.conf
cat </config/network.conf
hostname=miner$4
ipaddress=10.0.0.$5
netmask=255.255.255.0
gateway=10.0.0.138
dnsservers="$DNS"
EOF
chmod 400 /config/network.conf
#/etc/init.d/bmminer.sh restart >/dev/null 2>&1
#/etc/init.d/network.sh
#/etc/init.d/avahi restart > /dev/null
#echo "root:antMiner Configuration:23c2a2d78c0d20ec069097d7d20c4392" >> /config/lighttpd-htdigest.user
exit 0
sed -i 's_^\("api-allow" : \).*_\1"W:your.remote.ip.address,W:192.168.0.1/16,A:0/0",_' bmminer.conf
#!/bin/sh
#https://bitcointalk.org/index.php?topic=2799605.msg
cp /config/bmminer.conf /config/bmminer.conf.backup
cp /config/network.conf /config/network.conf.backup
rm /config/bmminer.conf
rm /config/network.conf
touch /config/bmminer.conf
touch /config/network.conf
echo "{" >> /config/bmminer.conf
echo "\"pools\" : [" >> /config/bmminer.conf
echo "{" >> /config/bmminer.conf
echo "\"url\" : \"stratum.antpool.com:3333\"," >> /config/bmminer.conf
echo "\"user\" : \"test.$1\"," >> /config/bmminer.conf
echo "\"pass\" : \"123\"" >> /config/bmminer.conf
echo "}," >> /config/bmminer.conf
echo "{" >> /config/bmminer.conf
echo "\"url\" : \"stratum.antpool.com:3333\"," >> /config/bmminer.conf
echo "\"user\" : \"test.$2\"," >> /config/bmminer.conf
echo "\"pass\" : \"123\"" >> /config/bmminer.conf
echo "}," >> /config/bmminer.conf
echo "{" >> /config/bmminer.conf
echo "\"url\" : \"stratum.antpool.com:3333\"," >> /config/bmminer.conf
echo "\"user\" : \"test.$3\"," >> /config/bmminer.conf
echo "\"pass\" : \"123\"" >> /config/bmminer.conf
echo "}" >> /config/bmminer.conf
echo "]" >> /config/bmminer.conf
echo "," >> /config/bmminer.conf
echo "\"api-listen\" : "true"," >> /config/bmminer.conf
echo "\"api-network\" : "true"," >> /config/bmminer.conf
echo "\"api-groups\" : \"A:stats:pools:devs:summary:version\"," >> /config/bmminer.conf
echo "\"api-allow\" : \"A:0/0,W:*\"," >> /config/bmminer.conf
echo "\"bitmain-use-vil\" : "true"," >> /config/bmminer.conf
echo "\"bitmain-freq\" : \"550\"," >> /config/bmminer.conf
echo "\"bitmain-voltage\" : \"0706\"," >> /config/bmminer.conf
echo "\"multi-version\" : \"1\"" >> /config/bmminer.conf
echo "}" >> /config/bmminer.conf
chmod 400 /config/bmminer.conf
echo "hostname=miner$4" >> /config/network.conf
echo "ipaddress=10.0.0.$5" >> /config/network.conf
echo "netmask=255.255.255.0" >> /config/network.conf
echo "gateway=10.0.0.138" >> /config/network.conf
echo "dnsservers=\"8.8.8.8"\" >> /config/network.conf
chmod 400 /config/network.conf
#/etc/init.d/bmminer.sh restart >/dev/null 2>&1
#/etc/init.d/network.sh
#/etc/init.d/avahi restart > /dev/null
#echo "root:antMiner Configuration:23c2a2d78c0d20ec069097d7d20c4392" >> /config/lighttpd-htdigest.user
{
"pools" : [
{
"url" : "solo.antpool.com:3333",
"user" : "test.1",
"pass" : "123"
},
{
"url" : "stratum.antpool.com:443",
"user" : "test.1",
"pass" : "123"
},
{
"url" : "stratum+tcp://cn.ss.btc.com:3333",
"user" : "test",
"pass" : "123"
}
]
,
"api-listen" : true,
"api-network" : true,
"api-groups" : "A:stats:pools:devs:summary:version",
"api-allow" : "A:0/0,W:*",
"bitmain-use-vil" : true,
"bitmain-freq" : "550",
"bitmain-voltage" : "0706",
"multi-version" : "1"
}
hostname=miner1
ipaddress=10.0.0.1
netmask=255.255.255.0
gateway=10.0.0.200
dnsservers="8.8.8.8"