Electrum BTCP: Download Bitcoin Private wallet for Windows/Linux/MacOS | Crypto-Wallets.org

Category: Minería

github electrum btcp

You can try asking on the BTCPrivate github here: https://github.com/BTCPrivate/​electrum-btcp/issues but it looks like the project is fairly dead. My Electrum wallet as of May 7th appears to not be syncing the entire block chain​. When I click Tools -> Network to check it reports block. BTCP Electrum (Lite Wallet), Use all wallets with caution. You should never share private keys, seed, or wallet file with anyone. - BTCPrivate/electrum-btcp.

Github electrum btcp - the

BTCPrivate-Legacy / electrum-btcp-legacy

Popup: id: nd title: _('Proxy') BoxLayout: orientation: 'vertical' padding: '10dp' spacing: '10dp' GridLayout: cols: 2 Label: text: _('Proxy mode') Spinner: id: mode height: '48dp' size_hint_y: None text: app.proxy_config.get('mode', 'none') values: ['none', 'socks4', 'socks5', 'http'] Label: text: _('Host') TextInput: id: host multiline: False height: '48dp' size_hint_y: None text: app.proxy_config.get('host', '') disabled: mode.text == 'none' Label: text: _('Port') TextInput: id: port multiline: False input_type: 'number' height: '48dp' size_hint_y: None text: app.proxy_config.get('port', '') disabled: mode.text == 'none' Label: text: _('Username') TextInput: id: user multiline: False height: '48dp' size_hint_y: None text: app.proxy_config.get('user', '') disabled: mode.text == 'none' Label: text: _('Password') TextInput: id: password multiline: False password: True height: '48dp' size_hint_y: None text: app.proxy_config.get('password', '') disabled: mode.text == 'none' Widget: size_hint: 1, 0.1 BoxLayout: Widget: size_hint: 0.5, None Button: size_hint: 0.5, None height: '48dp' text: _('OK') on_release: host, port, protocol, proxy, auto_connect = app.network.get_parameters() proxy = {} proxy['mode']=str(root.ids.mode.text).lower() proxy['host']=str(root.ids.host.text) proxy['port']=str(root.ids.port.text) proxy['user']=str(root.ids.user.text) proxy['password']=str(root.ids.password.text) if proxy['mode']=='none': proxy = None app.network.set_parameters(host, port, protocol, proxy, auto_connect) app.proxy_config = proxy if proxy else {} nd.dismiss()
Источник: https://github.com/BTCPrivate/electrum-btcp/blob/master/gui/kivy/uix/ui_screens/proxy.kv

By -

1 thoughts on “Github electrum btcp”

Leave a Reply

Your email address will not be published. Required fields are marked *