Hello everyone - I downloaded and compiled the latest source from Github (using Linux), and I re-downloaded the blockchain.
However bitcreditd always crashes right after these lines in debug.log:
2015-10-03 03:35:30 === Grant Database Block Height 210055 ===
2015-10-03 03:35:30 Checking Grant Database is updated. ===
=== Required Height : 210060, requested from: 210065 ===
2015-10-03 03:35:30 Processing the Next Block into the Grant Database for Block: 210056
Do I need to configure anything differently for my banknode?
I basically have the same configuration as before the blockchain got stuck, but I'm reading a lot in this thread about "setgenerate true" and grantdb, so I just want to make sure nothing has fundamentally changed as far as configuring the client. Is the latest code in the master branch stable, or are other folks crashing too? Thanks!
EDIT: Never mind - I restarted bitcreditd with "-reindex" and that seemed to work.
I am still not exactly clear on the new developements - it seems that mining can only be done from within the wallet now? Blocks have grants in them? But I'll try to read further and catch up
glad you got it working, an additional git pull will get you running on the version similar to mine, with this you can just add all your mining keys to one file "miningkeys.dat", and it will mine using any viable key. this is especially cruial as we will soon move from just consecutive to 20 or 40 Block spacing.
For now we are working of a side branch as we'd like to fix everything before pushing to master, This means a bit of tinkering and a bit of hair pulling at the odd times, but it's relatively better now.
There is a huge list of things to be done, i posted some of the stuff above, but that's just barely scratching the surface.
with lattest git "brake" is in place ...
2015-10-03 07:19:16 testHash e56c11854c8e49126a867f6497bab8e759cfa3171009b8f0703201833a1bad2c
2015-10-03 07:19:16 Hash Target 00e2cc0000000000000000000000000000000000000000000000000000000000
2015-10-03 07:19:17 testHash e56c11854c8e49126a867f6497bab8e759cfa3171009b8f0703201833a1bad2c
2015-10-03 07:19:17 Hash Target 00e2cc0000000000000000000000000000000000000000000000000000000000
2015-10-03 07:19:17 testHash e56c11854c8e49126a867f6497bab8e759cfa3171009b8f0703201833a1bad2c
2015-10-03 07:19:17 Hash Target 00e2cc0000000000000000000000000000000000000000000000000000000000
2015-10-03 07:19:17 testHash e56c11854c8e49126a867f6497bab8e759cfa3171009b8f0703201833a1bad2c
2015-10-03 07:19:17 Hash Target 00e2cc0000000000000000000000000000000000000000000000000000000000
2015-10-03 07:19:17 key new 6C4maPsTQYkPjgkU2sw3pNCobo1Uw5uRZB , keyprev 5wXSRF1wszBwEQiVGKr63MXedqwPgVtf9m
Edit:
bitcredit-cli listaddressgroupings
[
[
[
"68FZz6Rw5Xys5vzkns8m1NCyUjW6woWFoi",
0.24807342,
""
],
[
"61tAnviYXGwEYNNNXxwtXFk8DWejC6nr69",
0.00000000,
""
],
[
"6C4maPsTQYkPjgkU2sw3pNCobo1Uw5uRZB",
50165.75000182,
""
]
]
]