Speed ut counterpartyd

I just set up counterpartyd but it's talking for ever to sync. It uses something like 10+ sec on each block. Is there any way to speed this up?

I have bitcoin datadir on macbook ssd drive, everything in ssd drive that helps

Its being optimized, but an ssd is your best bet

Does this really have that much of an impact? I was guessing cpu was the probme?

[quote author=tesaag link=topic=532.msg3235#msg3235 date=1409432708]
Does this really have that much of an impact? I was guessing cpu was the probme?
[/quote]


It's JSON RPC calls I think, it's a known issue and the devs are working on making it better.
It takes a day or so currently.

My estimate is 3,9days left :frowning: But ok thanks for the info :slight_smile:

If you want to help bitcoind be faster when its syncing you can add -dbcache=128 or 256 so the client will allocate more ram and reduce io with the hdd. If it's really the rpc calls it won't help but bitcoin does a lot of disk io as well.

Does not seem to have helped. Last measurement was 10s now its 13

[quote author=weex link=topic=532.msg3242#msg3242 date=1409447265]
If you want to help bitcoind be faster when its syncing you can add -dbcache=128 or 256 so the client will allocate more ram and reduce io with the hdd. If it's really the rpc calls it won't help but bitcoin does a lot of disk io as well.
[/quote]

https://github.com/CounterpartyXCP/counterpartyd/issues/235
https://github.com/CounterpartyXCP/counterpartyd/issues/144
If you have hard data to improve on the current understanding and proposed enhancements,  welcome to contribute on Github!

I had a look at it :slight_smile:

See there was a bootstrap file, any chance of getting that back up?