westwarmoth question
why did rm gove+mn.dat? for what?
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
$ 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':}}
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
~/.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.
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)
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)