Bitcoin Forum
June 22, 2024, 12:15:08 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 7 8 »
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | Masternodes | Sanctuaries | POBH - ASIC Resistant | 10% ORPHANS on: June 12, 2018, 07:30:39 PM
Hi everyone,

I recently got in contact with a representative from Compassion and confirmed that Biblepay is indeed sponsoring the number of children it says it is.

Below is the E-mail communication:

Hi Michael,

Sorry I was traveling for work this week and am now catching up on emails.  As of Tuesday’s report we show 302 sponsored children in the BiblePay record. Rob says he shows 306. It could be that these 4 graduated recently, moved, and are being replaced with new children in the program as we speak.  BiblePay has pre-paid for its kids many months in advance as well.

Warmly,
Ginger

Here is Ginger's LinkedIn:
https://www.linkedin.com/in/ginger-langehennig-4b31981b/
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | Masternodes | Sanctuaries | POBH - ASIC Resistant | 10% ORPHANS on: May 23, 2018, 03:11:55 PM
I think the prayer system is being abused again. The Romans 1:20 verse has been modified and posted.
23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | Masternodes | Sanctuaries | POBH - ASIC Resistant | 10% ORPHANS on: May 23, 2018, 01:00:12 PM
Anyone want to come to a meet up on the east coast?
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | Masternodes | Sanctuaries | POBH - ASIC Resistant | 10% ORPHANS on: May 17, 2018, 08:36:20 PM
I talked to Compassion yesterday but I could not confirm the number of sponsorships due to privacy issues. Would you be willing to give them a call and ask them to add a note on the account that you allow general sponsorship data inquiries? This is what they suggested for the public to make inquiries.
Can't you go the Accountability tab in the QT wallet and look at the PDF file? It clearly shows the number of sponsorships for a given month. The term "orphans" for Compassion.com is not accurate since their origins may have helped orphans, but now it is children in poor families. It wouldn't be hard as a wiki entry to tally up the count yourself and see how it changes per month on Compassion.com

Now there are two other charities... they should be tracked as well
for numbers and contribution dollar wise.

I like looking at information from the source. Anything that is typed, printed, scanned or copied can be modified.
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | Masternodes | Sanctuaries | POBH - ASIC Resistant | 10% ORPHANS on: May 17, 2018, 01:27:35 PM
Rob,

I talked to Compassion yesterday but I could not confirm the number of sponsorships due to privacy issues. Would you be willing to give them a call and ask them to add a note on the account that you allow general sponsorship data inquiries? This is what they suggested for the public to make inquiries. Thanks.

- Mike
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | Masternodes | Sanctuaries | POBH - ASIC Resistant | 10% ORPHANS on: April 25, 2018, 02:54:11 AM
Trying to compile the wallet on linux and getting this error:

Code:
  CXX      libbitcoin_wallet_a-keepass.o
  CXX      wallet/libbitcoin_wallet_a-crypter.o
wallet/crypter.cpp: In function 'void PrintStratisKeyDebugInfo()':
wallet/crypter.cpp:176:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < sKey1.length(); i++)
                    ^
wallet/crypter.cpp:182:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < sIV1.length(); i++)
                    ^
wallet/crypter.cpp: In function 'bool BibleEncrypt(std::vector<unsigned char>, std::vector<unsigned char>&)':
wallet/crypter.cpp:196:17: error: aggregate 'EVP_CIPHER_CTX ctx' has incomplete type and cannot be defined
  EVP_CIPHER_CTX ctx;
                 ^
wallet/crypter.cpp: In function 'bool BibleDecrypt(const std::vector<unsigned char>&, std::vector<unsigned char>&)':
wallet/crypter.cpp:214:20: error: aggregate 'EVP_CIPHER_CTX ctx' has incomplete type and cannot be defined
     EVP_CIPHER_CTX ctx;
                    ^
At global scope:
cc1plus: warning: unrecognized command line option '-Wno-self-assign'
Makefile:6506: recipe for target 'wallet/libbitcoin_wallet_a-crypter.o' failed
make[2]: *** [wallet/libbitcoin_wallet_a-crypter.o] Error 1
make[2]: Leaving directory '/home/biblepay/biblepay/src'
Makefile:9289: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/biblepay/biblepay/src'
Makefile:652: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Can anyone help me? Thank you!

Are you running BOINC while trying to complie Biblepay?

No, I'm not. Thanks.
27  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | Masternodes | Sanctuaries | POBH - ASIC Resistant | 10% ORPHANS on: April 25, 2018, 01:53:28 AM
Trying to compile the wallet on linux and getting this error:

Code:
  CXX      libbitcoin_wallet_a-keepass.o
  CXX      wallet/libbitcoin_wallet_a-crypter.o
wallet/crypter.cpp: In function 'void PrintStratisKeyDebugInfo()':
wallet/crypter.cpp:176:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < sKey1.length(); i++)
                    ^
wallet/crypter.cpp:182:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < sIV1.length(); i++)
                    ^
wallet/crypter.cpp: In function 'bool BibleEncrypt(std::vector<unsigned char>, std::vector<unsigned char>&)':
wallet/crypter.cpp:196:17: error: aggregate 'EVP_CIPHER_CTX ctx' has incomplete type and cannot be defined
  EVP_CIPHER_CTX ctx;
                 ^
wallet/crypter.cpp: In function 'bool BibleDecrypt(const std::vector<unsigned char>&, std::vector<unsigned char>&)':
wallet/crypter.cpp:214:20: error: aggregate 'EVP_CIPHER_CTX ctx' has incomplete type and cannot be defined
     EVP_CIPHER_CTX ctx;
                    ^
At global scope:
cc1plus: warning: unrecognized command line option '-Wno-self-assign'
Makefile:6506: recipe for target 'wallet/libbitcoin_wallet_a-crypter.o' failed
make[2]: *** [wallet/libbitcoin_wallet_a-crypter.o] Error 1
make[2]: Leaving directory '/home/biblepay/biblepay/src'
Makefile:9289: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/biblepay/biblepay/src'
Makefile:652: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Can anyone help me? Thank you!
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | Masternodes | Sanctuaries | POBH - ASIC Resistant | 10% ORPHANS on: April 25, 2018, 12:41:06 AM
The Slack link on Reddit and biblepay-central don't work. On biblepay-central it goes to the sign-in page but you can't sign up. Thanks.
29  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | Masternodes | Sanctuaries | POBH - ASIC Resistant | 10% ORPHANS on: April 22, 2018, 02:03:58 AM
I posted the list below on the Discord earlier this week. If people are having issues with Boinc payments then please submit the answer to these questions with your post.


1. What does the output of the following give you?
Code:
exec getboincinfo
Code:
exec stakebalance
Code:
exec podcupdate true

2. Have you been solved Rosetta/WCG tasks in the last 24 hours?
3. Are you on team BiblePay on Rosetta/WCG?
4. Are your computers on Rosetta/WCG hidden?
5. What is your name in the pool list?
6. Is your controller wallet connected to the internet 24/7?
7. What wallet version are you running?
8. When was the last time your wallet sent a PODC transaction (in the wallet transactions tab)

This is a great list!

Mike, maybe you could incorporate this in your FAQ on https://bbppodc.org/ ?

Good idea, I'll add it within a few days.
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | Masternodes | Sanctuaries | POBH - ASIC Resistant | 10% ORPHANS on: April 19, 2018, 02:26:06 AM
BiblePay - v1.1.2.2
Leisure upgrade for Exchanges
Note: All users and Sanctuaries must be on version 1.1.2.1+
(Required to propagate PODC contracts properly)


- Merged in Anton G's Hand-of-God icon updates (and splash screen update)
- 1.1.2.1 fixed the WCG rounding error and also extended the max govobj size to allow 32,767 CPIDs




The windows wallet on biblepay.org is still 1.1.1.9.

It was updated 3 minutes ago.




Hmmm, I just downloaded the 64 bit version and it's still 1.1.1.9. Maybe something is wrong with my computer, although the file size is the same as before.
31  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | Masternodes | Sanctuaries | POBH - ASIC Resistant | 10% ORPHANS on: April 19, 2018, 02:07:10 AM
BiblePay - v1.1.2.2
Leisure upgrade for Exchanges
Note: All users and Sanctuaries must be on version 1.1.2.1+
(Required to propagate PODC contracts properly)


