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.
I0920 02:44:41.984083 692 ethash.go:219] Done generating DAG for epoch 1, it took 45m41.362427387s
1494
764536444
I0920 02:44:41.984083 692 ethash.go:219] Done generating DAG for epoch 1, it took 45m41.362427387s
1494
764536444
...
Fatal: Error String IPC: Access is denied.
Fatal: Error String IPC: Access is denied.
I0920 02:30:05.013713 692 ethash.go:230] Still generating DAG: 71%
I0920 02:30:05.013713 692 ethash.go:230] Still generating DAG: 71%
enode://b991afe4cc439d3382b2502b7269ffe85289f5f0f2226c1bae698b5691314696243dbfe72917bbfd3fe56389732061720ecec3a4fa33581298677cecbec7725b@178.62.133.174:39338
178.62.133.174
apt-get install -y cpulimit
cpulimit -b -e gsoil -l 50
gsoil attach
> miner.start(1)
I0920 02:04:21.193708 692 ethash.go:230] Still generating DAG: 20%
I0920 02:04:46.869700 692 ethash.go:230] Still generating DAG: 21%
I0920 02:04:51.562083 692 ethash.go:230] Still generating DAG: 21%
I0920 02:05:17.984880 692 ethash.go:230] Still generating DAG: 22%
I0920 02:05:23.886854 692 ethash.go:230] Still generating DAG: 22%
I0920 02:05:48.321721 692 ethash.go:230] Still generating DAG: 23%
...
I0920 02:10:17.854022 692 ethash.go:230] Still generating DAG: 32%
mv ~/.soil/chaindata ~/.soil/chaindata_old
screen -S gsoil gstn
sudo iptables -A INPUT -p tcp --dport 22 -j ACCEPT
sudo iptables -A INPUT -p tcp --dport 39338 -j ACCEPT
sudo iptables -A INPUT -j DROP
sudo iptables -S
sudo invoke-rc.d iptables-persistent save
sudo iptables-save > /etc/iptables/rules.v4
21167
6
apt-get update
apt-get dist-upgrade # necessary?
apt-get install -y git binutils bison gcc make libgmp3-dev build-essential curl screen
curl -O https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.4.2.linux-amd64.tar.gz
mkdir -p ~/go/bin; echo "export GOPATH=$HOME/go" >> ~/.bashrc
echo "export PATH=\$PATH:$HOME/go/bin:/usr/local/go/bin" >> ~/.bashrc
source ~/.bashrc
mkdir ~/soil
cd ~/soil
git clone https://github.com/soilcurrency/go-ethereum.git
cd go-ethereum
make gsoil
ln -s ~/soil/go-ethereum/build/bin/gsoil ~/go/bin/
gsoil account new
echo 'gsoil --rpc --networkid=39338 --maxpeers=100 --genesis ~/soil/go-ethereum/test-net-genesis.json' > ~/go/bin/gstn
chmod u+x ~/go/bin/gstn
screen -S gsoil gstn
gsoil attach
web3.eth.blockNumber
web3.eth.accounts
personal.unlockAccount("78a52ca85dd1437a384120cc3ac4a675e872dc55","********", 1)
true