Author

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

sr. member
Activity: 644
Merit: 250
The CPU algorithm is a kind of energy-saving method
Same as the DASH algorithm
It's going to be a lot of work
full member
Activity: 770
Merit: 100
very weird:

in controller debug is enabled and in linux machine is still WATCHDOG_EXPIRED

im confused from this
sr. member
Activity: 770
Merit: 264
Happy new year to all! It seems the masternode for BBP is activated now?

If so can somebody please point me to a tutorial or info on how I can get one or more of them set up and running?

Thanks in advance for any help you can offer Cheesy

full member
Activity: 250
Merit: 101
Happy 2018 everyone.  I just mine a bit in the background while I'm doing other things now.  Don't get many coins but it's at no extra cost and hopefully the price will go up.  I think what this coin needs now is to get on a bigger exchange, hopefully, that will happen in the next few months.
full member
Activity: 126
Merit: 100
BBP without masternodes?
With, but on diffrent rules...  i wrote them few pages ago...
But mn lobbing is too strong Sad
full member
Activity: 770
Merit: 100
BBP without masternodes?
full member
Activity: 126
Merit: 100
oliwer on DASH working same style
x5650 youll welcome always
Ofc but i fought that we want not by another dash copy...
full member
Activity: 770
Merit: 100
oliwer on DASH working same style
x5650 youll welcome always
newbie
Activity: 87
Merit: 0
Stopped mining with my 2 machines, not worth it for the ridiculously low shares i got lately.
thx ...  Wink  more renegades more coins  Grin

You welcome, electricity not free here.
Will get back when shares normalise (if they do)
 Wink
full member
Activity: 126
Merit: 100
Stopped mining with my 2 machines, not worth it for the ridiculously low shares i got lately.
lul with ryzen 8/16 on 3,7ghz all core you will get less than 10 coins per block... Happy new year Grin

and something in TOGO syle

https://imgur.com/a/cR5Pe
full member
Activity: 770
Merit: 100
Stopped mining with my 2 machines, not worth it for the ridiculously low shares i got lately.
thx ...  Wink  more renegades more coins  Grin
newbie
Activity: 87
Merit: 0
Stopped mining with my 2 machines, not worth it for the ridiculously low shares i got lately.
full member
Activity: 126
Merit: 100
The ROI on the masternode will decrease as more people buy them.
They NOT BUY by them they only freez their 1,5mln bbp for time when they want earn 11k coins per day... I'm asking for what atm?
Small miners will never come to this coin because it's look like scam for MN, oh i forgot, as you said "you dont care about small miners..."

P.S. to be clear, i stop minning because i dont want sponsor MN.

So much hate for a Christian Coin, lets love one another.



So much tributes for a Chritian Coin, lets help oprhans not mn owners.
member
Activity: 422
Merit: 11
Biblepay Install and Mining Setup EASY. Just copy and paste this in your ...tools...open wallet configuration file.. The genlroclimit can be set on anything from 4 to 16

https://www.youtube.com/watch?v=jiirBqAUz9E
newbie
Activity: 39
Merit: 0
If it's any help, I'm getting these errors on runnning watchman tests..

Code:
============================= test session starts ==============================
platform linux2 -- Python 2.7.12, pytest-3.0.1, py-1.4.31, pluggy-0.3.1
rootdir: /root/.biblepaycore/watchman, inifile:
collected 12 items / 2 errors

==================================== ERRORS ====================================
_____________ ERROR collecting test/unit/models/test_proposals.py ______________
test/unit/models/test_proposals.py:10: in
    from models import GovernanceObject, Proposal, Vote
lib/models.py:5: in
    import init
lib/init.py:103: in
    main()
lib/init.py:94: in main
    if not is_database_correctly_configured():
lib/init.py:55: in is_database_correctly_configured
    sys.exit(1)
E   SystemExit: 1
------------------------------- Captured stdout --------------------------------
[error]: unable to open database file
Cannot connect to database. Please ensure database service is running and user access is properly configured in 'watchman.conf'.
____________ ERROR collecting test/unit/models/test_superblocks.py _____________
test/unit/models/test_superblocks.py:10: in
    from models import GovernanceObject, Proposal, Superblock, Vote
lib/models.py:5: in
    import init
lib/init.py:103: in
    main()
lib/init.py:94: in main
    if not is_database_correctly_configured():
lib/init.py:55: in is_database_correctly_configured
    sys.exit(1)
E   SystemExit: 1
------------------------------- Captured stdout --------------------------------
[error]: unable to open database file
Cannot connect to database. Please ensure database service is running and user access is properly configured in 'watchman.conf'.
!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!
=========================== 2 error in 0.77 seconds ============================
newbie
Activity: 39
Merit: 0
Seeing my Sanctuary and a lot of Sanctuaries in list with WATCHDOG_EXPIRED status

Code:
~/.biblepaycore/watchman# cd ~/.biblepaycore/watchman && ./venv/bin/python bin/watchman.py
Traceback (most recent call last):
  File "bin/watchman.py", line 244, in
    main()
  File "bin/watchman.py", line 191, in main
    perform_biblepayd_object_sync(biblepayd)
  File "bin/watchman.py", line 24, in perform_biblepayd_object_sync
    GovernanceObject.sync(biblepayd)
  File "lib/models.py", line 87, in sync
    (go, subobj) = self.import_gobject_from_biblepayd(biblepayd, item)
  File "lib/models.py", line 117, in import_gobject_from_biblepayd
    object_hex = biblepaylib.SHIM_deserialise_from_biblepayd(object_hex)
  File "lib/biblepaylib.py", line 204, in SHIM_deserialise_from_biblepayd
    obj = deserialise(biblepayd_hex)
  File "lib/biblepaylib.py", line 229, in deserialise
    obj = simplejson.loads(json, use_decimal=True)
  File "/root/.biblepaycore/watchman/venv/local/lib/python2.7/site-packages/simplejson/__init__.py", line 533, in loads
    return cls(encoding=encoding, **kw).decode(s)
  File "/root/.biblepaycore/watchman/venv/local/lib/python2.7/site-packages/simplejson/decoder.py", line 370, in decode
    obj, end = self.raw_decode(s)
  File "/root/.biblepaycore/watchman/venv/local/lib/python2.7/site-packages/simplejson/decoder.py", line 400, in raw_decode
    return self.scan_once(s, idx=_w(s, idx).end())
simplejson.scanner.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 1673 (char 1672)

Lets try to restart them, making me nervous as we get closer to the superblock... Ill look at the error.


hello, i have same problem with watchman

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

Exactly the same problem here.. Seems to have crapped out around 00.30UTC...
newbie
Activity: 14
Merit: 0
Seeing my Sanctuary and a lot of Sanctuaries in list with WATCHDOG_EXPIRED status

Code:
~/.biblepaycore/watchman# cd ~/.biblepaycore/watchman && ./venv/bin/python bin/watchman.py
Traceback (most recent call last):
  File "bin/watchman.py", line 244, in
    main()
  File "bin/watchman.py", line 191, in main
    perform_biblepayd_object_sync(biblepayd)
  File "bin/watchman.py", line 24, in perform_biblepayd_object_sync
    GovernanceObject.sync(biblepayd)
  File "lib/models.py", line 87, in sync
    (go, subobj) = self.import_gobject_from_biblepayd(biblepayd, item)
  File "lib/models.py", line 117, in import_gobject_from_biblepayd
    object_hex = biblepaylib.SHIM_deserialise_from_biblepayd(object_hex)
  File "lib/biblepaylib.py", line 204, in SHIM_deserialise_from_biblepayd
    obj = deserialise(biblepayd_hex)
  File "lib/biblepaylib.py", line 229, in deserialise
    obj = simplejson.loads(json, use_decimal=True)
  File "/root/.biblepaycore/watchman/venv/local/lib/python2.7/site-packages/simplejson/__init__.py", line 533, in loads
    return cls(encoding=encoding, **kw).decode(s)
  File "/root/.biblepaycore/watchman/venv/local/lib/python2.7/site-packages/simplejson/decoder.py", line 370, in decode
    obj, end = self.raw_decode(s)
  File "/root/.biblepaycore/watchman/venv/local/lib/python2.7/site-packages/simplejson/decoder.py", line 400, in raw_decode
    return self.scan_once(s, idx=_w(s, idx).end())
simplejson.scanner.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 1673 (char 1672)

Lets try to restart them, making me nervous as we get closer to the superblock... Ill look at the error.


hello, i have same problem with watchman

https://i.imgur.com/w2i6Em9.png
full member
Activity: 1260
Merit: 115
full member
Activity: 770
Merit: 100
full member
Activity: 1260
Merit: 115
I noticed the Bitcointalk Forum has ads every now and then inbetween thread posts,
apparently you can get an ad put on the forum by auctioning for it weekly, there are 9 slots,
minimum bid is 0.02 BTC, bids can only be multiples of 0.02 BTC

https://bitcointalk.org/adrotate.php?adinfo
https://bitcointalksearch.org/topic/advertise-on-this-forum-round-232-2664093
https://bitcointalk.org/adrotate.php?adstats

The stats are AMAZING, over 2-4+ million impressions in 8-11 days per slot

Looks like it has to be HTML/CSS (no images?? Im confused),
anyone have any of these skills that can create a good banner ad for BiblePay?

Our Logo Design files: https://www.reddit.com/r/BiblePay/comments/7asnaa/new_coin_logo_zip_of_images/

I can do the rest of the legwork of competing in the auction.
(NOTE: This is assuming Sanctuaries are interested in using some of the budget for this,
Ill wait to see if anyone is interested and has the skills and then we can create a future proposal)

===

Last Auction #231
Auction ended, final result:
3 0.14 FortuneJack
4 0.14 ChipMixer
2 0.12 Aengus

So to get one slot in last round would have cost 0.12 if we posted before Aengus, or 0.14 if we posted afterwards, so about ~$2,000?

==

Auction #230
2 0.50 Gunthar
4 0.22 ChipMixer
1 0.16 yvo
2 0.14 Aengus

So is $2-3k worth 2-4 million impressions on the bitcointalk forum?

==

Auction #229
4 0.22 ChipMixer
1 0.18 FortuneJack
4 0.16 Stunna

==

Auction #228
4 0.50 ChipMixer
2 0.50 Rumipl
1 0.50 BitMixBiz
2 0.48 Gunthar

==

Auction #227
2 0.52 Gunthar
8 0.50 ICOMANAGER_FR [tentative, need info]
1 0.50 BitMixBiz
2 0.48 Hero_Token
4 0.44 Stunna

These last 2 auctions were back when Bitcoin was worth $6-9k each, but still these past auction prices are definitely a lot higher than the latest ones, weird

==

Rob mentioned this on a proposal: "$1200.00 should get us over 4 million views on google and 40,000 clicks"
Jump to: