togoshigekata
|
|
January 02, 2018, 04:02:57 PM |
|
I voted yesterday on budget, but when running the funding no and delete commands above now I get: "detail": { "MN1": { "result": "failed", "errorMessage": "GOVERNANCE_EXCEPTION_NONE:" }, But luckily I only see 1 object with: gobject list all triggers So I think Im good? My sanctuary is ENABLED so that is good
|
|
|
|
zthomasz
Member
Offline
Activity: 489
Merit: 12
|
|
January 02, 2018, 04:41:36 PM |
|
Just to clarify again how much BBP is required for a MasterNode (MN) Sanctuary ...
as Togo pointed out ... "Actually you need 1,550,001 coins" ...
At the current BBP price of $0.0055 USD (posted at pool.biblepay.org -10:32 am ct US), the cost for a MasterNode is $8525.00. That is equal to 0.591213 BTC (1 BTC = $14419.5)
|
|
|
|
616westwarmoth
|
|
January 02, 2018, 04:45:03 PM |
|
Still stuck with these errors from watchman (in fact exactly the same as it was yesterday).. Rebooted the MN, restarted the daemon, watched it sync up correctly, but still these on running watchman manually.. Traceback (most recent call last): File "bin/watchman.py", line 244, in <module> 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)
No rest for us Christians... OK, will check in an hour or so... We need to announce a leisure release... I have this problem but right now it is OK. It looks like most of the problem is all of the sancs that didnt vote yesterday still have the old budget in the watchman database. Im not seeing this error on all sancs that I voted for Delete on. If you have this error please do the following: gobject vote-many 3f22267e91222c6d761f8a83d781a0adfe833c3b42b790a0990abfb2a5923942 funding no gobject vote-many 3f22267e91222c6d761f8a83d781a0adfe833c3b42b790a0990abfb2a5923942 delete yes From your controllers, then, delete mn*.dat, rm gov*.dat and resync your sanctuary and controller and see if the object goes away (gobject list all triggers should only show 1 trigger, not 2). The correct budget and trigger gobject id that we want to keep is: 4a1f347cd49a97d36f105b1908d33a3ed3cfb5d11485000d2908313f4c2d9490 gobject get 4a1f347cd49a97d36f105b1908d33a3ed3cfb5d11485000d2908313f4c2d9490 I tried all that and still receive that same error.
|
|
|
|
slovakia
|
|
January 02, 2018, 04:55:31 PM |
|
Just to clarify again how much BBP is required for a MasterNode (MN) Sanctuary ...
as Togo pointed out ... "Actually you need 1,550,001 coins" ...
At the current BBP price of $0.0055 USD (posted at pool.biblepay.org -10:32 am ct US), the cost for a MasterNode is $8525.00. That is equal to 0.591213 BTC (1 BTC = $14419.5)
.. coinmarkets offer very low amount of BBP coinmarkets offer Total: 824684.045343 BBP for almost so 824k BBP and you need 1.55M BBP so
|
|
|
|
seeksilence1
Newbie
Offline
Activity: 86
Merit: 0
|
|
January 02, 2018, 04:56:52 PM |
|
1. In control wallet gobject vote-many 3f22267e91222c6d761f8a83d781a0adfe833c3b42b790a0990abfb2a5923942 funding no gobject vote-many 3f22267e91222c6d761f8a83d781a0adfe833c3b42b790a0990abfb2a5923942 delete yes close wallet and delete mn*.dat, rm gov*.dat 2. In masternode, run biblepay-cli gobject list all triggers to check if it has just one trigger. If not, restart the masternode 3. Start the control wallet and unlock it, then masternode start-alias SANCTUARY_ALIAS then lock the wallet!!! 4. Check if it is synced in control wallet: mnsync status ("AssetID": 999 means synced) 5. In control wallet, run: gobject list all triggers if you still see two triggers, then close wallet and delete mn*.dat, rm gov*.dat and wait a few minutes and start wallet 6. In masternode, run venv/bin/python bin/watchman.py under the watchdog dir to check.
|
|
|
|
bible_pay (OP)
Full Member
Offline
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
|
|
January 02, 2018, 04:59:09 PM |
|
Still stuck with these errors from watchman (in fact exactly the same as it was yesterday).. Rebooted the MN, restarted the daemon, watched it sync up correctly, but still these on running watchman manually.. Traceback (most recent call last): File "bin/watchman.py", line 244, in <module> 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)
No rest for us Christians... OK, will check in an hour or so... We need to announce a leisure release... I have this problem but right now it is OK. It looks like most of the problem is all of the sancs that didnt vote yesterday still have the old budget in the watchman database. Im not seeing this error on all sancs that I voted for Delete on. If you have this error please do the following: gobject vote-many 3f22267e91222c6d761f8a83d781a0adfe833c3b42b790a0990abfb2a5923942 funding no gobject vote-many 3f22267e91222c6d761f8a83d781a0adfe833c3b42b790a0990abfb2a5923942 delete yes From your controllers, then, delete mn*.dat, rm gov*.dat and resync your sanctuary and controller and see if the object goes away (gobject list all triggers should only show 1 trigger, not 2). The correct budget and trigger gobject id that we want to keep is: 4a1f347cd49a97d36f105b1908d33a3ed3cfb5d11485000d2908313f4c2d9490 gobject get 4a1f347cd49a97d36f105b1908d33a3ed3cfb5d11485000d2908313f4c2d9490 I tried all that and still receive that same error. Please do what seeksilence just posted; you must have missed something - or connected to a bad peer. Also ensure your watchman is the latest version (from last week).
|
|
|
|
slovakia
|
|
January 02, 2018, 05:04:52 PM |
|
HOOOORAY finally profi tutorial
big thanks seeksilence1
and for what we have to do this tutorial? what is bad?
|
|
|
|
seeksilence1
Newbie
Offline
Activity: 86
Merit: 0
|
|
January 02, 2018, 05:21:16 PM |
|
Just to clarify again how much BBP is required for a MasterNode (MN) Sanctuary ...
as Togo pointed out ... "Actually you need 1,550,001 coins" ...
At the current BBP price of $0.0055 USD (posted at pool.biblepay.org -10:32 am ct US), the cost for a MasterNode is $8525.00. That is equal to 0.591213 BTC (1 BTC = $14419.5)
.. coinmarkets offer very low amount of BBP coinmarkets offer Total: 824684.045343 BBP for almost so 824k BBP and you need 1.55M BBP so The price in coinmarkets is much higher than c-cex? No one buy at c-cex and sell in coinmarkets?
|
|
|
|
616westwarmoth
|
|
January 02, 2018, 05:39:51 PM |
|
Just to clarify again how much BBP is required for a MasterNode (MN) Sanctuary ...
as Togo pointed out ... "Actually you need 1,550,001 coins" ...
At the current BBP price of $0.0055 USD (posted at pool.biblepay.org -10:32 am ct US), the cost for a MasterNode is $8525.00. That is equal to 0.591213 BTC (1 BTC = $14419.5)
.. coinmarkets offer very low amount of BBP coinmarkets offer Total: 824684.045343 BBP for almost so 824k BBP and you need 1.55M BBP so The price in coinmarkets is much higher than c-cex? No one buy at c-cex and sell in coinmarkets? C-Cex is down until the 20th as the owner is on vacation, so withdrawals are not working there.
|
|
|
|
svirusxxx2
Jr. Member
Offline
Activity: 89
Merit: 7
|
|
January 02, 2018, 06:54:51 PM |
|
It's everything ok ? I see many masternodes with WATHDOG_EXPIRED , also my masternode When I try to run watchman from console, I see this error: $ WATCHMAN_DEBUG=1 ./venv/bin/python bin/watchman.py 2018-01-02 18:43:14 [info]: SCHEMA_VERSION (code) = [20170111-1] 2018-01-02 18:43:14 [info]: DB_SCHEMA_VERSION = [20170111-1] 2018-01-02 18:43:15 current_time = 1514918595 2018-01-02 18:43:15 next_run_time = 1514918595 2018-01-02 18:43:15 Delay of [50] seconds for cron minute offset 2018-01-02 18:44:05 govobj updated = 1 .... 2018-01-02 18:44:05 in watchdog_check 2018-01-02 18:44:05 Found winning watchdog [63f333aaecebe9ee3b9e4e4017275788b4da698eb1cb694ca8652229532b499c], voting VALID 2018-01-02 18:44:05 Haven't voted on this gobject/signal yet... 2018-01-02 18:44:05 gobject vote-conf 63f333aaecebe9ee3b9e4e4017275788b4da698eb1cb694ca8652229532b499c valid yes 2018-01-02 18:44:05 result = [failed] 2018-01-02 18:44:05 err_msg = [GOVERNANCE_EXCEPTION_NONE:] 2018-01-02 18:44:05 VOTE failed, trying to sync with network vote 2018-01-02 18:44:05 syncing network vote for object 63f333aaecebe9ee3b9e4e4017275788b4da698eb1cb694ca8652229532b499c with signal valid .... 2018-01-02 18:44:05 In Proposal#is_valid, for Proposal: {'_data': {'payment_amount': Decimal('23171'), 'start_epoch': 1513397248, 'payment_address': 'BNKh6Z8tKaEToFyQzcffgsR9gssjeCMZLW', 'end_epoch': 1513397248, 'governance_object': 7, 'name': 'Togo Backup Explorer and Guide', 'url': 'http://forum.biblepay.org/index.php?topic=46.msg822#msg822', 'id': 7, 'object_hash': '664f6ebfb9de9c448f986dd266db259bf89d5b6ca1ca82af7d37eee4212a3f98'}, '_dirty': set(), 'max_budget': Decimal('5789219.786313'), '_obj_cache': {'governance_object': <models.GovernanceObject object at 0x39ac28b8550>}} 2018-01-02 18:44:05 Invalid Proposal name [Togo Backup Explorer and Guide] (does not match regex), returning False 2018-01-02 18:44:05 No proposals, cannot create an empty superblock. 2018-01-02 18:44:05 No superblock created, sorry. Returning. 2018-01-02 18:44:05 scheduling next Watchman run for 1514920092
And next run show this: ~/.biblepaycore/watchman $ WATCHMAN_DEBUG=1 ./venv/bin/python bin/watchman.py 2018-01-02 18:44:54 [info]: SCHEMA_VERSION (code) = [20170111-1] 2018-01-02 18:44:54 [info]: DB_SCHEMA_VERSION = [20170111-1] 2018-01-02 18:44:54 current_time = 1514918694 2018-01-02 18:44:54 next_run_time = 1514920092 2018-01-02 18:44:54 Not yet time for an object sync/vote, moving on.
|
Biblepay masternodes status and monitoring (https://biblepay.eu/)
|
|
|
slovakia
|
|
January 02, 2018, 07:10:11 PM |
|
svirusxxx2 for our MN is all OK
|
|
|
|
svirusxxx2
Jr. Member
Offline
Activity: 89
Merit: 7
|
|
January 02, 2018, 07:26:02 PM |
|
svirusxxx2 for our MN is all OK
Hi, how are you see "f96df9063af005b942f5cb62844d0360567930d145bde7430c740b8a6c221fe3-1" ? it's expired or pre_enabled ?
|
Biblepay masternodes status and monitoring (https://biblepay.eu/)
|
|
|
|
616westwarmoth
|
|
January 02, 2018, 07:42:10 PM |
|
1. In control wallet gobject vote-many 3f22267e91222c6d761f8a83d781a0adfe833c3b42b790a0990abfb2a5923942 funding no gobject vote-many 3f22267e91222c6d761f8a83d781a0adfe833c3b42b790a0990abfb2a5923942 delete yes close wallet and delete mn*.dat, rm gov*.dat 2. In masternode, run biblepay-cli gobject list all triggers to check if it has just one trigger. If not, restart the masternode 3. Start the control wallet and unlock it, then masternode start-alias SANCTUARY_ALIAS 4. Check if it is synced in control wallet: mnsync status ("AssetID": 999 means synced) 5. In control wallet, run: gobject list all triggers if you see two triggers, then do close wallet and delete mn*.dat, rm gov*.dat and wait a few minutes and start wallet 6. In masternode, run venv/bin/python bin/watchman.py under the watchdog dir to check.
I had to delete the mn*.dat and gov*.dat at the Masternode as well as the Controlling wallet to get this to take.
|
|
|
|
ooeygooeygold
|
|
January 02, 2018, 07:49:46 PM |
|
my wallet isn't syncing can someone help me fix please
|
|
|
|
slovakia
|
|
January 02, 2018, 07:55:16 PM |
|
my wallet isn't syncing can someone help me fix please
linux or windows? in win try rebuild westwarmoth question why did rm gove+mn.dat? for what?
|
|
|
|
svirusxxx2
Jr. Member
Offline
Activity: 89
Merit: 7
|
|
January 02, 2018, 07:58:33 PM |
|
1. In control wallet gobject vote-many 3f22267e91222c6d761f8a83d781a0adfe833c3b42b790a0990abfb2a5923942 funding no gobject vote-many 3f22267e91222c6d761f8a83d781a0adfe833c3b42b790a0990abfb2a5923942 delete yes close wallet and delete mn*.dat, rm gov*.dat 2. In masternode, run biblepay-cli gobject list all triggers to check if it has just one trigger. If not, restart the masternode 3. Start the control wallet and unlock it, then masternode start-alias SANCTUARY_ALIAS 4. Check if it is synced in control wallet: mnsync status ("AssetID": 999 means synced) 5. In control wallet, run: gobject list all triggers if you see two triggers, then do close wallet and delete mn*.dat, rm gov*.dat and wait a few minutes and start wallet 6. In masternode, run venv/bin/python bin/watchman.py under the watchdog dir to check.
I had to delete the mn*.dat and gov*.dat at the Masternode as well as the Controlling wallet to get this to take. I also deleted on both, dont see 3f222xxx object only 4a1f347cd49a97d36f105b1908d33a3ed3cfb5d11485000d2908313f4c2d9490 on both but after few minutes I see 1996fe78ce9efd7a3b6deefbcd2e120b75f850909ad8f702062a517b1cb27ae1 and see same error: $ WATCHMAN_DEBUG=1 ./venv/bin/python bin/watchman.py 2018-01-02 19:52:37 [info]: SCHEMA_VERSION (code) = [20170111-1] 2018-01-02 19:52:37 [info]: DB_SCHEMA_VERSION = [20170111-1] 2018-01-02 19:52:37 current_time = 1514922757 2018-01-02 19:52:37 next_run_time = 0 2018-01-02 19:52:37 Delay of [49] seconds for cron minute offset 2018-01-02 19:53:26 govobj updated = 1 2018-01-02 19:53:26 subobj updated = 1 2018-01-02 19:53:26 govobj updated = 1 2018-01-02 19:53:26 subobj updated = 1 2018-01-02 19:53:26 govobj updated = 1 2018-01-02 19:53:26 subobj updated = 1 2018-01-02 19:53:26 govobj updated = 1 2018-01-02 19:53:26 subobj updated = 1 2018-01-02 19:53:26 govobj updated = 1 2018-01-02 19:53:26 subobj updated = 1 2018-01-02 19:53:26 govobj updated = 1 2018-01-02 19:53:26 subobj updated = 1 2018-01-02 19:53:26 govobj updated = 1
Traceback (most recent call last): File "bin/watchman.py", line 244, in <module> 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 "xx/.biblepaycore/watchman/venv/lib/python3.4/site-packages/simplejson/__init__.py", line 533, in loads return cls(encoding=encoding, **kw).decode(s) File "xx/.biblepaycore/watchman/venv/lib/python3.4/site-packages/simplejson/decoder.py", line 370, in decode obj, end = self.raw_decode(s) File "xx/.biblepaycore/watchman/venv/lib/python3.4/site-packages/simplejson/decoder.py", line 400, in raw_decode return self.scan_once(s, idx=_w(s, idx).end()) File "xx/.biblepaycore/watchman/venv/lib/python3.4/site-packages/simplejson/scanner.py", line 127, in scan_once return _scan_once(string, idx) File "xx/.biblepaycore/watchman/venv/lib/python3.4/site-packages/simplejson/scanner.py", line 95, in _scan_once return parse_array((string, idx + 1), _scan_once) File "xx/.biblepaycore/watchman/venv/lib/python3.4/site-packages/simplejson/decoder.py", line 250, in JSONArray value, end = scan_once(s, end) File "xx/.biblepaycore/watchman/venv/lib/python3.4/site-packages/simplejson/scanner.py", line 95, in _scan_once return parse_array((string, idx + 1), _scan_once) File "xx/.biblepaycore/watchman/venv/lib/python3.4/site-packages/simplejson/decoder.py", line 250, in JSONArray value, end = scan_once(s, end) File "xx/.biblepaycore/watchman/venv/lib/python3.4/site-packages/simplejson/scanner.py", line 93, in _scan_once _scan_once, object_hook, object_pairs_hook, memo) File "xx/.biblepaycore/watchman/venv/lib/python3.4/site-packages/simplejson/decoder.py", line 226, in JSONObject s, end - 1) simplejson.scanner.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 1673 (char 1672)
|
Biblepay masternodes status and monitoring (https://biblepay.eu/)
|
|
|
slovakia
|
|
January 02, 2018, 08:12:48 PM |
|
is this to 175 false?
BiblePay - 1.0.7.5 Leisure Upgrade
- Competetive mining feature: The idea behind competetive mining, is for those with fast processors who mine so fast that they run out of nonces, this feature automatically adds a tithe for the orphan foundation for a miniscule amount (IE 1 satoshi or .000001 bbp) IF you run out of mining nonces, and only increments to 2 satoshi again if you run out. However, when the block changes, the amount is reset to 0 again. Alex and I have tested this and it appears to give a 5% mining edge. Therefore I wanted to release this as quickly as possible for general consumption. Since it gives a mining edge, I made the feature ON by default. To turn it off add the key: competetivemining=false to your biblepay.conf file.
|
|
|
|
webster22
Newbie
Offline
Activity: 56
Merit: 0
|
|
January 02, 2018, 08:29:01 PM |
|
When does the budget turn over into funding the various approved projects? Is it block number 24600?
|
|
|
|
inblue
|
|
January 02, 2018, 08:37:26 PM |
|
BiblePay just got listed at https://masternodes.online/ (and it's first on the list right now), how come? Did someone pay for this or the site owner listed it for free?
|
|
|
|
|