Bitcoin Forum
May 17, 2024, 06:09:49 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 470 ... 844 »
  Print  
Author Topic: BiblePay | 10% to Orphan-Charity | RANDOMX MINING | Sanctuaries (Masternodes)  (Read 243154 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.)
togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
June 26, 2018, 08:52:14 PM
 #8381

Downtherabbithole, What kind of computer are you using?
Windows? Linux? Mac?

Join the Discord chat room so we can help you live?
https://discordapp.com/invite/yWgbKdM

togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
June 26, 2018, 08:55:04 PM
Last edit: June 26, 2018, 10:03:18 PM by togoshigekata
 #8382

https://coinmarketcap.com/currencies/biblepay/   is bug ... Circulating Supply is stuck on same value

I contacted them about this already, they didnt change it, sent another request couple days ago

I hope all is well Licht

thesnat21
Jr. Member
*
Offline Offline

Activity: 490
Merit: 4


View Profile WWW
June 26, 2018, 08:55:18 PM
 #8383

Funny on the blockchain...

Folks, please remember that your messages are saved forever on the chain!
Thankfully only one had foul language.. will skip that, but here are some of my favorites Smiley


Code:
"(08-06-2017 11:07:12)": "h e y d o e s t h i s w o r k ? "
"(09-07-2017 20:48:11)": "BBP = Smiles "
"(11-20-2017 01:59:54)": "test can this message be seen???? "

"(01-21-2018 23:07:43)": "Developing the Future!  Thank you! "
"(01-22-2018 14:02:02)": "Small gift for King Alex "
"(01-31-2018 15:55:07)": "Liquidity Injection from Rob "
"(02-24-2018 19:25:52)": "from purepool with love "
"(04-17-2018 18:02:49)": "Anonymous Tip to a good person "
"(05-06-2018 20:58:59)": "This is the message to be sent for fun "

zthomasz
Member
**
Offline Offline

Activity: 489
Merit: 12


View Profile
June 26, 2018, 09:09:36 PM
 #8384

"Facebook To Allow Ads For Cryptocurrencies, Maintains Ban on ICOs" - ZeroHedge

Five months after banning a number of ads on its social network, Facebook has updated its "prohibited products and services policy" allowing crypotcurrencies to once again be advertised (but not ICOs or binary options).

Facebook's Product Management Director, Rob Leatham explains:

    "In January, we announced a new policy to “prohibit ads that promote financial products and services that are frequently associated with misleading or deceptive promotional practices, such as binary options, initial coin offerings and cryptocurrency.” At the time we also made clear that “this policy is intentionally broad while we work to better detect deceptive and misleading advertising practices... We will revisit this policy and how we enforce it as our signals improve.”

    In the last few months, we’ve looked at the best way to refine this policy — to allow some ads while also working to ensure that they’re safe. So starting June 26, we’ll be updating our policy to allow ads that promote cryptocurrency and related content from pre-approved advertisers. But we’ll continue to prohibit ads that promote binary options and initial coin offerings.

    Advertisers wanting to run ads for cryptocurrency products and services must submit an application to help us assess their eligibility
— including any licenses they have obtained, whether they are traded on a public stock exchange, and other relevant public background on their business. Given these restrictions, not everyone who wants to advertise will be able to do so. But we’ll listen to feedback, look at how well this policy works and continue to study this technology so that, if necessary, we can revise it over time.

    It’s important that we continue to help prevent or remove misleading advertising for these products and services. So please continue to report content that violates our Advertising Policies by selecting “report ad” in the upper right-hand corner of any advertisement."


togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
June 26, 2018, 10:02:44 PM
Last edit: June 27, 2018, 01:27:02 AM by togoshigekata
 #8385

My masternode (sanctuary) also crashed recently,
nothing stood out in the debug.log

I ended up deciding to use crontab to run BiblePay every 12 hours
(if BiblePay is already running, the new attempt to run it detects lock and fails/exits)

Code:
sudo crontab -e
0 */12 * * * /home/biblepay/src/biblepayd > /dev/null 2>&1

biblepay.conf already has dameon=1 in it, so no need to pass any parameters

Im wondering if I should start enabling all the debug flags so I can try to catch any problems?
is the only concern that my debug.log would fill up a lot faster? (I could have a weekly log file reset script)

Just curious, Do exchanges auto restart wallets if they crash?

Downtherabbithole
Jr. Member
*
Offline Offline

Activity: 68
Merit: 1


View Profile
June 27, 2018, 12:35:32 AM
 #8386

Downtherabbithole, What kind of computer are you using?
Windows? Linux? Mac?

Join the Discord chat room so we can help you live?
https://discordapp.com/invite/yWgbKdM

Im using a windows laptop and i downloaded the 32 bit wallet for windows. I joined discord but its pretty empty. Should i just d ownliad tge wallwt on a seperate computer and replace the new wallet.dat file with my original?
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 27, 2018, 03:22:46 AM
 #8387

My masternode (sanctuary) also crashed recently,
nothing stood out in the debug.log

I ended up deciding to use crontab to run BiblePay every 12 hours
(if BiblePay is already running, the new attempt to run it detects lock and fails/exits)

Code:
sudo crontab -e
0 */12 * * * /home/biblepay/src/biblepayd > /dev/null 2>&1

biblepay.conf already has dameon=1 in it, so no need to pass any parameters

Im wondering if I should start enabling all the debug flags so I can try to catch any problems?
is the only concern that my debug.log would fill up a lot faster? (I could have a weekly log file reset script)

Just curious, Do exchanges auto restart wallets if they crash?

I think *some* do, I noticed southxchange monitors the daemon and has a status in the Wallets page.  However C-cex I believe goes down, as I usually have to skype him to bring it back up.  The last two superblocks where we had the large log, ccex went down and I heard about a user trying to send a deposit and it wasnt credited.

I guess we have to deal with this issue hopefully just this last time on Thursday...

Great job on the crontab.


🕇 BiblePay 🕇
🕇  Announcement | ForumSlackDiscordRedditTwitter | SouthXChange  🕇
🕇 A Christian cryptocurrency | Supporting orphans through a decentralized autonomous charity 🕇
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 27, 2018, 03:25:27 AM
 #8388

** CRITICAL PROPOSAL TASK **



Hey all, we were overbudget by ~200K on this months coming superblock, so something had to be done as all the proposals look pretty important.

So the compassion proposal was re-entered 200K lower (for 7.8 Million)..


It isn't ready to vote this second (as the chain has to move 6 more confirms), but please keep an eye on it, and Please vote for it by tomorrow!

After this, our expense should be within budget.



Thanks!

Rob

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

Activity: 574
Merit: 104



View Profile
June 27, 2018, 09:11:31 AM
 #8389

** CRITICAL PROPOSAL TASK **



Hey all, we were overbudget by ~200K on this months coming superblock, so something had to be done as all the proposals look pretty important.

So the compassion proposal was re-entered 200K lower (for 7.8 Million)..

It isn't ready to vote this second (as the chain has to move 6 more confirms), but please keep an eye on it, and Please vote for it by tomorrow!

After this, our expense should be within budget.

Thanks!

Rob

Thanks for fixing this Rob Smiley Please all Sanctuary owners: vote on this proposal ASAP since it is the most important proposal in the list.

I think it's very sad that the Compassion Proposal has to suffer because we're over budget. I try to be very conscious of the proposals that are already on the table and try not to jeopardize those that have been submitted before me and have a big majority of 'yes' votes. Of course, there is no sure outcome on any proposal until the very end, but I try to make an educated guess.

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

Activity: 462
Merit: 103


View Profile
June 27, 2018, 04:43:41 PM
 #8390

It's good that we applied in time and already paid to CryptoBridge!

From their Discord:

Quote
Effective immediately, we are raising prices to 2 BTC (normal listing) and 6 BTC (fast-track listing). The reason for this is the constant fall in BTC/USD exchange rate. Our costs are solely in USD. All existing listing entries will continue to enjoy the 'old' prices.
togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
June 27, 2018, 10:42:57 PM
 #8391

Stratis Sidechains Alpha

https://stratisplatform.com/2018/06/27/stratis-sidechains-alpha-release/

afeno
Jr. Member
*
Offline Offline

Activity: 175
Merit: 1


View Profile
June 27, 2018, 10:44:47 PM
 #8392

Does anybody know when the next mandatory release is coming? If I remember well it is supposed to happen soon.
togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
June 27, 2018, 10:59:15 PM
Last edit: June 27, 2018, 11:22:01 PM by togoshigekata
 #8393

Does anybody know when the next mandatory release is coming? If I remember well it is supposed to happen soon.

Rob pls regarding the mandatory update what is the date planned for update?

The Status is generally good, I suppose I would give it an 80% tested rate, however there are a couple small but important things that need more testing.
So in general, I feel that we do not have enough lead time to make the 6-27 (monthly superblock deadline) to rush a release out.

However I think we will be wrapped up within 14 days.  This gives us a chance to get in any last minute changes also.  It will probably be released around July 14th.

I know CryptoBridge is waiting, so during the next release we will need to start using the Github releases feature also.
(This allows bots to see that we released a new mandatory upgrade).

Testnet Testing Thread:
https://forum.biblepay.org/index.php?topic=190.0

togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
June 27, 2018, 11:40:51 PM
Last edit: June 28, 2018, 12:09:58 AM by togoshigekata
 #8394

https://coinmarketcap.com/currencies/biblepay/   is bug ... Circulating Supply is stuck on same value

I contacted them about this already, they didnt change it, sent another request couple days ago

I hope all is well Licht

CoinMarketCap Circulating Supply is Updated:
https://coinmarketcap.com/currencies/biblepay/
 
I am now the main block explorer, I will do my best to keep it running

If anyone is ever interested in setting up a block explorer, here are my notes:
https://www.reddit.com/r/BiblePay/comments/7elm7r/iquidus_block_explorer_guide/

thesnat21
Jr. Member
*
Offline Offline

Activity: 490
Merit: 4


View Profile WWW
June 28, 2018, 12:47:50 AM
Last edit: June 28, 2018, 01:02:19 AM by thesnat21
 #8395

Seems there are some folks making the most of the coin..

CPID: 0504c91dac5d2c4156d2a2dd992bcc8f 32 Blocks ( 15% of 206 blocks) 14959.71883359 bbp earned  Subsidy: 14944
CPID: ce2a54170bfbb9d6354909c801c3f053 32 Blocks ( 15% of 206 blocks) 14886.6996555 bbp earned  Subsidy: 14871
CPID: 6d3cf73125be19efe95f073575990d70 14 Blocks ( 6% of 206 blocks) 6656.12902918 bbp earned  Subsidy: 6647

15% is the highest i've seen thus far. (this is top 3 from the last days worth of blocks)

I almost wonder if #1/#2 are the same person (2 separate CPID's, but similar patterns low RAC consistently low stake)

For perspective, purepool is currently mining 14% of blocks

Edit:  perhaps their selling is a blessing to keep volume up?  but would explain some of the price drops lately
togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
June 28, 2018, 01:02:24 AM
 #8396

Seems there are some folks making the most of the coin..

CPID: 0504c91dac5d2c4156d2a2dd992bcc8f 32 Blocks ( 15% of 206 blocks) 14959.71883359 bbp earned  Subsidy: 14944
CPID: ce2a54170bfbb9d6354909c801c3f053 32 Blocks ( 15% of 206 blocks) 14886.6996555 bbp earned  Subsidy: 14871
CPID: 6d3cf73125be19efe95f073575990d70 14 Blocks ( 6% of 206 blocks) 6656.12902918 bbp earned  Subsidy: 6647

15% is the highest i've seen thus far. (this is top 3 from the last days worth of blocks)

I almost wonder if #1/#2 are the same person (2 separate CPID's, but similar patterns low RAC consistently low stake)

For perspective, purepool is currently mining 14% of blocks

Is this from Proof of Work (PoW (Heat)) Mining?

Isnt heat mining a bit more dangerous because you have to copy your same wallet.dat to all your machines?
(and then you have to set utxooverride=-1 on all the additional PoW miners so they do not send PODC Updates)
(because in order to PoW mine you still have to do a little Proof of Distributed Computing (PODC (Research)) mining)

==

Rosetta@Home is dominated by BBP and Onii-chan
https://boinc.bakerlab.org/rosetta/team_members.php?teamid=15044&sort_by=expavg_credit&offset=0

thesnat21
Jr. Member
*
Offline Offline

Activity: 490
Merit: 4


View Profile WWW
June 28, 2018, 01:12:30 AM
 #8397

Seems there are some folks making the most of the coin..

CPID: 0504c91dac5d2c4156d2a2dd992bcc8f 32 Blocks ( 15% of 206 blocks) 14959.71883359 bbp earned  Subsidy: 14944
CPID: ce2a54170bfbb9d6354909c801c3f053 32 Blocks ( 15% of 206 blocks) 14886.6996555 bbp earned  Subsidy: 14871
CPID: 6d3cf73125be19efe95f073575990d70 14 Blocks ( 6% of 206 blocks) 6656.12902918 bbp earned  Subsidy: 6647

15% is the highest i've seen thus far. (this is top 3 from the last days worth of blocks)

I almost wonder if #1/#2 are the same person (2 separate CPID's, but similar patterns low RAC consistently low stake)

For perspective, purepool is currently mining 14% of blocks

Is this from Proof of Work (PoW (Heat)) Mining?

Isnt heat mining a bit more dangerous because you have to copy your same wallet.dat to all your machines?
(and then you have to set utxooverride=-1 on all the additional PoW miners so they do not send PODC Updates)
(because in order to PoW mine you still have to do a little Proof of Distributed Computing (PODC (Research)) mining)

==

Rosetta@Home is dominated by BBP and Onii-chan
https://boinc.bakerlab.org/rosetta/team_members.php?teamid=15044&sort_by=expavg_credit&offset=0

Yes POBH/Heat Mining..

In theory it is, but someone who has a large mining farm and idle cpu's isn't in much danger.. the fact that they empty the wallets routinely helps (utxo doesn't seem to go above 5-6k).

but really, if you own the heat-mining,  you can affect the network negatively.  I won't assume ill intentions, but when the superblock hits and all POBH mining is in backup mode,  this could lead to trouble.

I wonder if this is why there were so many orphan blocks/mini splits last time?
togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
June 28, 2018, 02:54:59 AM
Last edit: June 28, 2018, 03:17:54 AM by togoshigekata
 #8398

Do we have step by step instructions to Mobile Phone mine?

"I search coin with mining use only smartphone"
https://bitcointalk.org/index.php?topic=4489221.0

I was going to tell this person about BiblePay, but realized I could not find steps

Does this look right?

===

BiblePay Smartphone Mining Guide (Android Only):

1. Register account on Rosetta@home
https://boinc.bakerlab.org/rosetta/create_account_form.php

2. Install BOINC app and add Rosetta project
https://play.google.com/store/apps/details?id=edu.berkeley.boinc

3. Install Biblepay Wallet app
https://play.google.com/store/apps/details?id=com.biblepaywallet

==

UNBANKED
(no coins required for staking, but account can only mine on smartphones, cant mine with PC)

4. Register on Pool as Unbanked (No Staking Required)
Slide 42 - https://drive.google.com/file/d/1j23cjOYpBH-9XpBSOtjyxbDYS9Vmjtak/view

==

NOT UNBANKED
(staking required, 1-20 BBP coins for each 1 RAC of Rosetta must be present in your wallet to receive research rewards)

4. Add Rosetta account to Wallet, "Distributed Computing" tab
4. a. Get/Buy BBP coins and Send to Wallet for Staking
https://www.reddit.com/r/BiblePay/comments/7nevdg/how_to_get_biblepay_bbp_coins/

==

NOTE: BOINC only runs when phone is connected to a charger

jaapgvk
Full Member
***
Offline Offline

Activity: 574
Merit: 104



View Profile
June 28, 2018, 05:23:06 AM
 #8399

Do we have step by step instructions to Mobile Phone mine?

"I search coin with mining use only smartphone"
https://bitcointalk.org/index.php?topic=4489221.0

I was going to tell this person about BiblePay, but realized I could not find steps

Does this look right?

===

BiblePay Smartphone Mining Guide (Android Only):

1. Register account on Rosetta@home
https://boinc.bakerlab.org/rosetta/create_account_form.php

2. Install BOINC app and add Rosetta project
https://play.google.com/store/apps/details?id=edu.berkeley.boinc

3. Install Biblepay Wallet app
https://play.google.com/store/apps/details?id=com.biblepaywallet

==

UNBANKED
(no coins required for staking, but account can only mine on smartphones, cant mine with PC)

4. Register on Pool as Unbanked (No Staking Required)
Slide 42 - https://drive.google.com/file/d/1j23cjOYpBH-9XpBSOtjyxbDYS9Vmjtak/view

==

NOT UNBANKED
(staking required, 1-20 BBP coins for each 1 RAC of Rosetta must be present in your wallet to receive research rewards)

4. Add Rosetta account to Wallet, "Distributed Computing" tab
4. a. Get/Buy BBP coins and Send to Wallet for Staking
https://www.reddit.com/r/BiblePay/comments/7nevdg/how_to_get_biblepay_bbp_coins/

==

NOTE: BOINC only runs when phone is connected to a charger

Seems right. Of course, when you only want to mine with your phone, you're definitely going to use unbanked-mining.

You can find a guide in the powerpoint I made some time ago (there wasn't a mobile wallet then, but for the rest the guide is fine):
https://pool.biblepay.org/Media/Biblepay-General%20Information.pptx

There will also be a guide on the new website (which will hopefully be online in the next couple of days. And I've also asked Licht to add smartphone mining to his guides (copying my guides).

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

Activity: 1260
Merit: 115



View Profile
June 28, 2018, 07:49:54 AM
 #8400

"Coinbase buys Earn.com and makes CEO Balaji Srinivasan its first CTO" (April 16th)
https://techcrunch.com/2018/04/16/coinbase-buys-earn-com-and-makes-ceo-balaji-srinivasan-its-first-cto/

"Earn bitcoin by replying to emails and completing tasks. Keep the money, or donate it to charity."
https://earn.com/

=

"Introducing GiveCrypto.org" (Jun 27th)
https://medium.com/givecrypto/introducing-givecrypto-org-fce707da03ee
https://www.givecrypto.org/

What should I say in reply to their tweet?
https://twitter.com/brian_armstrong/status/1012002874660933632

=

BitGive
https://www.bitgivefoundation.org/

Pages: « 1 ... 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 470 ... 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!