Author

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

full member
Activity: 574
Merit: 104
With the next mandatory,  is there going to be another poll on the staking requirement?

Or is everyone happy with how things are currently?

Staking @ 20BBP / RAC is good in general.

I would like to see an exception for small users / new comers up to 500 RAC maxi - where they would have to stake only 1 BBP
This would make it easy to get newcomers onboard.
The more users / supporters / followers we bring in - the better will be the prospects for BBP.

IMO: making multiple accts that have to stay below 500RAC is just not worth the effort - so would not be a workaround to avoid staking.

PM
 


Just a note, people can mine on ARM mobile devices for no stake. Also, there is the option for people to use the community developed PoDC pool

https://www.bbppool.com

I have not used it myself.

I think that the bbppool is a potentially awesome addition to our project Smiley It should give newcomers the ability to build up enough bbp so they can stake on their own without having to infest a lot of money from the get go.

This pool also releases me of the concerns I had with the 20BBP/RAC maybe being too high for newcomers. If it gets out of beta and proves to be fraud resistant, I think it could help us grow Smiley
full member
Activity: 364
Merit: 102
With the next mandatory,  is there going to be another poll on the staking requirement?

Or is everyone happy with how things are currently?

Staking @ 20BBP / RAC is good in general.

I would like to see an exception for small users / new comers up to 500 RAC maxi - where they would have to stake only 1 BBP
This would make it easy to get newcomers onboard.
The more users / supporters / followers we bring in - the better will be the prospects for BBP.

IMO: making multiple accts that have to stay below 500RAC is just not worth the effort - so would not be a workaround to avoid staking.

PM
 


Just a note, people can mine on ARM mobile devices for no stake. Also, there is the option for people to use the community developed PoDC pool

https://www.bbppool.com

I have not used it myself.
newbie
Activity: 75
Merit: 0
With the next mandatory,  is there going to be another poll on the staking requirement?

Or is everyone happy with how things are currently?

Staking @ 20BBP / RAC is good in general.

I would like to see an exception for small users / new comers up to 500 RAC maxi - where they would have to stake only 1 BBP
This would make it easy to get newcomers onboard.
The more users / supporters / followers we bring in - the better will be the prospects for BBP.

IMO: making multiple accts that have to stay below 500RAC is just not worth the effort - so would not be a workaround to avoid staking.

PM
 
newbie
Activity: 4
Merit: 0
With the next mandatory,  is there going to be another poll on the staking requirement?

Or is everyone happy with how things are currently?

No everyone. But last poll showed that majority is happy. And its showing it was a great move in general. Its not possible and completely not good for the stability of the coin to have poll for the same thing more time in short time period. In my opinion staking system was good choice and Im happy we have it.

Of course the staking system is a wonderful choice mate
newbie
Activity: 267
Merit: 0
With the next mandatory,  is there going to be another poll on the staking requirement?

Or is everyone happy with how things are currently?

No everyone. But last poll showed that majority is happy. And its showing it was a great move in general. Its not possible and completely not good for the stability of the coin to have poll for the same thing more time in short time period. In my opinion staking system was good choice and Im happy we have it.
full member
Activity: 770
Merit: 100
With the next mandatory,  is there going to be another poll on the staking requirement?

Or is everyone happy with how things are currently?
it looks that our option 20bbp/1rac was/is optimal
full member
Activity: 364
Merit: 102
With the next mandatory,  is there going to be another poll on the staking requirement?

Or is everyone happy with how things are currently?
I like how Sanctuaries + PoDC is locking up over 75% of our circulation. And the current stake seems to be working fine.

There is also the option for newbies to use the community developed PoDC pool

https://www.bbppool.com

I think it's still in beta
jr. member
Activity: 490
Merit: 4
With the next mandatory,  is there going to be another poll on the staking requirement?

Or is everyone happy with how things are currently?
full member
Activity: 1260
Merit: 115
I contacted CoinMarketCap and requested them to add this information:

1. Max Supply:
5,200,000,000 BBP
ANN Thread - "TOTAL CIRCULATION: 5.2 BILLION BY 2050"
https://bitcointalksearch.org/topic/biblepay-new-coin-launch-official-thread-2042657

2. Message Board:
Message Board - http://forum.biblepay.org
 
3. Explorers:
Explorer - http://explorer.biblepay.org
Explorer 2 - https://explorer.biblepay-central.org/
Explorer 3 - https://explorebiblepay.com/

4. Chat:
Chat - https://discordapp.com/invite/yWgbKdM
full member
Activity: 1260
Merit: 115
New Block Explorer is up!

http://explorer.biblepay.org/

- upgraded from 2 CPU to 4 CPU
- setup nginx port 80 forwarding
- cron command to start BiblePay daemon every 1 minute
- cron command and bash script to restart indexing if its complete every 2 minutes

Thank you Licht and Noxpost for the help! and thank you Rob for the DNS update!

I posted all the notes publicly on the iquidus explore guide on Reddit:
https://www.reddit.com/r/BiblePay/comments/7elm7r/iquidus_block_explorer_guide/
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
Hello,

I'm trying to withdraw from pool.biblepay.org but it responds the following.

Sorry, Invalid Destination Address (Code: 65002)

Is there any problem with the pool?

It also shows the same PCs as working and missing...

Thanks in advance

Its up now Smiley.

jr. member
Activity: 235
Merit: 3
Looks like you can put daemon=1 and txindex=1 in ~/.biblepaycore/biblepay.conf file
I think forever is nodejs only, I just tested using a crontab to run biblepayd every minute, and it works!

Sweet! I don't have any experience with forever and don't know nodejs very well (I work in a very different tech stack), but I'm glad you got it working with option #2 Smiley
full member
Activity: 1260
Merit: 115
Looks like you can put daemon=1 and txindex=1 in ~/.biblepaycore/biblepay.conf file
I think forever is nodejs only, I just tested using a crontab to run biblepayd every minute, and it works!
jr. member
Activity: 235
Merit: 3
seems like BiblePay crashes randomly every few weeks,
(Anyone know how I can automate it to restart Biblepay if BiblePay crashes and to delete the explorer/tmp/index.pid file as well?)
This is a bit "rough" in that I should have parameterized the working directory, or at least made it a variable, but here you go:

#!/bin/bash
fname="/home/biblepay/explorer/tmp/index.pid"
if [[ -f "$fname" ]];
then
        pid=$(        echo $pid
        ps -p $pid > /dev/null
        r=$?
        echo $r
        if [ $r -eq 0 ]; then
                exit 1
        else
                rm $fname
        fi
fi


I added this to crontab to run periodically. In cases where the index.pid is still there but the process is gone, it simply removes the index.pid file. Hope this helps.

I dont know bash at all (nor do I barely know any linux haha), but just to be sure I understand:

-f is checking if the file exists
index.pid is the indexing lock file with its process ID number inside of it
ps -p checks if the process is running
$? is the value of the last output that ran and since the previous value is going to dev/null, its the exit code status
"0 for successful executions and 1 or higher for failed executions."
and so if the process is still running, the bash script just exits, otherwise the process is done and the index.pid file gets removed

COOL!

So looks like the file doesnt need a .sh extension, if you have "#!/bin/bash" at the top then linux knows its a bash script
chmod +x to set it as executable

===

Also I successfully used nginx to forward nodejs port 3001 to port 80
https://eladnava.com/binding-nodejs-port-80-using-nginx/

===

Now I just need to figure out how to restart biblepayd if it crashes, systemd seemed a little complicated,
I may just use an infinite while loop bash script LOL

Have you considered using forever on biblepayd? Just like you can use "forever start bin/cluster" from your iquidus directory to keep the explorer running... I haven't tried that but I'd assume it would work. Just have to figure out pushing parameters to it. If you don't do that, then a crontab job that tries to kick it off periodically. If biblepayd is running the job will fail because it can't get a lock on the directory, I believe, so that would probably be a low risk option
full member
Activity: 364
Merit: 102
New BiblePay News Article:
"Charity Profile: BLOOM"

https://medium.com/biblepay-news/charity-profile-bloom-9c968e92a45a


Additionally, I started a Steemit account. I will mirror the articles that I post on Medium to the Steemit account to try to reach a wide audience as possible.
https://steemit.com/@biblepay

Please let me know if you have any article ideas, or if you want to write something for BiblePay news.
Suggestions always welcome!
 
sr. member
Activity: 258
Merit: 250
Guys, Yobit haven't reacted/responded to paid premium add coin request for almost three weeks (although BBP should have been added in 4-7 days since the request) so I canceled this effort with Yobit as I don't consider this exchange useful and trustworthy anymore. Let's look elsewhere.
full member
Activity: 1260
Merit: 115
seems like BiblePay crashes randomly every few weeks,
(Anyone know how I can automate it to restart Biblepay if BiblePay crashes and to delete the explorer/tmp/index.pid file as well?)
This is a bit "rough" in that I should have parameterized the working directory, or at least made it a variable, but here you go:

#!/bin/bash
fname="/home/biblepay/explorer/tmp/index.pid"
if [[ -f "$fname" ]];
then
        pid=$(        echo $pid
        ps -p $pid > /dev/null
        r=$?
        echo $r
        if [ $r -eq 0 ]; then
                exit 1
        else
                rm $fname
        fi
fi


I added this to crontab to run periodically. In cases where the index.pid is still there but the process is gone, it simply removes the index.pid file. Hope this helps.

I dont know bash at all (nor do I barely know any linux haha), but just to be sure I understand:

-f is checking if the file exists
index.pid is the indexing lock file with its process ID number inside of it
ps -p checks if the process is running
$? is the value of the last output that ran and since the previous value is going to dev/null, its the exit code status
"0 for successful executions and 1 or higher for failed executions."
and so if the process is still running, the bash script just exits, otherwise the process is done and the index.pid file gets removed

COOL!

So looks like the file doesnt need a .sh extension, if you have "#!/bin/bash" at the top then linux knows its a bash script
chmod +x to set it as executable

===

Also I successfully used nginx to forward nodejs port 3001 to port 80
https://eladnava.com/binding-nodejs-port-80-using-nginx/

===

Now I just need to figure out how to restart biblepayd if it crashes, systemd seemed a little complicated,
I may just use an infinite while loop bash script LOL
newbie
Activity: 52
Merit: 0
Hello,

I'm trying to withdraw from pool.biblepay.org but it responds the following.

Sorry, Invalid Destination Address (Code: 65002)

Is there any problem with the pool?

It also shows the same PCs as working and missing...

Thanks in advance
MIP
newbie
Activity: 362
Merit: 0
Hi all,

I have the task of working on my explorer this weekend. Don't know why the indexing is making such problems there.
I will try to setup the explorer from zero an again, maybe this fixes the problems Smiley

Remember we need the getuxos API patch for iquidus, for the mobile wallets paper key import feature to work.
jr. member
Activity: 219
Merit: 3
Hi all,

I have the task of working on my explorer this weekend. Don't know why the indexing is making such problems there.
I will try to setup the explorer from zero an again, maybe this fixes the problems Smiley
Jump to: