Bible Pay

Read 298374 times

  • Rob Andrews
  • Administrator

    • 4090


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Hi,  yeah our NFT system requires a public HTTPS (or http) URL, so there is no way to make the nft unless you have some sort of cloud host for that.

But actually, I'm working on video upload in Unchained right now; let me see what I can do for you for this issue;  Ill be right back.

So if you go to unchained (and btw this is still in alpha and in testnet), you can go here:
https://unchained.biblepay.org/

And you can add an Image file by clicking "Add video or media", be sure to populate both the subject and the body with something, then upload the file.
Then you can view the file from "View images".  At this point you can click the image, and grab the URL.
You can use that as the URL for the NFT.

(You can also do this for PDFs and for videos).



7900 BBP


  • Rob Andrews
  • Administrator

    • 4090


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Last thing for today, do you all have any instructional videos about BBP or how to buy, what its usecases are, etc. for me to put in with my email along with the press release of the latest update and my own knowledge about BBP? This is what I have been discussing about contacting Christian businesses, Youtube channels, radio stations, podcasts, etc. to see a: if they would endorse or support BBP, b: their cost to advertise something like this on their channel/business, or c: take BBP as a payment method in their business. Let me know, so far the only one that I have seen was done by Pat on how to buy/general info about the coin, and I will be sure to reference/link that one, but are there any others that are up to date, specifically about features of BBP or the wallet interface? Thanks for your help, and I am praying that God will use this coin in some way to spread His word, His message, and His love across the world, and that He will guide me in how to best approach these individuals about it.
May God bless you and your loved ones,
twinkle

Unfortunately I think Pats is the only one we have.  Unless Togo made one on canary cry radio when we started; you can probably google 'biblepay' on youtube and see what Westwarnsworth and Togo did with canary cry when we first started; but its all outdated (a lot about podc in there), probably need to start over with this unfortunately...  I could use your help on this because honestly our PR efforts have been pretty limited; we had Bloom and Jaap start but everything sort of fell apart when Bloom stopped holding the conference calls; I think this effort needs re-engaged and I also think you guys in the community can do a better job than I can with the PR side -- while I focus on more of the technical stuff.



7900 BBP


  • earlzmoade
  • Super Developer

    • 311


    • 48
    • August 02, 2018, 03:22:01 AM
    more
Hello Brother Rob.

I have done some portfolio staking now on prod, like the feature and all.

Today i was schecking core wallet and i noticed when running command:
Code: [Select]
listutxostakes 0 that my foreign ETH balance is not correct.
It shows the same things on leaderboard aswell.


Code: [Select]
07:38:37
listutxostakes 0


07:38:37
{
  "a8e0fcd1ca56045133267ba54043a547467835f70b93adad3838b0cb2a2ffca0": {
    "CPK": "B5Hc3HVfhWpNoK7NYhaip4idKDxDAqAPPN",
    "Ticker": "ETH",
    "Address": "0x83b190742F5B8687215911a2da1150AAE6Af7e7D",
    "Value": 6479.168942326976,
    "NativeAmount": 0,
    "ForeignAmount": 3.50520716,
    "Coverage": 0.1451970756450428,
    "Time": 1624619280
  },
  "a731d6b5512c9ab5389c08de5ca3c4272263883ffd3be208c34a3f832fa07fec": {
    "CPK": "B5Hc3HVfhWpNoK7NYhaip4idKDxDAqAPPN",
    "Ticker": "BBP",
    "Address": "BAN9mpsihdZE2VkG3wCBZ8CNt5GKJ8BDUE",
    "Value": 940.7578350068181,
    "NativeAmount": 5090000.0049425,
    "ForeignAmount": 0,
    "Coverage": 1,
    "Time": 1624619360
  },
  "Total BBP": "5090000.00494250",
  "Total ETH": "3.50520716",
  "Total Value USD": 7419.926777333794,
  "DWU": 19.82266782388376
}



I only have 2 tx in to that eth wallet adress:


Should be just 0.5 eth on the adress.
I ran command now again 20 minutes later and it said 1.5 ETH :

Code: [Select]
07:59:35
listutxostakes 0


