Pages:
Author

Topic: ◈◈Bitcredit ◈◈ Migrating to UniQredit◈◈ - page 78. (Read 284526 times)

hero member
Activity: 501
Merit: 503
Quote
There is no need to use PoW to secure a block chain, let alone very strong PoW.
That design decision comes from a fundamental (but rarely discussed) design requirement Satoshi had, which is that all entities in Bitcoin must be able to join and leave at will, unannounced and anonymously.
If you want a purely decentralised system, this is a "hard" requirement, it's non-negotiable. Bitcoin simply wouldn't work without it.
If you are willing to relax the decentralisation requirements a bit so that there's some kind of explicit join/leave protocol and participants have some verified identity, or you can rely on non-standard hardware, then you don't need PoW anymore. You can just use chains of digital signatures, for example. Or you could use PoW as a means to do a randomised leader election like Bitcoin does, but where each miner just uses a single CPU because the amount of hashing doesn't matter (fraud can be punished via the legal system instead).


Nice start, you seem to have solved even the problem of easy anon entry/exit.
hero member
Activity: 501
Merit: 503
Don't give up!! If you actually get this to work , you'd have solved at least two of the problems tons of other devs have tried and failed.
hero member
Activity: 602
Merit: 501
made push to the branch we are using for tests and debugging. It should solve persistence issue with addrDB. For now all new DBs are maintained in human readable text so people can verify that it works. We'll serialize as binary after confirming that it works.

For fresh sync, wipe everything except wallet.dat and .conf files.
sr. member
Activity: 322
Merit: 250
with the last version the daemon closes with:

Code:
2015-10-01 07:31:08 UpdateTip: new best=00552c9afa65b3df39dba972a76f1f1cadb53997f3f5c3a309184309977cbad6  height=210003  log2_work=35.939775  tx=218032  date=2015-09-26 13:45:55 progress=0.967562  cache=80992
2015-10-01 07:31:08   - Connect postprocess: 0.00ms [91.65s]
2015-10-01 07:31:08 - Connect block: 31.25ms [4894.59s]
2015-10-01 07:31:08 CheckBlock() : skipping transaction locking checks
2015-10-01 07:31:08 CheckBlock() : skipping banknode payment checks
2015-10-01 07:31:08   nActualTimespan = 5834  before bounds
2015-10-01 07:31:08 GetNextWorkRequired RETARGET
2015-10-01 07:31:08 Params().TargetTimespan2() = 60    nActualTimespan = 480
2015-10-01 07:31:08 Before: 2000a313  00a3130000000000000000000000000000000000000000000000000000000000
2015-10-01 07:31:08 After:  2000d453  00d453bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
2015-10-01 07:31:08 CheckBlock() : skipping transaction locking checks
2015-10-01 07:31:08 CheckBlock() : skipping banknode payment checks
2015-10-01 07:31:08   - Load block from disk: 0.00ms [0.19s]
2015-10-01 07:31:08 CheckBlock() : skipping transaction locking checks
2015-10-01 07:31:08 CheckBlock() : skipping banknode payment checks
2015-10-01 07:31:08       - Connect 1 transactions: 0.00ms (0.000ms/tx, 0.000ms/txin) [7.44s]
2015-10-01 07:31:08   Is (210004) a grant block? : No
2015-10-01 07:31:08 New vout  address:- 5rNk8orWGkJbhmA7Vgb9312FSYtiNffUmS , amount :-840000000
2015-10-01 07:31:08 New vout  address:- 5qoFUCqPUE4pyjus6U6jD6ba4oHR6NZ7c7 , amount :-180000000
2015-10-01 07:31:08 New vout  address:- 6133GZGV2XRnS53DkLSWrK661TsQMqnewL , amount :-180000000
2015-10-01 07:31:08 New vout  address:- 6E9FhwnJ5QjYgqCrok6hxizFpamnEZxQi2 , amount :-600000000
2015-10-01 07:31:08     - Verify 0 txins: 15.63ms (0.000ms/txin) [4464.79s]
2015-10-01 07:31:08     - Index writing: 0.00ms [127.21s]
2015-10-01 07:31:08     - Callbacks: 0.00ms [33.90s]
2015-10-01 07:31:08   - Connect total: 15.63ms [4742.35s]
2015-10-01 07:31:08   - Flush: 0.00ms [31.40s]
2015-10-01 07:31:08   - Writing chainstate: 0.00ms [29.02s]
2015-10-01 07:31:08 UpdateTip: new best=005286b1c29917aa464967ee2294957b5869761679c939fcdd6bf8df4fb4e802  height=210004  log2_work=35.939775  tx=218033  date=2015-09-26 14:17:17 progress=0.967707  cache=80993
2015-10-01 07:31:08   - Connect postprocess: 0.00ms [91.65s]
2015-10-01 07:31:08 - Connect block: 15.63ms [4894.61s]
2015-10-01 07:31:08 CheckBlock() : skipping transaction locking checks
2015-10-01 07:31:08 CheckBlock() : skipping banknode payment checks
2015-10-01 07:31:08   nActualTimespan = 1882  before bounds
2015-10-01 07:31:08 GetNextWorkRequired RETARGET
2015-10-01 07:31:08 Params().TargetTimespan2() = 60    nActualTimespan = 480
2015-10-01 07:31:08 Before: 2000d453  00d4530000000000000000000000000000000000000000000000000000000000
2015-10-01 07:31:08 After:  20025e53  025e53bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
2015-10-01 07:31:08 CheckBlock() : skipping transaction locking checks
2015-10-01 07:31:08 CheckBlock() : skipping banknode payment checks
2015-10-01 07:31:08   - Load block from disk: 0.00ms [0.19s]
2015-10-01 07:31:08 CheckBlock() : skipping transaction locking checks
2015-10-01 07:31:08 CheckBlock() : skipping banknode payment checks
2015-10-01 07:31:08       - Connect 1 transactions: 0.00ms (0.000ms/tx, 0.000ms/txin) [7.44s]
2015-10-01 07:31:08  === Grant Database Block Height -1 ===
2015-10-01 07:48:42 CDarksendPool::CheckTimeout() -- Session timed out (30s) -- resetting

