_("This plugin facilitates the use of multi-signatures wallets."),
_("It sends and receives partially signed transactions from/to your cosigner wallet."),
_("Transactions are encrypted and stored on a remote server.")
]),
]),
'requires_wallet_type':['2of2','2of3'],
'available_for':['qt'],
},
{
'name':'exchange_rate',
'fullname':_("Exchange rates"),
'description':"""exchange rates, retrieved from blockchain.info, CoinDesk, or Coinbase""",
'description':_("Exchange rates and currency conversion tools."),
'available_for':['qt'],
},
{
@ -62,35 +61,35 @@ descriptions = [
{
'name':'labels',
'fullname':_('LabelSync'),
'description':'%s\n\n%s'%(_("The new and improved LabelSync plugin. This can sync your labels across multiple Electrum installs by using a remote database to save your data. Labels, transactions ids and addresses are encrypted before they are sent to the remote server."),_("The label sync's server software is open-source as well and can be found on github.com/maran/electrum-sync-server")),
'description':'\n'.join([
_("The new and improved LabelSync plugin. This can sync your labels across multiple Electrum installs by using a remote database to save your data. Labels, transactions ids and addresses are encrypted before they are sent to the remote server."),
_("The label sync's server software is open-source as well and can be found on github.com/maran/electrum-sync-server")
]),
'available_for':['qt']
},
{
'name':'openalias',
'fullname':'OpenAlias',
'description':'Allow for payments to OpenAlias addresses.\nRequires dnspython',
'requires':['dns'],
'description':_('Allow for payments to OpenAlias addresses.'),
'requires':[('dns','dnspython')],
'available_for':['qt']
},
{
'name':'plot',
'fullname':'Plot History',
'description':'\n'.join([
_("Ability to plot transaction history in graphical mode."),
_("Warning: Requires matplotlib library.")
]),
'requires':['matplotlib'],
'description':_("Ability to plot transaction history in graphical mode."),
'requires':[('matplotlib','matplotlib')],
'available_for':['qt'],
},
{
'name':'trezor',
'fullname':'Trezor Wallet',
'description':'Provides support for Trezor hardware wallet\n\nRequires github.com/trezor/python-trezor',
'description':_('Provides support for Trezor hardware wallet'),