Still having problems? It's down..
Haven't had time to look at my fork again although I'm fairly sure I could figure it out now I have a deeper understanding of the way YACoin works. If you share your code I'd happily host it, it would save me some time.
Up now, but no idea for how long... It keeps breaking the database, dunno why. -.-"
The code is on github, see
https://github.com/saironiq/yacoin-abeEDIT: aaand it's gone... this time at block #73513. some debug info:
2013-05-28 16:28:36 UTC ERROR: insert or update on table "block_tx" violates foreign key constraint "block_tx_tx_id_fkey"
2013-05-28 16:28:36 UTC DETAIL: Key (tx_id)=(99232) is not present in table "tx".
2013-05-28 16:28:36 UTC STATEMENT:
INSERT INTO block_tx
(block_id, tx_id, tx_pos)
VALUES (73515, 99232, 0)
2013-05-28 17:13:39 UTC ERROR: duplicate key value violates unique constraint "chain_candidate_pkey"
2013-05-28 17:13:39 UTC DETAIL: Key (chain_id, block_id)=(8, 73566) already exists.
2013-05-28 17:13:39 UTC STATEMENT:
INSERT INTO chain_candidate (
chain_id, block_id, in_longest, block_height
) VALUES (8, 73566, 1, 73519)
2013-05-28 19:13:48 UTC ERROR: insert or update on table "txout" violates foreign key constraint "txout_pubkey_id_fkey"
2013-05-28 19:13:48 UTC DETAIL: Key (pubkey_id)=(28308) is not present in table "pubkey".
2013-05-28 19:13:48 UTC STATEMENT:
INSERT INTO txout (
txout_id, tx_id, txout_pos, txout_value,
txout_scriptPubKey, pubkey_id
) VALUES (192571, 99454, 0, '22410000', '21030019164d81bf8ff4ff0b9c732ea3e4d180aafa36d63008126b13d93bbbacb682ac', 28308)
need some sleep, will try to fix it tomorrow.