Ah, i think i figured out some of the kinks with the re-implemention, the balance map was not persistent, a partial-reindex, reindex etc was overwritting the file causing incorrect balances. I have a new build compiling now. One i get it to compile, i'll push to git then we can both see if it works. Also it builds a map of all mined blocks now. If you can, let's both run two daemons, one re-indexing and one syncing from start.

ok. expecting the git update
newbie
Activity: 49
Merit: 0
I´ll participate...
waiting for the branch name to build.

One clean and another reindexing.
Both Linux headless Smiley
hero member
Activity: 602
Merit: 501
with the last version the daemon closes with:

Code:
2015-10-01 07:31:08 UpdateTip: new best=00552c9afa65b3df39dba972a76f1f1cadb53997f3f5c3a309184309977cbad6  height=210003  log2_work=35.939775  tx=218032  date=2015-09-26 13:45:55 progress=0.967562  cache=80992
2015-10-01 07:31:08   - Connect postprocess: 0.00ms [91.65s]
2015-10-01 07:31:08 - Connect block: 31.25ms [4894.59s]
2015-10-01 07:31:08 CheckBlock() : skipping transaction locking checks
2015-10-01 07:31:08 CheckBlock() : skipping banknode payment checks
2015-10-01 07:31:08   nActualTimespan = 5834  before bounds
2015-10-01 07:31:08 GetNextWorkRequired RETARGET
2015-10-01 07:31:08 Params().TargetTimespan2() = 60    nActualTimespan = 480
2015-10-01 07:31:08 Before: 2000a313  00a3130000000000000000000000000000000000000000000000000000000000
2015-10-01 07:31:08 After:  2000d453  00d453bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
2015-10-01 07:31:08 CheckBlock() : skipping transaction locking checks
2015-10-01 07:31:08 CheckBlock() : skipping banknode payment checks
2015-10-01 07:31:08   - Load block from disk: 0.00ms [0.19s]
2015-10-01 07:31:08 CheckBlock() : skipping transaction locking checks
2015-10-01 07:31:08 CheckBlock() : skipping banknode payment checks
2015-10-01 07:31:08       - Connect 1 transactions: 0.00ms (0.000ms/tx, 0.000ms/txin) [7.44s]
2015-10-01 07:31:08   Is (210004) a grant block? : No
2015-10-01 07:31:08 New vout  address:- 5rNk8orWGkJbhmA7Vgb9312FSYtiNffUmS , amount :-840000000
2015-10-01 07:31:08 New vout  address:- 5qoFUCqPUE4pyjus6U6jD6ba4oHR6NZ7c7 , amount :-180000000
2015-10-01 07:31:08 New vout  address:- 6133GZGV2XRnS53DkLSWrK661TsQMqnewL , amount :-180000000
2015-10-01 07:31:08 New vout  address:- 6E9FhwnJ5QjYgqCrok6hxizFpamnEZxQi2 , amount :-600000000
2015-10-01 07:31:08     - Verify 0 txins: 15.63ms (0.000ms/txin) [4464.79s]
2015-10-01 07:31:08     - Index writing: 0.00ms [127.21s]
2015-10-01 07:31:08     - Callbacks: 0.00ms [33.90s]
2015-10-01 07:31:08   - Connect total: 15.63ms [4742.35s]
2015-10-01 07:31:08   - Flush: 0.00ms [31.40s]
2015-10-01 07:31:08   - Writing chainstate: 0.00ms [29.02s]
2015-10-01 07:31:08 UpdateTip: new best=005286b1c29917aa464967ee2294957b5869761679c939fcdd6bf8df4fb4e802  height=210004  log2_work=35.939775  tx=218033  date=2015-09-26 14:17:17 progress=0.967707  cache=80993
2015-10-01 07:31:08   - Connect postprocess: 0.00ms [91.65s]
2015-10-01 07:31:08 - Connect block: 15.63ms [4894.61s]
2015-10-01 07:31:08 CheckBlock() : skipping transaction locking checks
2015-10-01 07:31:08 CheckBlock() : skipping banknode payment checks
2015-10-01 07:31:08   nActualTimespan = 1882  before bounds
2015-10-01 07:31:08 GetNextWorkRequired RETARGET
2015-10-01 07:31:08 Params().TargetTimespan2() = 60    nActualTimespan = 480
2015-10-01 07:31:08 Before: 2000d453  00d4530000000000000000000000000000000000000000000000000000000000
2015-10-01 07:31:08 After:  20025e53  025e53bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
2015-10-01 07:31:08 CheckBlock() : skipping transaction locking checks
2015-10-01 07:31:08 CheckBlock() : skipping banknode payment checks
2015-10-01 07:31:08   - Load block from disk: 0.00ms [0.19s]
2015-10-01 07:31:08 CheckBlock() : skipping transaction locking checks
2015-10-01 07:31:08 CheckBlock() : skipping banknode payment checks
2015-10-01 07:31:08       - Connect 1 transactions: 0.00ms (0.000ms/tx, 0.000ms/txin) [7.44s]
2015-10-01 07:31:08  === Grant Database Block Height -1 ===
2015-10-01 07:48:42 CDarksendPool::CheckTimeout() -- Session timed out (30s) -- resetting

