Pages:
Author

Topic: BiblePay | 10% to Orphan-Charity | RANDOMX MINING | Sanctuaries (Masternodes) - page 56. (Read 243376 times)

newbie
Activity: 60
Merit: 0
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=

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
full member
Activity: 1260
Merit: 115
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
full member
Activity: 1176
Merit: 111
My apologies to those running on the French pool (http://sunpool.whitewalr.us/stats   http://5.135.183.202/stats). Looks like the biblepayd wallet crashed about 8 hours ago. I just restarted it. I wish I could compensate miners for lost time, but I already net lost 350k (500k-150k) BBP on the pool, so I can only offer my apologies. Pool is back up now.
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
I'm attempting to withdraw some coins out of Tokok for the first time (about $200 worth),
They are stuck in "Pending approval" status the past ~30 minutes

"Notice
- Only after the withdrawal request pass the system audit will it be made successfully
- Withdrawal of some currencies requires manual review. Review Time: 9:30-02:00 (UTC+8)"

https://www.reddit.com/r/Nash/comments/c0rpql/anyone_ever_have_delays_withdrawing_from_tokok/

I will report back how it goes, looks like they'll be doing manually reviewing in an hour

UPDATE: An hour and a half after I posted this, All my withdrawals were approved, got emailed approval for each one

So I have deposits from Leopool going to TOKOK and they are not there.. Rogue sent me the list of deposits last night and they have not made it to the account. Are we sure that their wallet is in a good condition? How can we tell?

Appears that I have not been getting deposits to tokok since 11/28.. I just tried a manual one to see and waiting. Can anyone else try and make a deposit. Seems their wallet is hung

Tokok says a deposit will show up in 6 confirmations. If it is not, it is possible they are stuck on a daily superblock. If you look up your deposit address in chainz or explorer.biblepay.org and it shows up, then the exchange wallet may be experiencing delays or issues.

In my opinion they are indeed stuck since 11/28. I have logged a case with them, but if anyone else has more pull feel free to try. Thanks



Sorry guys, I have a Church commitment Friday with a pastor, and today I had to do something for the church.

I've been looking at this over the last couple hours.



full member
Activity: 1176
Merit: 111
Makes me wonder if 1.4.5.0 introduced any unintended consequences with daily superblock agreeing somehow...
https://github.com/biblepay/biblepay-evolution/commit/e4b139168d12bdc9538bb533df24d970335edc38

The daily superblock issues occurred some time after 1.4.5.0 so I am not confident that's the cause...
Still, I can't think of any big governance changes except that recently.

I'm attempting to withdraw some coins out of Tokok for the first time (about $200 worth),
They are stuck in "Pending approval" status the past ~30 minutes

"Notice
- Only after the withdrawal request pass the system audit will it be made successfully
- Withdrawal of some currencies requires manual review. Review Time: 9:30-02:00 (UTC+8)"

https://www.reddit.com/r/Nash/comments/c0rpql/anyone_ever_have_delays_withdrawing_from_tokok/

I will report back how it goes, looks like they'll be doing manually reviewing in an hour

UPDATE: An hour and a half after I posted this, All my withdrawals were approved, got emailed approval for each one

So I have deposits from Leopool going to TOKOK and they are not there.. Rogue sent me the list of deposits last night and they have not made it to the account. Are we sure that their wallet is in a good condition? How can we tell?

Appears that I have not been getting deposits to tokok since 11/28.. I just tried a manual one to see and waiting. Can anyone else try and make a deposit. Seems their wallet is hung

Tokok says a deposit will show up in 6 confirmations. If it is not, it is possible they are stuck on a daily superblock. If you look up your deposit address in chainz or explorer.biblepay.org and it shows up, then the exchange wallet may be experiencing delays or issues.

In my opinion they are indeed stuck since 11/28. I have logged a case with them, but if anyone else has more pull feel free to try. Thanks

newbie
Activity: 60
Merit: 0
I'm attempting to withdraw some coins out of Tokok for the first time (about $200 worth),
They are stuck in "Pending approval" status the past ~30 minutes

"Notice
- Only after the withdrawal request pass the system audit will it be made successfully
- Withdrawal of some currencies requires manual review. Review Time: 9:30-02:00 (UTC+8)"

https://www.reddit.com/r/Nash/comments/c0rpql/anyone_ever_have_delays_withdrawing_from_tokok/

I will report back how it goes, looks like they'll be doing manually reviewing in an hour

UPDATE: An hour and a half after I posted this, All my withdrawals were approved, got emailed approval for each one

So I have deposits from Leopool going to TOKOK and they are not there.. Rogue sent me the list of deposits last night and they have not made it to the account. Are we sure that their wallet is in a good condition? How can we tell?

Appears that I have not been getting deposits to tokok since 11/28.. I just tried a manual one to see and waiting. Can anyone else try and make a deposit. Seems their wallet is hung

Tokok says a deposit will show up in 6 confirmations. If it is not, it is possible they are stuck on a daily superblock. If you look up your deposit address in chainz or explorer.biblepay.org and it shows up, then the exchange wallet may be experiencing delays or issues.

In my opinion they are indeed stuck since 11/28. I have logged a case with them, but if anyone else has more pull feel free to try. Thanks
full member
Activity: 1176
Merit: 111
I'm attempting to withdraw some coins out of Tokok for the first time (about $200 worth),
They are stuck in "Pending approval" status the past ~30 minutes

"Notice
- Only after the withdrawal request pass the system audit will it be made successfully
- Withdrawal of some currencies requires manual review. Review Time: 9:30-02:00 (UTC+8)"

https://www.reddit.com/r/Nash/comments/c0rpql/anyone_ever_have_delays_withdrawing_from_tokok/

I will report back how it goes, looks like they'll be doing manually reviewing in an hour

UPDATE: An hour and a half after I posted this, All my withdrawals were approved, got emailed approval for each one

So I have deposits from Leopool going to TOKOK and they are not there.. Rogue sent me the list of deposits last night and they have not made it to the account. Are we sure that their wallet is in a good condition? How can we tell?

Appears that I have not been getting deposits to tokok since 11/28.. I just tried a manual one to see and waiting. Can anyone else try and make a deposit. Seems their wallet is hung

Tokok says a deposit will show up in 6 confirmations. If it is not, it is possible they are stuck on a daily superblock. If you look up your deposit address in chainz or explorer.biblepay.org and it shows up, then the exchange wallet may be experiencing delays or issues.
full member
Activity: 1176
Merit: 111
https://cryptobriefing.com/monero-penalizes-gpu-mining-randomx/

RandomX is the result of that decision. The Proof-of-Work algorithm uses random code execution and memory-intensive techniques to discourage the development of ASICs. Its introduction renders all existing CryptoNight ASICs obsolete, while the added complexity aims to make the development of new machines both expensive and ineffective.

ASIC miners are not the only ones affected by the upgrade, however. The new algorithm is specifically optimized for CPUs, significantly penalizing GPU miners who wish to mine Monero.
newbie
Activity: 60
Merit: 0
I'm attempting to withdraw some coins out of Tokok for the first time (about $200 worth),
They are stuck in "Pending approval" status the past ~30 minutes

"Notice
- Only after the withdrawal request pass the system audit will it be made successfully
- Withdrawal of some currencies requires manual review. Review Time: 9:30-02:00 (UTC+8)"

https://www.reddit.com/r/Nash/comments/c0rpql/anyone_ever_have_delays_withdrawing_from_tokok/

I will report back how it goes, looks like they'll be doing manually reviewing in an hour

UPDATE: An hour and a half after I posted this, All my withdrawals were approved, got emailed approval for each one

So I have deposits from Leopool going to TOKOK and they are not there.. Rogue sent me the list of deposits last night and they have not made it to the account. Are we sure that their wallet is in a good condition? How can we tell?

Appears that I have not been getting deposits to tokok since 11/28.. I just tried a manual one to see and waiting. Can anyone else try and make a deposit. Seems their wallet is hung
MIP
newbie
Activity: 362
Merit: 0
Technical question in Linux:
How do I compile with all libraries statically included to wallet binaries ?
Right now, many libraries are dynamically included, this means I need to install them on the Linux station.

I've not done it before, but perhaps this link is helpful to you?

Dash not buildable with -static under debian
https://github.com/dashpay/dash/issues/437

I don't know if this applies to Dash, but I can run Biblepay's linux binaries in a brand new VPS without having to install anything.
All the library code is supposed to be built in the depends system then statically linked by default.

If you think this is not the case, please detail how you are compilling those binaries (ie which how is your process step by step)
full member
Activity: 1176
Merit: 111
Technical question in Linux:
How do I compile with all libraries statically included to wallet binaries ?
Right now, many libraries are dynamically included, this means I need to install them on the Linux station.

I've not done it before, but perhaps this link is helpful to you?

Dash not buildable with -static under debian
https://github.com/dashpay/dash/issues/437
full member
Activity: 1176
Merit: 111
I'm attempting to withdraw some coins out of Tokok for the first time (about $200 worth),
They are stuck in "Pending approval" status the past ~30 minutes

"Notice
- Only after the withdrawal request pass the system audit will it be made successfully
- Withdrawal of some currencies requires manual review. Review Time: 9:30-02:00 (UTC+8)"

https://www.reddit.com/r/Nash/comments/c0rpql/anyone_ever_have_delays_withdrawing_from_tokok/

I will report back how it goes, looks like they'll be doing manually reviewing in an hour

UPDATE: An hour and a half after I posted this, All my withdrawals were approved, got emailed approval for each one

Chainz is stuck on 161150 (daily superblock). Makes you wonder if other wallets are in a similar state.
newbie
Activity: 164
Merit: 0
Technical question in Linux:
How do I compile with all libraries statically included to wallet binaries ?
Right now, many libraries are dynamically included, this means I need to install them on the Linux station.
full member
Activity: 1260
Merit: 115
I'm attempting to withdraw some coins out of Tokok for the first time (about $200 worth),
They are stuck in "Pending approval" status the past ~30 minutes

"Notice
- Only after the withdrawal request pass the system audit will it be made successfully
- Withdrawal of some currencies requires manual review. Review Time: 9:30-02:00 (UTC+8)"

https://www.reddit.com/r/Nash/comments/c0rpql/anyone_ever_have_delays_withdrawing_from_tokok/

I will report back how it goes, looks like they'll be doing manually reviewing in an hour

UPDATE: An hour and a half after I posted this, All my withdrawals were approved, got emailed approval for each one
full member
Activity: 1260
Merit: 115
I forgot to mention, I was messaged by Needycoin over DMs on Discord,
he said that he will be delisting us from Needyex in a a week (this was on Wednesday)
He mentioned only 2 users signed up accounts and deposited BBP (me and another person)
He thanked us for the advertising and he sent back the deposited coins (I asked him to keep mine, he donated them to the charity foundation address)

I removed Needyex from our Website, Reddit and Discord,
and I have an updated ANN: https://bitcointalksearch.org/topic/biblepay-bbp-10-charity-powpos-cpu-only-masternode-no-premine-5067231
- removed Needyex
- changed "Outdated" to "Being Updated" for Whitepaper link
- added mining pools
- added Dynamic Whale Staking
newbie
Activity: 60
Merit: 0
Does anyone know what "not yet redeemed" means when looking in the explorer??  Is there something going on that is keeping transactions from getting to various wallets? I have never seen this before and these are from transactions a few days ago. Thoughts?

Here is a link with an example
https://chainz.cryptoid.info/bbp/tx.dws?1178539.htm

Update : These seem to be from LEO pool.
full member
Activity: 1176
Merit: 111
To my knowledge we are still seeking 11 poom sponsorships for Cameroon-one (as our current children expire at the end of the year).

Please notify me or post here if you plan on sponsoring any of these children, otherwise I will sponsor these 11 on December 15th.

Also, note :  We will be in need of 21 sponsors for Kairos towards the end of the year - but - we cannot focus on this until after December 25th, because Kairos' go-live date will be as of our mandatory upgrade.  (Kairos has a lower monthly cost:  $25 per month.  Cameroon-One is $40 per month).

I sponsored 5 more for CameroonONE. It'd be great if more individuals could sponsor. There is currently just two IDs that are currently sponsoring. Distribute the burden and decentralize the sponsoring effort.

> What is DAC? Decentralized Autonomous Charity?
> Decentralized Autonomous Community?

If the BBP address is either hard coded or as a spork, how would this work in a decentralized fashion? I'd prefer a gatekeeper to determine which charities can join and be vetted as legitimate and efficient. Were you envisioning that charities could join autonomously by proposal and net yes vote by the sanctuaries (masternodes)?
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
To my knowledge we are still seeking 11 poom sponsorships for Cameroon-one (as our current children expire at the end of the year).

Please notify me or post here if you plan on sponsoring any of these children, otherwise I will sponsor these 11 on December 15th.

Also, note :  We will be in need of 21 sponsors for Kairos towards the end of the year - but - we cannot focus on this until after December 25th, because Kairos' go-live date will be as of our mandatory upgrade.  (Kairos has a lower monthly cost:  $25 per month.  Cameroon-One is $40 per month).




full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
** DETERMINISTIC SANCTUARIES, PRE-ANNOUNCEMENT DEADLINE WARNING **

When we cut over to Evolution at block 123,000 in June 2019 we had a detailed plan in place to transition to deterministic sanctuaries by September (this was primarily set to transition to our new codebase which is running testnet, with a proposed ETA of December 25th, 2019).

During the transition steps we ran into a few minor challenges.  One being GIN went out of business.  Another being Satoshi Solutions is going through restructuring.  Finally Apollon does not yet fully support deterministic BBP sanctuaries, and after communicating with them it appears they will not make the deadline of Dec 25th. 

Since then however we had the positive change of supporting non-standard ports, meaning any of our sanctuary owners can now utilize a VM more efficiently. 

In light of the roadblocks being lifted, I recommend that we keep our proposed Dec 25th rollout date.
This means that all sanctuaries who are still running in 'legacy mode' (IE non-deterministic), will need to upgrade to deterministic before Dec 25th.

I'll make another announcement as we wind up testing in the testnet branch (as we need to give a wide notice to SX and Tokok of our intentions).

Also, over the next few days I will be testing deterministic Prod sancs against our testnet branch.  We need to verify our mining against prod and our GSCs against prod from testnet.

full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
CryptoBridge is shutting down,
they closed all their social media accounts (Discord, Twitter, etc)

Notice: https://crypto-bridge.org/

They never replied to our discord message or email about getting a refund...
Its been 3 weeks ignored on Discord, 2 weeks ignored by email

Is there legal action we can take? Is it worth the time?

This is the company behind them:

Liquidblocks ApS
Gl. Kongevej 60
1850 Frederiksberg

Denmark

CVR: 39950030

www.liquid-blocks.com
[email protected]

What a shame.  Another 1 btc down the toilet.

Pages:
Jump to: