That is about the same info when you do a 'getpeerinfo' from the console within the wallet. It gives you a list of your peers and their IP addresses and port.
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.
Status: conflicted
Date: 27.4.2015 02:10
Source: Generated
Credit: 0.88 8BIT
Net amount: 0.00 8BIT
Transaction ID: 9dc3ddb91b3323fcd635c29613abfe552ea73c3f90e4781f8864a1f9efb38124-000
Generated coins must mature 251 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours.
Status: conflicted
Date: 27.4.2015 03:33
Source: Generated
Credit: 0.88 8BIT
Net amount: 0.00 8BIT
Transaction ID: c0165c537ec7a7412694b931b99bda528b4053f7b54e5c44e9a9ea350e43f4c7-000
Generated coins must mature 251 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours.
sudo apt-get install automake
sudo apt-get install build-essential libtool
cd ~
git clone https://github.com/bitcoin/secp256k1
cd secp256k1
git reset a0d3b8
git add .
git reset --hard
./autogen.sh
./configure
make
sudo make install
cd ..
sudo ldconfig
cd ~
git clone https://github.com/bitcoin/secp256k1
cd secp256k1
git reset a0d3b8
git add .
git reset --hard
./autogen.sh
./configure
make
sudo make install
cd ..
sudo ldconfig