Ah, i think i figured out some of the kinks with the re-implemention, the balance map was not persistent, a partial-reindex, reindex etc was overwritting the file causing incorrect balances. I have a new build compiling now. One i get it to compile, i'll push to git then we can both see if it works. Also it builds a map of all mined blocks now. If you can, let's both run two daemons, one re-indexing and one syncing from start.
sr. member
Activity: 322
Merit: 250
with the last version the daemon closes with:

Code:
2015-10-01 07:31:08 UpdateTip: new best=00552c9afa65b3df39dba972a76f1f1cadb53997f3f5c3a309184309977cbad6  height=210003  log2_work=35.939775  tx=218032  date=2015-09-26 13:45:55 progress=0.967562  cache=80992
2015-10-01 07:31:08   - Connect postprocess: 0.00ms [91.65s]
2015-10-01 07:31:08 - Connect block: 31.25ms [4894.59s]
2015-10-01 07:31:08 CheckBlock() : skipping transaction locking checks
2015-10-01 07:31:08 CheckBlock() : skipping banknode payment checks
2015-10-01 07:31:08   nActualTimespan = 5834  before bounds
2015-10-01 07:31:08 GetNextWorkRequired RETARGET
2015-10-01 07:31:08 Params().TargetTimespan2() = 60    nActualTimespan = 480
2015-10-01 07:31:08 Before: 2000a313  00a3130000000000000000000000000000000000000000000000000000000000
2015-10-01 07:31:08 After:  2000d453  00d453bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
2015-10-01 07:31:08 CheckBlock() : skipping transaction locking checks
2015-10-01 07:31:08 CheckBlock() : skipping banknode payment checks
2015-10-01 07:31:08   - Load block from disk: 0.00ms [0.19s]
2015-10-01 07:31:08 CheckBlock() : skipping transaction locking checks
2015-10-01 07:31:08 CheckBlock() : skipping banknode payment checks
2015-10-01 07:31:08       - Connect 1 transactions: 0.00ms (0.000ms/tx, 0.000ms/txin) [7.44s]
2015-10-01 07:31:08   Is (210004) a grant block? : No
2015-10-01 07:31:08 New vout  address:- 5rNk8orWGkJbhmA7Vgb9312FSYtiNffUmS , amount :-840000000
2015-10-01 07:31:08 New vout  address:- 5qoFUCqPUE4pyjus6U6jD6ba4oHR6NZ7c7 , amount :-180000000
2015-10-01 07:31:08 New vout  address:- 6133GZGV2XRnS53DkLSWrK661TsQMqnewL , amount :-180000000
2015-10-01 07:31:08 New vout  address:- 6E9FhwnJ5QjYgqCrok6hxizFpamnEZxQi2 , amount :-600000000
2015-10-01 07:31:08     - Verify 0 txins: 15.63ms (0.000ms/txin) [4464.79s]
2015-10-01 07:31:08     - Index writing: 0.00ms [127.21s]
2015-10-01 07:31:08     - Callbacks: 0.00ms [33.90s]
2015-10-01 07:31:08   - Connect total: 15.63ms [4742.35s]
2015-10-01 07:31:08   - Flush: 0.00ms [31.40s]
2015-10-01 07:31:08   - Writing chainstate: 0.00ms [29.02s]
2015-10-01 07:31:08 UpdateTip: new best=005286b1c29917aa464967ee2294957b5869761679c939fcdd6bf8df4fb4e802  height=210004  log2_work=35.939775  tx=218033  date=2015-09-26 14:17:17 progress=0.967707  cache=80993
2015-10-01 07:31:08   - Connect postprocess: 0.00ms [91.65s]
2015-10-01 07:31:08 - Connect block: 15.63ms [4894.61s]
2015-10-01 07:31:08 CheckBlock() : skipping transaction locking checks
2015-10-01 07:31:08 CheckBlock() : skipping banknode payment checks
2015-10-01 07:31:08   nActualTimespan = 1882  before bounds
2015-10-01 07:31:08 GetNextWorkRequired RETARGET
2015-10-01 07:31:08 Params().TargetTimespan2() = 60    nActualTimespan = 480
2015-10-01 07:31:08 Before: 2000d453  00d4530000000000000000000000000000000000000000000000000000000000
2015-10-01 07:31:08 After:  20025e53  025e53bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
2015-10-01 07:31:08 CheckBlock() : skipping transaction locking checks
2015-10-01 07:31:08 CheckBlock() : skipping banknode payment checks
2015-10-01 07:31:08   - Load block from disk: 0.00ms [0.19s]
2015-10-01 07:31:08 CheckBlock() : skipping transaction locking checks
2015-10-01 07:31:08 CheckBlock() : skipping banknode payment checks
2015-10-01 07:31:08       - Connect 1 transactions: 0.00ms (0.000ms/tx, 0.000ms/txin) [7.44s]
2015-10-01 07:31:08  === Grant Database Block Height -1 ===
2015-10-01 07:48:42 CDarksendPool::CheckTimeout() -- Session timed out (30s) -- resetting
legendary
Activity: 910
Merit: 1000
banknode(active(i call it by different name)) rules have a bug. i told that earlier.. == vs > or < compared to..
just a minor thing to fix
legendary
Activity: 966
Merit: 1000
I thought you can just setgenerate true you dont have to be active banknode you just need to have 50k in one input (thats how we get the chain rolling again)

