Bitcoin Forum
April 26, 2024, 04:06:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4] 5 »  All
  Print  
Author Topic: BiblePay (BBP) | 10% Charity | POW/POS | CPU Only | Masternode | No Premine  (Read 2382 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.
coinsinspect
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
November 27, 2019, 07:02:38 AM
 #61

BiblePay
1.4.5.3-Leisure Upgrade

- Update Cameroon One receiving address

Please verify the 'exec paycameroon' works by sending a small amount to cameroon-one.
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
coinsinspect
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
December 05, 2019, 06:30:27 PM
 #62

Hi,
I deleted all files except wallet.dat and biblepay.conf  in my Sanctuary and wallet
on both stations I am at block 0 for ~12 hours.

From my Sanctuary  debug.log
Code:
2019-12-05 17:40:11 AcceptConnection -- masternode is not synced yet, skipping inbound connection attempt
2019-12-05 17:41:19 AcceptConnection -- masternode is not synced yet, skipping inbound connection attempt
2019-12-05 17:43:30 AcceptConnection -- masternode is not synced yet, skipping inbound connection attempt
2019-12-05 17:44:37 AcceptConnection -- masternode is not synced yet, skipping inbound connection attempt
2019-12-05 17:46:00 AcceptConnection -- masternode is not synced yet, skipping inbound connection attempt
2019-12-05 17:47:33 CActiveLegacyMasternodeManager::ManageState -- SYNC_IN_PROCESS: Sync in progress. Must wait until sync is complete to start Masternode
2019-12-05 17:52:38 AcceptConnection -- masternode is not synced yet, skipping inbound connection attempt
2019-12-05 17:55:53 AcceptConnection -- masternode is not synced yet, skipping inbound connection attempt
2019-12-05 17:57:33 CActiveLegacyMasternodeManager::ManageState -- SYNC_IN_PROCESS: Sync in progress. Must wait until sync is complete to start Masternode
2019-12-05 18:01:12 AcceptConnection -- masternode is not synced yet, skipping inbound connection attempt
2019-12-05 18:02:53 AcceptConnection -- masternode is not synced yet, skipping inbound connection attempt
2019-12-05 18:02:59 AcceptConnection -- masternode is not synced yet, skipping inbound connection attempt
2019-12-05 18:04:16 AcceptConnection -- masternode is not synced yet, skipping inbound connection attempt

Please try :

- Verify system time and time zone are correct
- Remove banlist.dat
- Start with "-erasechain=1"

The log above is normal (that means it wont share data until its synced).

EDIT:
Here is an extra addnode Im connected to now:
107.150.33.90
178.170.72.139


Thanks Togo!

I did the same and add to biblepay.conf:
addnode = 107.150.33.90
addnode = 178.170.72.139

Now I am getting blocks.
coinsinspect
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
December 06, 2019, 12:00:54 AM
Last edit: December 06, 2019, 12:45:20 AM by coinsinspect
 #63

Hope this helps, for the Iquidus explorer, I have a crontab that tries to run the biblepay daemon every 5 minutes:

crontab -e

Code:
*/5 * * * * /home/biblepay-evolution/src/biblepayd > /dev/null 2>&1

Gave this to Rogue a little earlier tonight. You could use this also

#!/bin/bash
# checkprocess.sh

PROCESS=<insert the name of what process you are kicking off>

check_running_process()
{
sudo ps -ef | grep -v grep | grep $PROCESS > /dev/null
result=$?
#echo "exit code: ${result}"

if [ "${result}" -eq "0" ] ; then
    echo "Process is Running"
    return 1
else
    echo "Process is Stopped"
    return 0
fi

}

echo Current Date and Time is: date +"%Y-%m-%d %T"
if (check_running_process); then
#Want to make sure it is not already being started
   sleep 10
   if (check_running_process); then
      echo "Restarting Process now"
      #syntax to restart the process
      #insert your command to restart the process that is not running <-- Here is the command you would put in to start the process if it has died
   fi
fi


here is my change if you are running several MN on same Linux :

Code:
./checkprocess.bash "biblepayd" "/sbin/runuser -l bbp -c './mn/biblepayd'"

Code:
root@station:~# cat checkprocess.bash
#!/bin/bash
# checkprocess.sh

echo process to check = $1
echo running command = $2

PROCESS=$1

check_running_process()
{
    sudo ps -ef | grep -v grep | grep -v checkprocess | grep $PROCESS > /dev/null
    result=$?
    #echo "exit code: ${result}"

    if [ "${result}" -eq "0" ] ; then
        echo "Process is Running"
        return 1
    else
        echo "Process is Stopped"
        return 0
    fi

}

if (check_running_process); then
#Want to make sure it is not already being started
   sleep 10
   if (check_running_process); then
      echo "Restarting Process now"
      #syntax to restart the process
      #insert your command to restart the process that is not running <-- Here is the command you would put in to start the process if it has died
      $2
   fi
fi


In crontab -e
Code:
*/5 * * * * /root/checkprocess.bash "biblepayd" "/sbin/runuser -l bbp -c './mn/biblepayd'" > /dev/null 2>&1
coinsinspect
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
December 19, 2019, 01:12:52 PM
 #64

BiblePay - MainNet
1.4.8.4 - Mandatory Christmas 2019 Upgrade @ 166075



- Merge in all Dash Prod 0.14 branch code and fixes up to Nov 2019
- Merge in PODC 2.0 and DWS and ExternalPurse and DSQL and Decentralized
Web surfing and Kairos Childrens Fund (POOM) and ChainLocks and
Deterministic Sancs and IX autolocks and IX fixes
- Merge in improved POBH internal solo miner (brings solo mining to 90%+
compared to external miner)
- Go live height is 166075 (approx 12/26/2019)

** Binaries ready **

** Exchanges have been notified **

** Explorers have been notified **
coinsinspect
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
December 24, 2019, 09:50:42 PM
 #65

BiblePay
1.4.8.4-Leisure Upgrade

- Add 'dashpay' and 'trackdashpay' RPC commands.
- Add 'poom_payments' RPC command.

** Binaries have been deployed **

To test the new alpha feature : dashpay, please see this guide:
https://wiki.biblepay.org/DashPay_RPC
coinsinspect
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
December 27, 2019, 07:49:53 PM
 #66

So in the spirit of a smooth PODC 2.0 rollout, and a smooth Kairos rollout, Im going through and verifying our team settings, etc, and getting ready to add a researcher.

First ensure you are upgraded to 1.4.8.4, then:

For those of you who want to sponsor a Kairos child, please type this:QQ
exec join kairos

To be on the safe side, if you already sponsor a cameroon-one child type this also:
exec join cameroon-one

For those of you who have CPIDs, type this:
exec join wcg
exec associate username wcg_verification_code true

To find your username in WCG:
Log into your WCG account at 'worldcommunitygrid.org' with your WCG E-mail address and WCG password.",
  "Step 2": "Click Settings | My Profile.  Record your 'Username' and 'Verification Code' and your 'CPID' (Cross-Project-ID).",
  "Step 3": "Click Settings | Data Sharing.  Ensure the 'Display my Data' radio button is selected.  Click Save. ",
  "Step 4": "Click My Contribution | My Team.  If you are not part of Team 'BiblePay' click Join Team | Search | BiblePay | Select BiblePay | Click Join Team | Save.",
  "Step 5": "NOTE: After choosing your team, and starting your research, please give WCG 24 hours for the CPID to propagate into BBP.  In the mean time you can start Boinc research - and ensure the computer is performing WCG tasks. ",
  "Step 6": "From our RPC console, type, exec associate your_username your_verification_code true",
  "Step 7": "Wait for 5 blocks to pass.  Then type 'exec rac' again, and see if you are linked!  ",
  "Step 8": "Once you are linked you will receive daily rewards.  Please read about our minimum stake requirements per RAC here: wiki.biblepay.org/PODC"

For researchers in PODC:
After all this is successful, you can send a GSC transmission (this contains your PODC daily stake), but you only have to do this once - today - just to test it:
sendgscc wcg

If you leave the wallet on, it will automatically send the WCG stake once per day (at the height shown in 'exec rac').
coinsinspect
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
December 27, 2019, 08:56:17 PM
 #67

ORBIS ako funguje to sponzorstvo deti?  da sa to aj dodatocne spustit?

@sunk  any idea how working sponsoring of children? thx

You want to sponsor child? There are many steps, but if you are interested, I can chat with you one-on-one and give you the steps.

I wrote instructions, but they are wrong after we upgraded to 1.4.8.4, so I have to re-write the instructions and re-do the screenshots:

https[Suspicious link removed]c_paycameroon

Remember, it costs you 50k BBP to authorize one sponsorship, then you pay for one month every month on the 1st.
Either you $40 USD CameroonONE or $25 USD Kairos.
Currently, you will get back about 33% to 50% back in BBP.
coinsinspect
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
December 27, 2019, 09:27:03 PM
 #68

coinsinspect
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
December 30, 2019, 03:44:04 PM
 #69

Ive been updating Documentation:
https://www.reddit.com/r/BiblePay/comments/efeeg3/documentation_step_by_step_guides_need_help/

=

Proof of Distributed Computing (Science Research)
https://wiki.biblepay.org/PODC_Setup

=

Proof of BibleHash (Heat Mining)
https://wiki.biblepay.org/POBH_Setup

=

Masternode
http://wiki.biblepay.org/Create_Sanctuary_2
- added deterministic upgrading steps
- updated creating proposals and voting on proposals

=

Dynamic Whale Staking
https://wiki.biblepay.org/DWS_Setup

I just staked 1 million BBP for 30 days to test it out

=

Please review my guides and give feedback!

=

Healing Campaign
https://wiki.biblepay.org/BiblePay_Healing_Campaign

I tested this and it works, I think its a great guide,
Minor bug, I did crash my wallet trying to send a diary entry before my "exec join healing" transaction reached enough confirmations

I noticed in Suns guide there are config settings:
https://whitewalr.us/2019/biblepay-gsc-healing.html

Are there rewards to tithing more than 1 BBP?
Are there rewards for coin-age? Is this sort of a smaller version of POG?
coinsinspect
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
December 30, 2019, 03:45:46 PM
 #70

Android mobile wallet version 1.4.8.5

- added new tithe feature screen

iOS version will come in a few days
coinsinspect
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
January 05, 2020, 09:26:23 PM
 #71

BiblePay
1.4.8.5 - Leisure Upgrade

- Fix glitch where exec rac occasionaly comes unlinked
- Allow researchers with insufficient collateral to receive commensurate
RAC (NOTE: This does not go into effect until the next Mandatory
Sanctuary Upgrade is announced on the forum!)
- Added cancelsponsorship rpc command (cancelsponsorship charityname
childid authorize) to allow cancellation of a POOM child
- Removed ability to pay for POOM sponsorship via BBP.  An updated wiki
page will be announced on the forum with the updated payment info.
https://wiki.biblepay.org/Paying_For_a_POOM_Sponsored_Child
- Fixed error message in exec associate for non-bbp researchers. Allow
cpid to be associated if RAC > 256 for non-bbp researcher.
- Added unlock wallet verbiage to vote failure in Voting UI page.
coinsinspect
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
January 09, 2020, 09:15:19 PM
 #72

I've trying to map out what it means for a new user to set up PoDC 2.0 based on https://wiki.biblepay.org/PODC_Setup  Cry Cry Cry

I created a knowledge article with a visual map: https://whitewalr.us/kb/podc-setup-mm

Feel free to leave any feedback or comment. Thanks!

https://i.imgur.com/DBlFKwx.jpg
coinsinspect
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
January 14, 2020, 07:36:05 PM
 #73

Question:
In Leader Board, assuming WCG, what is the meaning of :
1) points
2) owed
3) prominence



1= Your researcher RAC for the Day
2= The amount in BBP you earned for that days research
3= Your magnitude.  This is your % of contribution to the team in research.
coinsinspect
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
January 14, 2020, 07:46:48 PM
 #74

Question:
In PODC, if "exec rac" is OK, should I ran "exec sentgsc <CPK>" twice a day or automatic system working fine ?

Automatic works fine.
coinsinspect
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
January 20, 2020, 05:19:48 PM
 #75

BiblePay
1.4.8.6-Mandatory Upgrade for Entire Network @ 170830

- Increase sanctuary protoversion to 70751 (Enable new consensus rules
for PODC - fix low payment bug)
- Adjust deflation rate to match target in GetBlockSubsidy
- Add anti-gpu measures to POBH (reject high-nonce blocks)
- Mandatory height: 170830
- Adjust DWS creation and validation for DWS 2.0
- Add upgradesanc warning when no \r\n exists (Togo)
- Add addl warnings to exec rac, and ensure exec rac does not crash the
node
- Remove dead code from miner; modify miner to handle anti-gpu nonce
rules

** Note: We also have a mandatory upgrade for the external miner, please find the binaries here:
https://github.com/biblepay/cpuminer/tree/master/binaries

** Sanctuaries, please upgrade also

** The new POBH 2.0 rules do not start until 170830, so in the mean time, the pool will reject most of the shares.  As soon as this height passes the pool should start working correctly.  The pool is coming back online now.

POOLS:  Please upgrade.  The software has been updated here:
https://github.com/biblepay/node-stratum-pool/commits/master
To upgrade please follow the upgrade instructions in this document:
https://github.com/biblepay/node-open-mining-portal/blob/master/Deploy%20a%20Nomp%20BiblePay%20Pool.txt
coinsinspect
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
January 20, 2020, 05:55:29 PM
 #76

New wallet is crashing. Installed on previous version.
Error was 2020-01-20 16:06:52 ERROR: ReadBlockFromDisk: Deserialize or I/O error - ReadCompactSize(): size too large: iostream error at CBlockDiskPos(nFile=0, nPos=11296509)
I deleted my blocks directory to force rescan, now is crashing with no error in log.
Have you tried restarting with the "-erasechain=1" switch?
coinsinspect
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
January 24, 2020, 02:20:51 PM
 #77


MIP whats cmd for upgrade linux, forgot it, thanks...... good to add on main web in tutorials, missing it there

Using the masternode script
./masternode-install.sh -u -n

Manually
wget https://biblepay.org/biblepayd-evo-x86_64-pc-linux-gnu.tar.gz
tar -xzf biblepayd-evo-x86_64-pc-linux-gnu.tar.gz
#stop daemon, move/copy binaries to replace older, restart daemon


