Bitcoin Forum
June 19, 2024, 06:10:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 [96] 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 ... 164 »
  Print  
Author Topic: BiblePay - New Coin Launch - Official Thread  (Read 119799 times)
bible_pay (OP)
Full Member
***
Offline Offline

Activity: 1176
Merit: 215


Jesus is the King of Kings and Lord of Lords


View Profile WWW
September 15, 2017, 09:02:53 PM
 #1901

@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?


🕇 BiblePay 🕇
🕇  Announcement | ForumSlackDiscordRedditTwitter | SouthXChange  🕇
🕇 A Christian cryptocurrency | Supporting orphans through a decentralized autonomous charity 🕇
tiras
Full Member
***
Offline Offline

Activity: 221
Merit: 100


View Profile
September 15, 2017, 09:14:06 PM
 #1902

@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 .


BiblePay (BBP) | Reddit - Twitter - Forum - Slack - Discord | C-CEX - CoinsMarkets | Love one another, be a good Samaritan, help those in distress and spread the gospel
tiras
Full Member
***
Offline Offline

Activity: 221
Merit: 100


View Profile
September 15, 2017, 09:22:47 PM
 #1903

We are on block 7777 Cheesy

@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 ?

BiblePay (BBP) | Reddit - Twitter - Forum - Slack - Discord | C-CEX - CoinsMarkets | Love one another, be a good Samaritan, help those in distress and spread the gospel
inblue
Full Member
***
Offline Offline

Activity: 462
Merit: 103


View Profile
September 15, 2017, 09:25:04 PM
 #1904

@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:

Code:
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:

Code:
libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
PhaseshiftUK
Full Member
***
Offline Offline

Activity: 345
Merit: 100


View Profile
September 15, 2017, 09:25:49 PM
 #1905

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?

Sign up for Revolut, the mobile banking revolution!
Multiple Fiat currencies and buy/sell of Cryptocurrencies supported. Exchange EUR or USD to your local currency at low inter-bank rates.
PhaseshiftUK
Full Member
***
Offline Offline

Activity: 345
Merit: 100


View Profile
September 15, 2017, 09:28:15 PM
 #1906

@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

Sign up for Revolut, the mobile banking revolution!
Multiple Fiat currencies and buy/sell of Cryptocurrencies supported. Exchange EUR or USD to your local currency at low inter-bank rates.
tiras
Full Member
***
Offline Offline

Activity: 221
Merit: 100


View Profile
September 15, 2017, 09:29:39 PM
 #1907

@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:

Code:
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:

Code:
libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler

thanks Inblue,   much appreciated

BiblePay (BBP) | Reddit - Twitter - Forum - Slack - Discord | C-CEX - CoinsMarkets | Love one another, be a good Samaritan, help those in distress and spread the gospel
tiras
Full Member
***
Offline Offline

Activity: 221
Merit: 100


View Profile
September 15, 2017, 09:36:01 PM
 #1908

@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

BiblePay (BBP) | Reddit - Twitter - Forum - Slack - Discord | C-CEX - CoinsMarkets | Love one another, be a good Samaritan, help those in distress and spread the gospel
PhaseshiftUK
Full Member
***
Offline Offline

Activity: 345
Merit: 100


View Profile
September 15, 2017, 09:36:54 PM
 #1909

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:

Quote
$ ./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
}

Sign up for Revolut, the mobile banking revolution!
Multiple Fiat currencies and buy/sell of Cryptocurrencies supported. Exchange EUR or USD to your local currency at low inter-bank rates.
inblue
Full Member
***
Offline Offline

Activity: 462
Merit: 103


View Profile
September 15, 2017, 09:42:11 PM
 #1910


I restarted biblepayd and now get:

Quote
$ ./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
Full Member
***
Offline Offline

Activity: 221
Merit: 100


View Profile
September 15, 2017, 09:44:27 PM
 #1911

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:

Quote
$ ./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

BiblePay (BBP) | Reddit - Twitter - Forum - Slack - Discord | C-CEX - CoinsMarkets | Love one another, be a good Samaritan, help those in distress and spread the gospel
inblue
Full Member
***
Offline Offline

Activity: 462
Merit: 103


View Profile
September 15, 2017, 09:51:31 PM
 #1912

Aaand everybody is gone from the leaderboard.
PhaseshiftUK
Full Member
***
Offline Offline

Activity: 345
Merit: 100


View Profile
September 15, 2017, 09:57:52 PM
 #1913

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:

Quote
"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; "

Sign up for Revolut, the mobile banking revolution!
Multiple Fiat currencies and buy/sell of Cryptocurrencies supported. Exchange EUR or USD to your local currency at low inter-bank rates.
inblue
Full Member
***
Offline Offline

Activity: 462
Merit: 103


View Profile
September 15, 2017, 09:58:41 PM
 #1914

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:

Quote
"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 Offline

Activity: 1176
Merit: 215


Jesus is the King of Kings and Lord of Lords


View Profile WWW
September 15, 2017, 10:26:01 PM
 #1915

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:

Quote
"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.


🕇 BiblePay 🕇
🕇  Announcement | ForumSlackDiscordRedditTwitter | SouthXChange  🕇
🕇 A Christian cryptocurrency | Supporting orphans through a decentralized autonomous charity 🕇
bible_pay (OP)
Full Member
***
Offline Offline

Activity: 1176
Merit: 215


Jesus is the King of Kings and Lord of Lords


View Profile WWW
September 15, 2017, 10:50:07 PM
 #1916

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.

🕇 BiblePay 🕇
🕇  Announcement | ForumSlackDiscordRedditTwitter | SouthXChange  🕇
🕇 A Christian cryptocurrency | Supporting orphans through a decentralized autonomous charity 🕇
616westwarmoth
Full Member
***
Offline Offline

Activity: 406
Merit: 101


View Profile
September 15, 2017, 10:51:45 PM
 #1917

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?

▄    BIBLEPAY    ▄    The Cryptocurrency for Christians    ▄     BIBLEPAY   
   Reddit      ANN Page      Biblepay Forum  
▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂
bible_pay (OP)
Full Member
***
Offline Offline

Activity: 1176
Merit: 215


Jesus is the King of Kings and Lord of Lords


View Profile WWW
September 15, 2017, 10:53:48 PM
 #1918

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!

🕇 BiblePay 🕇
🕇  Announcement | ForumSlackDiscordRedditTwitter | SouthXChange  🕇
🕇 A Christian cryptocurrency | Supporting orphans through a decentralized autonomous charity 🕇
bible_pay (OP)
Full Member
***
Offline Offline

Activity: 1176
Merit: 215


Jesus is the King of Kings and Lord of Lords


View Profile WWW
September 15, 2017, 10:54:43 PM
 #1919

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.

🕇 BiblePay 🕇
🕇  Announcement | ForumSlackDiscordRedditTwitter | SouthXChange  🕇
🕇 A Christian cryptocurrency | Supporting orphans through a decentralized autonomous charity 🕇
tiras
Full Member
***
Offline Offline

Activity: 221
Merit: 100


View Profile
September 15, 2017, 11:07:57 PM
 #1920

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
}

BiblePay (BBP) | Reddit - Twitter - Forum - Slack - Discord | C-CEX - CoinsMarkets | Love one another, be a good Samaritan, help those in distress and spread the gospel
Pages: « 1 ... 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 [96] 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 ... 164 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!