An open API service indexing awesome lists of open source software.

https://github.com/bitpay/copay-sign

Prove control over a copay wallet
https://github.com/bitpay/copay-sign

Last synced: about 1 year ago
JSON representation

Prove control over a copay wallet

Awesome Lists containing this project

README

          

Copay Sign
=============

These utilities allow you to prove ownership over a Copay multisignature wallet.

## Installation

Run `npm install`.

## Sign message with private keys

`node sign.js `

If you have a two of three wallet, this needs to be done for two of the three copayers. You can get a wallet file by clicking Settings -> Your Wallet -> More Options -> Export Wallet.

The utility will reach out to BWS and get the current receive address index and the current change address index. It will compute all addresses up to these indexes. It will sign the message using the corresponding private key for each address.

## Combine signatures into one file

`node combine.js `

## Verify signatures

`node verify.js `

This iterates through each address and checks that there are sufficient valid signatures.