thanks.... appreciate it....thx to orbis with help how to setup this MIPs packages

I use this:

Code:
biblepay-cli stop
sleep 30
cd /usr/local/bin
sleep 5
rm biblepayd-evo-x86_64-pc-linux-gnu.tar.gz
sleep 3
wget https://biblepay.org/biblepayd-evo-x86_64-pc-linux-gnu.tar.gz
sleep 3
tar xvf biblepayd-evo-x86_64-pc-linux-gnu.tar.gz
sleep 3
rm biblepayd-evo-x86_64-pc-linux-gnu.tar.gz
sleep 3


biblepayd --version
sleep 3
biblepayd --daemon
sleep 3
cd ~
sleep 1
cd .biblepayevolution
sleep 1
tail -f debug.log

For biblepay miner:

Code:
cd .biblepayevolution
pkill bbpminer_linux
rm bbpminer_linux
rm bbpminer_linux
wget https://github.com/biblepay/cpuminer/raw/master/binaries/bbpminer_linux
chmod 755 bbpminer_linux
coinsinspect
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
January 27, 2020, 06:58:33 PM
 #78

DWS (Dynamic Whale Staking)

https://i.imgur.com/OCz1Q7E.png

Potentially gain 40% interest on your coins right now by staking them for one year

With mining, I have to make sure the miners stay updated and are running 24/7, I have to pay for electricity

