@Fangzheng1992
2018-11-20T10:14:44.000000Z
字数 1622
阅读 1120
针对本次BSV未加防重放保护的分叉,我们提供了一个服务,用户可通过此服务进行BCH和BSV UTXO集合的查询以及BCH和BSV交易的广播。
当前支持如下功能接口:
1、BSV交易广播
curl -X POST --form rawtx=01000000011f... http://copernet.io/service/broadcast/sv
2、BSV UTXO查询
http://copernet.io/service/utxo/query?address=bitcoincash:qrkgpah795m3krhggmu6gduyp4luxn4fagrned07ps
3、BCH交易广播
curl -X POST --form rawtx=01000000011f... http://copernet.io/service/broadcast/abc
4、BCH UTXO查询
3、获取BCH UTXO && BSV UTXO交集
http://copernet.io/service/utxo/diff?address=bitcoincash:qrkgpah795m3krhggmu6gduyp4luxn4fagrned07ps
查看更多:https://github.com/abc-hardfork/broadcasttx.
For the fork made by BSV that without adding anti-replay protection, we provide a service through which users can query the BCH and BSV UTXO as well as the transactions broadcast of the BCH and BSV.
Now the following function interfaces are supported by the service:
1、BSV transaction broadcast
curl -X POST --form rawtx=01000000011f... http://copernet.io/service/broadcast/sv
2、Query for the BSV UTXO
http://copernet.io/service/utxo/query?address=bitcoincash:qrkgpah795m3krhggmu6gduyp4luxn4fagrned07ps
3、BCH transaction broadcast
curl -X POST --form rawtx=01000000011f... http://copernet.io/service/broadcast/abc
4、Query for the BCH UTXO
3、Obtain the intersection of BCH UTXO && BSV UTXO
http://copernet.io/service/utxo/diff?address=bitcoincash:qrkgpah795m3krhggmu6gduyp4luxn4fagrned07ps
Read more:https://github.com/abc-hardfork/broadcasttx.