Bitcoin Forum
May 27, 2024, 06:03:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 »
281  Bitcoin / Pools / p2pool - Decentralized, Absolutely DoS-Proof, Pool Hopping-Proof Pool [archival] on: July 18, 2011, 03:35:14 PM
Bitcoind gives that error if it's downloading blocks or if it doesn't have any connections. Try

Code:
bitcoind -rpcport=18332 getwork

to see the error.

error: {"code":-9,"message":"Bitcoin is not connected!"}

So, I suppose your diagnostic is ok.
282  Bitcoin / Pools / p2pool - Decentralized, Absolutely DoS-Proof, Pool Hopping-Proof Pool [archival] on: July 18, 2011, 02:51:01 PM
You can start a bitcoind in parallel with the mainnet one with:

Code:
bitcoind -testnet -rpcport=18332


Success! It was a problem with the number of dashes  Angry

Then you can do:

Code:
python run_p2pool.py USER PASS --testnet --bitcoind-rpc-port=18332

If this doesn't work, pastebin the error .. because it works for me.

EDIT: Perhaps you used --bitcoind-p2p-port instead of --bitcoind-p2p-port? That would explain your problem.

rpc-port is ok. After handsake OK ("Testing bitcoind RPC connection to 'http://127.0.0.1:18832/' with authorization....", then this error is shown repeatedly:

Code:
Error getting work from bitcoind:
Unhandled Error
Traceback (most recent call last):
Failure: twisted.web.error.Error: 500 Internal Server Error
283  Bitcoin / Development & Technical Discussion / Re: bitcoind (0.3.24) can't be stopped on: July 18, 2011, 02:31:35 PM
I'm running last bitcoind executable in Linux. But when I want to stop it

Code:
bitcoind -stop

Try running bitcoind stop (without the dash)

 Tongue  Tongue  Tongue
284  Local / Other languages/locations / Re: Esperanto ! on: July 18, 2011, 02:30:09 PM
atendu mian venantan elasadon dum sekvaj pluraj tagoj Grin

Nu, "ellasi" havas kromnuancon "furzo"  Grin Mi tamen esperas ke viaj kontribuoj estos multe pli ĝuinda!
285  Bitcoin / Pools / p2pool - Decentralized, Absolutely DoS-Proof, Pool Hopping-Proof Pool [archival] on: July 18, 2011, 02:16:21 PM
I have some problems...

First, is not possible to run testnet and real net at the same time. So, I must sacrifice the "real" bitcoind to test p2pool

When I do it, I must say p2pool not only --testnet, but rpcport also.

Once the starting occurs without problem, it can't get work from bitcoind  Tongue

(using bitcoind 0.3.24 for Linux).
286  Bitcoin / Development & Technical Discussion / bitcoind (0.3.24) can't be stopped on: July 18, 2011, 02:13:07 PM
I'm running last bitcoind executable in Linux. But when I want to stop it

Code:
bitcoind -stop

I get error message:

Bitcoin: Cannot obtain a lock on data directory /home/shevek/.bitcoin.  Bitcoin is probably already running.

Of course, it is running!  Tongue
287  Other / CPU/GPU Bitcoin mining hardware / Re: Ubuntu Natty Narwhal 11.04 Mining Guide / HOWTO on: July 18, 2011, 07:57:32 AM

Read through this thread, all the clues are in here.  I mean, the clue(s) are even in the guide itself.  Come on, man.


I've finally found a clue, but not in this thread neither in these forums.
288  Other / CPU/GPU Bitcoin mining hardware / Re: Ubuntu Natty Narwhal 11.04 Mining Guide / HOWTO on: July 17, 2011, 05:10:42 PM
I'm gpu-mining ok with these advices in Debian testing.

But I have a problem: when I switch to other tty (CTRL-ALT-Fn), mining stops. The process still stands but miner lost connection with gpu.

In this forum I read about starting the miner even with ssh-terminal! But I don't see how... every recipe fails (i.e putting "DISPLAY :0" at the beginning).

Any clues? TIA

Read through this thread, all the clues are in here.  I mean, the clue(s) are even in the guide itself.  Come on, man.


I've tried everything: there's no way to activate gpu's from terminals out of the current X-display. Order,

Code:
$ ./poclbm

gives only CPU as mining device when launched in, say, tty0. No matter if I launch a "screen" instance, or if I insist about "DISPLAY=:0" at the beginning.

I suspect, a fundamental difference between Debian and Ubuntu is the key. But I have no expertize on this.  Huh
289  Bitcoin / Pools / Re: [445 GH/s] Eligius pool: ~0Fee SMPPS, no reg, RollNtime, SQL, hop OK, 8decimals on: July 17, 2011, 03:32:08 PM
In the last 2 days the server funds reached a steady state over 300 BTC.

Time to increase the reward per share? I have a proposal:

 * If after a solved block funds are over 250 BTC, reward increases 5% for the next block
 * If after a solved block funds are below 100 BTC, reward decreases 5% for the next block

It's a way to smoothly impact the luck of the pool onto the miners.
290  Other / CPU/GPU Bitcoin mining hardware / Re: Ubuntu Natty Narwhal 11.04 Mining Guide / HOWTO on: July 17, 2011, 02:57:58 PM
I'm gpu-mining ok with these advices in Debian testing.

But I have a problem: when I switch to other tty (CTRL-ALT-Fn), mining stops. The process still stands but miner lost connection with gpu.

In this forum I read about starting the miner even with ssh-terminal! But I don't see how... every recipe fails (i.e putting "DISPLAY :0" at the beginning).

Any clues? TIA
291  Bitcoin / Mining software (miners) / Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows/osx on: July 16, 2011, 07:53:44 AM
(...)
The miner just changes the ntime header (+1 every second),
(...)

That's the point! Thanks!
292  Bitcoin / Mining software (miners) / Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows/osx on: July 15, 2011, 10:43:36 PM
As far as i know, per each getwork you have to try 2^32 nonces, if you dont find any hashes that match the diff, you request new work, and the process repeats itself.
Then you don't know. You can do up to 2^32 nonces per second (with X-Roll-Ntime), which is 4 GH/s. You only need to get new work when longpoll returns it, or the pool sets a time limit on the work it gives you (2 minutes with pushpool).

Luke... why do you fix the time to blown up the full nonce in ONE second?  400 MH/s miner does the work in about 10 seconds, which is not bad... isn't it? So, It seems to me, that your goal is to tune the nonce length to be submitted, accordingly to miner power, in such way that miner finish its part of the nonce in only 1 second, then ask for new one piece... perhaps too much traffic overload.

Well, you are entangled in pools, so perhaps you can clarify the question.
293  Bitcoin / Pools / Re: [90 GH/s] EMC: 0 Fee/LP/API/PayPal Payout/Free SMS/US/EU/AU/Full 8 Payout/More on: July 15, 2011, 06:42:01 PM
Block #19 solved... or not?  Huh

It appears in the list with no date, but with 8 confirmations (at the moment). Blockexplorer says it is ok.

eclipsemc.com shows frontpage as if the block was not solved... no expected reward

What happens!?


294  Bitcoin / Development & Technical Discussion / Re: Why private keys are base58 encoded? on: July 15, 2011, 02:20:26 PM
Thanks you (everybody) for your 2 cents!
295  Bitcoin / Development & Technical Discussion / Why private keys are base58 encoded? on: July 14, 2011, 11:00:18 PM
Playing around generation of vanity addresses, I've discovered that private keys are stored as base58 numbers, with the character "5" at the beginning.

But... why?

The reason why public keys are distributed in base58, I can understand: base58 is a kind of base64 without some conflicting characters that could be confused and taken as phising target.

But, private keys never should be cast out. So, base64 seems to be perfect for the goal, because it is the easiest way to "textify" binaries, the most compact and most universal.

For example, the private key:

Code:
5JEiDZ747ZRjB22ie48Gq1ADUZuU2Fjw2xJE5D4LCXcK8E81zAh

In base64 (excluding the starting "5"):

Code:
I3fcciKvYeoG/mTtUnTbX1XAW4WGqrWz1Z2g7/IC1Mz/B4++G

Any clues for this strange election?
296  Bitcoin / Mining software (miners) / Re: Version 1.2.5 on: July 14, 2011, 07:35:26 PM
... I think I need a little break now

Sure! Thanks for your effort.

But still it produces a lot of rejections...  Cry
297  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin addresses now even FASTER! on: July 13, 2011, 09:30:18 PM
But it does not work with long-term used wallet.dat file. Even if the server is stopped.
When wallet.dat is freshly created, there is no problem.
I've fixed this issue (removed tx reader), added max_version and got rid of pycrypto. https://github.com/joric/pywallet

WOW!! Thanks!
298  Bitcoin / Mining software (miners) / Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows on: July 13, 2011, 09:11:55 PM
I success compile it and run it.

But... I have a lot of rejections: 8 rej. for 1 acc. Mining on us.eclipsemc.com. "poclbm" gives a normal rate of ~2% rejections.
299  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin addresses now even FASTER! on: July 13, 2011, 04:58:51 PM
Will this work on windows bitcoin client or is this just for linux. I believe the patch is just for linux isn't it for the actual client?
It doesn't matter, pywallet.py works directly with the database. You have to shut down the bitcoin client to import a key.

Thanks for your app Joric.

But it does not work with long-term used wallet.dat file. Even if the server is stopped.

When wallet.dat is freshly created, there is no problem.
300  Bitcoin / Mining software (miners) / Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows on: July 13, 2011, 03:49:47 PM
It looks awesome!

I'll give a try quickly.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!