Bitcoin Forum
April 19, 2024, 07:18:45 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Deleted  (Read 1754 times)
Giulio_ (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
July 13, 2011, 06:35:04 AM
Last edit: January 30, 2012, 05:26:29 PM by Giulio_
 #1

Deleted
1713554325
Hero Member
*
Offline Offline

Posts: 1713554325

View Profile Personal Message (Offline)

Ignore
1713554325
Reply with quote  #2

1713554325
Report to moderator
1713554325
Hero Member
*
Offline Offline

Posts: 1713554325

View Profile Personal Message (Offline)

Ignore
1713554325
Reply with quote  #2

1713554325
Report to moderator
1713554325
Hero Member
*
Offline Offline

Posts: 1713554325

View Profile Personal Message (Offline)

Ignore
1713554325
Reply with quote  #2

1713554325
Report to moderator
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Xenland
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


I'm not just any shaman, I'm a Sha256man


View Profile
July 13, 2011, 02:07:52 PM
 #2

Your not providing enough information. What does pushpoold output when you run it like this
Code:
./pushpoold -E -F --debug=2
Xenland
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


I'm not just any shaman, I'm a Sha256man


View Profile
July 13, 2011, 02:56:48 PM
 #3

Code:
[2011-07-13 14:15:17.175298] Debug output enabled
[2011-07-13 14:15:17.187809] Listening on host :: port 8342
[2011-07-13 14:15:17.187885] Listening on host :: port 8341
[2011-07-13 14:15:17.187935] Listening on host :: port 8332
[2011-07-13 14:15:17.187972] Listening on host 127.0.0.1 port 8338
[2011-07-13 14:15:17.205398] initialized
After i close the ssh windows and the pid remains because i do not know how to start it as daemon.

It seems to work fine, maybe the problem is the worker registered with simplecoin.

Well I run MiningFarm, which is what SimpleCoin built his software off of, if you think it is a SimpleCoin+Pushpoold you'd probubly have better luck contacting the owner of simplecoin.
Xenland
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


I'm not just any shaman, I'm a Sha256man


View Profile
July 13, 2011, 03:39:51 PM
 #4

So pushpoold id well configured and bitcoind also?
I will try switching to MiningFarm.
Thanks.


Now the debug windows has printed
Code:
[2011-07-13 14:54:2.095941] mysql pwdb query failed at fetch


And how can i start pushpoold in background?


You can start pushpoold in the background by running
Code:
./pushpoold


Your error sounds like mysql database connection error, or you didn't insert your worker information in to the database.
OR
You aren't connecting to pushpool with the right credentials

you should login in the following format

Username: LoginUsername.WorkerName
Password: Password

LoginUser is the username you login with
and worker name is(obviously) the worker name you setup with the interface
Wuked
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile WWW
July 13, 2011, 10:42:55 PM
 #5

You should try using "Screen" to run pushpool in the background.

Make sure you are using the latest pushpool version too, version 5.0 and 4.0 have bugs.

Rob P.
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
July 14, 2011, 01:10:01 AM
 #6

If it's not a typo, then your bitcoind.conf file has:

Code:
pcport=8333

Which should read:

Code:
rpcport=8333

That would prevent pushpoold from talking to bitcoind.

--

If you like what I've written here, consider tipping the messenger:
1GZu4CtHa6ai8iWoWiVFxV5VVoNte4SkoG

If you don't like what I've written, send me a Tip and I'll stop talking.
Xenland
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


I'm not just any shaman, I'm a Sha256man


View Profile
July 14, 2011, 01:53:51 AM
 #7

Make sure you have downloaded the whole blockchain on bitcoind(or namecoind). Otherwise it wont give out work.
Rob P.
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
July 17, 2011, 12:17:15 AM
 #8

Thanks for the reply! I've fixed that line an i'm doing new tryings.
How can i check if it downloaded the blockchain?

Pushpoold doesn't have anything to do with the blockchain.  That's Bitcoin.
The blockchain is downloaded, normally, into the .bitcoin directory (under Linux).

You can perform a JSON-RPC call against your Bitcoin server to ask it what the latest block it knows about is...



--

If you like what I've written here, consider tipping the messenger:
1GZu4CtHa6ai8iWoWiVFxV5VVoNte4SkoG

If you don't like what I've written, send me a Tip and I'll stop talking.
Xenland
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


I'm not just any shaman, I'm a Sha256man


View Profile
July 20, 2011, 04:07:51 AM
 #9

Thanks for the reply! I've fixed that line an i'm doing new tryings.
How can i check if it downloaded the blockchain?

Pushpoold doesn't have anything to do with the blockchain.  That's Bitcoin.
The blockchain is downloaded, normally, into the .bitcoin directory (under Linux).

You can perform a JSON-RPC call against your Bitcoin server to ask it what the latest block it knows about is...




I didn't say anything that implied that it did. I was simply stating that it will refuse to give out work because bitcoind won't give out any working information.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!