looking forward to a public win wallet.


Just reporting, bitcredit-qt idling at about 1-2% CPU... not sure you can mine at all regardless of BN stuff if it thinks it's not yet synced?
legendary
Activity: 1610
Merit: 1008
Forget-about-it
I thought you can just setgenerate true you dont have to be active banknode you just need to have 50k in one input (thats how we get the chain rolling again)

looking forward to a public win wallet.
legendary
Activity: 966
Merit: 1000
Fresh sync @ height 210004 should have a folder named "ratings" ...it's not there?

Nope

Same here on linux - fresh sync to 200004.

do setgenerate true and it will build the db. As it stands once we can connect enough nodes the network is ready to go Meanwhile, i'm already busy working on updating some of the primitive methods and code used here.

Yep, rating directory appeared straight away, grantsdb.dat inside it shows
Code:
210000
5
5qoFUCqPUE4pyjus6U6jD6ba4oHR6NZ7c7
37800000000000
5rNk8orWGkJbhmA7Vgb9312FSYtiNffUmS
176400000000000
5z5ECKDqbZqAUuhFeRTVGqLstq1RgxoWv8
20000000000
6133GZGV2XRnS53DkLSWrK661TsQMqnewL
37800000000000
6E9FhwnJ5QjYgqCrok6hxizFpamnEZxQi2
126000000000000
0
0
0
0
0
(identical to what tombcoin posted on last page)

Also balances.dat appeared, lists 7672 addresses/balances, mine seem about right. First line is a bit odd though, truncated address?
Code:
3QJmnh,78264498802

edit: not actually mining though as can't start BN, "waiting for sync"
hero member
Activity: 602
Merit: 501
Fresh sync @ height 210004 should have a folder named "ratings" ...it's not there?

Nope

Same here on linux - fresh sync to 200004.

do setgenerate true and it will build the db. As it stands once we can connect enough nodes the network is ready to go Meanwhile, i'm already busy working on updating some of the primitive methods and code used here.
legendary
Activity: 966
Merit: 1000
Fresh sync @ height 210004 should have a folder named "ratings" ...it's not there?

Nope

Same here on linux - fresh sync to 200004.
newbie
Activity: 49
Merit: 0
On reindex folder ratings is well created, also a grantdb with entries.
But still waiting for sync to finish.

Content of grantdb at height ~93500

210000
5
5qoFUCqPUE4pyjus6U6jD6ba4oHR6NZ7c7
37800000000000
5rNk8orWGkJbhmA7Vgb9312FSYtiNffUmS
176400000000000
5z5ECKDqbZqAUuhFeRTVGqLstq1RgxoWv8
20000000000
6133GZGV2XRnS53DkLSWrK661TsQMqnewL
37800000000000
6E9FhwnJ5QjYgqCrok6hxizFpamnEZxQi2
126000000000000
0
0
0
0
0

This is an node with an empty wallet.
sr. member
Activity: 322
Merit: 250
to me, is correct

Edit: on "setgenerate true" his closing the wallet

Ok good start, can you try debugging(at least find the offending line? ) I'm mobile, will take an hour before i'm sitting at a pc again.


Code:
2015-09-30 12:00:27 ERROR: ConnectBlock() : no banknode payment ( required=600000000)
2015-09-30 12:00:27 BitcreditMiner runtime error: CreateNewBlock() : TestBlockValidity failed

As for grantDB , it's still very primitive and needs work but it should work on a system you either reindexed or synced from start.


I can confirm that it does NOT create on reindex or synced from start.

Fresh sync @ height 210004 should have a folder named "ratings" ...it's not there?

Nope
hero member
Activity: 602
Merit: 501
resyncing from start again, taking a bit of time, looks like the building of addrDB is slowing things down. Fresh sync may take up to 3 times more time.

After what i have learnt in trying to figure out the addrDB, I feel as though I should push back voting again. the way the DB is built is seperate from normal processes which is resulting in it not being built right from the start. I want to move this  repititive DB creation into one single function.

SecureMsg maintains a DB
Block Index DB
Voting DB
Addr DB

Since I was thinking of moving the DB code out of them all, merge into one hefty block. While connect block would take longer, it would do all the work in one place since all DBs are mandatory. Anyway this is mostly technical so i'll just post changes on a seperate branch for consideration, after the chain is already moving.
hero member
Activity: 602
Merit: 501
to me, is correct

Edit: on "setgenerate true" his closing the wallet

Ok good start, can you try debugging(at least find the offending line? ) I'm mobile, will take an hour before i'm sitting at a pc again.


Code:
2015-09-30 12:00:27 ERROR: ConnectBlock() : no banknode payment ( required=600000000)
2015-09-30 12:00:27 BitcreditMiner runtime error: CreateNewBlock() : TestBlockValidity failed

As for grantDB , it's still very primitive and needs work but it should work on a system you either reindexed or synced from start.


I can confirm that it does NOT create on reindex or synced from start.