- Merged in Anton G's Hand-of-God icon updates (and splash screen update)
- 1.1.2.1 fixed the WCG rounding error and also extended the max govobj size to allow 32,767 CPIDs




The windows wallet on biblepay.org is still 1.1.1.9.
32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | Masternodes | Sanctuaries | POBH - ASIC Resistant | 10% ORPHANS on: April 17, 2018, 06:06:14 PM
Rob,

Can you explain how you arrived at the WCGRAC on getboincinfo? I've been reading the forum but I'm still confused.

It's just the UTC 00:00:00 WCG RAC amount * 1.5 (if you are running the latest wallet) * UTXO_Depression (IE 1.00 for 100%, .90 for 90% etc)


The sanctuaries re-assess the WCG RAC the same way during the calculation of the Total RAC.



Ok, so my question is then where you got the "WCG RAC amount". Is it the RAC on on the Rosetta website? I thought it was actually *2 right now, has the bug been fixed?
33  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | Masternodes | Sanctuaries | POBH - ASIC Resistant | 10% ORPHANS on: April 17, 2018, 02:51:58 PM
Rob,

Can you explain how you arrived at the WCGRAC on getboincinfo? I've been reading the forum but I'm still confused.
34  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | Masternodes | Sanctuaries | POBH - ASIC Resistant | 10% ORPHANS on: April 16, 2018, 06:33:20 PM
Just to be sure. Is this correct?

-In order to heat mine, you need magnitude.
-To get magnitude, you need to be included in at least one superblock.
-You need to stake at least 5% (1BBP/RAC) to be included in a superblock.

Because I was thinking about people that want to heat mine first in order to get BBP to stake for Boinc-mining. There are a lot of people that think exchanges are cumbersome (convert fiat to BTC to BBP). But I think the best route for them to go is to earn free BBP (Letter Writing, Gospel Links, BiblePay University) instead of heat mining, if it's impossible to get magnitude without staking first.


Yes, this was born from the back and forth Swongle discussions for added POW security.
You do need to be in a superblock to receive magnitude, so that alludes to the fact you need at least 5% of your UTXO staked to fall in the 10% bracket.

Of course if the RAC is low, thats not a lot of BBP.  (Also you might add that unbanked CPIDs can be in a superblock without a UTXO).
Remember they can get a few BBP from Faucets also.

We might want to ask T-Mike to start an advanced faucet on PODC.org his web site to maybe compensat new Rosetta/WCG users with startup capital if they show a new CPID (to our system), he could fund them with P2P proposal funds (IE one 500,000 proposal for 6 months of new users capital etc).  

Just some thoughts:
1. How much BBP to send?
2. Should we check if the CPID had a valid task in the last 24 hrs?
3. Is something like if you stake 100k BBP then you can heat mine without having to do PoDC a good idea? It's really not hard to have just 1 PoDC thread running and heat mining all you want right now. So it would make it much simpler if you could heat mine with a certain amount of stake.


It would be a really cool faucet if you could pull it off!
I was thinking $10 worth of bbp, about 3000 bbp if you could make it dynamic.
But I was thinking, if your faucet could access your sanctuaries SAN directory, you can memorize what is in the 'filtered' file once every half hour.
(You can store those records in an SQL table, and refresh them by deleting them and re-saving them once half hour).

Then you can scan that info, when they submit their CPID and see how old it is (calculated by using cpid_start_timestamp) - also see if their exp_avg_rac is > 0, and if the cpid is within say 30 days old (IE they are new), and they are on our Team (which is also in the file), and they have not been paid by your faucet, then they get the reward and you put a record in your sql table.




So I think this could be abused because then I could create 1 account per day and earn 3000 BBP every day. It would meet account < 30 days, RAC > 0 , Team=Biblepay. Right? I haven't thought of a way to avoid this.
35  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | Masternodes | Sanctuaries | POBH - ASIC Resistant | 10% ORPHANS on: April 16, 2018, 05:24:29 PM
Just to be sure. Is this correct?

-In order to heat mine, you need magnitude.
-To get magnitude, you need to be included in at least one superblock.
-You need to stake at least 5% (1BBP/RAC) to be included in a superblock.

Because I was thinking about people that want to heat mine first in order to get BBP to stake for Boinc-mining. There are a lot of people that think exchanges are cumbersome (convert fiat to BTC to BBP). But I think the best route for them to go is to earn free BBP (Letter Writing, Gospel Links, BiblePay University) instead of heat mining, if it's impossible to get magnitude without staking first.


