Bitcoin Forum
May 05, 2024, 02:20:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 ... 844 »
  Print  
Author Topic: BiblePay | 10% to Orphan-Charity | RANDOMX MINING | Sanctuaries (Masternodes)  (Read 243130 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.)
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 25, 2018, 02:28:19 PM
 #8361

Rob, will you deposit enough BBP into my PAHT54 pool account to cover a proposal fee for website work reimbursement? There's currently 956 BBP in my account.

Thanks!

Yes, done!


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

Posts: 1714875612

View Profile Personal Message (Offline)

Ignore
1714875612
Reply with quote  #2

1714875612
Report to moderator
1714875612
Hero Member
*
Offline Offline

Posts: 1714875612

View Profile Personal Message (Offline)

Ignore
1714875612
Reply with quote  #2

1714875612
Report to moderator
1714875612
Hero Member
*
Offline Offline

Posts: 1714875612

View Profile Personal Message (Offline)

Ignore
1714875612
Reply with quote  #2

1714875612
Report to moderator
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714875612
Hero Member
*
Offline Offline

Posts: 1714875612

View Profile Personal Message (Offline)

Ignore
1714875612
Reply with quote  #2

1714875612
Report to moderator
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 25, 2018, 02:31:06 PM
 #8362

I found this in the chain on block 2492:

感谢GOD。感谢圣经。感谢电脑。感谢CPU。感谢。。。

Translation:

Thanks GOD. Thanks to the Bible. Thanks for the computer. Thanks CPU.

I'm working on Stratis and these Chinese characters are breaking the chain, so I have to add business logic for the problem.



AFAIK making C#/NET code and databases multibyte compatible should be no big issue. I have made some inroads in the past with russian and chinese compatible databases and it was pretty easy.

I don't know about how far is Stratis codebase from that virtuous approach and surely you are more experienced with it, but if you think I can help you with my experience, you know I'm available for you.


The block store is already OK as it stores the byte arrays in the breeze database, but the issue was the vout[n] transaction message is a standard variable length string (IE a bitcoin varlen string) which stratis partially supports.  The default decoding was set to ASCII and that changed the hash of the transaction.  I changed it to UTF8 and the hashes matched the core client.  So we are OK now.  Stratis syncs to block 1200 or so and then something blew up in there last night, have to look at it again.  Its a great project.


🕇 BiblePay 🕇
🕇  Announcement | ForumSlackDiscordRedditTwitter | SouthXChange  🕇
🕇 A Christian cryptocurrency | Supporting orphans through a decentralized autonomous charity 🕇
Sakic
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
June 25, 2018, 02:33:38 PM
 #8363

Hi, pls. could someone explain me what is "Stratis integration work" and what does it mean for Biblepay? Thanks.
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 25, 2018, 02:50:24 PM
 #8364

Hi, pls. could someone explain me what is "Stratis integration work" and what does it mean for Biblepay? Thanks.

We're trying to port biblepay to stratis, so that we can potentially have a fully working cross platform core client written in c#.

In the same vein as stratis wants to attract businesses for blockchain consulting, we would attract tens of c# developers to help make biblepay into something very extensible and pleasurable to develop.  We would also appeal to businesses who want blockchain integration (because of one of the features we would offer in the c# integration layer).




🕇 BiblePay 🕇
🕇  Announcement | ForumSlackDiscordRedditTwitter | SouthXChange  🕇
🕇 A Christian cryptocurrency | Supporting orphans through a decentralized autonomous charity 🕇
thesnat21
Jr. Member
*
Offline Offline

Activity: 490
Merit: 4


View Profile WWW
June 25, 2018, 06:41:15 PM
 #8365

Hi, pls. could someone explain me what is "Stratis integration work" and what does it mean for Biblepay? Thanks.

We're trying to port biblepay to stratis, so that we can potentially have a fully working cross platform core client written in c#.