Fresh sync @ height 210004 should have a folder named "ratings" ...it's not there?
sr. member
Activity: 322
Merit: 250
to me, is correct

Edit: on "setgenerate true" his closing the wallet

Ok good start, can you try debugging(at least find the offending line? ) I'm mobile, will take an hour before i'm sitting at a pc again.


Code:
2015-09-30 12:00:27 ERROR: ConnectBlock() : no banknode payment ( required=600000000)
2015-09-30 12:00:27 BitcreditMiner runtime error: CreateNewBlock() : TestBlockValidity failed

As for grantDB , it's still very primitive and needs work but it should work on a system you either reindexed or synced from start.


I can confirm that it does NOT create on reindex or synced from start.
hero member
Activity: 602
Merit: 501
to me, is correct

Edit: on "setgenerate true" his closing the wallet

Ok good start, can you try debugging(at least find the offending line? ) I'm mobile, will take an hour before i'm sitting at a pc again.

First, I can't start banknode because say that he sync.
Seccond, "removing" this problem, the problem seems to go from the voting part, creating grantdb. This part must be active from 210000 ?

Code:
2015-09-30 12:00:27 BitcreditMiner started
2015-09-30 12:00:27 BitcreditMiner started
2015-09-30 12:00:27 CreateNewBlock: Failed to detect banknode to pay
2015-09-30 12:00:27  === Grant Database Block Height 210000 ===
2015-09-30 12:00:27 Checking Grant Database is updated. ===
=== Required Height : 210000, requested from: 210005 ===
2015-09-30 12:00:27 CreateNewBlock(): total size 1000
2015-09-30 12:00:27 ERROR: ConnectBlock() : no banknode payment ( required=600000000)
2015-09-30 12:00:27 BitcreditMiner runtime error: CreateNewBlock() : TestBlockValidity failed
2015-09-30 12:00:27 BitcreditMiner started
2015-09-30 12:00:27 CreateNewBlock: Failed to detect banknode to pay
2015-09-30 12:00:27  === Grant Database Block Height 210000 ===
2015-09-30 12:00:27 BitcreditMiner started
2015-09-30 12:00:27 CreateNewBlock: Failed to detect banknode to pay
2015-09-30 12:00:27 CreateNewBlock: Failed to detect banknode to pay
2015-09-30 12:00:27 Checking Grant Database is updated. ===
=== Required Height : 210000, requested from: 210005 ===
2015-09-30 12:00:27  === Grant Database Block Height 210000 ===
2015-09-30 12:00:27 Checking Grant Database is updated. ===
=== Required Height : 210000, requested from: 210005 ===
2015-09-30 12:00:27 CreateNewBlock(): total size 1000
2015-09-30 12:00:27  === Grant Database Block Height 210000 ===
2015-09-30 12:00:27 Checking Grant Database is updated. ===
=== Required Height : 210000, requested from: 210005 ===
2015-09-30 12:00:27 ERROR: ConnectBlock() : no banknode payment ( required=600000000)
2015-09-30 12:00:27 BitcreditMiner runtime error: CreateNewBlock() : TestBlockValidity failed
2015-09-30 12:00:27 CreateNewBlock(): total size 1000
2015-09-30 12:00:27 ERROR: ConnectBlock() : no banknode payment ( required=600000000)
2015-09-30 12:00:27 BitcreditMiner runtime error: CreateNewBlock() : TestBlockValidity failed
2015-09-30 12:00:27 CreateNewBlock(): total size 1000
2015-09-30 12:00:27 ERROR: ConnectBlock() : no banknode payment ( required=600000000)
2015-09-30 12:00:27 BitcreditMiner runtime error: CreateNewBlock() : TestBlockValidity failed

Looks like it's refusing because there are no active bank nodes hence :-

Code:
2015-09-30 12:00:27 ERROR: ConnectBlock() : no banknode payment ( required=600000000)
2015-09-30 12:00:27 BitcreditMiner runtime error: CreateNewBlock() : TestBlockValidity failed

As for grantDB , it's still very primitive and needs work but it should work on a system you either reindexed or synced from start.
sr. member
Activity: 322
Merit: 250
@bitcreditscc

https://github.com/bitcreditscc/bicreditsnew/blob/new-bla-bla-ver/src/main.cpp#L2172

Did you check if grantdb is constructed/updated ?
On a fresh wallet, now it does not create the grantdb.
Pages:
Jump to: