Bitcoin Forum

Bitcoin => Project Development => Topic started by: wslh on March 21, 2015, 12:28:20 PM



Title: [ANN] Multiple Online Bitcoin Wallets Using Copay
Post by: wslh on March 21, 2015, 12:28:20 PM
Hi,

We just published a blog post  (http://blog.coinfabrik.com/online-bitcoin-wallets-using-copay/) about using Copay on a server to host multiple wallets and have them updated. This is useful if you like to implement multiple online wallets hosted on a server like BitGo. The github fork is here (https://github.com/CoinFabrik/copay). The current version supports only 1-1 wallets but soon we will update the project to support multi-signature wallets and communicating them using the Insight mailbox plugin. Currently, every Copay wallet establishes a connection to the Insight server so it's difficult to scale if you have all the wallets in a server.

Hope it helps,
wslh



Title: Re: [ANN] Multiple Online Bitcoin Wallets Using Copay
Post by: Muhammed Zakir on March 21, 2015, 02:51:18 PM
I am beta tester of Copay iOS wallet. I really like the GUI and all but IMHO you should remove registering an account.

My rating: 80/100. Can increase if you add more technical features. :)


Title: Re: [ANN] Multiple Online Bitcoin Wallets Using Copay
Post by: wslh on March 21, 2015, 04:26:08 PM
I am beta tester of Copay iOS wallet. I really like the GUI and all but IMHO you should remove registering an account.

My rating: 80/100. Can increase if you add more technical features. :)

The point of this code modification is to run Copay on a server and handle wallets there. If you try to do this only with Copay the solution will not scale because the number of connections to the Insight server depend on the number of wallets being used.