optimize utxos transmission
This commit is contained in:
parent
8679b4eb8c
commit
d4df5258fe
4 changed files with 227 additions and 251 deletions
10
README.md
10
README.md
|
|
@ -187,3 +187,13 @@ is named *peerId*.
|
|||
Registering with a hash avoids disclosing the copayerId to parties outside of the WR.
|
||||
Peer discovery is accomplished using only the hashes of the WR members' copayerIds. All members of the WR
|
||||
know the full copayerIds of all the other members of the WR.
|
||||
|
||||
Bitcore
|
||||
-------
|
||||
|
||||
Copay uses the Javascript library Bitcore for Bitcoin related functions. Bitcore should be built this way:
|
||||
```
|
||||
var cmd = `node util/build_bitcore.js`
|
||||
cd <BITCORE_HOME>
|
||||
node $cmd
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue