Bitcoin Forum
May 25, 2024, 05:13:13 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 [402] 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 ... 844 »
  Print  
Author Topic: BiblePay | 10% to Orphan-Charity | RANDOMX MINING | Sanctuaries (Masternodes)  (Read 243167 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (345 posts by 1+ user deleted.)
slovakia
Full Member
***
Offline Offline

Activity: 770
Merit: 100



View Profile
June 07, 2018, 11:08:04 AM
 #8021

https://coooins.com/coin/biblepay

very good page

Brian879
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
June 07, 2018, 12:36:44 PM
 #8022

There's an issue with the total circulating supply number from biblepay-central (which seems to be used by coinmarketcap). That number does not look right (987,825,928 BBP).

https://explorer.biblepay-central.org/ext/getmoneysupply

togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
June 07, 2018, 01:01:44 PM
 #8023

Just an upcoming FYI:

I've been working on fixing the cascading superblocks bug and would like to test this in testnet, however, this is going to be one of those harder to test features, since this requires more than 10% of testnet sanctuaries to vote on the daily and the weekly (testnet has the weekly budgets instead of monthly) superblock...

So, please if you had a testnet masternode up at one time we might need your help soon, as I believe we will need about 5 sancs in testnet.

I'll make a testnet thread once this is compiled.  We can also test all features slated for the end of June.

One nice feature we have coming is faster boot time.  We now have the prayers loading on their own thread, so the boot should be 50% faster.

***Testnet June 2018 Mandatory Upgrade Testing Thread***
https://forum.biblepay.org/index.php?topic=190.0

I jumped the gun, BiblePay v1.1.2.5+ is not on Github yet,
so wait for it to be released first: https://github.com/biblepay/biblepay/commits/master

noxpost
Jr. Member
*
Offline Offline

Activity: 235
Merit: 3


View Profile
June 07, 2018, 01:13:19 PM
 #8024

There's an issue with the total circulating supply number from biblepay-central (which seems to be used by coinmarketcap). That number does not look right (987,825,928 BBP).

https://explorer.biblepay-central.org/ext/getmoneysupply



So actually the interesting thing is that Iquidus (the base for the block explorers) can calculate the total coin supply in several different ways. Here's what the config says:

 // how to calculate current coin supply
  // COINBASE : total sent from coinbase (PoW)
  // GETINFO : retreive from getinfo api call (PoS)
  // HEAVY: retreive from heavys getsupply api call
  // BALANCES : total of all address balances
  // TXOUTSET : retreive from gettxoutsetinfo api call

I assume that the gettxoutsetinfo call is the most accurate one, but to match the other explorers as closely as possible, I didn't end up using that in mine. Togo and I noticed some differences between the 3 explorers and the api call, but the closest was COINBASE.

If you look at https://explorebiblepay.com the total supply is reported via the COINBASE (PoW) mechanism. I'd be happy to change it to txoutset, which I still think is the most accurate, but then we'd have 3 explorers with 3 wildly different reports of supply. I haven't tested this myself, but I am willing to guess that biblepay-central is using GETINFO (PoS) instead.

Perhaps Togo/Licht/myself should get together and agree on a way of reporting supply within the block explorers.
cf_mm
Newbie
*
Offline Offline

Activity: 82
Merit: 0


View Profile
June 07, 2018, 01:17:01 PM
 #8025

Hey sent you a DM Mr Dev.. can you get back to me!? many thanks.. Smiley
noxpost
Jr. Member
*
Offline Offline

Activity: 235
Merit: 3


View Profile
June 07, 2018, 01:18:43 PM
 #8026

There's an issue with the total circulating supply number from biblepay-central (which seems to be used by coinmarketcap). That number does not look right (987,825,928 BBP).

https://explorer.biblepay-central.org/ext/getmoneysupply


In addition to my previous post, I'll say that the biblepay-central explorer looks to be having some pretty significant other problems right now. I just saw a latest transaction page of blocks in all kinds of strange order. It looks like there's a reindex/rebuild going on.

I still maintain that the difference in coin supply reporting, while normally minimal, is easily fixed by standardization - but of course, it assumes all 3 of us have the same data and are using the same calculation style.
togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
June 07, 2018, 01:26:34 PM
Last edit: June 07, 2018, 01:50:27 PM by togoshigekata
 #8027

Bitcoin is the dominant cryptocurrency with the highest market cap and hashpower
and I assume most people buy and sell BiblePay with Bitcoin

Ive been seeing more threads/posts recently about people setting up Bitcoin Full Nodes,
so I decided I wanted to support Bitcoin and started running my own Full Node

https://en.bitcoin.it/wiki/Full_node

"Bitcoin Q&A: What is the role of nodes?" by Andreas M. Antonopoulos
https://www.youtube.com/watch?v=fNk7nYxTOyQ

https://bitcoin.org/en/bitcoin-core/

https://bitcoin.org/en/full-node

https://bitcoin.org/en/full-node#network-configuration

Brian879
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
June 07, 2018, 01:27:06 PM
 #8028

There's an issue with the total circulating supply number from biblepay-central (which seems to be used by coinmarketcap). That number does not look right (987,825,928 BBP).

https://explorer.biblepay-central.org/ext/getmoneysupply


In addition to my previous post, I'll say that the biblepay-central explorer looks to be having some pretty significant other problems right now. I just saw a latest transaction page of blocks in all kinds of strange order. It looks like there's a reindex/rebuild going on.

I still maintain that the difference in coin supply reporting, while normally minimal, is easily fixed by standardization - but of course, it assumes all 3 of us have the same data and are using the same calculation style.

gettxoutsetinfo is the most accurate and should be the same for everyone. On top of that, it is also not affected by any reindexing so it probably should be configured that way.

It would be nice for biblepay-central to use that as it is used by coinmarketcap to determine the max supply of BBP (and therefore its market cap). Any signification variation of the data provided provided by biblepay-central would impact the market cap displayed there.
togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
June 07, 2018, 01:29:58 PM
 #8029

There's an issue with the total circulating supply number from biblepay-central (which seems to be used by coinmarketcap). That number does not look right (987,825,928 BBP).

https://explorer.biblepay-central.org/ext/getmoneysupply

So actually the interesting thing is that Iquidus (the base for the block explorers) can calculate the total coin supply in several different ways. Here's what the config says:

 // how to calculate current coin supply
  // COINBASE : total sent from coinbase (PoW)
  // GETINFO : retreive from getinfo api call (PoS)
  // HEAVY: retreive from heavys getsupply api call
  // BALANCES : total of all address balances
  // TXOUTSET : retreive from gettxoutsetinfo api call

I assume that the gettxoutsetinfo call is the most accurate one, but to match the other explorers as closely as possible, I didn't end up using that in mine. Togo and I noticed some differences between the 3 explorers and the api call, but the closest was COINBASE.

If you look at https://explorebiblepay.com the total supply is reported via the COINBASE (PoW) mechanism. I'd be happy to change it to txoutset, which I still think is the most accurate, but then we'd have 3 explorers with 3 wildly different reports of supply. I haven't tested this myself, but I am willing to guess that biblepay-central is using GETINFO (PoS) instead.

Perhaps Togo/Licht/myself should get together and agree on a way of reporting supply within the block explorers.

gettxoutsetinfo is the most accurate and should be the same for everyone. On top of that, it is also not affected by any reindexing so it probably should be configured that way.

It would be nice for biblepay-central to use that as it is used by coinmarketcap to determine the max supply of BBP (and therefore its market cap). Any signification variation of the data provided provided by biblepay-central would impact the market cap displayed there.

My explorer uses BALANCES, should I edit it to use TXOUTSET?

noxpost
Jr. Member
*
Offline Offline

Activity: 235
Merit: 3


View Profile
June 07, 2018, 01:36:12 PM
 #8030

Bitcoin is the dominant cryptocurrency with the highest market cap and hashpower
and I assume most people buy and sell BiblePay with Bitcoin

Ive been seeing more threads/posts recently about people setting up Bitcoin Full Nodes,
so I decided I wanted to support Bitcoin and started running my own Full Node

https://en.bitcoin.it/wiki/Full_node

"Bitcoin Q&A: What is the role of nodes?" by Andreas M. Antonopoulos
https://www.youtube.com/watch?v=fNk7nYxTOyQ

https://bitcoin.org/en/bitcoin-core/

Interesting - what's the load like on that? Did you need a separate machine? I know it needs a lot of disk space, but I'm guessing the CPU load isn't crazy...
noxpost
Jr. Member
*
Offline Offline

Activity: 235
Merit: 3


View Profile
June 07, 2018, 01:36:40 PM
 #8031

There's an issue with the total circulating supply number from biblepay-central (which seems to be used by coinmarketcap). That number does not look right (987,825,928 BBP).

https://explorer.biblepay-central.org/ext/getmoneysupply

So actually the interesting thing is that Iquidus (the base for the block explorers) can calculate the total coin supply in several different ways. Here's what the config says:

 // how to calculate current coin supply
  // COINBASE : total sent from coinbase (PoW)
  // GETINFO : retreive from getinfo api call (PoS)
  // HEAVY: retreive from heavys getsupply api call
  // BALANCES : total of all address balances
  // TXOUTSET : retreive from gettxoutsetinfo api call

I assume that the gettxoutsetinfo call is the most accurate one, but to match the other explorers as closely as possible, I didn't end up using that in mine. Togo and I noticed some differences between the 3 explorers and the api call, but the closest was COINBASE.

If you look at https://explorebiblepay.com the total supply is reported via the COINBASE (PoW) mechanism. I'd be happy to change it to txoutset, which I still think is the most accurate, but then we'd have 3 explorers with 3 wildly different reports of supply. I haven't tested this myself, but I am willing to guess that biblepay-central is using GETINFO (PoS) instead.

Perhaps Togo/Licht/myself should get together and agree on a way of reporting supply within the block explorers.

gettxoutsetinfo is the most accurate and should be the same for everyone. On top of that, it is also not affected by any reindexing so it probably should be configured that way.

It would be nice for biblepay-central to use that as it is used by coinmarketcap to determine the max supply of BBP (and therefore its market cap). Any signification variation of the data provided provided by biblepay-central would impact the market cap displayed there.

My explorer uses BALANCES, should I edit it to use TXOUTSET?

Sure, let's do it - I'll change mine as well and we'll restart them.
togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
June 07, 2018, 01:42:54 PM
 #8032

Updated my explorer, coin supply matches "gettxoutsetinfo" command Wink

noxpost
Jr. Member
*
Offline Offline

Activity: 235
Merit: 3


View Profile
June 07, 2018, 01:44:00 PM
 #8033

Updated my explorer, coin supply matches "gettxoutsetinfo" command Wink

Same here - and we match now Smiley
2 out of 3 done!
bible_pay (OP)
Full Member
***
Offline Offline

Activity: 1176
Merit: 215


Jesus is the King of Kings and Lord of Lords


View Profile WWW
June 07, 2018, 02:39:01 PM
 #8034

Just an upcoming FYI:

I've been working on fixing the cascading superblocks bug and would like to test this in testnet, however, this is going to be one of those harder to test features, since this requires more than 10% of testnet sanctuaries to vote on the daily and the weekly (testnet has the weekly budgets instead of monthly) superblock...

So, please if you had a testnet masternode up at one time we might need your help soon, as I believe we will need about 5 sancs in testnet.

I'll make a testnet thread once this is compiled.  We can also test all features slated for the end of June.

One nice feature we have coming is faster boot time.  We now have the prayers loading on their own thread, so the boot should be 50% faster.

***Testnet June 2018 Mandatory Upgrade Testing Thread***
https://forum.biblepay.org/index.php?topic=190.0

I jumped the gun, BiblePay v1.1.2.5+ is not on Github yet,
so wait for it to be released first: https://github.com/biblepay/biblepay/commits/master

Yes, I'll be announcing it soon as soon as all the bullet points are added to the page but Im waiting for one.

I still have at least one feature Bhavani is checking in to merge in, then it needs compiled then Ill post it here.  Its hung up on a small technical problem.

Might take a day or so to get to the point where I can post it here, but thanks for being on top of things.


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

Activity: 770
Merit: 100



View Profile
June 07, 2018, 02:41:50 PM
 #8035

noxpost how much space will be ready for 3 years? thanks  new explorer i mean. will be enough this

Intel  Atom N2800   2c/4t   1.86GHz   4GB DDR3 1066 MHZ     1TB    100 Mbps 

we are ready for TESTNET

noxpost
Jr. Member
*
Offline Offline

Activity: 235
Merit: 3


View Profile
June 07, 2018, 03:43:02 PM
 #8036

noxpost how much space will be ready for 3 years? thanks  new explorer i mean. will be enough this

Intel  Atom N2800   2c/4t   1.86GHz   4GB DDR3 1066 MHZ     1TB    100 Mbps 

we are ready for TESTNET

Well, the current explorer doesn't use much space. I just checked my mongodb and the storagesize is about 160MB. Even at pretty good growth, I think that you'll have plenty.

A full node of bitcoin requires something like 140GB of space to store the entire chain history, if that helps the comparison.
Lichtsucher
Jr. Member
*
Offline Offline

Activity: 219
Merit: 3


View Profile
June 07, 2018, 04:28:13 PM
 #8037

Hi all,

I have the task of working on my explorer this weekend. Don't know why the indexing is making such problems there.
I will try to setup the explorer from zero an again, maybe this fixes the problems Smiley

Purepool Biblepay Pool (https://www.purepool.org)
Mining How-To (https://www.biblepay-central.org/en/mining-how-to/)
MIP
Newbie
*
Offline Offline

Activity: 362
Merit: 0


View Profile
June 07, 2018, 10:34:05 PM
 #8038

Hi all,

I have the task of working on my explorer this weekend. Don't know why the indexing is making such problems there.
I will try to setup the explorer from zero an again, maybe this fixes the problems Smiley

Remember we need the getuxos API patch for iquidus, for the mobile wallets paper key import feature to work.
pagalo
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
June 08, 2018, 06:53:54 AM
 #8039

Hello,

I'm trying to withdraw from pool.biblepay.org but it responds the following.

Sorry, Invalid Destination Address (Code: 65002)

Is there any problem with the pool?

It also shows the same PCs as working and missing...

Thanks in advance
togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
June 08, 2018, 08:09:46 AM
Last edit: June 08, 2018, 08:36:28 AM by togoshigekata
 #8040

seems like BiblePay crashes randomly every few weeks,
(Anyone know how I can automate it to restart Biblepay if BiblePay crashes and to delete the explorer/tmp/index.pid file as well?)
This is a bit "rough" in that I should have parameterized the working directory, or at least made it a variable, but here you go:

#!/bin/bash
fname="/home/biblepay/explorer/tmp/index.pid"
if [[ -f "$fname" ]];
then
        pid=$(</home/biblepay/explorer/tmp/index.pid)
        echo $pid
        ps -p $pid > /dev/null
        r=$?
        echo $r
        if [ $r -eq 0 ]; then
                exit 1
        else
                rm $fname
        fi
fi


I added this to crontab to run periodically. In cases where the index.pid is still there but the process is gone, it simply removes the index.pid file. Hope this helps.

I dont know bash at all (nor do I barely know any linux haha), but just to be sure I understand:

-f is checking if the file exists
index.pid is the indexing lock file with its process ID number inside of it
ps -p checks if the process is running
$? is the value of the last output that ran and since the previous value is going to dev/null, its the exit code status
"0 for successful executions and 1 or higher for failed executions."
and so if the process is still running, the bash script just exits, otherwise the process is done and the index.pid file gets removed

COOL!

So looks like the file doesnt need a .sh extension, if you have "#!/bin/bash" at the top then linux knows its a bash script
chmod +x to set it as executable

===

Also I successfully used nginx to forward nodejs port 3001 to port 80
https://eladnava.com/binding-nodejs-port-80-using-nginx/

===

Now I just need to figure out how to restart biblepayd if it crashes, systemd seemed a little complicated,
I may just use an infinite while loop bash script LOL

Pages: « 1 ... 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 [402] 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 ... 844 »
  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!