Similar with a masternode, it has to stay updated and run 24/7, and I have to pay for a server

Staking, you just burn it!

https://wiki.biblepay.org/DWS_Setup
coinsinspect
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
March 08, 2020, 06:58:34 PM
 #79

Quick question about the CPK.  As I get more funds into my BBP wallet, do I have to occasionally send more funds to my CPK for them to be counted towards my coin age?  Thanks!

Coin-age is required only if you are doing PoDC (Boinc). I assume you are doing that; so you are correct, only funds in the CPK address count towards PoDC coin-age.

Having said that, there is no reason to keep increasing your coins in the CPK address unless you are running short on collateral for PoDC (i.e., increasing RAC).
coinsinspect
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
March 15, 2020, 12:37:19 PM
 #80

Hey everyone, here is my research for a BiblePay 2020 Q1 (Jan, Feb, March) Update Newsletter article
If anything is missing please post, and if you have any ideas on how to express, present, or organize these things also please post!

=

RANDOMX HISTORY

Voting for BiblePay's Future CPU Only Hashing Algorithm
https://www.reddit.com/r/BiblePay/comments/eud6o8/vote_for_biblepays_future_cpu_only_hash_algorithm/
REF: https://bitcointalk.org/index.php?topic=2388064.msg53736183#msg53736183
PIC: https://bitcointalk.org/index.php?topic=2388064.msg53710764#msg53710764

RandomX Tesnet Testing
https://www.reddit.com/r/BiblePay/comments/f0yueb/testnet_testing_monero_randomx_cpu_only_dual/

=

PODC VIDEO TUTORIAL & GIVEAWAY

Video Tutorials - How to Setup BiblePay Wallet and Contribute to Cancer Research!
https://www.publish0x.com/what-is-volunteer-computing-and-why-do-it/how-to-setup-up-a-biblepay-wallet-and-podc-20-xlnpxq

1 Million BiblePay PODC Giveaway!
Get rewarded coins every day for contributing to real science research!
https://www.reddit.com/r/BiblePay/comments/ekctku/1_million_biblepay_podc_giveaway/
PIC: https://twitter.com/BiblePay/status/1215097478418178049

=

DWS TUTORIAL, GAIN INTEREST

Dynamic Whale Staking
https://wiki.biblepay.org/DWS_Setup
https://bitcointalk.org/index.php?topic=2388064.msg53710394#msg53710394
PIC: https://twitter.com/BiblePay/status/1224368755725275136

=

USE CASES

Dimensions
https://wiki.biblepay.org/Dimensions
"we need to dedicate ourselves to finding the 'solid use case' for BiblePay"
https://bitcointalk.org/index.php?topic=2388064.msg53404151#msg53404151

Use Case Idea List
https://docs.google.com/spreadsheets/d/1VCjQoJ63F9cuttKdqn4iHxTUOB0DePXcXzS9GnRVU0w/edit#gid=1386834576

Decentralized Video List, 14,000 Videos added!
https://web.biblepay.org
https://bitcointalk.org/index.php?topic=2388064.msg53396602#msg53396602

Global Charity Agent
https://forum.biblepay.org/index.php?topic=486.msg6887#msg6887
https://bitcointalk.org/index.php?topic=2388064.msg53745506#msg53745506
https://bitcointalk.org/index.php?topic=2388064.msg53844605#msg53844605

Buy Gift Cards Instantly with BiblePay! (using Dash, InstantSend and Bitrefill)
https://www.reddit.com/r/BiblePay/comments/ef3yyw/new_alpha_development_feature_dashpay_buy_gift/
https://bitcointalk.org/index.php?topic=2388064.msg54008342#msg54008342
https://bitcointalk.org/index.php?topic=2388064.msg53956491#msg53956491
PIC: https://twitter.com/BiblePay/status/1209663588132163588

=

TRADING

BiblePay now trades to 9 decimal places of Bitcoin on our #1 exchange SouthXchange!
https://www.southxchange.com/Market/Book/BBP/BTC
Proof: https://twitter.com/southxchange/status/1211341592310812672

Sell Pressure Mitigation
https://bitcointalk.org/index.php?topic=2388064.msg53494820#msg53494820

=

ROADMAP, REBRAND, CORE

Roadmap Updated
https://wiki.biblepay.org/Roadmap

Vote on Rebranding
https://forum.biblepay.org/index.php?topic=499.0

What is BiblePay? What makes BiblePay unique?
https://www.reddit.com/r/BiblePay/comments/eff1cq/what_is_biblepay_what_makes_biblepay_unique/

=

CHARITY

CameroonONE @ONETrackInt Christmas party! Donations were organized by @sunk818
https://whitewalr.us/2019/cameroonone-kairos-children-gifts.html
PICS: https://twitter.com/BiblePay/status/1210376146765963265

Kairos Children's Fund Christmas party
https://twitter.com/AndrewScribner/status/1207273608407441408

"ONETrack International was awarded the 2019 Global Giving Staff Favorite badge!
OTI was selected as their favorite nonprofit of 2019!"
https://twitter.com/ONETrackInt/status/1225056933167628290

ONETrack International lists BiblePay donation address
http://onetrackinternational.org/cryptocurrency/

CoronaVirus Appeal
http://onetrackinternational.org/coronavirus/

Compassion Update
https://bitcointalk.org/index.php?topic=2388064.msg53657307#msg53657307

=

ACCOUNTABILITY

"We have received over 2,742 pages of inbound letters, written by our sponsored children to BIBLEPAY
https://bitcointalk.org/index.php?topic=2388064.msg53414454#msg53414454

New Accountability Website Coming
https://bitcointalk.org/index.php?topic=2388064.msg53844701#msg53844701

=

DASH

Dash Crypto Turns 6 Years Old! with Amanda B Johnson
https://www.youtube.com/watch?v=6Aa6OO37f6s

11 Ways Dash Is Building The Most Complete Cryptocurrency Experience
https://www.youtube.com/watch?v=FBWt0AVu-nI

Dash Celebrates Sixth Anniversary Full of Industry-Defining Innovations
https://dashnews.org/dash-celebrates-sixth-anniversary-full-of-industry-defining-innovations/

Dash Dapps
https://bitcointalk.org/index.php?board=159.0

=

MASTERNODE HOSTING

Apollon Network Shuts Down
https://bitcointalk.org/index.php?topic=3058895.msg53733889#msg53733889

=

PRAYER

Healing Campaign
https://bitcointalk.org/index.php?topic=2388064.msg53781131#msg53781131

Coronavirus Prayer
https://bitcointalk.org/index.php?topic=2388064.msg53817793#msg53817793

=

BOUNTY

2000 BBP Bounty Task: Retweet & Like Two GitHub repositories
https://www.reddit.com/r/BiblePay/comments/fa738m/2000_bbp_bounty_task_retweet_like_two_github/

=

NEWSLETTER

Previous Newsletter
https://medium.com/biblepay-news/biblepay-q4-updates-2019-october-november-december-ef80085d4b27

Sign up for Future Newsletters
https://www.biblepay.org/newsletter/
Pages: « 1 2 3 [4] 5 »  All
  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!