gyverlb
|
|
May 19, 2013, 06:32:10 PM |
|
Sorry, we just had a couple minutes of downtime again. bitcoind 0.8.1 seems to be a real cpu and memory hog sometimes, never saw such issues with 0.7.2. Going to try to free up more resources on the server where it runs. 1. Ability to sort workers alphabetically
Yeah, I'll probably make that the way it is sorted. 2. Display my reward of each mined block on the Blocks (Income) page
That's coming. There's a problem with some very large (in bytes) transactions slowing bitcoind RPC interface (getblocktemplate mainly) currently, p2pool users are battling with it. I find the latest git version is twice faster (but still slower than the average we are accustomed to).
|
|
|
|
mdude77
Legendary
Offline
Activity: 1540
Merit: 1001
|
|
May 19, 2013, 06:53:42 PM |
|
Sorry, we just had a couple minutes of downtime again. bitcoind 0.8.1 seems to be a real cpu and memory hog sometimes, never saw such issues with 0.7.2. Going to try to free up more resources on the server where it runs. 1. Ability to sort workers alphabetically
Yeah, I'll probably make that the way it is sorted. 2. Display my reward of each mined block on the Blocks (Income) page
That's coming. There's a problem with some very large (in bytes) transactions slowing bitcoind RPC interface (getblocktemplate mainly) currently, p2pool users are battling with it. I find the latest git version is twice faster (but still slower than the average we are accustomed to). I don't think it's size related. I think it's time related. Like there's a leak somewhere or something. Mine starts low and slowly gets larger. M
|
I mine at Kano's Pool because it pays the best and is completely transparent! Come join me!
|
|
|
gyverlb
|
|
May 19, 2013, 07:17:18 PM |
|
Sorry, we just had a couple minutes of downtime again. bitcoind 0.8.1 seems to be a real cpu and memory hog sometimes, never saw such issues with 0.7.2. Going to try to free up more resources on the server where it runs. 1. Ability to sort workers alphabetically
Yeah, I'll probably make that the way it is sorted. 2. Display my reward of each mined block on the Blocks (Income) page
That's coming. There's a problem with some very large (in bytes) transactions slowing bitcoind RPC interface (getblocktemplate mainly) currently, p2pool users are battling with it. I find the latest git version is twice faster (but still slower than the average we are accustomed to). I don't think it's size related. I think it's time related. Like there's a leak somewhere or something. Mine starts low and slowly gets larger. M bitcoind getmininginfo result: { "blocks" : 236952, "currentblocksize" : 49792, "currentblocktx" : 122, "difficulty" : 11187257.46136079, "errors" : "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications", "generate" : false, "genproclimit" : -1, "hashespersec" : 0, "pooledtx" : 1693, "testnet" : false }
Notice the pooledtx? There are lots of transactions waiting to go into a block. And I use aggressive settings (latest git with minrelaytxfee set to 0.005) to filter low fees transactions: blockchain.info reports more than 2300 tx totalling 13MB. So ordinary bitcoind installations are suffering right now.
|
|
|
|
DrHaribo (OP)
Legendary
Offline
Activity: 2730
Merit: 1034
Needs more jiggawatts
|
|
May 19, 2013, 07:49:57 PM |
|
Thanks for the info, guys.
I also see bitcoind driving one CPU core at 100% for 1-3 seconds. That happens several times per minute. Looking at the log before and as it happens, the only thing I see is new transactions being received.
And yeah, memory usage is much much higher than it used to be.
Maybe I should try the latest from git. I don't like running code that hasn't seen much testing, though.
|
|
|
|
gyverlb
|
|
May 19, 2013, 08:30:41 PM |
|
Thanks for the info, guys.
I also see bitcoind driving one CPU core at 100% for 1-3 seconds. That happens several times per minute. Looking at the log before and as it happens, the only thing I see is new transactions being received.
And yeah, memory usage is much much higher than it used to be.
Maybe I should try the latest from git. I don't like running code that hasn't seen much testing, though.
The on-disk storage format didn't change. As a p2pool user with BitMinter as backup pool I didn't have any hesitation testing the current git HEAD. If I were in your shoes, I'd make a backup copy of the blockchain with rsync (maybe using its --bwlimit parameter to avoid stressing your storage) in a backup dir while compiling the new bitcoind. Archive the old bitcoind, move the new over. Once these steps are done, stop bitcoind, rsync one last time (should be very fast) to make sure you have a consistent backup and start the new bitcoind. Useful bitcoin.conf parameters for a pool owner who wants to minimize downtime: checkblocks=72 checklevel=1
bitcoind startup is much quicker (defaults are 288 and 3 IIRC). Any problem with the new bitcoind: stop and start the old one. Any on-disk corruption by the new bitcoind, stop, restore backup, start. Syncing a few hours/days worth of blocks should be fast.
|
|
|
|
gyverlb
|
|
May 19, 2013, 08:35:28 PM |
|
(latest git with minrelaytxfee set to 0.005)
I might have been mistaken: the git HEAD version uses satoshis for this parameter (which means it probably is faster than 0.8.1 even with defaults parameters). I converted it to satoshis and my latency is back to <0.10s.
|
|
|
|
gyverlb
|
|
May 19, 2013, 08:52:58 PM |
|
(latest git with minrelaytxfee set to 0.005)
I might have been mistaken: the git HEAD version uses satoshis for this parameter (which means it probably is faster than 0.8.1 even with defaults parameters). I converted it to satoshis and my latency is back to <0.10s. Scratch that, Prattler analysed the bitcoin sources and I was right initially (which means my very good latencies were because my bitcoind didn't include any transactions in its memory pool...).
|
|
|
|
GuiltySpark343
Member
Offline
Activity: 98
Merit: 10
|
|
May 20, 2013, 01:44:25 PM |
|
Can you please add Idle Worker Notification to Bitminter? Yep, that's coming soon. Goody! Can you also add payout notification via email as well?
|
|
|
|
FanDjangoBTC
Newbie
Offline
Activity: 46
Merit: 0
|
|
May 20, 2013, 08:41:15 PM |
|
Down again?
|
|
|
|
DrHaribo (OP)
Legendary
Offline
Activity: 2730
Merit: 1034
Needs more jiggawatts
|
|
May 20, 2013, 08:56:33 PM |
|
Goody! Can you also add payout notification via email as well? It's on my list. Down again?
I just restarted the mining backend to get an update in. Now it can recover by itself from some types of failure. It should also be better able to handle stormy internet weather disrupting communications between bitminter servers in different data centers. More stability improvements coming soon..
|
|
|
|
Xanthon
Newbie
Offline
Activity: 26
Merit: 0
|
|
May 20, 2013, 10:59:27 PM |
|
Apologies for the downtime.
One of the servers ran into low memory issues. Seems everything is happening today at once. I'll be working to improve stability during the next few days.
Hey DrHaribo, I've been testing around with several mining pools over the past 3 weeks and have now decided to stay with bitminter permanently. The few main factors that gave me my decisions are: 1. You are always around to answer questions. From the site itself, it's obvious how dedicated you are to this pool. 2. Your statistic page is beyond amazing. Amazing. 3. Merged NMC mining. You are doing a great job and I think I should at least made it known to you that someone here is appreciating all your work. PS: I can't seem to stay permanently logged on the site. Is it an intended feature? Since google login bugs out sometimes and I have to try multiple times to get myself logged.
|
|
|
|
silicont
Member
Offline
Activity: 87
Merit: 10
|
|
May 21, 2013, 02:31:22 AM |
|
I too am impressed with DrHaribo's pool, efforts and presence. It's been a stable environment, and truly "bitcoin mining made easy". I'm pretty impressed with the miner client, which I tried because I couldn't get cgminer to run for days on end. Although since I found cgwatcher, I'm back to cgminer.
Keep up the great work.
|
|
|
|
haveagr8day
Member
Offline
Activity: 112
Merit: 10
|
|
May 21, 2013, 02:40:11 AM |
|
Apologies for the downtime.
One of the servers ran into low memory issues. Seems everything is happening today at once. I'll be working to improve stability during the next few days.
Hey DrHaribo, I've been testing around with several mining pools over the past 3 weeks and have now decided to stay with bitminter permanently. The few main factors that gave me my decisions are: 1. You are always around to answer questions. From the site itself, it's obvious how dedicated you are to this pool. 2. Your statistic page is beyond amazing. Amazing. 3. Merged NMC mining. You are doing a great job and I think I should at least made it known to you that someone here is appreciating all your work. PS: I can't seem to stay permanently logged on the site. Is it an intended feature? Since google login bugs out sometimes and I have to try multiple times to get myself logged. From my experience, it only keeps you logged in for as long as your browser is open, or a few hours, whichever comes first. It would be nice for it to stay logged in, but Google sign-in makes it relatively easy still.
|
|
|
|
matt4054
Legendary
Offline
Activity: 1946
Merit: 1035
|
|
May 21, 2013, 02:42:15 AM |
|
I will join the crowd for the kudos do DrHaribo's great work and support. I leave most of my hashrate here. And the unlucky days are over ;-) I also had a look at BitGamesInc, a link that he tweeted a couple of days ago, it looks very promising too. Mining for micro-payments, I was wondering who would be the first to make it in a viable way. It looks like they did!
|
|
|
|
DrHaribo (OP)
Legendary
Offline
Activity: 2730
Merit: 1034
Needs more jiggawatts
|
|
May 21, 2013, 03:55:43 PM |
|
Thanks guys, I appreciate it And yeah, web sessions timing out is intentional. It's a long timeout though, much longer than most sites that handle money. I know it's annoying to get logged out of the livestats. Maybe I can get that to keep working, but still time out sessions so someone else can't cash out your bitcoins if you forgot to log out.
|
|
|
|
Jcw188
|
|
May 22, 2013, 01:37:30 PM |
|
Wow what a little run of good luck there! Nice job guys!
Also, looks like maybe realasicminer is on his way out? They have been cutting back here in the last couple days I think. Also what happened to testtest? Used to be 700,000 mh/s there at number 1/2 on the hash list.
|
|
████▄██████████▄ ███▄████████████ ▄███▀ ████ ████ ████ ▀███▄ ███▀████████████ ████▀██████████▀ |
▄██████████▄ ████████████ ███████████▀███▄ ████████████████ ████████████████ ████████████████ ▀███▄███████████ ████████████████ ████▀██████████▀ |
▄██▄█████████▄██▄ ▀████▄█████▄████▀ ▀████▄█▄████▀ ███████████ ▄████▀█████▀████▄ █████████████████ █████████████████ █████████████████ ▀███████████████▀
|
▄███████████████▄ █████████████████ ████▀███▀██████▀ ███████▄█████▀ ████▄▄██████████▄ █▀▀██████▀███████ █▄██████▄███▄████ █████▀███████████ ▀██▀███▀████████▀ |
████▄███████████ ████████████████ ▄███▀███████████ ████████████████ ████████████████ ████████████████ ███████████▄███▀ ████████████ ▀██████████▀ | | | | ████████ ██ ██ ██ ██ ██ ██ ██ ██ | |
██ ██ ██ ██ ██ ██ ██ ██ ████████
| | | | | | . Listed on
| | BINANCE KUCOIN Gate.io | | |
|
|
|
veleten
Legendary
Offline
Activity: 2016
Merit: 1107
|
|
May 22, 2013, 07:17:46 PM |
|
too much of a downtime lately working on something or the server acts up ?
|
|
|
|
daddyfatsax
|
|
May 22, 2013, 08:27:44 PM |
|
Website is down now.
|
|
|
|
induktor
|
|
May 22, 2013, 08:30:56 PM |
|
Website is down now.
Yep... site down
|
BTC addr: 1vTGnFgaM2WJjswwmbj6N2AQBWcHfimSc
|
|
|
veleten
Legendary
Offline
Activity: 2016
Merit: 1107
|
|
May 22, 2013, 08:32:52 PM Last edit: May 22, 2013, 08:43:47 PM by veleten |
|
also the amount of blocks over 95 % is beyond anything reasonable just count the number of them and compare to the amount of blocks under 5 % ud be surprised
|
|
|
|
|