Post
Topic
Board Announcements (Altcoins)
Re: [DVC]DevCoin - Official Thread - Moderated
by
emfox
on 13/02/2014, 12:31:30 UTC
Please make it work with new code which is ported to 0.8.5, but it will have to be forward ported again to 0.9.0 when we merge that code in later. We are just testing the merged-blocks are backwards compatible across clients. The windows client is in test mode, and linux client can be built aswell from source...

https://github.com/sidhujag/devcoin

I did the android wallet based on 0.8.5 aswell... are there changes in Armory after 0.8.5? Otherwise you can use this code as your client to test with. (version is now 70001 from 032501 or whatever)

How are you going about it? just adding the merged-mine parsing, and do similar adaptions that the client did with bitcion -> devcoin?

Okay sounds good. As far as I can tell most of the substantial changes were in 0.8.x; there are lots of places in the code that reference that version. I just started working on it, so I got it talking to devcoind, and reading the blocks from blk0001.dat instead of the blocks folder, but I'm realizing that most of the changes I'm making to get it to read devcoin blocks are just reverting changes that were made for post 0.8 bitcoin. I think it will be a lot easier once I get the 0.8.5 based devcoind built.

I guess I'm not fully aware of all of the difference between the devcoin and bitcoin blockchains, I assumed that all I would have to change is parsing of the receiver files - although Armory interfaces directly with bitcoind/devcoind, so maybe that would be handled by devcoind rather than by Armory. If I have any trouble I'll definitely refer to your Android wallet or send you a PM.

Now I'm going to see if I can the new 0.8.5 wallet compiled on Ubuntu. Smiley

Edit:

For what it's worth, I have the 0.8.5 devcoind compiled and running on Ubuntu 12.04, got the whole blockchain downloaded successfully and I imported my wallet and the balance looks normal. Anything specific you'd like me to test?

Btw is there anyway to compile Devcoin-Qt on Linux? Or is that not supported yet? I'm getting a lot of errors when trying to use the "bitcoin-qt.pro" with QTCreator.

please post your step of compiling, and the exact error message.