slovakia
|
|
September 16, 2017, 09:17:25 PM |
|
on pool 24hours
|
|
|
|
616westwarmoth
|
|
September 16, 2017, 09:21:07 PM |
|
any idea how long coins stay unconfirmed?
Generally 24 hours, if the blocks are slow it can be a bit longer it seems.
|
|
|
|
nananaminer
Newbie
Offline
Activity: 42
Merit: 0
|
|
September 16, 2017, 09:23:38 PM |
|
Sorry guys, have my son today, so I cant go into much detail. Luckily, Ive got this new RDP program for my iphone so I was able to restart the pool remotely.
Anyway, 1.0.3.7 is finally out for download for windows.
Please upgrade, this version should reveal what is causing the pool to go down.
I will unban any nodes that are banned now.
Thanks. The nodes are mining for a while and dropping off from the pool btw. [Linux, 1.0.3.7] I tried deleting the banlist, debug files and clearing the bans as well with no avail.
|
|
|
|
616westwarmoth
|
|
September 16, 2017, 09:26:48 PM |
|
Sorry guys, have my son today, so I cant go into much detail. Luckily, Ive got this new RDP program for my iphone so I was able to restart the pool remotely.
Anyway, 1.0.3.7 is finally out for download for windows.
Please upgrade, this version should reveal what is causing the pool to go down.
I will unban any nodes that are banned now.
Thanks. The nodes are mining for a while and dropping off from the pool btw. [Linux, 1.0.3.7] I tried deleting the banlist, debug files and clearing the bans as well with no avail. Crap, I'm going to spin up a Linux box here shortly to help test too. What distro are the Linux folks here using (I'm going to run Xubuntu from a USB drive most likely).
|
|
|
|
tiras
|
|
September 16, 2017, 09:37:19 PM |
|
Sorry guys, have my son today, so I cant go into much detail. Luckily, Ive got this new RDP program for my iphone so I was able to restart the pool remotely.
Anyway, 1.0.3.7 is finally out for download for windows.
Please upgrade, this version should reveal what is causing the pool to go down.
I will unban any nodes that are banned now.
Thanks. The nodes are mining for a while and dropping off from the pool btw. [Linux, 1.0.3.7] I tried deleting the banlist, debug files and clearing the bans as well with no avail. Crap, I'm going to spin up a Linux box here shortly to help test too. What distro are the Linux folks here using (I'm going to run Xubuntu from a USB drive most likely). I'm using ubuntu 16.04 and 17.04
|
|
|
|
|
PhaseshiftUK
|
|
September 16, 2017, 10:07:30 PM |
|
used tokogashakamikimukugaka guideline from japan and classic, i love this non-user-friendly guidelines when person stucked after sudo make is problem
See the 4th line from the bottom - the ./configure command failed with "error: hexdump is required for tests". This means that there is no configuration file for 'make' to use. This suggests that something essential is missing, but we'd need to see the full output to work out what. I've created a script to do all the steps, but only tested it fully twice now. I'll be submitting it as a patch to bible_pay when I am happy with it. Anyway, make sure that you have run these before you start: sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update sudo apt-get install libdb4.8-dev libdb4.8++-dev
|
|
|
|
PhaseshiftUK
|
|
September 16, 2017, 10:18:59 PM |
|
The nodes are mining for a while and dropping off from the pool btw. [Linux, 1.0.3.7] I tried deleting the banlist, debug files and clearing the bans as well with no avail.
Crap, I'm going to spin up a Linux box here shortly to help test too. What distro are the Linux folks here using (I'm going to run Xubuntu from a USB drive most likely). I'm using Debian Wheezy (and old server) and it is working fine currently and appearing on the pool.
|
|
|
|
nananaminer
Newbie
Offline
Activity: 42
Merit: 0
|
|
September 16, 2017, 10:19:11 PM |
|
used tokogashakamikimukugaka guideline from japan and classic, i love this non-user-friendly guidelines when person stucked after sudo make is problem https://i.imgur.com/jwVVwlJ.png There's nothing wrong with the guide. See the 4th from the last line, the error occurred during configuring even before the make command, since there's no makefile generated, make command wouldn't work. You're missing hexdump, use this http://ram.kossboss.com/?p=271 to install it first, then compile and then make. You could've fixed the error by googling the error instead of creating a snarky post about japan.
|
|
|
|
slovakia
|
|
September 16, 2017, 10:29:19 PM |
|
ouch time to start win,cos i knew that this guideline is bad: missing installation of git,then this hexa..what missing yet?
|
|
|
|
PhaseshiftUK
|
|
September 16, 2017, 10:30:36 PM |
|
used tokogashakamikimukugaka guideline from japan and classic, i love this non-user-friendly guidelines when person stucked after sudo make is problem
There's nothing wrong with the guide. See the 4th from the last line, the error occurred during configuring even before the make command, since there's no makefile generated, make command wouldn't work. You're missing hexdump, use this http://ram.kossboss.com/?p=271 to install it first, then compile and then make. You could've fixed the error by googling the error instead of creating a snarky post about japan. Just to simplify the instructions from nananaminer, you need to run: sudo apt-get install bsdmainutilsBut yes, as he said, it would have been better to ask for help than be mean about the author. ouch time to start win,cos i knew that this guideline is bad The guide could do with some more explanation of what each line is doing, but it's not bad as such, and should work for most people - you are just missing a package that he'd assumed would always already be installed.
|
|
|
|
slovakia
|
|
September 16, 2017, 10:33:37 PM |
|
sudo apt-get install bsdmainutils worked=installed.... what next step? repeat this ./configure LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/" ? or? i have mishmash from this now...
no machine has this packages= git installed too ... dont understand this,why not exists PERFECT 110% guideline for idiots like me and others ... btc,ltc,others guidelines exists perfect... its so hard to write this guideline? by me not .. still looks,that this coin is primary only for linux and we wins users pulling for short end
|
|
|
|
tiras
|
|
September 16, 2017, 10:36:02 PM |
|
used tokogashakamikimukugaka guideline from japan and classic, i love this non-user-friendly guidelines when person stucked after sudo make is problem
There's nothing wrong with the guide. See the 4th from the last line, the error occurred during configuring even before the make command, since there's no makefile generated, make command wouldn't work. You're missing hexdump, use this http://ram.kossboss.com/?p=271 to install it first, then compile and then make. You could've fixed the error by googling the error instead of creating a snarky post about japan. Just to simplify the instructions from nananaminer, you need to run: sudo apt-get install bsdmainutilsBut yes, as he said, it would have been better to ask for help than be mean about the author. ouch time to start win,cos i knew that this guideline is bad The guide could do with some more explanation of what each line is doing, but it's not bad as such, and should work for most people - you are just missing a package that he'd assumed would always already be installed. "biblepay" is a polite community slovakia
|
|
|
|
PhaseshiftUK
|
|
September 16, 2017, 10:36:21 PM |
|
sudo apt-get install bsdmainutils worked=installed.... what next step? repeat this ./configure LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/" ? or? i have mishmash from this now...
Yes, repeat ./configure LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/" and carry on from there if no further errors. (Look for a mention of an error in the last few lines of output after ./configure).
|
|
|
|
slovakia
|
|
September 16, 2017, 10:42:49 PM |
|
may be this help sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update sudo apt-get install -y libdb4.8-dev libdb4.8++-dev but first step didnt work for me root@vmi138854:/home/bible/biblepay# sudo add-apt-repository ppa:bitcoin/bitcoin sudo: add-apt-repository: command not found
|
|
|
|
bible_pay (OP)
Full Member
Offline
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
|
|
September 16, 2017, 10:48:42 PM |
|
Sorry guys, have my son today, so I cant go into much detail. Luckily, Ive got this new RDP program for my iphone so I was able to restart the pool remotely.
Anyway, 1.0.3.7 is finally out for download for windows.
Please upgrade, this version should reveal what is causing the pool to go down.
I will unban any nodes that are banned now.
Thanks. The nodes are mining for a while and dropping off from the pool btw. [Linux, 1.0.3.7] I tried deleting the banlist, debug files and clearing the bans as well with no avail. I think we got most of the problem resolved regarding dropping from the pool - they were dropping over the last 2 hours because Ive been debugging the data and clearing the pool. There was actually an issue where the pool couldnt handle a certain number in the uint256 (thats a really long number) and its been fixed. If you are on 1037, let me know if you drop now on either OS on the leaderboard- you shouldnt. The "stale block" and the "please upgrade" messages are fixed also. I cant ask ccex to upgrade until I verify the log has eliminated the read from disk error, but last night I added a couple more circumstances so we might be closer.
|
|
|
|
emdes
|
|
September 16, 2017, 10:50:56 PM |
|
Sorry guys, have my son today, so I cant go into much detail. Luckily, Ive got this new RDP program for my iphone so I was able to restart the pool remotely.
Anyway, 1.0.3.7 is finally out for download for windows.
Please upgrade, this version should reveal what is causing the pool to go down.
I will unban any nodes that are banned now.
Thanks. The nodes are mining for a while and dropping off from the pool btw. [Linux, 1.0.3.7] I tried deleting the banlist, debug files and clearing the bans as well with no avail. I think we got most of the problem resolved regarding dropping from the pool - they were dropping over the last 2 hours because Ive been debugging the data and clearing the pool. There was actually an issue where the pool couldnt handle a certain number in the uint256 (thats a really long number) and its been fixed. If you are on 1037, let me know if you drop now on either OS on the leaderboard- you shouldnt. The "stale block" and the "please upgrade" messages are fixed also. I cant ask ccex to upgrade until I verify the log has eliminated the read from disk error, but last night I added a couple more circumstances so we might be closer. Hashrate dropped in Windows. Any idea why ?
|
|
|
|
bible_pay (OP)
Full Member
Offline
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
|
|
September 16, 2017, 10:52:40 PM |
|
Sorry guys, have my son today, so I cant go into much detail. Luckily, Ive got this new RDP program for my iphone so I was able to restart the pool remotely.
Anyway, 1.0.3.7 is finally out for download for windows.
Please upgrade, this version should reveal what is causing the pool to go down.
I will unban any nodes that are banned now.
Thanks. The nodes are mining for a while and dropping off from the pool btw. [Linux, 1.0.3.7] I tried deleting the banlist, debug files and clearing the bans as well with no avail. I think we got most of the problem resolved regarding dropping from the pool - they were dropping over the last 2 hours because Ive been debugging the data and clearing the pool. There was actually an issue where the pool couldnt handle a certain number in the uint256 (thats a really long number) and its been fixed. If you are on 1037, let me know if you drop now on either OS on the leaderboard- you shouldnt. The "stale block" and the "please upgrade" messages are fixed also. I cant ask ccex to upgrade until I verify the log has eliminated the read from disk error, but last night I added a couple more circumstances so we might be closer. Hashrate dropped in Windows. Any idea why ? We all dropped about 70%- when F7000 hit. Please compare configuration with linux on the same hardware config?
|
|
|
|
emdes
|
|
September 16, 2017, 10:55:59 PM |
|
Sorry guys, have my son today, so I cant go into much detail. Luckily, Ive got this new RDP program for my iphone so I was able to restart the pool remotely.
Anyway, 1.0.3.7 is finally out for download for windows.
Please upgrade, this version should reveal what is causing the pool to go down.
I will unban any nodes that are banned now.
Thanks. The nodes are mining for a while and dropping off from the pool btw. [Linux, 1.0.3.7] I tried deleting the banlist, debug files and clearing the bans as well with no avail. I think we got most of the problem resolved regarding dropping from the pool - they were dropping over the last 2 hours because Ive been debugging the data and clearing the pool. There was actually an issue where the pool couldnt handle a certain number in the uint256 (thats a really long number) and its been fixed. If you are on 1037, let me know if you drop now on either OS on the leaderboard- you shouldnt. The "stale block" and the "please upgrade" messages are fixed also. I cant ask ccex to upgrade until I verify the log has eliminated the read from disk error, but last night I added a couple more circumstances so we might be closer. Hashrate dropped in Windows. Any idea why ? We all dropped about 70%- when F7000 hit. Please compare configuration with linux on the same hardware config? Posted my hashrates many times. Used the same conf file, but it drops with every new wallet. Tiras getting 2 - 3 times higher hashrate in linux than me, Slovakia and oliwer21 does in windows, with the same CPU
|
|
|
|
slovakia
|
|
September 16, 2017, 11:05:41 PM |
|
|
|
|
|
|