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.
Success: I can see your service on xx.247.9.10 on port (9333)
Your ISP is not blocking port 9333
cgminer version 2.1.2 - Started: [2012-01-16 15:03:27]
--------------------------------------------------------------------------------
(5s):1356.2 (avg):1353.6 Mh/s | Q:89492 A:3620 R:210 HW:0 E:4% U:2.18/m
TQ: 8 ST: 9 SS: 0 DW: 80039 NB: 185 LW: 86049 GF: 1 RF: 0
Connected to http://10.0.0.2:9332 with LP as user miner2
Block: 000005c8ec2e9da784e646e5651e59c4... Started: [18:44:10]
Pool: http://10.0.0.2:9332
Has long-poll support
Queued work requests: 89237
Share submissions: 3822
Accepted shares: 3612
Rejected shares: 210
Reject ratio: 5.5%
Efficiency (accepted / queued): 4%
Discarded work due to new blocks: 79812
Stale submissions discarded due to new blocks: 0
Unable to get work from server occasions: 1
Submitting work remotely delay occasions: 0
2012-01-17 18:43:14.505698 New work for worker! Share difficulty: 172.908439 Payout if block: 2.024835 BTC Total block value: 50.037500 BTC including 50 transactions
2012-01-17 18:43:16.670359 Pool: 83856MH/s in 17357 shares (17361/17361 verified) Recent: 4.68% >3925MH/s Shares: 461 (28 orphan, 28 dead) Peers: 10
2012-01-17 18:43:16.670527 Average time between blocks: 0.74 days
2012-01-17 18:43:16.670613 Pool stales: 11% Own: 12±3% Own efficiency: 99±3%
2012-01-18 07:56:29.497000 Pool: 84459MH/s in 17381 shares (12581/17385 verified) Recent: 3.66% >3089MH/s Shares: 122 (17 orphan, 1 dead) Peers: 12
2012-01-18 07:56:29.497000 Average time between blocks: 0.74 days
2012-01-18 07:56:29.497000 Pool stales: 9% Own: 16±6% Own efficiency: 93±7%
2012-01-18 07:56:36.796000 New work for worker! Share difficulty: 165.577356 Payout if block: 1.576102 BTC Total block value: 50.155000 BTC including 95 transactions
2012-01-18 07:56:29.497000 Pool: 84459MH/s in 17381 shares (12581/17385 verified) Recent: 3.66% >3089MH/s Shares: 122 (17 orphan, 1 dead) Peers: 12
2012-01-18 07:56:29.497000 Average time between blocks: 0.74 days
2012-01-18 07:56:29.497000 Pool stales: 9% Own: 16±6% Own efficiency: 93±7%
2012-01-18 07:56:36.796000 New work for worker! Share difficulty: 165.577356 Payout if block: 1.576102 BTC Total block value: 50.155000 BTC including 95 transactions
Success: I can see your service on xx.247.9.10 on port (9333)
Your ISP is not blocking port 9333
logtimestamps=1
server=1
logtimestamps=1
port=18333
rpcport=18332
rpcuser=bitcoinusername
rpcpassword=bitcoinpassword
rpcallowip=*
@echo off
title p2pool
echo.
echo running p2pool ...
echo.
C:\Python27\python.exe "%programfiles%\p2pool\folder-name-of-the-latest-current-p2pool-code\run_p2pool.py" --net bitcoin --address yourbitcoinaddresshere --bitcoind-address 127.0.0.1 --bitcoind-rpc-port 18332 --bitcoind-p2p-port 18333 bitcoinusername bitcoinpassword
echo.
echo p2pool stopped.
echo.
pause
@echo off
title p2pool
echo.
echo running p2pool ...
echo.
C:\Python27\python.exe "%programfiles%\p2pool\forrestv-p2pool-4f6c2e2\run_p2pool.py" --net bitcoin --address 12uN6G1uAtn7G29qfTdLD9des4y63Whr61 --bitcoind-address 127.0.0.1 --bitcoind-rpc-port 18332 --bitcoind-p2p-port 18333 bitcoinusername bitcoinpassword
echo.
echo p2pool stopped.
echo.
pause
@echo off
title bitcoind
echo.
if exist "%programfiles%\bitcoin\daemon\bitcoind.exe" (set programfilesx86=0)
if exist "%programfiles(x86)%\bitcoin\daemon\bitcoind.exe" (set programfilesx86=1)
if %programfilesx86%==0 (goto :programfiles)
if %programfilesx86%==1 (goto :programfilesx86)
echo ERROR! bitcoind.exe not found in either "%programfiles%\bitcoin\daemon\" or "%programfiles(x86)%\bitcoin\daemon\" - giving up!
echo.
pause
goto:eof
:programfiles
echo running bitcoind.exe from "%programfiles%\Bitcoin\daemon\" ...
"%programfiles%\Bitcoin\daemon\bitcoind.exe" -datadir="%programfiles%\p2pool\bitcoind-data"
echo.
echo bitcoind stopped.
echo.
pause
goto:eof
:programfilesx86
echo running bitcoind.exe from "%programfiles(x86)%\Bitcoin\daemon\" ...
"%programfiles(x86)%\Bitcoin\daemon\bitcoind.exe" -datadir="%programfiles%\p2pool\bitcoind-data"
echo.
echo bitcoind stopped.
echo.
pause