Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 218A5F96 for ; Wed, 1 Aug 2018 05:46:05 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-it0-f66.google.com (mail-it0-f66.google.com [209.85.214.66]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 5E7EF6C5 for ; Wed, 1 Aug 2018 05:46:04 +0000 (UTC) Received: by mail-it0-f66.google.com with SMTP id p81-v6so7784505itp.1 for ; Tue, 31 Jul 2018 22:46:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jamin-net.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=5P2ooq2M1x4mSYPXcClVs/y1hWjw6sgn2p2Ya7gK8rE=; b=QGeZXmlhizeId7KPrp77ZcB1e7qMPnLAT0z5hcfk1Xci0BKhvQDuwl+BtjmIuqsZp9 l7wiug1dnODLeTiIatJZTdYyOlfbDurUwo8qmaPBPdTzTuywzuTwQ1+Ix+fjD9w4iMQE 735nv13mBw6mEx8krsyqUriTy34M+SQ862o9gHqBcC8g+lWH3YplyqJRyTWgKlSfs+EV sF0KNcPvERMHEQpWyWTE2hns92rwEYqw++Xoej7S+3D0a54tWJCSIiJ3D8m1vN7G0wXa acl0XATzGT6IYd2loxMcuJ5ndvcePVs2ocIXL7NYbEQiotdLAG9nfX1x35tw5KEAhwFV 2fvg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=5P2ooq2M1x4mSYPXcClVs/y1hWjw6sgn2p2Ya7gK8rE=; b=DlsHsdRX4Dh2f6VFXzJnLH8IULyrusNgnEzGjbbiKIUjTMO2AvmivQR4G1vQrJCWhE 7/t2Lm3WvJGPZFVzOXvToRXD2lgZL4N7gDYIzKXMy9B9EvjWJ1GCAgsvytAWgvf83abF WRwQNPf3iE280PqRrIs9B+p8aJsZg1Z3x3CYjUK+EmhDQ+OX2MP1miR6gdqJiNVhUh6g seKqhqcq0tt3kHN4hVq+uWV66TNG30eG5eFdYccAV7DaGubfYAK3Foy4CAur7DMrGc3w 5fXvnYdL4ekwIX93NfJnIluIYgILX82dOZDGlij2zd888M/bKyPQ17+79TlT65/+SRid t22g== X-Gm-Message-State: AOUpUlEvm4fvdV5VsOSdRbr4MrurK5b6nJ8GHWu3VBPKt2eKvRdADc0l mYQOjWxkYXNmTo34GfARjQ+dJWwYVlI+KBQRrxS+BA== X-Google-Smtp-Source: AAOMgpfjtrtrdhopm114Ps78BQGLaC9nqyp0zLCvfZZ+QZNxQJWxkjL30U5aWSCbjtOTnASF+CkQt4mMoxWvzvESTc0= X-Received: by 2002:a24:a13:: with SMTP id 19-v6mr2364524itw.41.1533102363676; Tue, 31 Jul 2018 22:46:03 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Marcel Jamin Date: Wed, 1 Aug 2018 07:45:54 +0200 Message-ID: To: vitteaymeric@gmail.com, bitcoin-dev Content-Type: multipart/alternative; boundary="000000000000cab0e105725935ee" X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, HTML_MESSAGE, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org X-Mailman-Approved-At: Fri, 03 Aug 2018 23:10:06 +0000 Subject: Re: [bitcoin-dev] bitcoin-transactions X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Protocol Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2018 05:46:05 -0000 --000000000000cab0e105725935ee Content-Type: text/plain; charset="UTF-8" IMHO you should almost never publish a service that asks users for private keys. A warning isn't enough. Your server might get compromised. "Move your coins by yourself" isn't even correct if your server is involved. On Tue, 31 Jul 2018 at 13:26, Aymeric Vitte via bitcoin-dev < bitcoin-dev@lists.linuxfoundation.org> wrote: > I know this list is not to advertise personal projects but > https://peersm.com/wallet might be of some interest, this is the web > interface for https://github.com/Ayms/bitcoin-transactions since > apparently quasi nobody succeeds to use it > > As far as I know (and surprisingly) this is the only online tool that > converts bech32 addresses (Sipa's one does not output something > understandable by everybody, the tool is using his code), the only one > that converts from any address to any address, maybe the only one that > decodes simply redeem scripts and probably the only one that allows to > create transactions by its own (the advanced mode is not implemented for > now but will be soon) > > Ideally it should be an offline tool if there is some incentive to do > so, so of course it is not advised to use his private keys for now > > Maybe they are mistaken but some users are reporting invalid bech32 > addresses from their Electrum wallet, after segwit, bech32 confusion > seems to be the topic of the moment > > Regards > > Aymeric > > -- > Bitcoin transactions made simple: > https://github.com/Ayms/bitcoin-transactions > Zcash wallets made simple: https://github.com/Ayms/zcash-wallets > Bitcoin wallets made simple: https://github.com/Ayms/bitcoin-wallets > Get the torrent dynamic blocklist: http://peersm.com/getblocklist > Check the 10 M passwords list: http://peersm.com/findmyass > Anti-spies and private torrents, dynamic blocklist: > http://torrent-live.org > Peersm : http://www.peersm.com > torrent-live: https://github.com/Ayms/torrent-live > node-Tor : https://www.github.com/Ayms/node-Tor > GitHub : https://www.github.com/Ayms > > _______________________________________________ > bitcoin-dev mailing list > bitcoin-dev@lists.linuxfoundation.org > https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev > --000000000000cab0e105725935ee Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
IMHO you should almost nev= er publish a service that asks users for private keys.

A warning isn= 9;t enough. Your server might get compromised.

"Move your coins by= yourself" isn't even correct if your server is involved.

On Tue, 31 Jul 2018 at 1= 3:26, Aymeric Vitte via bitcoin-dev <bitcoin-dev@lists.linuxfoundation.org> wrote:<= br>
I know this list is not to advertis= e personal projects but
= https://peersm.com/wallet might be of some interest, this is the web interface for https://github.com/Ayms/bitcoin-transacti= ons since
apparently quasi nobody succeeds to use it

As far as I know (and surprisingly) this is the only online tool that
converts bech32 addresses (Sipa's one does not output something
understandable by everybody, the tool is using his code), the only one
that converts from any address to any address, maybe the only one that
decodes simply redeem scripts and probably the only one that allows to
create transactions by its own (the advanced mode is not implemented for now but will be soon)

Ideally it should be an offline tool if there is some incentive to do
so, so of course it is not advised to use his private keys for now

Maybe they are mistaken but some users are reporting invalid bech32
addresses from their Electrum wallet, after segwit, bech32 confusion
seems to be the topic of the moment

Regards

Aymeric

--
Bitcoin transactions made simple: https://github.com/Aym= s/bitcoin-transactions
Zcash wallets made simple: https://github.com/Ayms/zcash-wallet= s
Bitcoin wallets made simple: https://github.com/Ayms/bitcoin-= wallets
Get the torrent dynamic blocklist: http://peersm.com/getblocklist<= br> Check the 10 M passwords list: http://peersm.com/findmyass
Anti-spies and private torrents, dynamic blocklist: http://torrent-live.org
Peersm :
http://www.peersm.com
torrent-live: https://github.com/Ayms/torrent-live
node-Tor : https://www.github.com/Ayms/node-Tor
GitHub : https://www.github.com/Ayms

_______________________________________________
bitcoin-dev mailing list
= bitcoin-dev@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mail= man/listinfo/bitcoin-dev
--000000000000cab0e105725935ee--