In the same vein as stratis wants to attract businesses for blockchain consulting, we would attract tens of c# developers to help make biblepay into something very extensible and pleasurable to develop.  We would also appeal to businesses who want blockchain integration (because of one of the features we would offer in the c# integration layer).


Is there a source repository for this project? 
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 25, 2018, 07:25:53 PM
 #8366

Hi, pls. could someone explain me what is "Stratis integration work" and what does it mean for Biblepay? Thanks.

We're trying to port biblepay to stratis, so that we can potentially have a fully working cross platform core client written in c#.

In the same vein as stratis wants to attract businesses for blockchain consulting, we would attract tens of c# developers to help make biblepay into something very extensible and pleasurable to develop.  We would also appeal to businesses who want blockchain integration (because of one of the features we would offer in the c# integration layer).


Is there a source repository for this project? 


Let's take a look at this after we test your latest commit and ensure testnet is tested and ready to go.


🕇 BiblePay 🕇
🕇  Announcement | ForumSlackDiscordRedditTwitter | SouthXChange  🕇
🕇 A Christian cryptocurrency | Supporting orphans through a decentralized autonomous charity 🕇
Downtherabbithole
Jr. Member
*
Offline Offline

Activity: 68
Merit: 1


View Profile
June 25, 2018, 11:13:41 PM
 #8367

Hello....I downloaded the bible pay wallet about 7 months ago and went overseas. I recently returned and tried to open my wallet today but it won't connect to the network. Do I need to download a new wallet and replace the old one with it? Thanks for any help.
togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
June 26, 2018, 12:16:30 AM
Last edit: June 26, 2018, 12:28:55 AM by togoshigekata
 #8368

I downloaded the bible pay wallet about 7 months ago and went overseas.
I recently returned and tried to open my wallet today but it won't connect to the network.
Do I need to download a new wallet and replace the old one with it?

Yes you will need to download new version of BiblePay, there have been a couple mandatory upgrades since then,
You should be able to download and install new version on top of old version without any issues.

How to Update & Clean Wallet
https://www.reddit.com/r/BiblePay/comments/7nmvm8/how_to_update_clean_wallets/

NOTE: Your "wallet.dat" file is your most important file, it has all of the keys to all of your funds. Make sure to have one or more backups of it.

Backup Wallet.dat:
https://www.reddit.com/r/BiblePay/comments/7lksp4/backup_walletdat/

togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
June 26, 2018, 05:03:13 AM
 #8369

"Dash is transforming the Zimbabwean economy thanks to @kuvacash (Dash Platform)
Check our this short film to see how it’s being done!"
https://twitter.com/mattmeek_dash/status/1010458770671955968

Starting From Scratch | Zimbabwe
https://www.youtube.com/watch?v=p4oeYXsEkog

jaapgvk
Full Member
***
Offline Offline

Activity: 574
Merit: 104



View Profile
June 26, 2018, 12:01:31 PM
 #8370

Hi everyone,

A new charity has reached out to us. They have a program called the Kairos Children's Fund and it's situated in the Philippines. It's being run on a voluntary basis by a crypto-enthousiast pastor named Andrew Scribner who I think it doing some awesome things. Their main goal is to give poor children a chance to stay in school and to perform well.

You can read the whole story on biblepay.forum.org:
https://forum.biblepay.org/index.php?topic=201.0

I will quote a section here:

Quote
Education in the Philippines is not free - tuition is, but there are a lot of expenses. There are miscellaneous fees, then parents must provide lunches, transportation, uniforms, and homework.

Many of the children from poor families either don't go school at all, because parents can't afford these things. Many kids go to school walking, and often don't get enough to eat. They often get poor grades because they are bullied, hungry, or ashamed. (I have more information on our FB page (see below)

We provide an allowance for the kids, and we also pay school fees. We have a volunteer who visits the school, pays the fees, and checks on the children.

You can also find more information on their Facebook:
https://www.facebook.com/kairoschildrensfund/

