Author

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

full member
Activity: 1260
Merit: 115
hero member
Activity: 1067
Merit: 501
please get in touch with cryptopia exchange, binane is a dream but to implement.

Does anyone have an up-to-date node list?
legendary
Activity: 1638
Merit: 1013
Is there now way currently to get coins of the exchanges?
newbie
Activity: 56
Merit: 0
BIBLEPAY    THAAAAANKS ....  GOOD JOB .... FINALLY WE CAN GO STRAIGHT TO NEW VISION

Haha! I'm glad you got what you wanted  Wink

I am not able to withdrawl of BBP from C-CEX, Why?Huh MY BBP i have to forget or when able to withdraw?? Its Show "MAINTENANCE"

The site owner of C-CEX is on vacation till around Jan 20. Everyone on that site (not just you or BBP owners) can not deposit or withdraw coins. You can read their announcement here.

https://bitcointalksearch.org/topic/m.26317123

newbie
Activity: 56
Merit: 0
Webster, unfortunately the first package sent to the amazon locker in West LA was lost by the carrier.
Im on the phone with them now and they are refunding me.
Lets pray for Webster that he receives an unexpected windfall.

Also, one other problem: the socks were delayed until next Wednesday.


Rob -

Okay thanks for the update! So did you place a reorder? Are you saying I should expect something on Wed?
member
Activity: 212
Merit: 10
BIBLEPAY    THAAAAANKS ....  GOOD JOB .... FINALLY WE CAN GO STRAIGHT TO NEW VISION

Haha! I'm glad you got what you wanted  Wink

I am not able to withdrawl of BBP from C-CEX, Why?Huh MY BBP i have to forget or when able to withdraw?? Its Show "MAINTENANCE"
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
This issue also happened to dash on Halloween.  I had to make a few more changes.  Hopefully we got it this time.  Please upgrade again, we have to have a supermajority to prevent the new proposals from being deleted.  

BiblePay - Watchman-On-The-Wall v1.0.0.3
Mandatory Upgrade for Sanctuaries Only

- Prevent decimal format handling errors

Upgrade instructions:

cd ~/.biblepaycore
rm watchman -R
git clone https://github.com/biblepay/watchman.git
cd watchman
virtualenv venv
venv/bin/pip install -r requirements.txt

To test:
venv/bin/python bin/watchman.py
(Ensure watchman.py returns no errors)
full member
Activity: 574
Merit: 104
I need a few people to re-upgrade watchman again... So anyone out there on the forum, please upgrade watchman like you did last night so we can test for stability.

Done, without errors. Do I need to watch out for anything now? (My MN was in ENABLED state and stayed that way)


I also upgraded.
full member
Activity: 1260
Merit: 115
Ok thanks, so Ive been analyzing the problem and I think I found the root of the problem now, but it might not be this easy to solve (although it might be).

I believe what I did is last night I had everyone erase the entire proposals database in linux, causing it to start from empty.

So - all proposals need resubmitted into the sanctuaries, but- luckily I found a backup of them...
So Im working on restoring those now- so no need to enter any more from the pool but thanks for entering the one.

Now, the bigger issue is I introduced a bug into watchman, and believe I just fixed it in the source, but its hard to tell if its fixed now.. I need a few people to re-upgrade watchman again... So anyone out there on the forum, please upgrade watchman like you did last night so we can test for stability.

Ill work on resubmitting the proposals, and we will see if they stick this time overnight as we vote on them.  The votes may auto calculate, but I havent checked that yet.

Upgrade instructions:

cd ~/.biblepaycore
rm watchman -R
git clone https://github.com/biblepay/watchman.git
cd watchman
virtualenv venv
venv/bin/pip install -r requirements.txt

To test:
venv/bin/python bin/watchman.py
(Ensure watchman.py returns no errors)

Upgraded and got no output which means no errors Smiley
full member
Activity: 406
Merit: 101

Ok thanks, so Ive been analyzing the problem and I think I found the root of the problem now, but it might not be this easy to solve (although it might be).

I believe what I did is last night I had everyone erase the entire proposals database in linux, causing it to start from empty.

So - all proposals need resubmitted into the sanctuaries, but- luckily I found a backup of them...
So Im working on restoring those now- so no need to enter any more from the pool but thanks for entering the one.

Now, the bigger issue is I introduced a bug into watchman, and believe I just fixed it in the source, but its hard to tell if its fixed now.. I need a few people to re-upgrade watchman again... So anyone out there on the forum, please upgrade watchman like you did last night so we can test for stability.

Ill work on resubmitting the proposals, and we will see if they stick this time overnight as we vote on them.  The votes may auto calculate, but I havent checked that yet.

Updated:  Ran ./venv/bin/py.test ./test and got the errors below.  Ran the normal ./venv/bin/python bin/watchman.py and my node went from watchdog-expired to enabled in my controller wallet.


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 1.08 seconds =====================================================
full member
Activity: 462
Merit: 103
I need a few people to re-upgrade watchman again... So anyone out there on the forum, please upgrade watchman like you did last night so we can test for stability.

Done, without errors. Do I need to watch out for anything now? (My MN was in ENABLED state and stayed that way)

Btw, I saw that in February Dash switched to some program called "Sentinel" instead of watchman (I saw that the commands to install it are completely the same as for watchman), I don't know if that relates to BiblePay in any way? I presume BiblePay was forked from Dash after February, so maybe Sentinel can be used?
full member
Activity: 462
Merit: 103
Hmmm Im trying to vote on the masternodes.online proposal but Im getting an error and my gobject list is empty? >.>
Do I need to clear out a data file?

On another wallet the list shows up fine, weird.
Do me a favor Togo, try getting the latest watchman that I just checked in (using the same upgrade commands as last night), and after that please enter one of your proposals again, and then vote on it.

Ill duplicate one of mine also.  Lets see if thats the problem or not.

When the aftermath is over we will delete the duplicates.

I just voted for Togo's test proposal normally, but for the "Dec 2017 IT Expenses - Payroll (2)" proposal, I get an error:

Code:
gobject vote-alias d8fc6cf849e473b90c4e3507cea9a7eb1b87b67d6b618b802ffc8a8843b50ce1 funding abstain mn-name

{
  "overall": "Voted successfully 0 time(s) and failed 1 time(s).",
  "detail": {
    "mn-name": {
      "result": "failed",
      "errorMessage": "GOVERNANCE_EXCEPTION_WARNING:CGovernanceManager::ProcessVote -- Unknown parent object"
    }
  }
}
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords



    "IsValidReason": "",
    "fCachedValid": true,
    "fCachedFunding": false,
    "fCachedDelete": false,
    "fCachedEndorsed": false
 

Ok thanks, so Ive been analyzing the problem and I think I found the root of the problem now, but it might not be this easy to solve (although it might be).

I believe what I did is last night I had everyone erase the entire proposals database in linux, causing it to start from empty.

So - all proposals need resubmitted into the sanctuaries, but- luckily I found a backup of them...
So Im working on restoring those now- so no need to enter any more from the pool but thanks for entering the one.

Now, the bigger issue is I introduced a bug into watchman, and believe I just fixed it in the source, but its hard to tell if its fixed now.. I need a few people to re-upgrade watchman again... So anyone out there on the forum, please upgrade watchman like you did last night so we can test for stability.

Ill work on resubmitting the proposals, and we will see if they stick this time overnight as we vote on them.  The votes may auto calculate, but I havent checked that yet.



full member
Activity: 1260
Merit: 115
hmm weird, now Im only seeing my Test Proposal in the gobject list

Code:
13:48:36

gobject list


13:48:36

{
  "71995b32e0968c2e26ea537955c8f7e59e03b018389225ea31ad5d1b94825e92": {
    "DataHex": "5b5b2270726f706f73616c222c7b22656e645f65706f6368223a2231353133393639313535222c226e616d65223a22546573742050726f706f73616c222c227061796d656e745f61646472657373223a22424e4b68365a38744b6145546f4679517a636666677352396773736a65434d5a4c57222c227061796d656e745f616d6f756e74223a22313030222c2273746172745f65706f6368223a2231353133393639313535222c2274797065223a312c2275726c223a22687474703a2f2f666f72756d2e6269626c657061792e6f72672f696e6465782e7068703f746f7069633d35392e6d7367393539236d7367393539227d5d5d",
    "DataString": "[[\"proposal\",{\"end_epoch\":\"1513969155\",\"name\":\"Test Proposal\",\"payment_address\":\"BNKh6Z8tKaEToFyQzcffgsR9gssjeCMZLW\",\"payment_amount\":\"100\",\"start_epoch\":\"1513969155\",\"type\":1,\"url\":\"http://forum.biblepay.org/index.php?topic=59.msg959#msg959\"}]]",
    "Hash": "71995b32e0968c2e26ea537955c8f7e59e03b018389225ea31ad5d1b94825e92",
    "CollateralHash": "0061cdf97875fa94c737e03b0941b01e2e991f6c9d5cc720a3b6ec4f0d9e6f6b",
    "ObjectType": 1,
    "CreationTime": 1513969155,
    "AbsoluteYesCount": 0,
    "YesCount": 0,
    "NoCount": 0,
    "AbstainCount": 0,
    "fBlockchainValidity": true,
    "IsValidReason": "",
    "fCachedValid": true,
    "fCachedFunding": false,
    "fCachedDelete": false,
    "fCachedEndorsed": false
  }
}

I was able to vote yes on it, but not on your 2nd proposal or the masternodes.online proposal
full member
Activity: 1260
Merit: 115
Hmmm Im trying to vote on the masternodes.online proposal but Im getting an error and my gobject list is empty? >.>
Do I need to clear out a data file?

On another wallet the list shows up fine, weird.
Do me a favor Togo, try getting the latest watchman that I just checked in (using the same upgrade commands as last night), and after that please enter one of your proposals again, and then vote on it.

Ill duplicate one of mine also.  Lets see if thats the problem or not.

When the aftermath is over we will delete the duplicates.



Hmmm, my remote Linux Sanctuary Wallet has the latest Watchman installed,
but when trying to use gobject list from my local Windows Controller Wallet Im getting that lack of data / cant vote.

I dont think the Windows Controller wallet needs to have watchman? Im not seeing it in my %appdata%/BiblePayCore folder.

I can try reindexing
and if that doesnt work then try deleting/cleaning up the dat files chainstate & blocks folders and reindexing again.
Or is there something else I should try? Thanks!

Strange I did a reindex and then a full clean up and reindex, still getting same results, empty gobject list and then Ill get one object:

Code:
12:53:01

gobject list


12:53:01

{
  "4a599a50bd539aa2d254e3a5f42745e8ae37b83d18f8d84ea7f55796f1321335": {
    "DataHex": "5b5b227761746368646f67222c207b22637265617465645f6174223a20313531333936383533372c202274797065223a20337d5d5d",
    "DataString": "[[\"watchdog\", {\"created_at\": 1513968537, \"type\": 3}]]",
    "Hash": "4a599a50bd539aa2d254e3a5f42745e8ae37b83d18f8d84ea7f55796f1321335",
    "CollateralHash": "0000000000000000000000000000000000000000000000000000000000000000",
    "ObjectType": 3,
    "CreationTime": 1513968537,
    "SigningMasternode": "15777add3b416d61ef0032ac8569f307ee63bac8aca2bba64569391fccf57795-1",
    "AbsoluteYesCount": 0,
    "YesCount": 0,
    "NoCount": 0,
    "AbstainCount": 0,
    "fBlockchainValidity": true,
    "IsValidReason": "",
    "fCachedValid": true,
    "fCachedFunding": false,
    "fCachedDelete": true,
    "fCachedEndorsed": false
  }
}

Ill create a test proposal

Hmm my controller wallet is seeing alot of Sanctuaries in WATCHDOG_EXPIRED state now hmmm
gobject list is empty again, Ill wait for those 2 new proposals to move from prepared to submitted and check in a bit

Ok I think I see the 2 new proposals with gobject list, yours has been submitted and I believe mine is still in prepare state

Code:
13:21:45

gobject list


13:21:45

{
  "1d4ff4e2e296c1ee2d7fb5064eb78917175dd9c0e6b6df1a8b2413b0a1e940db": {
    "DataHex": "5b5b227761746368646f67222c207b22637265617465645f6174223a20313531333937303238302c202274797065223a20337d5d5d",
    "DataString": "[[\"watchdog\", {\"created_at\": 1513970280, \"type\": 3}]]",
    "Hash": "1d4ff4e2e296c1ee2d7fb5064eb78917175dd9c0e6b6df1a8b2413b0a1e940db",
    "CollateralHash": "0000000000000000000000000000000000000000000000000000000000000000",
    "ObjectType": 3,
    "CreationTime": 1513970280,
    "SigningMasternode": "ba37161123b6993af2330aa00facb210e9d69fc9fcb4f4de400e3695db66cf5a-0",
    "AbsoluteYesCount": 0,
    "YesCount": 0,
    "NoCount": 0,
    "AbstainCount": 0,
    "fBlockchainValidity": true,
    "IsValidReason": "",
    "fCachedValid": true,
    "fCachedFunding": false,
    "fCachedDelete": false,
    "fCachedEndorsed": false
  },
  "d8fc6cf849e473b90c4e3507cea9a7eb1b87b67d6b618b802ffc8a8843b50ce1": {
    "DataHex": "5b5b2270726f706f73616c222c7b22656e645f65706f6368223a2231353133393637343436222c226e616d65223a22446563203230313720495420457870656e736573202d20506179726f6c6c20283229222c227061796d656e745f61646472657373223a22424171425a6b4d69655a664553394c6b5667634d6d4d507633453638745a74394738222c227061796d656e745f616d6f756e74223a223836373333332e3030222c2273746172745f65706f6368223a2231353133393637343436222c2274797065223a312c2275726c223a22687474703a2f2f666f72756d2e6269626c657061792e6f72672f696e6465782e7068703f746f7069633d35342e6d7367393134236d7367393134227d5d5d",
    "DataString": "[[\"proposal\",{\"end_epoch\":\"1513967446\",\"name\":\"Dec 2017 IT Expenses - Payroll (2)\",\"payment_address\":\"BAqBZkMieZfES9LkVgcMmMPv3E68tZt9G8\",\"payment_amount\":\"867333.00\",\"start_epoch\":\"1513967446\",\"type\":1,\"url\":\"http://forum.biblepay.org/index.php?topic=54.msg914#msg914\"}]]",
    "Hash": "d8fc6cf849e473b90c4e3507cea9a7eb1b87b67d6b618b802ffc8a8843b50ce1",
    "CollateralHash": "26828e7d3a256469170145fee07e955e440e0e229b8fc50fabb0b56023c4806e",
    "ObjectType": 1,
    "CreationTime": 1513967446,
    "AbsoluteYesCount": 0,
    "YesCount": 0,
    "NoCount": 0,
    "AbstainCount": 0,
    "fBlockchainValidity": true,
    "IsValidReason": "",
    "fCachedValid": true,
    "fCachedFunding": false,
    "fCachedDelete": false,
    "fCachedEndorsed": false
  },
  "d75320bf9af56698d03b25ed6e7ac5d110fe62801040fc7506426f8bfa2916fb": {
    "DataHex": "5b5b227761746368646f67222c207b22637265617465645f6174223a20313531333937303434352c202274797065223a20337d5d5d",
    "DataString": "[[\"watchdog\", {\"created_at\": 1513970445, \"type\": 3}]]",
    "Hash": "d75320bf9af56698d03b25ed6e7ac5d110fe62801040fc7506426f8bfa2916fb",
    "CollateralHash": "0000000000000000000000000000000000000000000000000000000000000000",
    "ObjectType": 3,
    "CreationTime": 1513970445,
    "SigningMasternode": "4a6d5b74939f29f76030fb80204a244f46b2dbdc13656db05e8372e6bfdee8be-1",
    "AbsoluteYesCount": 0,
    "YesCount": 0,
    "NoCount": 0,
    "AbstainCount": 0,
    "fBlockchainValidity": true,
    "IsValidReason": "",
    "fCachedValid": true,
    "fCachedFunding": false,
    "fCachedDelete": false,
    "fCachedEndorsed": false
  }
}
full member
Activity: 1260
Merit: 115
Hmm my controller wallet is seeing alot of Sanctuaries in WATCHDOG_EXPIRED state now hmmm
gobject list is empty again, Ill wait for those 2 new proposals to move from prepared to submitted and check in a bit
full member
Activity: 1260
Merit: 115
Hmmm Im trying to vote on the masternodes.online proposal but Im getting an error and my gobject list is empty? >.>
Do I need to clear out a data file?

On another wallet the list shows up fine, weird.
Do me a favor Togo, try getting the latest watchman that I just checked in (using the same upgrade commands as last night), and after that please enter one of your proposals again, and then vote on it.

Ill duplicate one of mine also.  Lets see if thats the problem or not.

When the aftermath is over we will delete the duplicates.



Hmmm, my remote Linux Sanctuary Wallet has the latest Watchman installed,
but when trying to use gobject list from my local Windows Controller Wallet Im getting that lack of data / cant vote.

I dont think the Windows Controller wallet needs to have watchman? Im not seeing it in my %appdata%/BiblePayCore folder.

I can try reindexing
and if that doesnt work then try deleting/cleaning up the dat files chainstate & blocks folders and reindexing again.
Or is there something else I should try? Thanks!

Strange I did a reindex and then a full clean up and reindex, still getting same results, empty gobject list and then Ill get one object:

Code:
12:53:01

gobject list


12:53:01

{
  "4a599a50bd539aa2d254e3a5f42745e8ae37b83d18f8d84ea7f55796f1321335": {
    "DataHex": "5b5b227761746368646f67222c207b22637265617465645f6174223a20313531333936383533372c202274797065223a20337d5d5d",
    "DataString": "[[\"watchdog\", {\"created_at\": 1513968537, \"type\": 3}]]",
    "Hash": "4a599a50bd539aa2d254e3a5f42745e8ae37b83d18f8d84ea7f55796f1321335",
    "CollateralHash": "0000000000000000000000000000000000000000000000000000000000000000",
    "ObjectType": 3,
    "CreationTime": 1513968537,
    "SigningMasternode": "15777add3b416d61ef0032ac8569f307ee63bac8aca2bba64569391fccf57795-1",
    "AbsoluteYesCount": 0,
    "YesCount": 0,
    "NoCount": 0,
    "AbstainCount": 0,
    "fBlockchainValidity": true,
    "IsValidReason": "",
    "fCachedValid": true,
    "fCachedFunding": false,
    "fCachedDelete": true,
    "fCachedEndorsed": false
  }
}

Ill create a test proposal
newbie
Activity: 18
Merit: 0
This was his response to my offer for help. He sent via dm as he does everything, so as not to face any oversight by peers:

"I would not trust you with 1 bbp, no thanks, now go away my baby child."


Arrogant, elitist, and definitely not having ANYTHING to do with Christ. But, hey, u have to answer for that, not me.
Jump to: