bash: ./configure: No such file or directory
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.
bash: ./configure: No such file or directory
./configure --prefix=/home/[b]my_user_name[/b]/pushpool/
./configure --prefix=/home/[b]my_user_name[/b]/pushpool/
{
# network ports
"listen" : [
# binary protocol (default), port 8342
{ "port" : 8342 },
# HTTP JSON-RPC protocol, port 8341
{ "port" : 8347, "protocol" : "http-json" },
# HTTP JSON-RPC protocol, port 8344,
#proxy is most likely your external ip address if your running a public pool | Public pools WON'T have the following ip addresses: (10.0.0.1, 127.0.0.1, 192.168.1.100, or 192.168.254.254,etc,etc)
# requests to us | "proxy" should be set to your ip address that people will connect through
{ "port" : 8344, "protocol" : "http-json",
"proxy" : "127.0.0.1" },
# binary protocol, localhost-only port 8338
# host is most likely your localhost address
{ "host" : "127.0.0.1", "port" : 8338, "protocol" : "binary" }
],
# database settings
"database" : {
"engine" : "postgresql",
"host" : "127.0.0.1",
"port" : 5432,
"name" : "pushpool",
"username" : "bitcoin",
"password" : "hidden",
# set to true to enable logging of shares to db
"sharelog" : true,
# edit queries to match your database structure if necessary
"stmt.pwdb" :
"SELECT password FROM pool_worker WHERE username = $1",
"stmt.sharelog" :
"INSERT INTO shares (rem_host, username, our_result, upstream_result, reason, solution) VALUES ($1, $2, $3, $4, $5, decode($6, 'hex'))"
},
# cache settings
# comment out to disable memcache - NOT RECOMMENDED
"memcached" : {
"servers" : [
{ "host" : "127.0.0.1", "port" : 11211 }
]
},
"pid" : "/tmp/pushpoold.pid",
# overrides local hostname detection
#"forcehost" : "localhost.localdomain",
# logfiles for requests and shares
"log.requests" : "/tmp/request.log",
"log.shares" : "/tmp/shares.log",
# the server assumes longpolling (w/ SIGUSR1 called for each blk)
"longpoll.disable" : false,
# length of time to cache username/password credentials, in seconds
"auth.cred_cache.expire" : 75,
# RPC settings to bitcoind upstream server (same as bitcoin.conf if using original client)
"rpc.url" : "http://127.0.0.1:8332/",
"rpc.user" : "bitcoin",
"rpc.pass" : "hidden",
# rewrite returned 'target' to difficulty-1?
"rpc.target.rewrite" : true
}
user1@226776:/home/user1/pushpool-0.4.1# ./pushpoold --config=mycfg.json --debug=2 -E -F
[1307223396.497494] Debug output enabled
[1307223396.497798] Forcing local hostname to localhost.localdomain
[1307223396.501021] Listening on host :: port 8336
[1307223396.501114] Listening on host :: port 8337
[1307223396.501184] Listening on host :: port 8339
[1307223396.501242] Listening on host 184.22.250.98 port 8338
user1@226776:/home/user1/pushpool-0.4.1#
user1@226776:/home/user1/pushpool-0.4.1# ./pushpoold --config=mycfg.json --debug=2 -E -F
[1307223396.497494] Debug output enabled
[1307223396.497798] Forcing local hostname to localhost.localdomain
[1307223396.501021] Listening on host :: port 8336
[1307223396.501114] Listening on host :: port 8337
[1307223396.501184] Listening on host :: port 8339
[1307223396.501242] Listening on host 184.22.250.98 port 8338
user1@226776:/home/user1/pushpool-0.4.1#
user1@226776:/home/user1/pushpool-0.4.1# ./pushpoold --config=mycfg.json --debug=2 -E -F
[1307223396.497494] Debug output enabled
[1307223396.497798] Forcing local hostname to localhost.localdomain
[1307223396.501021] Listening on host :: port 8336
[1307223396.501114] Listening on host :: port 8337
[1307223396.501184] Listening on host :: port 8339
[1307223396.501242] Listening on host 184.22.250.98 port 8338
user1@226776:/home/user1/pushpool-0.4.1#
user1@226776:/home/user1/pushpool-0.4.1# ./pushpoold --config=mycfg.json --debug=2 -E -F
[1307223396.497494] Debug output enabled
[1307223396.497798] Forcing local hostname to localhost.localdomain
[1307223396.501021] Listening on host :: port 8336
[1307223396.501114] Listening on host :: port 8337
[1307223396.501184] Listening on host :: port 8339
[1307223396.501242] Listening on host 184.22.250.98 port 8338
user1@226776:/home/user1/pushpool-0.4.1#
root@testserver:/home/root/pushpool/sbin# ./pushpoold --debug=2 --stderr --foreground
[1307137799.257380] Debug output enabled
[1307137799.258044] Forcing local hostname to localhost.localdomain
[1307137799.261883] Listening on host :: port 8342
[1307137799.262155] Listening on host :: port 8341
[1307137799.262364] Listening on host :: port 8344
[1307137799.262578] Listening on host xx.xxx.xx.xx port 8338
[1307137799.266777] initialized
[1307137804.486011] client host xxx.xxx.xx.xxx port 58435 connected
[1307137804.493953] client xxx.xxx.xx.xxx ended
[1307137805.852921] client host xxx.xxx.xx.xxx port 58436 connected
[1307137805.858515] client xxx.xxx.xx.xxx ended
[1307137807.207877] client host xxx.xxx.xx.xxx port 58437 connected
[1307137807.212642] client xxx.xxx.xx.xxx ended
[1307137808.567177] client host xxx.xxx.xx.xxx port 58438 connected
[1307137808.572342] client xxx.xxx.xx.xxx ended
JSON protocol request:
{"method": "getwork", "params": [], "id":3}
* About to connect() to 127.0.0.1 port 8335 (#0)
* Trying 127.0.0.1... * TCP_NODELAY set
* connected
* Connected to 127.0.0.1 (127.0.0.1) port 8335 (#0)
* Server auth using Basic with user 'coinz'
> POST / HTTP/1.1
Authorization: Basic Y29pbno6Y2lvbnoxMQ==
Host: 127.0.0.1:8335
Accept: */*
Accept-Encoding: deflate, gzip
Content-type: application/json
Content-Length: 45
* HTTP 1.0, assume close after body
< HTTP/1.0 401 Authorization Required
< Date: Fri, 03 Jun 2011 17:58:10 +0000
< Server: bitcoin-json-rpc/0.3.21-beta
* Authentication problem. Ignoring this.
< WWW-Authenticate: Basic realm="jsonrpc"
< Content-Type: text/html
< Content-Length: 296
* The requested URL returned error: 401
* Closing connection #0
[1307123890.859317] HTTP request failed: The requested URL returned error: 401
{
# network ports
"listen" : [
# binary protocol (default), port 8342
#{ "port" : 8342 },
# HTTP JSON-RPC protocol, port 8341
{ "port" : 8341, "protocol" : "http-json" },
# HTTP JSON-RPC protocol, port 8344,
#proxy is most likely your external ip address if your running a public pool | Public pools WON'T have the following ip addresses: (10.0.0.1, 127.0.0.1, 192.168.1.100, or 192.168.254.254,etc,etc)
# requests to us | "proxy" should be set to your ip address that people will connect through
{ "port" : 8344, "protocol" : "http-json",
"proxy" : "110.173.226.1" },
# binary protocol, localhost-only port 8338
# host is most likely your localhost address
{ "host" : "110.173.226.1", "port" : 8338, "protocol" : "binary" }
],
# database settings
"database" : {
"engine" : "mysql",
"host" : "localhost",
"port" : 3306,
#database name
"name" : "pushpool",
#database username
"username" : "bitcoin",
#database password
"password" : "bitcoin11",
#enable sharelog | to insert share data or sometimes known as "work"
"sharelog" : true,
"stmt.pwdb":"SELECT password FROM pool_worker WHERE username = ?",
"stmt.sharelog":"INSERT INTO shares (rem_host, username, our_result, upstream_result, reason, solution) VALUES (?, ?, ?, ?, ?, ?)"
},
#uncoment this when you want to use memcached (Recommended for servers over 1.5gb of ram)
# cache settings
#"memcached" : {
# "servers" : [
# { "host" : "127.0.0.1", "port" : 11211 }
# ]
#},
"pid" : "/tmp/pushpoold.pid",
# overrides local hostname detection
"forcehost" : "localhost.localdomain",
"log.requests" : "/tmp/request.log",
"log.shares" : "/tmp/shares.log",
# the server assumes longpolling (w/ SIGUSR1 called for each blk)
"longpoll.disable" : false,
# length of time to cache username/password credentials, in seconds
"auth.cred_cache.expire" : 75,
# RPC settings
#Bitcoind Protocal settings
#Host were bitcoind can be found on the network
"rpc.url" : "http://127.0.0.1:8335/",
#Username & password to connect to bitcoind
"rpc.user" : "coinz",
"rpc.pass" : "cionz11",
# rewrite returned 'target' to difficulty-1?
"rpc.target.rewrite" : true
}
rpcuser=coinz
rpcpassword=coinz11
rpcport=8335
server=1
gen=0
rpcallowip=*
./bitcoind -server -deamon
./pushpoold -E -F