public inbox for bitcoindev@googlegroups.com
 help / color / mirror / Atom feed
* [bitcoin-dev] Discover and move your coins by yourself
       [not found] <758884fb-4332-71b8-093b-a21dcf596103@gmail.com>
@ 2019-07-12 18:35 ` Aymeric Vitte
  2019-08-07 10:54   ` [bitcoin-dev] Fwd: " Aymeric Vitte
  0 siblings, 1 reply; 3+ messages in thread
From: Aymeric Vitte @ 2019-07-12 18:35 UTC (permalink / raw)
  To: Bitcoin Dev


Please see https://github.com/Ayms/bitcoin-transactions this is a merge
of former bitcoin-transactions and bitcoin-wallets nodejs modules with
additional features to be implemented as described in the README

It is financed by NLnet via EU Horizon 2020 Next Generation Internet
Search and Discovery call

So the initial dev fees have been removed and the code is now open
source and provided in clear under a MIT license

The intent is to provide all the necessary tools for anybody to discover
and manage their coins, as well as making transactions by themselves,
without having to sync a full node or as an alternative to wallets when
people don't understand where their coins are (we saw quite a lot of
confusion for people not understanding at all how to find their coins
and to what keys their addresses did relate in case of multisig, segwit
and now bech32)

It's somewhere bitcoin-cli outside of bitcoin core more easy to use and
not restricted to its own wallet, available for any bitcoin based coins

At the end it will be a secure standalone offline js webapp inside
browsers (like https://peersm.com/wallet but the app does not reflect
the current state of the nodejs repo)

It's not a remake of iancoleman's tool but of course some features
overlap, as well as for other existing tools, we will also extend all of
this inside one tool with no limitations (for example some tools do not
accept "invalid" bip39 seeds, or bip32 seeds, etc)

Comments/suggestions welcome

PS: initially sent to bitcoin-discuss but the list seems to be dead

-- 
Move your coins by yourself (browser version): https://peersm.com/wallet
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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bitcoin-dev] Fwd: Discover and move your coins by yourself
  2019-07-12 18:35 ` [bitcoin-dev] Discover and move your coins by yourself Aymeric Vitte
@ 2019-08-07 10:54   ` Aymeric Vitte
  2019-09-02  7:38     ` [bitcoin-dev] Browser version - " Aymeric Vitte
  0 siblings, 1 reply; 3+ messages in thread
From: Aymeric Vitte @ 2019-08-07 10:54 UTC (permalink / raw)
  To: Bitcoin Dev

[-- Attachment #1: Type: text/plain, Size: 2907 bytes --]

FYI Phase 3 is released https://github.com/Ayms/bitcoin-transactions,
features:

- create transactions

- decode transactions

- verify transactions

- convert/map addresses (including bech32)

- create/map wallets (bip32,39,44, etc), wallets recovery (missing/wrong
words) and check

- decode/create multisig redeem scripts

- pubkey/privkey mapping , conversion and formats

- sign/verify messages

Browserifying everything now for the end of the month



-------- Message transféré --------
Sujet : 	Discover and move your coins by yourself
Date : 	Fri, 12 Jul 2019 20:35:00 +0200
De : 	Aymeric Vitte <vitteaymeric@gmail•com>
Pour : 	Bitcoin Dev <bitcoin-dev@lists•linuxfoundation.org>




Please see https://github.com/Ayms/bitcoin-transactions this is a merge
of former bitcoin-transactions and bitcoin-wallets nodejs modules with
additional features to be implemented as described in the README

It is financed by NLnet via EU Horizon 2020 Next Generation Internet
Search and Discovery call

So the initial dev fees have been removed and the code is now open
source and provided in clear under a MIT license

The intent is to provide all the necessary tools for anybody to discover
and manage their coins, as well as making transactions by themselves,
without having to sync a full node or as an alternative to wallets when
people don't understand where their coins are (we saw quite a lot of
confusion for people not understanding at all how to find their coins
and to what keys their addresses did relate in case of multisig, segwit
and now bech32)

It's somewhere bitcoin-cli outside of bitcoin core more easy to use and
not restricted to its own wallet, available for any bitcoin based coins

At the end it will be a secure standalone offline js webapp inside
browsers (like https://peersm.com/wallet but the app does not reflect
the current state of the nodejs repo)

It's not a remake of iancoleman's tool but of course some features
overlap, as well as for other existing tools, we will also extend all of
this inside one tool with no limitations (for example some tools do not
accept "invalid" bip39 seeds, or bip32 seeds, etc)

Comments/suggestions welcome

PS: initially sent to bitcoin-discuss but the list seems to be dead

-- 
Move your coins by yourself (browser version): https://peersm.com/wallet
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


[-- Attachment #2: Type: text/html, Size: 5692 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bitcoin-dev] Browser version - Discover and move your coins by yourself
  2019-08-07 10:54   ` [bitcoin-dev] Fwd: " Aymeric Vitte