I would really love to see some initial funding for this cause in this superblock. I'm not asking much, just enough to get started, and I will ask for moderate amounts in coming superblocks because our main goal is still getting at least 6 months prepayment on Compassion.

If you are a Sanctuary-owner, please consider voting on this proposal. I think they would be a great addition to our charity-portfolio!

🕇 BiblePay (BBP) | Reddit - Twitter - Forum - Discord | SouthXchange | Love one another, be a good Samaritan, help those in distress and spread the gospel 🕇
Downtherabbithole
Jr. Member
*
Offline Offline

Activity: 68
Merit: 1


View Profile
June 26, 2018, 05:49:57 PM
 #8371

I downloaded the bible pay wallet about 7 months ago and went overseas.
I recently returned and tried to open my wallet today but it won't connect to the network.
Do I need to download a new wallet and replace the old one with it?

Yes you will need to download new version of BiblePay, there have been a couple mandatory upgrades since then,
You should be able to download and install new version on top of old version without any issues.

How to Update & Clean Wallet
https://www.reddit.com/r/BiblePay/comments/7nmvm8/how_to_update_clean_wallets/

NOTE: Your "wallet.dat" file is your most important file, it has all of the keys to all of your funds. Make sure to have one or more backups of it.

Backup Wallet.dat:
https://www.reddit.com/r/BiblePay/comments/7lksp4/backup_walletdat/

Ok,I downloaded the new wallet and let it sync last night....i woke up and it was synced but my computer was frozen  saying i needed to delete some files to free space and now it just gets stuck on the block loading index screen when i try to open my new wallet. What gives?Huh My old QT file won't open now either. I deleted other files on my computer to free up space, so that's not the problem. Should i download it again?Huh
dave_bbp
Jr. Member
*
Offline Offline

Activity: 405
Merit: 3


View Profile
June 26, 2018, 05:54:47 PM
 #8372

I downloaded the bible pay wallet about 7 months ago and went overseas.
I recently returned and tried to open my wallet today but it won't connect to the network.
Do I need to download a new wallet and replace the old one with it?

Yes you will need to download new version of BiblePay, there have been a couple mandatory upgrades since then,
You should be able to download and install new version on top of old version without any issues.

How to Update & Clean Wallet
https://www.reddit.com/r/BiblePay/comments/7nmvm8/how_to_update_clean_wallets/

NOTE: Your "wallet.dat" file is your most important file, it has all of the keys to all of your funds. Make sure to have one or more backups of it.

Backup Wallet.dat:
https://www.reddit.com/r/BiblePay/comments/7lksp4/backup_walletdat/

Ok,I downloaded the new wallet and let it sync last night....i woke up and it was synced but my computer was frozen  saying i needed to delete some files to free space and now it just gets stuck on the block loading index screen when i try to open my new wallet. What gives?Huh My old QT file won't open now either. I deleted other files on my computer to free up space, so that's not the problem. Should i download it again?Huh

I think the moment your disk was full the daemon corrupted some of your blockchain files. Easiest way to resolve this is to make sure you have enough disk space (the biblepaycore folder right now needs about 1.2 GiB), then do the cleanup again (as described above) and let it sync from scratch. Just remember to backup your wallet.dat and maybe your biblepay.conf and you should be good to go. Wink
Downtherabbithole
Jr. Member
*
Offline Offline

Activity: 68
Merit: 1


View Profile
June 26, 2018, 06:06:19 PM
Last edit: June 26, 2018, 06:21:29 PM by Downtherabbithole
 #8373

Well...it says activating best chain. Still stuck. So you mean i need to just download the wallet again?Huh? I don't know how to cleanup or whatever.My campus coin wallet is acting fine.

Edit:

I downloaded the wallet again and it still is stuck on this activating best chain screen. Is my computer just too slow for this new wallet???IT opened up just fine yesterday before it synced.
MIP
Newbie
*
Offline Offline

Activity: 362
Merit: 0


View Profile
June 26, 2018, 06:25:12 PM
 #8374

Well...it says activating best chain. Still stuck. So you mean i need to just download the wallet again?Huh? I don't know how to cleanup or whatever.My campus coin wallet is acting fine.

Edit:

I downloaded the wallet again and it still is stuck on this activating best chain screen. Is my computer just too slow for this new wallet???IT opened up just fine yesterday before it synced.

Yesterday I had one MN crashing with this error. I solved this launching again with -reindex option.
Downtherabbithole
Jr. Member
*
Offline Offline

Activity: 68
Merit: 1


View Profile
June 26, 2018, 06:30:37 PM
 #8375

Well...it says activating best chain. Still stuck. So you mean i need to just download the wallet again?Huh? I don't know how to cleanup or whatever.My campus coin wallet is acting fine.

Edit:

I downloaded the wallet again and it still is stuck on this activating best chain screen. Is my computer just too slow for this new wallet???IT opened up just fine yesterday before it synced.

Yesterday I had one MN crashing with this error. I solved this launching again with -reindex option.

What reindex option? It won't let me open the wallet period. How do i access a reindex option?Huh

Should I just delete all my biblepay wallets off my computer and start from scratch? I have my .dat file. Or maybe i just need to buy a new computer.
Downtherabbithole
Jr. Member
*
Offline Offline

Activity: 68
Merit: 1


View Profile
June 26, 2018, 06:37:35 PM
 #8376

What's rally annoying is when i close the stuck screen down it always flashes blockchain loaded and like everything is working but only after i close it.
slovakia
Full Member
***
Offline Offline

Activity: 770
Merit: 100



View Profile
June 26, 2018, 06:57:05 PM
 #8377

we can expect enormous dump price of BBP after superblock  Roll Eyes price of BBP will be close 0, im curious how we can to sponsor next month

jaapgvk voted yes, good idea

https://coinmarketcap.com/currencies/biblepay/   is bug ... Circulating Supply is stuck on same value and BBP doesnt see between gainers  Huh

dave_bbp
Jr. Member
*
Offline Offline

Activity: 405
Merit: 3


View Profile
June 26, 2018, 07:35:58 PM
 #8378

Well...it says activating best chain. Still stuck. So you mean i need to just download the wallet again?Huh? I don't know how to cleanup or whatever.My campus coin wallet is acting fine.

Edit:

I downloaded the wallet again and it still is stuck on this activating best chain screen. Is my computer just too slow for this new wallet???IT opened up just fine yesterday before it synced.
No, of course it's not enough to just install it again. What do you mean you don't know how to cleanup? You posted the link yourself!
https://www.reddit.com/r/BiblePay/comments/7nmvm8/how_to_update_clean_wallets/
Windows:
    File Explorer: %appdata%/BiblePayCore
    Delete blocks and chainstate folders, delete banlist, fee_estimates, governance, mncache, netfulfiled and peers
 If that doesn't help:
    In Wallet do Tools >> Wallet Repair >> Rebuild index
thesnat21
Jr. Member
*
Offline Offline

Activity: 490
Merit: 4


View Profile WWW
June 26, 2018, 07:43:22 PM
 #8379

I'm curious what the max unbanked is,  if I remember correctly it was 500rac?

Can anyone confirm
jaapgvk
Full Member
***
Offline Offline

Activity: 574
Merit: 104



View Profile
June 26, 2018, 08:02:56 PM
 #8380

I'm curious what the max unbanked is,  if I remember correctly it was 500rac?

Can anyone confirm

I thought that there was a maximum of devices that you could register on one account. Don't know about the max rac to be honest.

🕇 BiblePay (BBP) | Reddit - Twitter - Forum - Discord | SouthXchange | Love one another, be a good Samaritan, help those in distress and spread the gospel 🕇
Pages: « 1 ... 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 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 ... 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!