Bitcoin Forum
May 28, 2024, 02:11:37 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 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 »
761  Bitcoin / Pools / Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 19, 2015, 10:13:30 AM
So normal CGminer has submit stale on by default correct?
I know CK provided a fix for the S3, what do we do about the S5? (Assuming we need corrective action)
Is it safe to say that Spondoolies did this the correct way, that is submit stale is on by default?
S5 binary also available here (antminer's fork binaries still screw this up):
http://ck.kolivas.org/apps/cgminer/antminer/

Spondoolies do the right thing here.

@ck:  Am I right in saying that this has to be applied after every reboot - or is there a way to make it permanent:

Code:
cd /tmp
wget http://ck.kolivas.org/apps/cgminer/antminer/s5/4.9.0-150105/cgminer
chmod +x cgminer
mv /usr/bin/cgminer /usr/bin/cgminer.bak
cp cgminer /usr/bin
/etc/init.d/cgminer.sh restart

Replacing cgminer binary is permanent, after firmware update one should do it again
762  Bitcoin / Pools / Re: [3500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 04, 2015, 06:28:13 PM
What I did with gentoo to install pypy, emerge is gentoo install command as apt-get is in ubuntu

emerge pypy-bin as root

After that

easy_install --user  -U twisted
easy_install --user  -U zope.interface

edited .bashrc and added line

export PYTHONPATH=/home/username/.local/lib64/python2.7/site-packages/

Seems to work fast Smiley
763  Bitcoin / Pools / Re: [3500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 04, 2015, 03:18:00 PM
So, I've been running my BTC node using pypy for a while now & I'm very happy with it. Anyone who has alot of spare RAM - I'd highly recommend using it - much faster, less DOA/rejects & very stable  Grin

Still like to see it in C though.........

i have lotsa spare RAM ... need a guide, downloaded everything to get it running. but failed, maybe missed i something?

using windows here.

my node has been up for over 3 1/2 days 278 shares including 22 orphans & 2 dead, will be happy if i can get them to be lower.

click on sig to goto my node. any inputs are welcomed to improve it.

tia

Gentoo ebuild has low mem use flag, it might help with memory default disabled -low-mem..

[ebuild  N     ] dev-python/pypy-2.4.0:0/2.4  USE="bzip2 gdbm jit ncurses sqlite tk -doc -low-memory (-sandbox) -shadowstack" CPU_FLAGS_X86="(-sse2)

Have to test this asap

Is there a modified p2pool code for multiprocessing somewhere?

import multiprocessing at the beginning of code, or does it multi without modification too? Pypy does support it I guess.
764  Bitcoin / Pools / Re: [3500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: January 23, 2015, 07:21:16 PM
Really hard to find a better pool than P2POOL, it lags and some poor equipment doesnt work with it but then in the end those broken s4:s doesnt work anywhere else either  Tongue

All I ask is someone to make the tool for donation, so we can donate who ever we will --donante % --addres

I dont think Forrest is against it, because it seems he has better plans than P2pool at the moment? If im wrong then im wrong. Just hope that P2pool can grow up a cow.

765  Bitcoin / Pools / Re: 1.7TH/s SP20 WON! [4800 TH] CKPool (kano.is) from the cgminer devs [0.9% PPLNS] on: January 20, 2015, 08:12:20 PM
There could be expected time to +-500% in stats page, because it changes as pool speed changes?
766  Bitcoin / Pools / Re: 1.7TH/s SP20 WON! [4800 TH] CKPool (kano.is) from the cgminer devs [0.9% PPLNS] on: January 20, 2015, 07:14:00 PM
Its a little hard to understand that 500% for me it is anyway  Grin

If Ive got a clue it goes like this

Pool speed ~5PH one have to be mining ~48h to get 500% (when difficulty increase this takes longer)
Pool speed ~2,5 PH have to mine ~96h to get 500%

If one starts mining and a block is then found in 5% , miner gets 1% of the full payout. Then next block lets say 20%, miner gets 5% and so on... And the other way then when a miner quits mining, payouts decrease until all 500% is used. If I´m right when quitting whatever % miner has reached payouts continue until mined blocks sum is 500%

So if a miner has started with the current round which is now at 218% and it hits now a block(i hope) miner could expect 218/5=43% of full payment.
767  Bitcoin / Pools / Re: [3500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: January 09, 2015, 04:54:43 AM
How can p2pool ever be written in C ?
Someone should take the job and donation address should be changed so it goes to developers, but is it enough to get started?
Its too difficult to even change the donation btc address now, if something like the ckproxy that works with pool gets done I would like to support that, but cant do that because cant change the code..  Donation could be a tool in p2pool to get things better (--donation btcaddress reason)
No one donates anything anymore, and development has stopped Sad  
P2pool could be running just fine on 4 cores atom if it was written in C..



Agreed, show me the developer, and I'll show him/her a paycheck...

Edit:
Requirements:
  • Core code re-written in C++ (preferably without a hard fork on the share chain)
  • Payouts for smaller miners solved (I've had an idea that involves trusting the node your mining on, but you kind of have to do that anyway...)

Doesnt Nastys solution for Payouts for smaller miners work? Should nodes donate to nasty some amount to get it on every node? Theres much needed, but if we are donating to a retired developer or not donating at all...
768  Bitcoin / Pools / Re: [3500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: January 09, 2015, 04:14:41 AM
How can p2pool ever be written in C ?
Someone should take the job and donation address should be changed so it goes to developers, but is it enough to get started?
Its too difficult to even change the donation btc address now, if something like the ckproxy that works with pool gets done I would like to support that, but cant do that because cant change the code..  Donation could be a tool in p2pool to get things better (--donation btcaddress reason)
No one donates anything anymore, and development has stopped Sad  
P2pool could be running just fine on 4 cores atom if it was written in C..

769  Bitcoin / Pools / Re: [3500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: January 08, 2015, 01:34:22 PM
So those antpool p2pool nodes are listed at http://p2pool-nodes.info/ too?

Stealing miners from p2pool?

it is possible, because You cannot recognize it since the port is the same 9332 and also web-stat page is very probably the same (as they (AntPool) use the same open source project as a base for their changes). admins should find the way how to filter it
miner should be very carreful where he connects his machine, because is well known, that AntPool p2pool clone does not pay transaction fees to miners
the best possible and the safiest is to run own node with original sources from here https://github.com/forrestv/p2pool

Do they antpool p2pool nodes get payments from p2pool blocks??

Hope they close down their nodes soon enough.
770  Bitcoin / Pools / Re: [3500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: January 08, 2015, 10:54:00 AM
So those antpool p2pool nodes are listed at http://p2pool-nodes.info/ too?

Stealing miners from p2pool?
771  Economy / Service Discussion / Re: Umisoo hosting of Bitmaintech Antminers on: January 08, 2015, 09:55:47 AM
What did happen December when Paycoin mining was on, I suspect umisoo hired our miners and refund our fees Smiley
Happened to mee too  Roll Eyes

Anyone who wants to buy 1 s4 hosted at umisoo, not sure does my balance 176$ include if trading the miner??

Miner has been bought December 2014, reason im selling is that s4 cgminer is configured so that its not too good with p2pool (--queue 8192 - it should be something like 80) producing alot dead shares. They told me from bitmain not to worry when i bought it and told that someone at umisoo can change the setting, it was a big joke.

But it works with ghash and Ckpool - so if interested tell me what you are offering for that s4.
772  Economy / Securities / Re: [HAVELOCK] PETAMINE - 1,150 TH/S HASH RATE (1GH/S per Unit) on: December 26, 2014, 05:32:17 AM
Its weird that they moved from ghash to Slush, ghash has no fees and they got merged minting Now peta pays fees and no merged coins... And when everyone voted it was ~90% for p2pool and it was clear to move to it but no... it was a scam to get price moving and get alot p2pool users to get in.
Was there a voting for Slush?

Be carefull when investing on cloud services like peta or amhash.

"June 28th, 2014 - Dear unit holders.

These are the results of the survey. 68% of all unit holders have cast their vote:

- Yes, PetaMine should switch over to P2Pool – 96%
- No, PetaMine should stay with ghash.io – 3%
- No, Petamine should switch to another pool like Eligius or BTCGuild – 1%

The result is clear that a big majority of unit holders prefer a switch to p2pool. As we were performing additional tests the past week, we have to inform you that unfortunately the Bitfury systems are not compatible with p2pool. We are currently working on a solution for this and we will switch to p2pool as soon as we are able to fix this problem.

Team CryptX"
773  Bitcoin / Pools / Re: [3500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: December 20, 2014, 10:37:57 PM
Umisoo = Ouch!

I feel your pain buddy..... Sad

Edit: Can you ask them to change the settings?

Have I done that, ouch. Nothing helps. Engineers from bitmain they tell me that I cant belive my eyes. It doesnt help to send snapshots, they dont understand what is doa share.

No worries, next time I know im not alone here.



Ask them to redirect some port to IP of Your S4 port 22

One thing I love is Elvis, theres no port to be able to change that. Im going to to take a flight nevertheless Elvis is dead or alive. Im going to fly from helsinki to oslo sometime soon.
If my s4 is bad it is. Theres one pool where it behaves like it allmost should, its Ckpool.
774  Bitcoin / Pools / Re: [3500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: December 20, 2014, 07:28:14 PM
Umisoo = Ouch!

I feel your pain buddy..... Sad

Edit: Can you ask them to change the settings?

Have I done that, ouch. Nothing helps. Engineers from bitmain they tell me that I cant belive my eyes. It doesnt help to send snapshots, they dont understand what is doa share.

No worries, next time I know im not alone here.

775  Bitcoin / Pools / Re: [3500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: December 20, 2014, 04:43:10 PM
Thanks very much for sharing Your toughts PatMan, alltough it didnt help me because ive allready bought  a s4 to hosted at umisoo. Theres --queue 4096 and a lagging miner now... Nothing I can do to make it better...

Next time I know what not to do.
776  Bitcoin / Pools / Re: [∞ YH] solo.ckpool.org 0.5% fee anonymous solo bitcoin and free testnet mining! on: December 17, 2014, 11:35:52 AM
Could that #xnsub option be added to ckproxy, or does it have to be supported by every cgminer in every ant?

Doesnt really understand the meaning of that option but it seems to do its work, but when i dont have physical access to every miner it could help if ckproxy could connect with that option enabled to pool.

Anyway thanks for the good proxy!
777  Bitcoin / Pools / Re: [3500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: December 14, 2014, 05:00:11 AM
Is there an easyway to modify UI by justino   so that the graph button pops up the old graphs from original fe?
778  Bitcoin / Pools / Re: [1700 TH] CKPool (www.kano.is) from the cgminer devs [0.9% PPLNS] on: December 05, 2014, 06:03:11 PM
 Grin
779  Bitcoin / Pools / Re: [1700 TH] CKPool (www.kano.is) from the cgminer devs [0.9% PPLNS] on: December 03, 2014, 08:45:35 AM
 Grin
780  Bitcoin / Pools / Re: [1700 TH] CKPool (www.kano.is) from the cgminer devs [0.9% PPLNS] on: December 03, 2014, 04:57:19 AM
From now - rather than yesterday - the actual block history is as the web site says: https://kano.is/index.php?k=pblocks
5 days - 0 blocks
6 days - 1 block
7 days - 2 blocks
13 days - 3 blocks
17 days - 5 blocks
lots and lots more blocks ...

Oh well, lets hope we get more much closer to the expected time soon.

With your current round, the probability of finding exactly 0 blocks in 7 days at 1.08PH is: 2.24%... based on Bitcoin's poisson distribution... it's not very probable to get the big swings your pool is having.. it's very unlikely... you sure you didn't screw anything up?
This pool has had SHIT LUCK for a week. It happens. Look at the AMAZING luck it had during its initial launch month. Do you know who you are talking to? Have some fucking respect, man.  I sure as hell hope you use BFGminer or some other mining software, assuming you actually own any hardware yourself instead of just renting it out, which I can guarantee you the majority of (the hash that you rent) is from rigs running some version of cgminer. Key word is PROBABLE. No, it's not probable, but probability is called probability for a fucking reason you moron.
   
Theres 13 hours round going on at ghash, with 50x hash power, 558266855266 shares so far - it can and will take some time sometimes.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!