@ 2019-09-02  7:38     ` Aymeric Vitte
  0 siblings, 0 replies; 3+ messages in thread
From: Aymeric Vitte @ 2019-09-02  7:38 UTC (permalink / raw)
  To: Bitcoin Dev

[-- Attachment #1: Type: text/plain, Size: 3204 bytes --]

The browser version is now released, please see https://peersm.com/wallet

Comments/suggestions still welcome

Le 07/08/2019 à 12:54, Aymeric Vitte a écrit :
>
> FYI Phase 3 is released https://github.com/Ayms/bitcoin-transactions,
> features:
>
> - create transactions
>
> - decode transactions
>
> - verify transactions
>
> - convert/map addresses (including bech32)
>
> - create/map wallets (bip32,39,44, etc), wallets recovery
> (missing/wrong words) and check
>
> - decode/create multisig redeem scripts
>
> - pubkey/privkey mapping , conversion and formats
>
> - sign/verify messages
>
> Browserifying everything now for the end of the month
>
>
>
> -------- Message transféré --------
> Sujet : 	Discover and move your coins by yourself
> Date : 	Fri, 12 Jul 2019 20:35:00 +0200
> De : 	Aymeric Vitte <vitteaymeric@gmail•com>
> Pour : 	Bitcoin Dev <bitcoin-dev@lists•linuxfoundation.org>
>
>
>
>
> Please see https://github.com/Ayms/bitcoin-transactions this is a merge
> of former bitcoin-transactions and bitcoin-wallets nodejs modules with
> additional features to be implemented as described in the README
>
> It is financed by NLnet via EU Horizon 2020 Next Generation Internet
> Search and Discovery call
>
> So the initial dev fees have been removed and the code is now open
> source and provided in clear under a MIT license
>
> The intent is to provide all the necessary tools for anybody to discover
> and manage their coins, as well as making transactions by themselves,
> without having to sync a full node or as an alternative to wallets when
> people don't understand where their coins are (we saw quite a lot of
> confusion for people not understanding at all how to find their coins
> and to what keys their addresses did relate in case of multisig, segwit
> and now bech32)
>
> It's somewhere bitcoin-cli outside of bitcoin core more easy to use and
> not restricted to its own wallet, available for any bitcoin based coins
>
> At the end it will be a secure standalone offline js webapp inside
> browsers (like https://peersm.com/wallet but the app does not reflect
> the current state of the nodejs repo)
>
> It's not a remake of iancoleman's tool but of course some features
> overlap, as well as for other existing tools, we will also extend all of
> this inside one tool with no limitations (for example some tools do not
> accept "invalid" bip39 seeds, or bip32 seeds, etc)
>
> Comments/suggestions welcome
>
> PS: initially sent to bitcoin-discuss but the list seems to be dead
>
> -- 
> Move your coins by yourself (browser version): https://peersm.com/wallet
> 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
>

[-- Attachment #2: Type: text/html, Size: 6961 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-02  7:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <758884fb-4332-71b8-093b-a21dcf596103@gmail.com>
2019-07-12 18:35 ` [bitcoin-dev] Discover and move your coins by yourself Aymeric Vitte
2019-08-07 10:54   ` [bitcoin-dev] Fwd: " Aymeric Vitte
2019-09-02  7:38     ` [bitcoin-dev] Browser version - " Aymeric Vitte

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox