Bible Pay

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MIP

Pages: 1 2 [3] 4 5 6 7 8 9 10 ... 25
31
TestNet Discussion Archive / Re: February 2021 Testnet Thread (Tribulation)
« on: February 17, 2021, 02:14:48 AM »
Hi Sun,

No problem on the exit scam.  Par for the course.  On a side note I had a microsoft ad running for biblepay for about 5 days offering 50K to 200K reward just for syncing the core wallet and Microsoft cancelled the account.  They wont even provide a reason.  I emailed them and got no reply.  I have a google ad running but for some reason its not charging me anything nor is it actually getting any hits.  Im thinking about changing it over to BBP Univ.

I am considering one of those cheap press release services - IE shoot out to 500 news agencies for $99.  Ill take a look at the services again.  At the very least we can use it to get a free article from newsbit.

Good idea on the bullet point rearrangement.

Regarding the term UTXO, I have very good alternatives but Im trying to stay away from banking terms (like ROI) to avoid tying us with anything banking or howey related.  The only term I know is "staking" that is very popular that rewards for holding long positions.  Not sure, Ill take a look at it but this is also something that needs to be pretty stable once we go live because it refers to the entire module.  "UTXO Staking" UTXO Mining, not sure yet.  I realize UTXO is completely technical and scary, yes.  Maybe we need a product term for the UI and the wiki.

Both announcements look great to me- Regarding using "UTXO staking", I am not a marketing expert, but maybe "Coin staking" would be easier to understand. Yes, itīs an over simplification for those in the know, but weīd better have complete newbies in mind for this.

32
TestNet Discussion Archive / Re: February 2021 Testnet Thread (Tribulation)
« on: February 14, 2021, 01:16:07 PM »
Indeed i have received mails from you Rob.
15001 and 13004 also today i received "Re 14000 and email 15005 and 15001-15009 so i think i have received all your emails.

and i replied to 15005 a few minutes ago.

I received the  emails from both of you finally, but it took a few hours for me to see them.

33
TestNet Discussion Archive / Re: February 2021 Testnet Thread (Tribulation)
« on: February 13, 2021, 06:17:32 AM »
Hey MIP.

I will send you an e-mail in an about an hour.

Thanks, so far I received your response to my #14000 email.

34
TestNet Discussion Archive / Re: February 2021 Testnet Thread (Tribulation)
« on: February 13, 2021, 03:49:47 AM »
So lets try to finish email testing over the next few days.  Ive been adding new college modules in the background also (Im almost done with module 2).

I have been testing almost 3h now and I donīt seem to receive the emails.
I sent you a couple of them with #14000 series number.

35
TestNet Discussion Archive / Re: February 2021 Testnet Thread (Tribulation)
« on: February 12, 2021, 06:17:03 AM »
I replied and sent some to both of you guys too.

There must be something going on, I just received now the emails from you both sent me in 10th Feb.

The email timestamp is correct, but it has taken too many hours for me to see them in Thunderbird.

I also received the email about the youtube ban.

36
TestNet Discussion Archive / Re: February 2021 Testnet Thread (Tribulation)
« on: February 10, 2021, 02:40:44 AM »
1.5.4.2-Mandatory Upgrade for TestNet

- Ensure smtp outbound does not result in duplicates
- Ensure pop3 inbound does not receive empty emails
- Add timestamp to chat UI




All, lets start testing a new round of e-mails with a higher SN 13000 or higher.

I think we are 90% done with testing.  Lets try to wrap this up over the next two weeks so we can inform exchanges and make a press release.

Testnet version for Mac ready

I sent a few emails, I will wait for the client to warm up and see if you sent to me.

37
TestNet Discussion Archive / Re: February 2021 Testnet Thread (Tribulation)
« on: February 08, 2021, 09:54:04 AM »
So Earlz and MIP pointed out they received a duplicate email of 12003, and a blank one came in again also.
I have debugged the problem last night and I believe I found the issue:

- When we are receiving an smtp, sometimes it takes more than 1 second to receive the data (especially if it is bigger than 1meg).  This changes the timestamp in the middle of the receive, and that turns one email into more than one - when you end up with one hash per timestamp (which is very unusual).

I have noticed that in some sends, the mailer can connect and send the email very fast, but sometimes there is some delay and it takes a few seconds.for the mailer to connect and send the email.

I don't know if this could have any relation with this effect.

38
TestNet Discussion Archive / Re: February 2021 Testnet Thread (Tribulation)
« on: February 07, 2021, 12:30:00 PM »
Is there a time we can join the common chat room? It is 19:30 here in Spain right now and I will be around for a couple of hours.

39
TestNet Discussion Archive / Re: February 2021 Testnet Thread (Tribulation)
« on: February 06, 2021, 01:32:53 PM »
Went through Mod. 1 lesson 1 Foundations of faith and all links and test screen are working great in the Mac and everything is easily readable.

I think this is a very nice feature, and I would like to give a couple comments/suggestions:

- are tests easily translatable somehow? if this feature attracts Christians from other countries it would be great that they could contribute in an easy way with translations.

- it would be cool to encode and record a test result on-chain, associated to the pupil's CPK. This would work as an inmutable "notarization" through the transaction ID.


40
TestNet Discussion Archive / Re: February 2021 Testnet Thread (Tribulation)
« on: February 06, 2021, 01:14:34 PM »
Test case for gettxoutsetinfo:
...
So the most important new row of data that we added and need is what is the actual circulating plus future whale stake liabilities? 
  "total_supply_plus_liabilities": 2660794375.206602.  This row shows that although we burned " "total_burned": 427732727.97300991," in whale stakes, we actually paid 297MM in whale stakes out already (known because out of burned 427MM, and future_whale_stake_liablities: 129.57MM, therefore Burned minus future equals paid).

This means that we have an actual circulating money supply of 266.07MM right now.  ...

Is this all clear or did I overcomplicate this?

To me it is clear, and the tool looks very useful.

But I don't know if I am getting the numbers right.  Wouldn't 2660794375 mean 2660,7MM or 2,6607B?

41
TestNet Discussion Archive / Re: February 2021 Testnet Thread (Tribulation)
« on: February 06, 2021, 07:59:40 AM »
Compiled but didn't work
Don't lose time trying to solve it blindly. I can take care of it.

Found, please do this change in bitcoingui.cpp:

-    univAction->setMenuRole(QAction::AboutRole);
+    univAction->setEnabled(false);


42
TestNet Discussion Archive / Re: February 2021 Testnet Thread (Tribulation)
« on: February 05, 2021, 10:59:49 AM »
Ok checked in, thanks.

Compiled but didn't work
Don't lose time trying to solve it blindly. I can take care of it.

43
TestNet Discussion Archive / Re: February 2021 Testnet Thread (Tribulation)
« on: February 05, 2021, 10:36:29 AM »
I think I see the problem; let me check in the change, but then you will have to let me know if it worked.

Sure no problem, thanks!

44
TestNet Discussion Archive / Re: February 2021 Testnet Thread (Tribulation)
« on: February 05, 2021, 10:22:11 AM »
"BBP University" top level menu is supposed to appear just to the right of "Chat".

Would you like to debug it or do you want me to debug it?

I read somewhere that here are some quirks with QT menus and Mac, so maybe this is one of those cases.
I don't think you can debug it from Win or Linux. I will check it myself.

45
TestNet Discussion Archive / Re: February 2021 Testnet Thread (Tribulation)
« on: February 05, 2021, 10:17:12 AM »
Actually I do have a question for either of you:

Can you please take one of the empty emails and save it to disk and either email it to me or paste it in code snippet here?  (Save email to text file then paste the contents).

Thanks!

Code: [Select]
X-Account-Key: account1
X-UIDL: 37158b6eef609293abe5bc9b19edf8a6ad9eec820f2bc64bffcc90cdcf066ac0
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
X-Mozilla-Keys:                                                                                 
.


and message 2

Code: [Select]
X-Account-Key: account1
X-UIDL: 0ff8b9c28ce4c3c728d1ce8951b58c850651df4699458f87ddc8422feda585e8
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
X-Mozilla-Keys:                                                                                 


Pages: 1 2 [3] 4 5 6 7 8 9 10 ... 25