FuzzyBearBTC / PeercoinArmory

Python-Based Bitcoin Software
Other
3 stars 8 forks source link

online mode #11

Open kac- opened 10 years ago

kac- commented 10 years ago

https://github.com/kac-/PeercoinArmory/commits/topic/network

Armory starts ppcoind but desn't sync( quiet exception handling?)

NOTE: if you want to run in --testnet mode copy ~/.ppcoin/ppcoin.conf to ~/.ppcoin/testnet/ NOTE2: replace https://github.com/ppcoin/ppcoin/blob/master/src/bitcoinrpc.cpp#L151 with

    result.push_back(Pair("time", (boost::uint64_t)block.nTime))       ;
kac- commented 10 years ago

Ok, now Armory is trying to parse block files but we need to downgrade BlockDataManager from LevelDB to MMAP- we need Armory dev here for sure.

alialsaif commented 10 years ago

I just got interested in working on this project. Could you please explain why the downgrading is needed?

alialsaif commented 10 years ago

I was just about to start making the changes necessary to connect to ppcoind. Then I came by your fork Kac- and noticed all what was about to do was already done. I'm wondering why the fork wasn't merged in the main repo ?

kac- commented 10 years ago

Hi, Downgrading because of BDB usage but I might be wrong (we already have 0.8.6 merge w/ leveldb - worth checking) Why not merged? :8ball:

FuzzyBearBTC commented 10 years ago

@kac- not merged as no pull request!