Bitcoin Forum
May 12, 2024, 04:29:10 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Web-wallet for bitcoin and altcoins  (Read 213 times)
crypto_trader#43xzEXrP (OP)
Full Member
***
Offline Offline

Activity: 1589
Merit: 214


View Profile
November 06, 2018, 07:03:46 PM
Last edit: December 27, 2018, 08:10:38 AM by crypto_trader#43xzEXrP
 #1

Hello. Is there any open-source HTML-JavaScript web-wallets,
for bitcoin and altcoins,
where I can, locally, in browser, without Internet connections,
and import my private key to someone online services,
do the next console commands:
createrawtransaction and signrawtransaction?

The sendrawtransaction, in the mainnet, or to the miners (broadcast transaction),
I can do after signing the raw transaction, using services, like this: https://blockchain.info/pushtx
or this: https://coinb.in/#broadcast

I see here: http://brainwalletx.github.io/#tx
there is no any option to get SIGNED RAW-transactions... (no signature there)...
Also, this transaction signer - not working too... https://coinb.in/#sign

I think, we all, can do the web-wallet for bitcoin and altcoins, like this: https://client.wavesplatform.com/
where secret seed or private key, will be stored as encrypted data in the LocalStorage,
and this web-wallet can be more secure,
than do importing the private key (WIF), to anywhere.

Also, as you can see, there is the DEX in wavesblockchain, inside waves web-wallet.
All tickers trading to all tickers there (if their ASSET_ID will be specified in the search field through "/").

And this DEX can be p2p, if many altcoins will be added to web-wallet.
I see this like just add adding the addnode-lists, inside the wallet,
and connecting to the nodes for trading, using WebSockets or WebRTC, for example...

Best regards.

STOP RUSSIAN INVASION OF UKRAINE - SUPPORT UKRAINIAN DEMOS
Contact me in TOX: 653D6C2D13B6DF22C4CB93432586398858A608EE5457624A9A728BE1A9252C5DA12B894C54DB, or just crypto-trader@toxme.io.
Also, WAVES - SCAM! ;(
1715488150
Hero Member
*
Offline Offline

Posts: 1715488150

View Profile Personal Message (Offline)

Ignore
1715488150
Reply with quote  #2

1715488150
Report to moderator
1715488150
Hero Member
*
Offline Offline

Posts: 1715488150

View Profile Personal Message (Offline)

Ignore
1715488150
Reply with quote  #2

1715488150
Report to moderator
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715488150
Hero Member
*
Offline Offline

Posts: 1715488150

View Profile Personal Message (Offline)

Ignore
1715488150
Reply with quote  #2

1715488150
Report to moderator
faceoff97
Full Member
***
Offline Offline

Activity: 644
Merit: 113



View Profile
November 27, 2018, 12:47:10 AM
 #2

What I have is an open source desktop and moblie app called HodLER wallet. It is the only open source multiwallet that could store multiple kind of coin. I don't think if this is really what you need, but this could be one of the best open source wallet that could hold Bitcoin and altcoins even ERC20 token.
estenity
Hero Member
*****
Offline Offline

Activity: 1918
Merit: 535


View Profile
December 17, 2018, 03:33:33 AM
 #3

What I have is an open source desktop and moblie app called HodLER wallet. It is the only open source multiwallet that could store multiple kind of coin. I don't think if this is really what you need, but this could be one of the best open source wallet that could hold Bitcoin and altcoins even ERC20 token.

is it presently usable ?
crairezx20
Legendary
*
Offline Offline

Activity: 1638
Merit: 1046



View Profile
December 17, 2018, 03:56:41 PM
 #4

What I have is an open source desktop and moblie app called HodLER wallet. It is the only open source multiwallet that could store multiple kind of coin. I don't think if this is really what you need, but this could be one of the best open source wallet that could hold Bitcoin and altcoins even ERC20 token.

is it presently usable ?
Never heard about that wallet if you wan\t to use a wallet that supports bitcoin and altcoin I suggest you use coinomi wallet they also have an open source wallet on github so it safe and never had any bad experience using this wallet before and I heard they will release a desktop wallet this month or this coming January so this is best alternative wallet that I think safe compared to hodler wallet which is not well known wallet.
bL4nkcode
Copper Member
Legendary
*
Offline Offline

Activity: 2142
Merit: 1305


Limited in number. Limitless in potential.


View Profile
December 17, 2018, 07:56:35 PM
 #5

In addition, for ether people can use myetherwallet offline. Just download the whole site here https://github.com/kvhnuke/etherwallet/releases/tag/v3.28.0.
(While offline) Open the index.html and create an account or log in using a private key or JSON file, go to Send Offline tab, fill the step 1 and 2, generate a raw transaction, then go step 3, signed then send the transaction (online).

As for bitcoin coinb.in will be a good example. I just don't know some other altcoins.


I suggest you use coinomi wallet they also have an open source wallet on github so it safe and never had any bad experience using this wallet before and I heard they will release a desktop wallet this month or this coming January so this is best alternative wallet that I think safe compared to hodler wallet which is not well known wallet.
Coinomi cannot be run offline as a web-based and op never ask if it's an open source or not so...
estenity
Hero Member
*****
Offline Offline

Activity: 1918
Merit: 535


View Profile
December 17, 2018, 08:07:12 PM
 #6

thank you for both of you.
crypto_trader#43xzEXrP (OP)
Full Member
***
Offline Offline

Activity: 1589
Merit: 214


View Profile
December 25, 2018, 02:42:30 AM
 #7

HodLER wallet
This is not web-wallet. And this is not portable.
This need to include some libraries in the system. I cann't using this fully.

myetherwallet offline.
Yeap, but this only for ethereum and ERC20 tokens. Not for altcoins.

As for bitcoin coinb.in will be a good example.
I cann't get signed raw transaction on coinb.in

But... I see this script is allow to get signed raw transactions: https://bitcoincashjs.github.io/
Code:
const transaction = new bch.Transaction()
  .from(utxo)
  .addData('Bitcoin Cash - Peer-to-Peer Electronic Cash.') // Add OP_RETURN data
  .sign(privateKey);
So need to learn programming syntax do automatize this.

STOP RUSSIAN INVASION OF UKRAINE - SUPPORT UKRAINIAN DEMOS
Contact me in TOX: 653D6C2D13B6DF22C4CB93432586398858A608EE5457624A9A728BE1A9252C5DA12B894C54DB, or just crypto-trader@toxme.io.
Also, WAVES - SCAM! ;(
crypto_trader#43xzEXrP (OP)
Full Member
***
Offline Offline

Activity: 1589
Merit: 214


View Profile
December 27, 2018, 07:21:36 AM
 #8

As for bitcoin coinb.in will be a good example.
I see this fork is supporting to sign raw transactions.

STOP RUSSIAN INVASION OF UKRAINE - SUPPORT UKRAINIAN DEMOS
Contact me in TOX: 653D6C2D13B6DF22C4CB93432586398858A608EE5457624A9A728BE1A9252C5DA12B894C54DB, or just crypto-trader@toxme.io.
Also, WAVES - SCAM! ;(
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!