Bitcoin Forum
May 07, 2024, 09:51:51 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 »
241  Bitcoin / Bitcoin Technical Support / Re: Forgot mt.gox username and password on: April 11, 2013, 02:09:33 AM
https://support.mtgox.com/access/help
242  Bitcoin / Bitcoin Technical Support / Re: Manually generate keys like paper wallet generators do on: April 09, 2013, 04:11:09 PM
Can I use the Bitcoin/Litecoin client to temporarily create a private key that's not put in the wallet.dat? -> because I only need it for my paper wallet.

No, but you can use the bitcoin client on a disconnected machine to generate a new address, dump the private key, and then delete the wallet.dat file when you are done.
243  Bitcoin / Bitcoin Technical Support / Re: Blockchain.info down? on: April 09, 2013, 04:05:49 PM
http://www.downforeveryoneorjustme.com/blockchain.info
244  Bitcoin / Bitcoin Technical Support / blockchain.info receive payments javascript buttons and IE on: April 09, 2013, 12:35:03 AM
The blockchain.info payment buttons (http://blockchain.info/api/api_receive) are pretty sweet.  I am using them to accept donations on a free web app I run, but I ran into the fact that the buttons, as written, don't work in IE 8 and IE 9.  Now, in theory, I could have just decided to not care, but I hate to turn away the rare person who wants to give me a donation just because they might happen to be on an old crappy browser.

The issue appears to be that the pay-now-button.js code is making a cross domain ajax call using jQuery, but jQuery does not support CORS in Internet Explorer.

I fixed this for my website by using the jQuery plugin below.  Note, it works for IE8+ only, which is good enough for my app.  Also note, this only fixes the problem for web apps using SSL because IE refuses to do CORS to an SSL endpoint unless the host page is also SSL.

Plugin:  https://github.com/MoonScript/jQuery-ajaxTransport-XDomainRequest/blob/8754607e5f9ab73ccc37246f0c12fed14f85bd28/jQuery.XDomainRequest.js
SSL restriction: http://blogs.msdn.com/b/ieinternals/archive/2010/05/13/xdomainrequest-restrictions-limitations-and-workarounds.aspx

You might want to either recommend this plugin, or better yet change the pay-now-button.js code and API to support/use JSONP instead of CORS.
245  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: March 22, 2013, 02:07:27 PM
Thanks to whoever donated 95BTC to the pool Smiley

Huh?

95BTC = $6,650 at current price.  For real?

M

Ah, sry, I missread the transaction. 25BTC was donated.

25BTC is a very geneorous gift. Thank you again.

where do you see this?

M

http://blockchain.info/tx/6521b0513f3077a983b82eb92cc95ecc24ad2a7ca3afdba082ef71ea8d25a868

246  Bitcoin / Pools / Re: [5.5TH/s] Ozcoin Pooled Mining |DGM 1%|PoT 2%|PPS 3%|Stratum+VarDiff port 80 on: March 21, 2013, 10:00:05 PM
Will there still be something responding at http://us.ozco.in:3333 that will tell cgminer to switch to stratum?  Or do we need to change our miners to directly use stratum+tcp:// style URLs?
247  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: March 16, 2013, 07:49:02 PM
Hi!

How is this supposed to work? I do not understand how it could have been implemented. Also, it does not seem to work on litecoin p2pool.

  -f FEE_PERCENTAGE, --fee FEE_PERCENTAGE
                        charge workers mining to their own bitcoin address (by
                        setting their miner's username to a bitcoin address)
                        this percentage fee to mine on your p2pool instance.
                        Amount displayed at http://127.0.0.1:WORKER_PORT/fee
                        (default: 0)


if you set the fee percentage to 1%, then 1% of shares (randomly) will be allocated to the address specified on the command line (with -a) instead of to the address passed in by the miner as the username.
248  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: March 16, 2013, 02:10:50 PM
As I mentioned in a previous post, http://p2pool.info is a web app that is hosted in the cloud, but it depends on bitcoind and p2pool servers running in the basement of my home.  That means when I have power or internet disruptions at home, the site stops being accurate.

I have been working on making the web app independent of my home's servers and I'm nearly done.  It now finds blocks exclusively by using the blockchain.info APIs instead of a bitcoind server in my house.  The last part of my work is to make it not depend on the p2pool server in my house either... 

There is an old thread here that lists public p2pool servers, but it is so old that I don't trust it.  Does anyone still run a public p2pool server that they intend to keep around?  Ideally, I'd like a list of 3+ of them so that p2pool.info wouldn't be dependent on any p2pool server.  All that p2pool.info uses the p2pool API for is to get the pool hashrate, user list, and payout list once every 5 minutes, so the traffic to your server would be very light and largely insignificant.

If you have a server that you'd be willing to let p2pool.info use, please let me know here or via PM.
249  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: March 12, 2013, 03:19:13 AM
I can't downgrade the bitcoind that p2pool.info gets information from quickly.  I may be able to do it in a day or two.  Until then, FYI, that p2pool.info may be confused or just plain wrong about blocks and orphans (and luck and round duration).
in 1-2 days the invalid 0.8 chain is gone, u dont have to do anything in this case since ur bitcoind isnt mining. just wait in this case.

Yeah, I have been following the developments and it sounds like soon, there will a patch to 0.8 that I'll install instead of downgrading.  Still, I advise not trusting p2pool.info for now.
250  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: March 12, 2013, 02:14:11 AM
I can't downgrade the bitcoind that p2pool.info gets information from quickly.  I may be able to do it in a day or two.  Until then, FYI, that p2pool.info may be confused or just plain wrong about blocks and orphans (and luck and round duration).
251  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: March 03, 2013, 12:01:23 AM
twmz, is there any way you could make the tabs ( active users, current payouts ) work on a iphone/ipad?

They work fine on my iPhone.  What problem are you having?
252  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: March 01, 2013, 04:16:57 PM
Any way to get a more in-depth statistical analysis automated enough to host it somewhere like p2pool.info?

It's possible to automate it. Don't know if p2Pool.info could host it though.

If someone else wants to develop it, I would be happy to host it on p2pool.info.

The easiest way to incorporate it into p2pool.info would be for it to be entirely client side (running in the browser, i.e. written in javascript).  Maybe using something like D3.js to draw the graphs.  As a reminder (it's posted somewhere else in this thread but hard to find), all of the data that p2pool.info has about blocks and round lengths, etc, are available in JSON from here:

http://p2pool.info/blocks?all=true

If someone does this, feel free to message me and I'll help get it on the site.  Or if someone wants to develop this and host it elsewhere, I'm also happy to link to it from p2pool.info so that people will find it more easily.  Just let me know what you prefer.
253  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 15, 2013, 11:27:47 PM
yes, we definately need fallback nodes. so in case 1 bitcoind goes down, p2pool goes to the next, same if its lagging.
could you do this forrestv?

My post has nothing to do with the actual p2pool software (that forrestv develops).  I'm talking about the p2pool.info website that monitors the blockchain looking for blocks found by the p2pool software. 

Currently, it doesn't have fallback support.  While it is theoretically possible to add it, I'd rather just find a bitcoin instance to talk to that is in theory available 24/7 (baring unplanned downtime) vs something that comes and goes regularly.  If I can't find a 24/7 bitcoin to talk to, I'll suck it up and either keep running my own out of my house, or I'll do the work to point p2pool.info at blockchain.info.
254  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 15, 2013, 05:07:49 PM
Can't you just use Blockchain.info for this?

It already does pull some information from blockchain.info as a backup method, but it can't get everything from there, mostly because blockchain.info automatically blocks IP addresses that make a lot of requests (which has happened to p2pool.info multiple times).

Actually, it appears that they significantly raised their request limiting thresholds, so maybe this would work.  It would mean significantly rewriting some of the p2pool.info code since blockchain.info has a different set of APIs than bitcoind does and p2pool.info's code is built assuming bitcoind.  So if someone does happen to have a bitcoind server, that would still be the easiest for me to migrate to.  If not, I will add to my todo list to rewrite the code to use blockchain.info and we'll just hope blockchain.info doesn't ever go away Smiley
255  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 15, 2013, 04:55:03 PM
Can't you just use Blockchain.info for this?

It already does pull some information from blockchain.info as a backup method, but it can't get everything from there, mostly because blockchain.info automatically blocks IP addresses that make a lot of requests (which has happened to p2pool.info multiple times).
256  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 15, 2013, 04:46:27 PM
I am expecting to get out of the bitcoin mining business sooner that later.  At the same time, I am still a fan of p2pool and would be happy to continue to maintain p2pool.info long after I am no longer personally mining.  However, as I shut down my home mining operation and all the servers running in my house that support that operation, I'd like to remove the dependency p2pool.info has on server(s) running inside my house, and I'm hoping someone in the p2pool community can help.

What p2pool.info needs is access to a bitcoind server's RPC interface.  For security reasons, ideally this would be a bitcoind instance that had an empty wallet that had never been used.

These are the RPCs that p2pool.info uses:

* getblockcount
* getdifficulty
* getblockhash
* getblock
* getrawtransaction

As for bitcoin version, it needs to be at least 0.7 as some of the RPCs above were new in 0.7.  If it happens to be running a version of 0.8 or the GIT tree with the new optimized storage structure, it needs to be running with the txindex=1 configuration setting because p2pool.info needs to be able to look at all generation transactions for all blocks.

I'm hoping that someone here is already running bitcoind in a datacenter somewhere and would be willing to let p2pool.info's web server connect to it to watch for p2pool blocks.  If you have a bitcoind server whose RPC interface is accessible over the internet and that you'd be willing to give me access to, please let me know.
257  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 11, 2013, 03:39:29 AM
can someone explain, why 7 days luck chart trend was broken?
last time it happened when block value is halved

Because...  it's luck?  You're looking for an explanation of why a random series of events occurred a certain way?
258  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: January 30, 2013, 10:40:59 PM
I just setup my own multi merged p2pool (LINUX VERSION) (BTCwith all the alt coins) on my local network and it's running nicely.
All the chains are fully updated and the p2pool keeps receiving information.
Trying to mine on it works, shares get accepted, but the overview keeps on displaying the following line:

"Shares: 0 (0 orphan, 0 dead) Stale rate:  Efficiency:  Current payout: 0.0000 BTC"

...

Anybody knows what I'm doing wrong??
Is this normal behavior of p2pool? When does the p2pool actually increases the "shares"?

There are two different kinds of shares.  Your miner reports finding pseudo shares that are typically difficulty 1.  P2Pool's console output is reporting real shares that are difficulty in the hundreds.  Most pseudo shares are not real shares.  As someone else mentioned, the p2pool console output also includes a line that estimates how long (on average) it will take to find a real share based on your recent hashrate.  For the record, you are wasting time mining with only 21.4 MH/s or at least wasting electricity and money even if you are doing this just for fun.  It will take you an insane amount of time to find a share and your earnings will not outweigh the costs of your mining.

Also, how does the p2pool add the alt coin deposits? I cannot see any other accounts made than " " on the alt coin daemons.

Alt-coin merged mining is not pooled.  When you find an entire block based on your own mining effort, that payment will appear in your alt coin client just as if you were solo mining that alt-coin.
259  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: January 28, 2013, 01:53:32 PM
FYI, I broke something with one of the servers that sit behind p2pool.info this weekend and the result was it was mis-reporting some blocks as orphaned (that weren't really orphaned).  It's being fixed now...
260  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: January 23, 2013, 05:50:35 PM
Anyone know what is wrong with the pool over the past day or so?  I don't see anything in the recent code changes, but the pool seems to be finding way more blocks that it is supposed to, so something is apparently wrong...
lol. "We are making to much money! Something is wrong guys!"

It's called luck.

Since bad luck is almost often blamed on the pool being broken, I felt like it was important that someone question the proper functioning of the pool when we have good luck to keep things fair and balanced.  (in other words, it was sarcasm)
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!