07:59:35
{
  "a8e0fcd1ca56045133267ba54043a547467835f70b93adad3838b0cb2a2ffca0": {
    "CPK": "B5Hc3HVfhWpNoK7NYhaip4idKDxDAqAPPN",
    "Ticker": "ETH",
    "Address": "0x83b190742F5B8687215911a2da1150AAE6Af7e7D",
    "Value": 2776.786689568704,
    "NativeAmount": 0,
    "ForeignAmount": 1.50223164,
    "Coverage": 0.3387924793128941,
    "Time": 1624619280
  },
  "a731d6b5512c9ab5389c08de5ca3c4272263883ffd3be208c34a3f832fa07fec": {
    "CPK": "B5Hc3HVfhWpNoK7NYhaip4idKDxDAqAPPN",
    "Ticker": "BBP",
    "Address": "BAN9mpsihdZE2VkG3wCBZ8CNt5GKJ8BDUE",
    "Value": 940.7578350068181,
    "NativeAmount": 5090000.0049425,
    "ForeignAmount": 0,
    "Coverage": 1,
    "Time": 1624619360
  },
  "Total BBP": "5090000.00494250",
  "Total ETH": "1.50223164",
  "Total Value USD": 3717.544524575522,
  "DWU": 19.82266782388376
}

I figure gotta be a bug of some sort right?

Anyways have a good weekend and i talk to you laters.
« Last Edit: June 26, 2021, 01:04:53 AM by earlzmoade »
Joshua 1:9
Have i not commanded you?
Be strong and courageous. Do not be afraid;
do not be discouraged, for the Lord your God
will be with you wherever you go.


  • Rob Andrews
  • Administrator

    • 4090


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Hello Brother Rob.

I have done some portfolio staking now on prod, like the feature and all.

Today i was schecking core wallet and i noticed when running command:
Code: [Select]
listutxostakes 0 that my foreign ETH balance is not correct.
It shows the same things on leaderboard aswell.


Code: [Select]
07:38:37
listutxostakes 0


07:38:37
{
  "a8e0fcd1ca56045133267ba54043a547467835f70b93adad3838b0cb2a2ffca0": {
    "CPK": "B5Hc3HVfhWpNoK7NYhaip4idKDxDAqAPPN",
    "Ticker": "ETH",
    "Address": "0x83b190742F5B8687215911a2da1150AAE6Af7e7D",
    "Value": 6479.168942326976,
    "NativeAmount": 0,
    "ForeignAmount": 3.50520716,
    "Coverage": 0.1451970756450428,
    "Time": 1624619280
  },
  "a731d6b5512c9ab5389c08de5ca3c4272263883ffd3be208c34a3f832fa07fec": {
    "CPK": "B5Hc3HVfhWpNoK7NYhaip4idKDxDAqAPPN",
    "Ticker": "BBP",
    "Address": "BAN9mpsihdZE2VkG3wCBZ8CNt5GKJ8BDUE",
    "Value": 940.7578350068181,
    "NativeAmount": 5090000.0049425,
    "ForeignAmount": 0,
    "Coverage": 1,
    "Time": 1624619360
  },
  "Total BBP": "5090000.00494250",
  "Total ETH": "3.50520716",
  "Total Value USD": 7419.926777333794,
  "DWU": 19.82266782388376
}



I only have 2 tx in to that eth wallet adress:


Should be just 0.5 eth on the adress.
I ran command now again 20 minutes later and it said 1.5 ETH :

Code: [Select]
07:59:35
listutxostakes 0


07:59:35
{
  "a8e0fcd1ca56045133267ba54043a547467835f70b93adad3838b0cb2a2ffca0": {
    "CPK": "B5Hc3HVfhWpNoK7NYhaip4idKDxDAqAPPN",
    "Ticker": "ETH",
    "Address": "0x83b190742F5B8687215911a2da1150AAE6Af7e7D",
    "Value": 2776.786689568704,
    "NativeAmount": 0,
    "ForeignAmount": 1.50223164,
    "Coverage": 0.3387924793128941,
    "Time": 1624619280
  },
  "a731d6b5512c9ab5389c08de5ca3c4272263883ffd3be208c34a3f832fa07fec": {
    "CPK": "B5Hc3HVfhWpNoK7NYhaip4idKDxDAqAPPN",
    "Ticker": "BBP",
    "Address": "BAN9mpsihdZE2VkG3wCBZ8CNt5GKJ8BDUE",
    "Value": 940.7578350068181,
    "NativeAmount": 5090000.0049425,
    "ForeignAmount": 0,
    "Coverage": 1,
    "Time": 1624619360
  },
  "Total BBP": "5090000.00494250",
  "Total ETH": "1.50223164",
  "Total Value USD": 3717.544524575522,
  "DWU": 19.82266782388376
}

I figure gotta be a bug of some sort right?

Anyways have a good weekend and i talk to you laters.

Hey bro Earlz,

Good catch; I was able to reproduce the problem; and luckily this is fixed (it was a caching problem) and I was able to resolve it with a config change, so everything should be fine now going forward.






8000 BBP
« Last Edit: June 26, 2021, 10:00:23 AM by Rob Andrews »


  • earlzmoade
  • Super Developer

    • 311


    • 48
    • August 02, 2018, 03:22:01 AM
    more
Hey bro Earlz,

Good catch; I was able to reproduce the problem; and luckily this is fixed (it was a caching problem) and I was able to resolve it with a config change, so everything should be fine now going forward.

Nice.
Yeah i see now that the stats are back  to normal.

btw got a new sd-card to swap so im gonna start doing some tests to see if i can get the raspberry pi up n running on the testnet.
Have a good one.
Joshua 1:9
Have i not commanded you?
Be strong and courageous. Do not be afraid;
do not be discouraged, for the Lord your God
will be with you wherever you go.


  • twinkle
  • Jr. Member

    • 72


    • 9
    • May 12, 2021, 09:05:47 AM
    more
Hey guys,
I am having a bit of a hard time getting the NFT process to work, as I uploaded the image I wanted to to Unchained, but, whenever I put it into the NFT adder in prod wallet, it says that I must have the asset URL, even though I put in all of the info, and used the .png url after clicking on my chosen image through Unchained for both the high and low quality URL(s). Thanks for your help.
May God bless you all,
twinkle

1000 BBP


  • twinkle
  • Jr. Member

    • 72


    • 9
    • May 12, 2021, 09:05:47 AM
    more
There is also something weird going on in the proposals section of the prod wallet, as it has two of seemingly the same proposal for a press release for the update, yet one has 35 votes for, and the other has 35 votes against it. Just thought that was a bit odd.
May God bless you all,
twinkle

1000 BBP


  • Rob Andrews
  • Administrator

    • 4090


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
There is also something weird going on in the proposals section of the prod wallet, as it has two of seemingly the same proposal for a press release for the update, yet one has 35 votes for, and the other has 35 votes against it. Just thought that was a bit odd.
May God bless you all,
twinkle

They were intentionally put in; the upvoted one is correct.



8000 BBP


  • Rob Andrews
  • Administrator

    • 4090


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Hey guys,
I am having a bit of a hard time getting the NFT process to work, as I uploaded the image I wanted to to Unchained, but, whenever I put it into the NFT adder in prod wallet, it says that I must have the asset URL, even though I put in all of the info, and used the .png url after clicking on my chosen image through Unchained for both the high and low quality URL(s). Thanks for your help.
May God bless you all,
twinkle

Yeah, I think that error message needs some improvement, anyway let me try to explain:

The system is trying to RSA sign the "hi quality url" with your public RSA key (so that it can be handed off to whoever buys the NFT without revealing the Hi-quality URL).
So please check if you have a User record with a nickname populated and a public RSA key visible?

If not, go to user record populate the nickname, Save it, then wait a few blocks then try again?


(Also please make sure you are on 1.6.2.5 just in case).



8000 BBP
« Last Edit: June 26, 2021, 07:56:27 PM by Rob Andrews »


  • twinkle
  • Jr. Member

    • 72


    • 9
    • May 12, 2021, 09:05:47 AM
    more
All right, I do think that I have all of those things in the User Record section of the wallet. Also, I just checked, and, even though it did say that it needed an URL, it now shows up in my NFT inventory, so it seems like everything was working, I just got a weird error message. Thanks for your speedy reply/help, though!
May God bless you all,
twinkle

1000 BBP


  • twinkle
  • Jr. Member

    • 72


    • 9
    • May 12, 2021, 09:05:47 AM
    more
Alright, really last thing, what is going to be the use for BBP on Unchained? Also, when will the switch from tBBP to BBP happen, as I know that my account is only funded by tBBP currently. The site seems to be really a nice idea for uploading Christian based materials, and also a good way to keep funding for contracts/the main site etc. Lastly, whenever I uploaded a file, I didn't have to pay any tBBP to do it, which is why I am asking this, as
I initially thought that was to be what the BBP was used for on the site.
May God bless you all!
twinkle

1000 BBP


  • Rob Andrews
  • Administrator

    • 4090


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Alright, really last thing, what is going to be the use for BBP on Unchained? Also, when will the switch from tBBP to BBP happen, as I know that my account is only funded by tBBP currently. The site seems to be really a nice idea for uploading Christian based materials, and also a good way to keep funding for contracts/the main site etc. Lastly, whenever I uploaded a file, I didn't have to pay any tBBP to do it, which is why I am asking this, as
I initially thought that was to be what the BBP was used for on the site.
May God bless you all!
twinkle

1000 BBP

Hi Twinkle,

1) On your NFT you created lets watch it after someone buys it, and see if they receive the Hi-quality URL.  We just have to ensure it really did get encrypted (maybe the error IE was correct); on another note if you create another one please check to see if there are no errors.
2) Unchained:  Im working with a goal of:  Constitutional freedom (ability for c# devs to store back-end data on our chain, like videos etc) so they can write competitors to big tech.  The other use is using it to write a social media platform for BBP; on our weekly call, we are talking about using it for churches who want to host videos (IE church channels).  So to clarify right now its a development tool for devs - a c# framework type solution, but then we build on it later.
3) Although you didnt have to pay the tbbp now, the web site owner paid the fee for the upload (me) in tBBP.  Its got methods in there to pay, but those are passed on currently to the host; but these rules are not complete; why?  Because Im currently writing some disruptive functional requirements; for example, Content creators should be paid for their contribution; so they should not have to pay for a video upload; rules like that.  But to answer your question whenever a site finally comes out (IE baby social media or church streaming with channels), the owner would put it in Prod mode and the BBP would be spent in prod bbp, etc.  Also the wallet already will work as it is now in either chain, etc.

4) I don't see your NFT in the marketplace; I guess its in your wallet; to put it in the marketplace, double click it from the "My nft" list, then click Marketable checkbox, and copy the lo-qual url to the hi-qual url (we always erase the hi-qual url on an edit), then click save, and you should see it in the marketplace.  I see we have some jokers in the marketplace already that need cleaned up (Smoking hot nun etc, jokers, anyway their seedy NFT will not be deleted due to the fact that we are decentralized, but the pool will blacklist seedy nfts so they will not show up in the marketplace). 



8000 BBP
« Last Edit: June 27, 2021, 01:11:06 PM by Rob Andrews »


  • sunk818
  • Global Moderator

    • 521


    • 36
    • April 24, 2018, 02:02:20 PM
    more
Just to clarify when I answered about erasechain, the wallet does not store the locks as bools; what actually happens is we re-lock our users sancs (4.5MM) and our users UTXOs (varying amounts) when the wallet boots, in a separate piece of code; so erasing the chain did not hurt your wallet data in any way.

To answer your question though, all of the old utxo positions have been erased in favor of portfolio builder positions; they have a new storage format too.  So yeah, they just have to be recreated.


Thank you. I have been swamped with home schooling and regular day job things, so I haven't been able to follow the testnet discussion. Thanks for the clarification. I was able to submit 5M. When highriskbbp comes online, I'll be sure to look into it. Thanks!

3500 BBP
BH6oxjLkyz3z8FYpvU3ZR7PTZ31Xt9DkXZ


  • Rob Andrews
  • Administrator

    • 4090


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more

Thank you. I have been swamped with home schooling and regular day job things, so I haven't been able to follow the testnet discussion. Thanks for the clarification. I was able to submit 5M. When highriskbbp comes online, I'll be sure to look into it. Thanks!

Hi Sun,

I went through the pain of programming high-risk-bbp-stakes, and they almost made it to prod; but one morning I was praying and I felt God was nudging me to take them out.  Basically I felt as if he was telling me that some who invest in "normal conservative" bbp may feel cheated if others get the high reward (IE it might lower our integrity and drive away people).  So I did take high-risk out during the move to portfolio builder.  So now we just have normal conservative positions in BBP.  (We do have the referral codes, which no one has used yet), I will be sure to talk about those soon while we test them live here.



8000 BBP
« Last Edit: June 27, 2021, 06:23:14 PM by Rob Andrews »


  • twinkle
  • Jr. Member

    • 72


    • 9
    • May 12, 2021, 09:05:47 AM
    more
Rob,
For now, I am keeping the NFT private, but I will definitely test this theory out with the other ones that I will do in the future. Thanks for your input.
May God bless you,
twinkle

1000 BBP