bible_pay (OP)
Full Member
Offline
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
|
|
September 15, 2017, 09:02:53 PM |
|
@Bible_pay , could you kindly give instructions to compile it on linux to use with no GUI to avoid installing libraries you don't need to run it from cmd shell ?
I dont understand sorry, could you clarify?
|
|
|
|
tiras
|
|
September 15, 2017, 09:14:06 PM |
|
@Bible_pay , could you kindly give instructions to compile it on linux to use with no GUI to avoid installing libraries you don't need to run it from cmd shell ?
I dont understand sorry, could you clarify? I meant, if there is a way to compile the wallet on linux without GUI libraries. If you use it in terminal you don't need them .
|
|
|
|
tiras
|
|
September 15, 2017, 09:22:47 PM |
|
We are on block 7777 @tiras Its just a Ryzen 1700 I got on Newegg "AMD RYZEN 7 1700 8-Core 3.0 GHz (3.7 GHz Turbo) Socket AM4 65W YD1700BBAEBOX Desktop Processor" and I installed Ubuntu Server 16.04 I think its running at 3.65GHz What type of machine is this? User Name Miner Name Hashes Per Second Hashes Per Second2 tiras tirasworks_bbp7 82846.46 39640.09 what's your genproclimit on ryzen7 ?
|
|
|
|
inblue
|
|
September 15, 2017, 09:25:04 PM |
|
@Bible_pay , could you kindly give instructions to compile it on linux to use with no GUI to avoid installing libraries you don't need to run it from cmd shell ?
I dont understand sorry, could you clarify? I meant, if there is a way to compile the wallet on linux without GUI libraries. If you use it in terminal you don't need them . It will auto compile without qt if you don't have the required libraries installed. In the configure step it will simply skip it. Here, take a look at the relevant lines from my configure output: checking for QT... no configure: WARNING: Qt dependencies not found; biblepay-qt frontend will not be built checking whether to build biblepay Core GUI... no (Qt5) These are the libraries for qt which you can remove if you already have them installed: libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
|
|
|
|
PhaseshiftUK
|
|
September 15, 2017, 09:25:49 PM |
|
I'm getting "POOL DOWN-REVERTING TO SOLO MINING;" on 1.0.3.5b linux miner and hence the miner not hitting the pool : <snip>
I'm getting that as well, but seem to still be mining blocks on the pool?
|
|
|
|
PhaseshiftUK
|
|
September 15, 2017, 09:28:15 PM |
|
@Bible_pay , could you kindly give instructions to compile it on linux to use with no GUI to avoid installing libraries you don't need to run it from cmd shell ?
At the compile step you want: ./configure LDFLAGS="-L${path_to_berkeley_db}/lib/" CPPFLAGS="-I${path_to_berkeley_db}/include/" --without-gui (although if you don't have the QT libraries installed it should detect this and not try to compile the GUI anyway). I use a slight variation to optimise it to my processor: ./configure LDFLAGS="-L${path_to_berkeley_db}/lib/" CPPFLAGS="-I${path_to_berkeley_db}/include/ -march=native" --without-gui
|
|
|
|
tiras
|
|
September 15, 2017, 09:29:39 PM |
|
@Bible_pay , could you kindly give instructions to compile it on linux to use with no GUI to avoid installing libraries you don't need to run it from cmd shell ?
I dont understand sorry, could you clarify? I meant, if there is a way to compile the wallet on linux without GUI libraries. If you use it in terminal you don't need them . It will auto compile without qt if you don't have the required libraries installed. In the configure step it will simply skip it. Here, take a look at the relevant lines from my configure output: checking for QT... no configure: WARNING: Qt dependencies not found; biblepay-qt frontend will not be built checking whether to build biblepay Core GUI... no (Qt5) These are the libraries for qt which you can remove if you already have them installed: libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler thanks Inblue, much appreciated
|
|
|
|
tiras
|
|
September 15, 2017, 09:36:01 PM |
|
@Bible_pay , could you kindly give instructions to compile it on linux to use with no GUI to avoid installing libraries you don't need to run it from cmd shell ?
At the compile step you want: ./configure LDFLAGS="-L${path_to_berkeley_db}/lib/" CPPFLAGS="-I${path_to_berkeley_db}/include/" --without-gui (although if you don't have the QT libraries installed it should detect this and not try to compile the GUI anyway). I use a slight variation to optimise it to my processor: ./configure LDFLAGS="-L${path_to_berkeley_db}/lib/" CPPFLAGS="-I${path_to_berkeley_db}/include/ -march=native" --without-gui thanks PhaseshiftUK , appreciate that . will give it a try
|
|
|
|
PhaseshiftUK
|
|
September 15, 2017, 09:36:54 PM |
|
I'm getting "POOL DOWN-REVERTING TO SOLO MINING;" on 1.0.3.5b linux miner and hence the miner not hitting the pool : <snip>
I'm getting that as well, but seem to still be mining blocks on the pool? I restarted biblepayd and now get: $ ./biblepay/bin/biblepay-cli getmininginfo { "blocks": 7788, "currentblocksize": 1000, "currentblocktx": 0, "difficulty": 1324.296182918008, "errors": "", "genproclimit": 8, "networkhashps": 57962991196.9241, "hashps": 41364.85367298159, "minerstarttime": "09-15-2017 21:23:39", "pooledtx": 0, "testnet": false, "chain": "main", "biblepay-generate": true, "poolinfo1": "B6jtJfhZzbqiNUXfoQ2LdHVjWVtrHSELMS; B6jtJfhZzbqiNUXfoQ2LdHVjWVtrHSELMS; B6jtJfhZzbqiNUXfoQ2LdHVjWVtrHSELMS; B6jtJfhZzbqiNUXfoQ2LdHVjWVtrHSELMS; B6jtJfhZzbqiNUXfoQ2LdHVjWVtrHSELMS; B6jtJfhZzbqiNUXfoQ2LdHVjWVtrHSELMS; B6jtJfhZzbqiNUXfoQ2LdHVjWVtrHSELMS; ", "poolinfo2": "Submitting Solution 09-15-2017 21:29:58; RM_09-15-2017 21:30:29; Submitting Solution 09-15-2017 21:30:21; RM_09-15-2017 21:30:41; Submitting Solution 09-15-2017 21:30:24; Submitting Solution 09-15-2017 21:30:41; Submitting Solution 09-15-2017 21:30:09; ", "poolinfo3": "BLOCK_IS_STALE; BLOCK_IS_STALE; ", "miningpulse": 535, "poolmining": true }
|
|
|
|
inblue
|
|
September 15, 2017, 09:42:11 PM |
|
I restarted biblepayd and now get: $ ./biblepay/bin/biblepay-cli getmininginfo { "blocks": 7788, "currentblocksize": 1000, "currentblocktx": 0, "difficulty": 1324.296182918008, "errors": "", "genproclimit": 8, "networkhashps": 57962991196.9241, "hashps": 41364.85367298159, "minerstarttime": "09-15-2017 21:23:39", "pooledtx": 0, "testnet": false, "chain": "main", "biblepay-generate": true, "poolinfo1": "B6jtJfhZzbqiNUXfoQ2LdHVjWVtrHSELMS; B6jtJfhZzbqiNUXfoQ2LdHVjWVtrHSELMS; B6jtJfhZzbqiNUXfoQ2LdHVjWVtrHSELMS; B6jtJfhZzbqiNUXfoQ2LdHVjWVtrHSELMS; B6jtJfhZzbqiNUXfoQ2LdHVjWVtrHSELMS; B6jtJfhZzbqiNUXfoQ2LdHVjWVtrHSELMS; B6jtJfhZzbqiNUXfoQ2LdHVjWVtrHSELMS; ", "poolinfo2": "Submitting Solution 09-15-2017 21:29:58; RM_09-15-2017 21:30:29; Submitting Solution 09-15-2017 21:30:21; RM_09-15-2017 21:30:41; Submitting Solution 09-15-2017 21:30:24; Submitting Solution 09-15-2017 21:30:41; Submitting Solution 09-15-2017 21:30:09; ", "poolinfo3": "BLOCK_IS_STALE; BLOCK_IS_STALE; ", "miningpulse": 535, "poolmining": true }
I get that as well as of a few blocks ago.
|
|
|
|
tiras
|
|
September 15, 2017, 09:44:27 PM |
|
I'm getting "POOL DOWN-REVERTING TO SOLO MINING;" on 1.0.3.5b linux miner and hence the miner not hitting the pool : <snip>
I'm getting that as well, but seem to still be mining blocks on the pool? I restarted biblepayd and now get: $ ./biblepay/bin/biblepay-cli getmininginfo { "blocks": 7788, "currentblocksize": 1000, "currentblocktx": 0, "difficulty": 1324.296182918008, "errors": "", "genproclimit": 8, "networkhashps": 57962991196.9241, "hashps": 41364.85367298159, "minerstarttime": "09-15-2017 21:23:39", "pooledtx": 0, "testnet": false, "chain": "main", "biblepay-generate": true, "poolinfo1": "B6jtJfhZzbqiNUXfoQ2LdHVjWVtrHSELMS; B6jtJfhZzbqiNUXfoQ2LdHVjWVtrHSELMS; B6jtJfhZzbqiNUXfoQ2LdHVjWVtrHSELMS; B6jtJfhZzbqiNUXfoQ2LdHVjWVtrHSELMS; B6jtJfhZzbqiNUXfoQ2LdHVjWVtrHSELMS; B6jtJfhZzbqiNUXfoQ2LdHVjWVtrHSELMS; B6jtJfhZzbqiNUXfoQ2LdHVjWVtrHSELMS; ", "poolinfo2": "Submitting Solution 09-15-2017 21:29:58; RM_09-15-2017 21:30:29; Submitting Solution 09-15-2017 21:30:21; RM_09-15-2017 21:30:41; Submitting Solution 09-15-2017 21:30:24; Submitting Solution 09-15-2017 21:30:41; Submitting Solution 09-15-2017 21:30:09; ", "poolinfo3": "BLOCK_IS_STALE; BLOCK_IS_STALE; ", "miningpulse": 535, "poolmining": true }
same here . I didn't do restart though "poolinfo2": "Submitting Solution 09-15-2017 21:42:37; "poolinfo3": "BLOCK_IS_STALE; ", i have it on all my miners. linux and win ones
|
|
|
|
inblue
|
|
September 15, 2017, 09:51:31 PM |
|
Aaand everybody is gone from the leaderboard.
|
|
|
|
PhaseshiftUK
|
|
September 15, 2017, 09:57:52 PM |
|
Aaand everybody is gone from the leaderboard.
I guess either bible_pay is fixing something, or the board has fallen over. I'm now getting: "poolinfo3": "BLOCK_IS_STALE; POOL DOWN-REVERTING TO SOLO MINING; BLOCK_IS_STALE; POOL DOWN-REVERTING TO SOLO MINING; BLOCK_IS_STALE; POOL DOWN-REVERTING TO SOLO MINING; BLOCK_IS_STALE; "
|
|
|
|
inblue
|
|
September 15, 2017, 09:58:41 PM |
|
Aaand everybody is gone from the leaderboard.
I guess either bible_pay is fixing something, or the board has fallen over. I'm now getting: "poolinfo3": "BLOCK_IS_STALE; POOL DOWN-REVERTING TO SOLO MINING; BLOCK_IS_STALE; POOL DOWN-REVERTING TO SOLO MINING; BLOCK_IS_STALE; POOL DOWN-REVERTING TO SOLO MINING; BLOCK_IS_STALE; " Yup, it's back now.
|
|
|
|
bible_pay (OP)
Full Member
Offline
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
|
|
September 15, 2017, 10:26:01 PM |
|
Aaand everybody is gone from the leaderboard.
I guess either bible_pay is fixing something, or the board has fallen over. I'm now getting: "poolinfo3": "BLOCK_IS_STALE; POOL DOWN-REVERTING TO SOLO MINING; BLOCK_IS_STALE; POOL DOWN-REVERTING TO SOLO MINING; BLOCK_IS_STALE; POOL DOWN-REVERTING TO SOLO MINING; BLOCK_IS_STALE; " Yup, it's back now. Yeah, I see the lag, Im trying to find the root cause.
|
|
|
|
bible_pay (OP)
Full Member
Offline
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
|
|
September 15, 2017, 10:50:07 PM |
|
I just pushed out a 2nd pool if anyone wants to write letters etc:
pool2.biblepay.org
I see pool2 is fast and pool is slow, so that reveals that the database is doing fine and the web server is overloaded.
Ill check deeper into the web server.
|
|
|
|
616westwarmoth
|
|
September 15, 2017, 10:51:45 PM |
|
I just pushed out a 2nd pool if anyone wants to write letters etc:
pool2.biblepay.org
I see pool2 is fast and pool is slow, so that reveals that the database is doing fine and the web server is overloaded.
Ill check deeper into the web server.
I noticed when you upped the logout time you had said it would be a lot longer, but I've not had to log in for over 24 hours now. Could that be a part of the problem?
|
|
|
|
bible_pay (OP)
Full Member
Offline
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
|
|
September 15, 2017, 10:53:48 PM |
|
I need a favor in testnet, since we pushed 1032, the newer version(s) require updated testnet nodes, now there are no users in testnet.
Can a few people please run a testnet node (I realize this should be posted in Testnet, but there is actually nothing to test yet) I just need the nodes running so we can create some blocks. Im trying to merge in the budget proposal code.
Thanks!
|
|
|
|
bible_pay (OP)
Full Member
Offline
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
|
|
September 15, 2017, 10:54:43 PM |
|
I just pushed out a 2nd pool if anyone wants to write letters etc:
pool2.biblepay.org
I see pool2 is fast and pool is slow, so that reveals that the database is doing fine and the web server is overloaded.
Ill check deeper into the web server.
I noticed when you upped the logout time you had said it would be a lot longer, but I've not had to log in for over 24 hours now. Could that be a part of the problem? I actually made it 3 days in the end, but no, thats not it cause Ive checked that and that only takes a few milliseconds and only gets hit when your session expires.
|
|
|
|
tiras
|
|
September 15, 2017, 11:07:57 PM |
|
I need a favor in testnet, since we pushed 1032, the newer version(s) require updated testnet nodes, now there are no users in testnet.
Can a few people please run a testnet node (I realize this should be posted in Testnet, but there is actually nothing to test yet) I just need the nodes running so we can create some blocks. Im trying to merge in the budget proposal code.
Thanks!
started 1 win miner on testnet. >> "poolinfo3": "HEALTH_DOWN; HEALTH_DOWN; HEALTH_DOWN; HEALTH_DOWN; ", { "blocks": 62, "currentblocksize": 1000, "currentblocktx": 0, "difficulty": 1.85725216799864, "errors": "", "genproclimit": 4, "networkhashps": 151833506.6394231, "hashps": 1616.289164233289, "minerstarttime": "09-15-2017 23:05:45", "ratio": 1, "hc1": 163840, "bhc2": 327680, "pooledtx": 0, "testnet": true, "chain": "test", "biblepay-generate": true, "poolinfo1": "", "poolinfo2": "", "poolinfo3": "HEALTH_DOWN; HEALTH_DOWN; HEALTH_DOWN; HEALTH_DOWN; ", "miningpulse": 5, "poolmining": false }
|
|
|
|
|