Yes, this was born from the back and forth Swongle discussions for added POW security.
You do need to be in a superblock to receive magnitude, so that alludes to the fact you need at least 5% of your UTXO staked to fall in the 10% bracket.

Of course if the RAC is low, thats not a lot of BBP.  (Also you might add that unbanked CPIDs can be in a superblock without a UTXO).
Remember they can get a few BBP from Faucets also.

We might want to ask T-Mike to start an advanced faucet on PODC.org his web site to maybe compensat new Rosetta/WCG users with startup capital if they show a new CPID (to our system), he could fund them with P2P proposal funds (IE one 500,000 proposal for 6 months of new users capital etc).  

Just some thoughts:
1. How much BBP to send?
2. Should we check if the CPID had a valid task in the last 24 hrs?
3. Is something like if you stake 100k BBP then you can heat mine without having to do PoDC a good idea? It's really not hard to have just 1 PoDC thread running and heat mining all you want right now. So it would make it much simpler if you could heat mine with a certain amount of stake.
36  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | Masternodes | Sanctuaries | POBH - ASIC Resistant | 10% ORPHANS on: April 13, 2018, 02:46:23 AM
BiblePay - 1.1.1.9
Leisure Upgrade for Users
Mandatory Upgrade for Sanctuaries


- J Guan's Chinese Translation
- Anton G's Hand-Of-God Theme
- WCG UTXO Depressed RAC levels for Sanctuaries
- PODC Metrics in getmininginfo (shows PODC Sent Count and Avg Sent Amount)

**** NOTE:  To see the new wallet theme:  If you are an Existing Biblepay user, you will need to click Settings | Options | Display | User Interface Theme | Choose Bezaleel, Save, and restart.
This is so the wallet persists the theme name permanently for you.

If you are a new wallet user:  We choose Bezaleel as the default.

All credit goes to Yeshua!

Thanks for the contributions.



Let's go ahead and make this a mandatory upgrade for Sancs, so we can process the WCG credits properly.



Hey everybody!

There are now two new ways to be notified of mandatory updates, you can either join Discord and be notified through the Announcements-news channel or subscribe to the mailing list at http://bbppodc.org.
37  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | Masternodes | Sanctuaries | POBH - ASIC Resistant | 10% ORPHANS on: April 10, 2018, 01:27:29 PM
Please check out the FAQ for troubleshooting I just wrote and let me know if you have any comments or suggestions. I hope the FAQ will be able to cover 99% of the questions we have seen recently.

https://bbppodc.org/index.php/podc-mining-guide/

Please give me a merit point if you like the guide!

- Mike
38  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | Masternodes | Sanctuaries | POBH - ASIC Resistant | 10% ORPHANS on: April 10, 2018, 03:19:42 AM
While I'm happy to make a few more changes, I'd also like to throw together a proposal. It appears, although I might be wrong, that there is no way to deposit INTO the pool at this time, meaning that if we're withdrawing regularly, proposal submission is...difficult. Is that right? Is there a better way to get the 2500BBP to be seen by the submission system? Sorry, never done one before.

We currently use the pool website to view and submit proposals: https://pool.biblepay.org/
The Fee to submit a proposal on the pool is 2,500 BBP

You are correct that there isn't currently a way to send coins to your pool account.
So far historically Rob has manually done this for people who want to fund their pool accounts.
I also extra funded my pool account and help people submit.

==



Right, it didnt show up in the pool because of #6596, are you reading the posts here?

(I also replied 2 other times to you).




I'm not sure if you meant #6595 or #6596 but I read the posts. I was just merely stating what happens if you do.
39  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | Masternodes | Sanctuaries | POBH - ASIC Resistant | 10% ORPHANS on: April 09, 2018, 06:39:34 PM
Feel free to donate any FAQs!
https://bbppodc.org/index.php/podc-mining-guide/

Please give me a merit point!
40  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | Masternodes | Sanctuaries | POBH - ASIC Resistant | 10% ORPHANS on: April 08, 2018, 11:03:54 PM
Can I run only WGC and receive task weight?
Pages: « 1 [2] 3 4 5 6 7 8 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!