Bitcoin Forum
May 02, 2024, 09:54:33 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 27 28 »
441  Alternate cryptocurrencies / Mining (Altcoins) / Re: MultiMiner Remoting & MobileMiner: Your rigs. Your coins. Your pools. Your way. on: May 23, 2014, 01:04:50 AM
Very nice work on this software. I love it and use it all day every day. Thank you for actually being one of those rare guys who support windows phone also. MultiMiner is the best mining software hands down.
442  Bitcoin / Pools / Re: [460 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: May 22, 2014, 11:55:30 PM

I've now got all shares submitted by my node in a nice fast DB.

They are reported for the node on the main page, and per miner on the miner dashboard page, below is a shot from the miner dashboard. I'm going to do the same for blocks next...



nice! care to share or collaborate on my front end? would love to be able to display more stats persisted over restarts etc.
443  Bitcoin / Pools / Re: **UPDATED** Current P2Pool Server List on: May 22, 2014, 11:31:25 AM
Www.norgzpool.net.au now has Sydney, Australia node up and functional for BTC. That means we now have Singapore for BTC and ltc as well as Sydney for BTC.

Australia au.norgzpool.net.au:9332
Singapore pool.norgzpool.net.au:9332
Singapore ltc pool.norgzpool.net.au:9327

Stats front end is now on github called p2pool fancy front end.

Servers are high spec, low latency hosted in tier 1 data centers.

All nodes are 0% fee!
444  Bitcoin / Pools / Re: [p2pool] Best user interface? on: May 22, 2014, 05:48:00 AM
I've now put my source up on Git.

https://github.com/norgan/p2pool_fancy_front_end
445  Bitcoin / Pools / Re: [460 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: May 21, 2014, 04:07:31 AM
I've uploaded my front end code to github. If you would like to use it please feel free to do so and if you really like the work I have done you can donate some Bitcoin to me 17HQeLJNp2r3WW99amE3hXcvEYR96jZoPJ

I have called it p2pool fancy front end https://github.com/norgan/p2pool_fancy_front_end

446  Bitcoin / Pools / Re: [P2Pool Node - Australia & Singapore] Norgz Pool mines both BTC and LTC on: May 21, 2014, 02:01:53 AM
New node added in Sydney, Australia. au.norgzpool.net.au:9332
447  Bitcoin / Pools / Re: [460 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: May 21, 2014, 02:00:46 AM
Just added a new Sydney, Australia node to my pool. www.norgzpool.net.au for those aussie miners out there.
448  Bitcoin / Pools / Re: p2pool -- How to monitor remotely from the console? on: May 21, 2014, 02:00:02 AM
Code:
d3.json('http://pool.norgzpool.net.au:9332/global_stats', function(global_stats) {
d3.select('#pool_rate').text(d3.format('.3s')(global_stats.pool_hash_rate) + 'H/s');
d3.select('#pool_stale').text(d3.format('.2p')(global_stats.pool_stale_prop));
d3.select('#difficulty').text(d3.format('.3r')(global_stats.min_difficulty));

var time_to_block = local_stats.attempts_to_block/global_stats.pool_hash_rate;
d3.select('#time_to_block').text(d3.format('.3r')(time_to_block/3600) + " hours");

d3.select('#expected_payout_amount').text(d3.format('.3r')(local/global_stats.pool_hash_rate*local_stats.block_value*(1-local_stats.donation_proportion)));
 
 
  /// ============================================
var data = [
['Local speed', local],['Local dead speed', local_dead], ['Global speed', global_stats.pool_hash_rate]
  ];

                                                          if (plot2) {plot2.destroy();}
                                                  $("#targetPlot2").remove();
                                                  $("#SpeedChart").append("<div id='targetPlot2'></div>");
  plot2 = jQuery.jqplot ('targetPlot2', [data],
{
  seriesDefaults: {
// Make this a pie chart.
renderer: jQuery.jqplot.PieRenderer,
rendererOptions: {
  // Put data labels on the pie slices.
  // By default, labels show the percentage of the slice.
  showDataLabels: true
}
  },
  legend: { show:true, location: 'e' }
}
  );
 
});

/// ============================================
var data = [
['Good', local_stats.shares.total - (local_stats.shares.orphan + local_stats.shares.dead)],['Dead', local_stats.shares.dead], ['Orphaned', local_stats.shares.orphan]
  ];
 
                          if (plot1) {plot1.destroy();}
                          $("#targetPlot1").remove();
                                  $("#ShareChart").append("<div id='targetPlot1'></div>");
                          plot1 = jQuery.jqplot ('targetPlot1', [data],
{
  seriesDefaults: {
// Make this a pie chart.
renderer: jQuery.jqplot.PieRenderer,
rendererOptions: {
  // Put data labels on the pie slices.
  // By default, labels show the percentage of the slice.
  showDataLabels: true
}
  },
  legend: { show:true, location: 'e' }
}
  );
 

 
 
 
    });
/// pool speed grapg
plot_later(d3.select("#main-local"), "H/s", "H", [
                    {"url": "http://pool.norgzpool.net.au:9332/web/graph_data/local_hash_rate/last_" + period, "color": "#0000FF", "label": "Total"},
                    {"url": "http://pool.norgzpool.net.au:9332/web/graph_data/local_dead_hash_rate/last_" + period, "color": "#FF0000", "label": "Dead"}
                ],1000,300);

}

I think that's the bit that does the graph.
449  Bitcoin / Pools / Re: P2Pool Server List on: May 21, 2014, 01:56:56 AM
Just added an Australian node hosted in Sydney to www.norgzpool.net.au.
450  Bitcoin / Pools / Re: P2Pool servers from around the world - in one place on: May 21, 2014, 01:55:45 AM
Just added an Australian node hosted in Sydney to www.norgzpool.net.au.
451  Bitcoin / Pools / Re: [P2Pool Node - Australia & Singapore] Norgz Pool mines both BTC and LTC on: May 21, 2014, 01:55:05 AM
for btc mining it has no negative impact at all. you simply download the wallets and let them sync then add the .conf file as you would your Bitcoin.conf. just ensure you have the ports all different then use the --merged command when you start p2pool.

--merged http://username:complexspassword@localhost:7333/ where 7333 is the port set for the coin you want to marge mine.

452  Bitcoin / Pools / Re: [460 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: May 20, 2014, 11:17:42 PM
that's the price we pay for being distributed. it does all work out even in the end apparently, just need some patience.
My first 2 weeks on p2pool have paid much more than I had got from larger pools and I'm only mining with 36gh/s! (again variance but it shows the p2pool can pay well even for small miners).
453  Bitcoin / Pools / Re: p2pool -- How to monitor remotely from the console? on: May 20, 2014, 11:14:28 PM
There are a lot of interesting files in ~/p2pool/data/bitcoin with intriguing names like graph_db and log and stats and such like.

I could just grab these files with sftp and extract the information I want once I have them here.

Where can I find documentation for the file formats?


that's its own databases for tracking shares etc after you restart a node. it'd be much easier to just pull the json files.

Code:
Web interface

Lots of data and useful tools are available at http://127.0.0.1:9332/something:
 /static/ - Lots of information from shares to graphs to payouts.
 /rate
 /users
 /fee
 /current_payouts
 /patron_sendmany - Gives sendmany outputs for fair donations to P2Pool
 /global_stats
 /local_stats
 /peer_addresses
 /payout_addr
 /recent_blocks
 /uptime
 /web/log - Some different stats collected over the last day
454  Bitcoin / Pools / Re: p2pool -- How to monitor remotely from the console? on: May 19, 2014, 09:35:02 PM
Does anybody know where p2pool puts its log files and what it calls them?
you need to specify that in the start up string.

i.e. run_p2pool --logfile C:\p2pool-btc\logs\p2pool.log
Aha.  Thanks.  Does it put the exact same stuff in the log file as it writes to the console?

Yes it just dumps it's output.
455  Bitcoin / Pools / Re: p2pool -- How to monitor remotely from the console? on: May 19, 2014, 06:55:48 AM
I have my nodes dashboard hosted on a separate web server and can access stats via standard http port. The code locally as well as remote does a json call.
All you need to do is reference the pools URL instead of local json sources. There is a bit of into on this and I've based my front end on the alternate front end on the githib page.
Have a look at the link in my sig and see if that's what you are after.
Let me know if you need more help with it.
That looks really slick, norgan!

I had a look at the source code for your page... if there were any comments in it, I might be able to figure out what it does (my own code is at least half comments, otherwise I can't read it myself after a week or two).

Care to explain it to me?

haha yeah well it's a real mashup of the extended front end (https://github.com/hardcpp/P2PoolExtendedFrontEnd) and some of my own code. It's pretty straight forward for the layout and the javascript is all from the goblin stats project.

https://github.com/goblin/p2pool-stats/
456  Bitcoin / Pools / Re: p2pool -- How to monitor remotely from the console? on: May 19, 2014, 06:53:41 AM

Does anybody know where p2pool puts its log files and what it calls them?

you need to specify that in the start up string.

i.e. run_p2pool --logfile C:\p2pool-btc\logs\p2pool.log
457  Bitcoin / Pools / Re: [460 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: May 19, 2014, 01:17:45 AM
quick question. when compiling how do you get the right version reported? I've compiled mine and it shows version f0eeb48. It should show 13.4-f0eeb48 or similar right?
458  Bitcoin / Hardware / Re: where to get S1's on: May 19, 2014, 12:04:03 AM
Plenty of Antminer S1's for sale right here in the forum from trusted members:

https://bitcointalk.org/index.php?board=75.0

I think if you search _Lenny, he's a hero member selling an Ant S1 for like $186 or 0.418 BTC.

thanks
459  Bitcoin / Hardware / Re: where to get S1's on: May 18, 2014, 09:43:11 PM
Why don't you buy from bitmain directly?
I most likely will, they are great value.

I guess I was just looking for someone cleaning out the closet as mentioned above. Miners hold value as long as they can roi and with low to no power cost I'm looking to roi within ~30 days.
Thanks for everyone's input and to those who pm'd. Will make my decision this week and let you all know how I go.
460  Bitcoin / Hardware / Re: where to get S1's on: May 18, 2014, 12:47:30 PM
Amazon usually don't support shipping to Australia. Bitmain include shipping and are very good value. I was wondering if anyone was wanting to clear any that have already roi'ed and are just not feasible with power costs. I don't pay for power right now and hoping to squeeze some BTC out of them before they become completely useless.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!