Bitcoin Forum
May 23, 2024, 08:04:44 AM *
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 »
61  Bitcoin / Pools / Re: [600 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: July 14, 2014, 12:25:45 AM
Am I the only one seeing less shares lately?
62  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VOOT] X11 VootCoin-Nitesend | Privacy | Multi-Pool | VootCloud Whitepaper on: July 11, 2014, 08:22:27 PM
Anyone have a simple answer as to what 'staking' is and if I have 10000 coins in my wallet, what will my that yield?


Thanks
63  Alternate cryptocurrencies / Altcoin Discussion / Re: [RAFFLE] MMXIV is raffling off TWO Antminer S3s - One MMXIV per entry - 100 Max on: July 09, 2014, 10:23:06 AM
Prepared to wait here to Smiley
64  Bitcoin / Pools / Re: [600 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: July 08, 2014, 06:30:52 AM
I will set one up here in cloud crown and see how it goes. Would appreciate any support from miners there once complete
65  Bitcoin / Pools / Re: [600 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: July 06, 2014, 09:33:59 PM
At the moment my conclusion is a proxy isn't going to help getting S2s working with p2pool.

I believe the problem is the constant "drop EVERYTHING you are doing and restart" messages that p2pool sends every 30 seconds.  Then it rejects all the old work coming p2pool leading to large DOA.

My recommendations for p2pool to become more S2 friendly:

1 - Sending new work every 30 seconds is fine.  It's apparently not necessary to force the miner to restart "clean jobs" = true.  It also needs to gracefully accept work from prior job IDs for a period of time like other pools do.

2 - Start at a higher pseudo difficulty than 1.

3 - Allow a higher pseudo difficulty than 1000.

4 - Send the actual errors back for rejected work, instead of just "false".

If I understood python I'd take a stab at 2 through 4.  1 might be a big deal.

Here are 2 patches for p2pool that address point 2 and 3 from your list.

First a simple patch that allow higher than 1000 pseudo-difficulty.
https://github.com/jaketri/p2pool/commit/05b630f2c8f93b78093043b28c0c543fafa0a856

And another patch that add "--min-difficulty" parameter to p2pool. For my setup I use 256 as start pseudo difficulty.

https://github.com/jaketri/p2pool/commit/5f02f893490f2b9bfa48926184c4b1329c4d1554

How do I apply those patches? GIT noob here...
66  Bitcoin / Pools / Re: [600 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: July 05, 2014, 02:17:24 PM
I have 4 S1's with kano's update applied, what other asic's would be recommended for p2pool?
67  Alternate cryptocurrencies / Altcoin Discussion / Re: [RAFFLE] MMXIV is raffling off TWO Antminer S3s - One MMXIV per entry - 100 Max on: July 03, 2014, 01:43:15 AM
Hey,
I'll take a chance and enter Smiley  could do with 2 S3's
68  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VOOT] X11 VootCoin - Nitesend | First Decentralized Anon | No master node on: June 19, 2014, 10:47:21 PM
Just got the wallet for windows but it does not seem to be syncing.. any ideas?
69  Bitcoin / Pools / Re: [460 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: June 18, 2014, 04:16:29 AM
Looks really good windpath! 

Can't comment on the math though
70  Bitcoin / Pools / Re: [460 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: June 16, 2014, 04:21:35 AM
Yeah, got 10 orphans today....

Had only 2 up until then.
71  Bitcoin / Hardware / Re: [Antminer S1 Sales open] Price changes daily, now 0.419 BTC for 180GH/s on: May 30, 2014, 09:42:37 PM
Had the same issue as taipo with customs....

Since these units are not new though I wonder if customs see's them differently? New vs Used items could have different tax implications.
72  Economy / Digital goods / Re: [Coupon Exchange For Coins Only] Bitmaintech.com Anminer S1 and S2 Bitcoin Miner on: May 29, 2014, 10:21:06 PM
I have 2 S2 coupons expiring 6/6.


PM me with offers.
73  Bitcoin / Hardware / Re: [Antminer S1 Sales open] Price changes daily, now 0.419 BTC for 180GH/s on: May 29, 2014, 10:17:31 PM
I have 2 S2 coupons expiring 6/6.


PM me with offers.
74  Bitcoin / Hardware / Re: [Antminer S1 Sales open] Price changes daily, now 0.419 BTC for 180GH/s on: May 29, 2014, 06:14:03 AM
"New" Antminers have arrived.

But these are not new units... Definate signs of use for a prolonged period. Bitmain are you selling us used stock here?

75  Bitcoin / Pools / Re: [460 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: May 28, 2014, 08:36:54 AM

Hi,

Tried this, didn't work Sad

Managed to get it working by reinstalling twisted and zope a few times... Also forced python version to 2.7

Lets see how it goes

Will test a while

I did notice one error at one stage where it said it lost connection to bitcoind for 1.5 minutes. Any ideas?



Tried purging those and re installing them

Same result...

Twisted version 13.0.0-1 is installed

cd to folder where you have p2pool

cd /p2pool

./configure

make -j12

should do it

Replace ubuntu with Gentoo Smiley
76  Bitcoin / Pools / Re: [460 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: May 27, 2014, 08:48:44 AM
Tried purging those and re installing them

Same result...

Twisted version 13.0.0-1 is installed
77  Bitcoin / Pools / Re: [460 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: May 27, 2014, 08:14:56 AM
Bleg!!!


I updated my linux system... Bad mistake.

Now I am getting these errors trying to start my p2pools!

Traceback (most recent call last):
  File "/opt/p2pool/run_p2pool.py", line 3, in <module>
    from p2pool import main
  File "/opt/p2pool/p2pool/main.py", line 17, in <module>
    from twisted.internet import defer, reactor, protocol, tcp
ImportError: No module named twisted.internet


Help please!!
78  Economy / Digital goods / Re: [Coupon Exchange For Coins Only] Bitmaintech.com Anminer S1 and S2 Bitcoin Miner on: May 26, 2014, 12:42:02 AM
Hi,

I have 2 x S2 coupons, PM me with offers Smiley

Will accept BTC, DOGE, BC, DRK and others
79  Economy / Digital goods / Re: [Coupon Exchange For Coins Only] Bitmaintech.com Anminer S1 and S2 Bitcoin Miner on: May 21, 2014, 09:07:34 PM
Agreed, transactions with CYPER went quickly and smoothly!

Recommended
80  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Minera] Your next mining dashboard is here. on: May 21, 2014, 08:58:55 AM
Bingo!

If I enter Manual instead of guided with the following --gc3355-detect --freq=900 I got it working!
Pages: « 1 2 3 [4] 5 6 7 8 9 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!