Bitcoin Forum
May 25, 2024, 10:19:58 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 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 »
121  Bitcoin / Pools / Re: [700GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: May 06, 2013, 10:25:33 PM
I'm trying to set up P2Pool for an altcoin, but it is hanging at:
Code:
Testing bitcoind P2P connection to '127.0.0.1:19323'

What would cause this? I can see the node on the daemon.

Code:
{
        "addr" : "127.0.0.1:51311",
        "services" : "00000000",
        "lastsend" : 0,
        "lastrecv" : 1367878607,
        "conntime" : 1367878607,
        "version" : 0,
        "subver" : "",
        "inbound" : true,
        "releasetime" : 0,
        "startingheight" : -1,
        "banscore" : 0
    }

Setting the magic numbers in p2pool/bitcoin/networks.py incorrectly.
122  Bitcoin / Pools / Re: [700GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: May 06, 2013, 07:27:19 PM
For the first time in a month of mining on p2pool, the page is saying "Payout if a block were found now: 0 BTC". This is in spite of the hashrate being shown normal and DOAs/orphans next to nonexistent. And about an hour ago it was showing a non-zero payment. I restarted the entire btc, p2pool, bfgminer ensemble but it's still showing 0. Why does this happen?

Do you have any peer connections?
...I have them right now. And my payout's back to normal. I'm not sure about before. If it happens again, I'll check.

Do you have a pretty low hash rate? If you don't get a share every 24 hours, your payout will drop to zero at times.

Wow, I didn't know that existed. That makes something I'm trying to do a lot easier.

Yep, useful. What time period are those stats over? In particular I mean the miner_hash_rates and miner_dead_hash_rates. I need them over a reasonably short period for alarming to be able to react if a miner goes away.
Code:
def get_local_stats():
...
   lookbehind = min(node.tracker.get_height(node.best_share_var.value), 3600//node.net.SHARE_PERIOD)
...
SHARE_PERIOD=10, # seconds for BTC...

So... I would guess that it's a 10 sec resolution?


No, one hour (3600 seconds).
123  Bitcoin / Pools / Re: [700GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 30, 2013, 12:55:12 AM
Some kind of DOS attack?

Got three "GOT INCOMPLETE BLOCK FROM PEER" messages and then p2pool stopped. Peer IP is 192.203.228.65

Now just got another one.

What do you mean by "p2pool stopped"?
124  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 29, 2013, 07:49:59 PM
forrestv: you may want to update the subject of the thread, the pool seems to stabilize at more than 650GH/s now.
Good point. Used 700GH/s, as it is now Smiley
125  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 29, 2013, 07:38:46 PM
P2Pool release 11.4 commit hash: 0cb07df5623645bc1082f87d3380f6d085a609be

Windows binary: http://u.forre.st/u/jlowtmzq/p2pool_win32_11.4.zip
Windows binary signature: http://u.forre.st/u/flasczol/p2pool_win32_11.4.zip.sig
Source zipball: https://github.com/forrestv/p2pool/zipball/11.4
Source tarball: https://github.com/forrestv/p2pool/tarball/11.4

Changes:
* Fixed a few more potential memory leaks
* Memory usage graph now works in Windows, thanks to David Kassa
126  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 29, 2013, 03:46:12 AM
Hey forrestv, do you want a Jalepeno? BFL_Josh will send you one if you'd like. You can find him here:
https://forums.butterflylabs.com/bfl-forum-miscellaneous/2164-demo-unit-forrestv-p2pool.html

I contacted him. Thanks for the tip!
127  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 28, 2013, 08:05:44 PM
2nd time this happens, a block mined by p2pool (LTC), and the reward is shared between the set of addresses all starting from "1" (like BTC addresses), how's it possible? Block #343029, found today at 13:48 UTC: http://explorer.litecoin.net/block/fcfb92180fb433cfd9d5f1bc5b587995232d72e6b5370d343265a8bbbb5ccd96


That's a bug in the block explorer you're using. There is no way for a Litecoin transaction to pay Bitcoin addreses - the network ID isn't even encoded in the block. All addresses in a block are just 160-bit hashes, without any identifying information.
You mean, it's a bug of explorer.litecoin.net? If so, then why is that block listed in the p2pool history? And why haven't I got any reward from it?

It's a real Litecoin-P2Pool block, but the Litecoin explorer is displaying Litecoin addresses as Bitcoin addresses for some reason. It appears to have been orphaned, so you didn't get a payout. The explorer displaying Bitcoin addresses and the block being orphaned might have some common cause, however..
128  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 28, 2013, 07:50:34 PM
2nd time this happens, a block mined by p2pool (LTC), and the reward is shared between the set of addresses all starting from "1" (like BTC addresses), how's it possible? Block #343029, found today at 13:48 UTC: http://explorer.litecoin.net/block/fcfb92180fb433cfd9d5f1bc5b587995232d72e6b5370d343265a8bbbb5ccd96


That's a bug in the block explorer you're using. There is no way for a Litecoin transaction to pay Bitcoin addreses - the network ID isn't even encoded in the block. All addresses in a block are just 160-bit hashes, without any identifying information.
129  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 22, 2013, 11:52:07 PM
What is the definitive way to see when a non orphaned block has been generated by p2pool?

130  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 20, 2013, 06:36:26 PM
Hi i just checked md5 and sh1 for windows zip and  run_p2pool.exe and they are not as in decryption any suggestion why ?

Can I use this save ? or is there back door or virus ?

That hash in the release post is a Git commit hash. If you want to ensure the safety of the Windows binary, use GPG to validate it with the separate signature file.

If you want to validate the source code, it's a bit harder - use git to download it from Github and compare the commit hash, or check the release tag, which is signed.
131  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 11, 2013, 12:22:44 PM
HELP:

I was a previous user of p2pool with no problems for months; i used it on bitcoin as well as litecoin and terracoin;

I did  afresh re-install of windows re-downloaded and set-up my coins and p2pool etc.

P2pool launches with no error and connects to the network.

When i launch my  miner to connect it connects and finds the p2pool network but results in this error and no shares are submitted. please help!!!



Thank you for the help!!
[/quote

Using the latest release will fix this.
132  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 10, 2013, 07:07:18 PM
P2Pool release 11.3 hash: 896c9ed4357bd8b986457b1da42b8a7bc7e7617d

Windows binary: http://u.forre.st/u/drxlzowj/p2pool_win32_11.3.zip
Windows binary signature: http://u.forre.st/u/mghtodti/p2pool_win32_11.3.zip.sig
Source zipball: https://github.com/forrestv/p2pool/zipball/11.3
Source tarball: https://github.com/forrestv/p2pool/tarball/11.3

Changes:
* Fixed bugs with Litecoin Stratum support difficulty handling
133  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 07, 2013, 06:58:45 PM
My miners are using the noob/sauce user & password but I did use the -a option to set the address to my bitcoinspinner wallet.

Hm. Litecoin mining?
134  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 07, 2013, 06:05:05 PM
I think I'm mining. My miners look like they are mining. Fans are spinning high and the room is getting warm. Yet the top graph is flat at zero even on the hour view. Is this supposed to be the case?

Local rate on main page also says 0. What is happening to the MH/s that my miners are claiming?

If your miners have a Bitcoin address username, this will happen. Those graphs and numbers are for the main address, which defaults to one requested from bitcoind and can be set with the -a option on P2Pool. Letting P2Pool manage the payout address is the recommended course.

However, your local rate and current payout should show up under the "Miners" header on the graphs page.
135  Economy / Scam Accusations / Re: SCAMMER: Cablepair (Tom) from BTCFPGA.com/bitcoinasic.net on: April 05, 2013, 01:05:41 AM
I emailed him earlier today and was refunded within hours. Yay!
136  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: March 22, 2013, 05:40:46 AM
I just pushed a commit that should fix the traceback. All it does is ignore the extra argument cgminer provides to mining.subscribe (which is cgminer's version).
137  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: March 18, 2013, 02:17:10 AM
submitblock is relatively new in bitcoind.  In litecoind it's done with getblocktemplate, passing the first argument (mode) as submit, and the second argument (data) as the hex data of the full block.

That means there really is a compatibility problem between latest p2pool (11.2, possibly earlier) and any version of litecoind. Maybe users should be adviced not to update to latest p2pool with litecoin. If everyone updates... litecoin p2pool stops getting any blocks :-(

P2Pool also submits blocks over the P2P connection, so even if everyone upgraded, there wouldn't be any problem.

I'll either fix this in P2Pool or submit a pull request to the Litecoin project to add submitblock.
138  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 25, 2013, 04:50:15 PM
Aseras/Subo1977: Are you using P2Pool 11.2 (the current newest version)? It fixed a memory leak that caused similar problems.
139  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 06, 2013, 11:16:43 PM
P2Pool release 11.2 hash: 6ff320bf4ddfc735ea34ad30e0eab954f9bbaa69

Windows binary: http://u.forre.st/u/rliakpxs/p2pool_win32_11.2.zip
Source zipball: https://github.com/forrestv/p2pool/zipball/11.2
Source tarball: https://github.com/forrestv/p2pool/tarball/11.2

Changes:
* Fixed a major memory leak of peer objects, as far as I know the cause of all P2Pool memory issues recently. Found by Prattler, whose donation address is 18uyCqDvP6VQUeyTuA5s6x1Ft8x8om767J:
Quote
<Prattler> [19:39:11] Memory leak solved! Smiley
<Prattler> [19:39:12] https://github.com/forrestv/p2pool/pull/81
<Prattler> [19:41:44] donations accepted at 18uyCqDvP6VQUeyTuA5s6x1Ft8x8om767J - I spent many hours tracking it down
* Fixed a minor memory leak of peer objects
140  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: January 28, 2013, 04:52:11 PM
forrestv, what I can do for you to help debugging?

Lenny, simply upgrading to the most recent commit in git will help. I think that 11.1-6-g19bf4ea solves the leak.

Regarding this message: Punishing share for 'not all txs present'!

Does this mean that nodes that don't include all transactions will have their shares punished and therefore more likely to be orphaned?

No, the "not all txs present" punishment is for when a share isn't accompanied by all the transactions it says it contains (as opposed to all the transactions it could possibly contain). Are you seeing it a lot? That message should be very rare.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!