You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
The version of counterblock's python-bitcoin-lib dependency should match counterparty-lib's.
counterblock requires v0.7.0 of python-bitcoinlib, while counterparty-lib requires v0.8.1. v7.0 doesnt support segwit and so if you have counterparty-lib and counterblock installed on the same machine, you will have to downgrade python-bitcoinlib in order to satisfy counterblock's dependency on it, which will halt counterparty-server, like in this issue: https://github.com/CounterpartyXCP/counterparty-lib/issues/1028
The version of
counterblock
'spython-bitcoin-lib
dependency should matchcounterparty-lib
's.counterblock
requiresv0.7.0
ofpython-bitcoinlib
, whilecounterparty-lib
requiresv0.8.1
. v7.0 doesnt support segwit and so if you havecounterparty-lib
andcounterblock
installed on the same machine, you will have to downgradepython-bitcoinlib
in order to satisfycounterblock
's dependency on it, which will haltcounterparty-server
, like in this issue: https://github.com/CounterpartyXCP/counterparty-lib/issues/1028Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: