Bitcoin Forum
May 14, 2024, 02:44:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 [63] 64 65 »
1241  Bitcoin / Pools / Re: [200GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 10, 2012, 02:21:13 PM
Can I use p2pool to mine Bitcoins and with the --merged flag also mine Litecoins at the same time?

Litecoins use a different miner and are a different pool.  You can do both bitcoins and litecoins at the same time, but you do that by running two copies of p2pool at the same time (one in bitcoins mode and the other in litecoins mode).  The litecoins p2pool instance will be running on different ports and you point your litecoin miners at it while your bitcoin miners point at the normal p2pool instance.

Start a litecoin instance like this:

./run_p2pool.py --net litecoin -a paymentaddress rpcusername rpcpassword

Then point your litecoin miners to http://localhost:9338

Thanks for clarification.

I was hoping it would be possible to do kinda merged mining (like it's possible with Bitcoind and Namecoin).
1242  Bitcoin / Mining software (miners) / Re: New Open CL 1.2 on: February 10, 2012, 01:51:20 PM
I am by no means a programmer so I ask this what does the new openCL 1.2 mean for mining? Are we going to notice improvements?

It's from AMD after all. So most probably 100% CPU load and 10% less mining performance  Wink
1243  Bitcoin / Pools / Re: [200GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 10, 2012, 01:19:52 PM
Can I use p2pool to mine Bitcoins and with the --merged flag also mine Litecoins at the same time?
1244  Bitcoin / Pools / Re: [200GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 10, 2012, 11:55:44 AM
Me?

spiccioli posted this:"This fact that is not possibile to tell exactly what was found and when is a big problem, IMHO, which could stop miners from switching to p2pool."

Here: https://bitcointalk.org/index.php?topic=18313.msg741069#msg741069
1245  Bitcoin / Mining software (miners) / Re: Combined rig with 6970 and 7970 on: February 10, 2012, 09:17:55 AM
According to Micah Villmow / AMD with Catalyst 12.1a preview it should be possible to run 6970 and 7970 in one host.

See: http://devgurus.amd.com/message/1278533

But this posting also states that the 100% CPU load bug is back. *grrrrrrrrrrrr*
1246  Bitcoin / Pools / Re: P2Pool donations - Promotion! You'll stay out?! :P on: February 10, 2012, 09:15:10 AM
Are you below the cutoff for the small miner lottery?

What's the cuttoff currently?
1247  Bitcoin / Pools / Re: [200GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 10, 2012, 09:11:32 AM
This fact that is not possibile to tell exactly what was found and when is a big problem, IMHO, which could stop miners from switching to p2pool.

+1

p2pool claims to be totally transparent. Users having full control (as in opposite to big mining pools).

Yet we don't even know for sure when / what was found.
1248  Bitcoin / Pools / Re: P2Pool donations - Promotion! You'll stay out?! :P on: February 10, 2012, 06:55:50 AM
The Bitcoin prize rise up in 0.50 Bitcents and it will be subdivided in 3 payments of 0.50, 3 times a day.

I haven't received any payments in the last few days.

They also don't show up here: https://blockexplorer.com/address/1Kz5QaUPDtKrj5SqW5tFkn7WZh8LmQaQi4
1249  Bitcoin / Pools / Re: [200GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 10, 2012, 06:47:43 AM
Can I use p2pool to mine Bitcoins and with the --merged flag also mine Litecoins at the same time?
1250  Bitcoin / Pools / Re: [200GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 09, 2012, 11:36:32 PM
just use --merged http://user:pass@ip:port

For merges mining, I get this error messages:

Did you create a bitcoin.conf for namecoind with user, pass, and rpc port?

yep.

rpcuser=USER
rpcpassword=PASS
server=1
rpcport=8336


[Edit] I am using Windows. namecoind seems to be a bit flaky. At the moment it hangs at a "namecoind getinfo" ... :/
1251  Bitcoin / Pools / Re: P2POOL vs. Pooled Mining - something stinks here on: February 09, 2012, 11:35:06 PM
get a life dude ...
1252  Bitcoin / Pools / Re: [200GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 09, 2012, 11:11:12 PM
just use --merged http://user:pass@ip:port

For merges mining, I get this error messages:

2012-02-10 00:07:57.745000 Started successfully!
2012-02-10 00:07:57.746000
2012-02-10 00:07:57.804000 > Error while calling merged getauxblock:
2012-02-10 00:07:57.805000 > Traceback (most recent call last):
2012-02-10 00:07:57.806000 >   File "c:\python27\lib\site-packages\twisted\inter
net\defer.py", line 545, in _runCallbacks
2012-02-10 00:07:57.807000 >     current.result = callback(current.result, *args
, **kw)
2012-02-10 00:07:57.807000 >   File "c:\python27\lib\site-packages\twisted\inter
net\defer.py", line 1095, in gotResult
2012-02-10 00:07:57.808000 >     _inlineCallbacks(r, g, deferred)
2012-02-10 00:07:57.808000 >   File "c:\python27\lib\site-packages\twisted\inter
net\defer.py", line 1037, in _inlineCallbacks
2012-02-10 00:07:57.809000 >     result = result.throwExceptionIntoGenerator(g)
2012-02-10 00:07:57.810000 >   File "c:\python27\lib\site-packages\twisted\pytho
n\failure.py", line 382, in throwExceptionIntoGenerator
2012-02-10 00:07:57.810000 >     return g.throw(self.type, self.value, self.tb)
2012-02-10 00:07:57.811000 > --- <exception caught here> ---
2012-02-10 00:07:57.811000 >   File "C:\bitcoin\p2pool_git\p2pool\util\deferral.
py", line 29, in f
2012-02-10 00:07:57.812000 >     result = yield func(*args, **kwargs)
2012-02-10 00:07:57.812000 >   File "c:\python27\lib\site-packages\twisted\inter
net\defer.py", line 1037, in _inlineCallbacks
2012-02-10 00:07:57.813000 >     result = result.throwExceptionIntoGenerator(g)
2012-02-10 00:07:57.813000 >   File "c:\python27\lib\site-packages\twisted\pytho
n\failure.py", line 382, in throwExceptionIntoGenerator
2012-02-10 00:07:57.814000 >     return g.throw(self.type, self.value, self.tb)
2012-02-10 00:07:57.815000 >   File "C:\bitcoin\p2pool_git\p2pool\util\jsonrpc.p
y", line 67, in callRemote
2012-02-10 00:07:57.815000 >     raise Error(**resp['error'])


Tested with latest version from git and also with forrestv-p2pool-5293db4.


[Edit] Maybe that's because namecoind is still downloading blocks?
[Edit2] No, thats not it.
1253  Bitcoin / Pools / Re: [1437 GH/s] Slush's Pool (mining.bitcoin.cz); supporting p2sh! on: February 09, 2012, 10:32:58 PM
Is it planned for Slush to support Merged Mining (Bitcoind + Namecoin, like BTC Guild does) in the near future?
1254  Bitcoin / Pools / Re: P2POOL vs. Pooled Mining - something stinks here on: February 09, 2012, 10:08:08 PM
If you can't handle variance, mine at a big pool! Simple problem, simple fix.

You call getting 1/2 of the reward I should get - over a period of almost 3 weeks - variance? You can't be serious ...

first thing is first.. half.. dude learn to do math.. 1.1 /2 is .55 not .7.

you sound like a tool when you cant even do simple math properly


 Roll Eyes

We already had this here.
1255  Bitcoin / Pools / Re: [3600 Gh/s] DeepBit.net PPS+Prop,instant payouts, we pay for INVALID BLOCKS too on: February 09, 2012, 10:02:39 PM
Proof?

NMC are basically just a "byproduct" of Bitcoin mining. So every pool without NMC payout keeps them.
1256  Bitcoin / Pools / Re: [3600 Gh/s] DeepBit.net PPS+Prop,instant payouts, we pay for INVALID BLOCKS too on: February 09, 2012, 07:44:16 PM
Is it planned for DeepBit to support Merged Mining (Bitcoind + Namecoin, like BTC Guild does) in the near future?
1257  Bitcoin / Pools / Re: [200GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 09, 2012, 07:43:41 PM
Is it planned for p2pool to support Merged Mining (Bitcoind + Namecoin, like BTC Guild does) in the near future?
1258  Bitcoin / Pools / Re: [200GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 09, 2012, 06:45:29 PM
2012-02-04 17:45:10.650000 p2pool (version 592ceea)

Did you maroon me on my own private pool because you can't bear my ranting any more?  Wink ... kidding.

Is there a valid theory to why this pool splits happen?
1259  Bitcoin / Pools / Re: [200GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 09, 2012, 06:31:25 PM
Huh!?!?! Whats going on here? Pool: 10458MH/s ? Pool stales: 48% ?

Code:
2012-02-09 19:14:25.304000 Pool: 10458MH/s in 16377 shares (26604/33702 verified
) Recent: 0.61% >64043kH/s Shares: 560 (268 orphan, 85 dead) Peers: 10 (0 incomi
ng)
2012-02-09 19:14:25.306000 Average time between blocks: 6.56 days
2012-02-09 19:14:25.307000 Pool stales: 48% Own: ~63% (58-67%) Own efficiency: ~
71% (63-79%)
2012-02-09 19:14:25.977000 New work for worker! Difficulty: 0.999985 Share diffi
culty: 1.000000 Payout if block: 0.262407 BTC Total block value: 50.142601 BTC i
ncluding 58 transactions
2012-02-09 19:14:26.976000 New work for worker! Difficulty: 0.999985 Share diffi
culty: 1.000000 Payout if block: 0.262440 BTC Total block value: 50.142601 BTC i
ncluding 58 transactions
2012-02-09 19:14:28.424000 New work for worker! Difficulty: 0.999985 Share diffi
culty: 1.000000 Payout if block: 0.262473 BTC Total block value: 50.142601 BTC i
ncluding 58 transactions
2012-02-09 19:14:28.438000 Pool: 10198MH/s in 16380 shares (26607/33705 verified
) Recent: 0.63% >63923kH/s Shares: 560 (268 orphan, 85 dead) Peers: 10 (0 incomi
ng)
1260  Bitcoin / Pools / Re: P2POOL vs. Pooled Mining - something stinks here on: February 09, 2012, 05:56:59 PM
So you are afraid of ghosts. Since you can't give a specific complaint, this is what it boils down to.

Seriously, Holliday, why do you take this so personal!? Maybe you should take a ... HolidayWink
Pages: « 1 ... 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 [63] 64 65 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!