Bitcoin Forum
July 09, 2024, 11:07:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 »
21  Bitcoin / Project Development / Re: [ANN] Bitvenders.com Bitcoin ATM (Beta) on: February 03, 2015, 05:13:42 PM
I will take a look and keep ya posted.
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Litecoin - a lite version of Bitcoin. Launched! on: December 02, 2014, 02:45:05 AM
Looking for a Browser based deterministic wallet for Litecoin (and other crypto currencies) ?

Checkout https://djswallet.com/wallet.php

In beta, but basic functionality works.

bitcoinjs-lib fork

Additional features are coming!

FULL DISCLOSURE: It is my site.
23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DVC]DevCoin - Official Thread - Moderated on: December 02, 2014, 02:37:02 AM
Looking for a Browser based deterministic wallet for Devcoin (and other crypto currencies) ?

Checkout https://djswallet.com/wallet.php

In beta, but basic functionality works.

bitcoinjs-lib fork

Additional features are coming!

FULL DISCLOSURE: It is my site.
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [I0C] I0coin - The Best Choice In Digital Currency on: December 02, 2014, 02:35:26 AM
the windows client takes about 10 minutes to startup  Huh

Looking for a Browser based deterministic wallet for i0coin (and other crypto currencies) ?

Checkout https://djswallet.com/wallet.php

In beta, but basic functionality works.

bitcoinjs-lib fork

Additional features are coming!

FULL DISCLOSURE: It is my site.
25  Alternate cryptocurrencies / Altcoin Discussion / Re: Ixcoin TODO on: December 02, 2014, 02:28:17 AM
Looking for a Browser based deterministic wallet for iXcoin (and other crypto currencies) ?

Checkout https://djswallet.com/wallet.php

In beta, but basic functionality works.

bitcoinjs-lib fork

Additional features are coming!

FULL DISCLOSURE: It is my site.
26  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][NMC] Namecoin Wallet (QT) with integrated Name Registration v3.75 on: November 24, 2014, 04:23:21 AM
You  can now do NEW_NAME , FIRST_UPDATE, and UPDATE_NAME with a javascript Namecoin wallet. forked from bitcoinjs-lib

you can try it at https://djswallet.com/wallet.php
27  Bitcoin / Wallet software / Re: [ANN] DjsWallet - ALPHA - BIP32 Based JavaScript Wallet - Multiple Currencies on: November 21, 2014, 08:05:22 PM
Fixed Namecoin Transaction Balance  Grin
28  Bitcoin / Wallet software / Re: [ANN] DjsWallet - ALPHA - BIP32 Based JavaScript Wallet - Multiple Currencies on: November 21, 2014, 04:38:48 PM
Namecoin functionallity is working. You can now NEW_NAME , FIRST_UPDATE, UPDATE_NAME within the Namecoin wallet. 

The transaction ledger display balances that are not correct. Should be fixed soon.

Jason
29  Economy / Service Discussion / Re: http://www.pyramining.com/ - Discussion thread (no advertising here) on: November 17, 2014, 07:40:09 PM
Got a 0.01 payout yesterday. Keep on keepin on..
30  Bitcoin / Wallet software / Re: [ANN] DjsWallet - ALPHA - BIP32 Based JavaScript Wallet - Multiple Currencies on: September 13, 2014, 01:54:55 AM
To use on bip32.org site:

1. On the bip32.org click BIP32 Key

2. Cut and paste the BIP32 Private Key(which is under the wallet details tab) to the BIP32 Extended Key Field at bip32.org

3. Select the "External account i'th keypair: m/k'/0/i" path

4. Set Account k': 0

5. Set Keypair index(i) to the address index you need: 0 for the first receive address, 1 for the second, etc. (these are the Receive addresses)

6. For the change addresses Select the "Internal account i'th keypair: m/k'/1/i" path

7. Set Account k': 0

8. Set Keypair index(i) to the address index you need

bip32.org currently only supports Bitcoin,Litecoin and Dogecoin





31  Bitcoin / Wallet software / Re: [ANN] DjsWallet - ALPHA - BIP32 Based JavaScript Wallet - Multiple Currencies on: September 12, 2014, 08:33:13 PM
The seed used for generating the extended BIP32 key for each wallet is generated as so:

1. The user master key is hashed with the password using HMACsha256 twice. (byte 1 through 32 is used for the seed. Byte 0 is the Djswallet version byte and byte 33-36 is the password checksum. There is also the base58 checksum in there)
2. That data is then concatenated with the network name
3. That data is then used for the seed for the BIP32 key.

Each network will have different keys.

The Djswallet version byte will allow me to change the key format in the future and still work with current keys

Note: Don't use namecoin operations yet. The only thing that works is NEW NAME. FIRST UPDATE and UPDATE NAME are not working yet. The site is also still ugly.

Thanks for trying it out.

I think this will be the first web wallet with full Namecoin support.
32  Bitcoin / Wallet software / Re: [ANN] DjsWallet - ALPHA - BIP32 Based JavaScript Wallet - Multiple Currencies on: September 01, 2014, 09:13:32 PM
Thanks for the input.

In other News:

First Namecoin command completed OP_NAME_NEW

I was able to generate the first OP_NAME_NEW transaction with djswallet (in javascript console).

I then manually sent the raw transaction with namecoind

http://explorer.namecoin.info/tx/597370b632efb35d5ed554c634c7af44affa6066f2a87a88046532d4057b46f8

Do not use. Currently the random number used is not recorded and you will not be able to do the first update.
33  Alternate cryptocurrencies / Altcoin Discussion / BIP32-Multi-currency Javascript Wallet on: August 29, 2014, 12:21:32 PM
I have developed a BIP32 based javascript wallet that is currently in late alpha stage of development. It currently supports Bitcoin,Litecoin,Namecoin,Devcoin,Dogecoin, iXcoin and I0coin.

I will be adding more when requested by enough users.

It currently can send and receive coin, display transactions.  All wallets are deterministic and are generated from one seed key and password.

The official thread for discussion is at https://bitcointalk.org/index.php?topic=758247.0

I am hoping some people can try it out and help with testing, bug reporting and feature suggestions.

You can try it out at https://djswallet.com

The cert is self signed for now, so you will see a warning.  Post or PM me with any problems.

34  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][NMC] Namecoin Wallet (QT) with integrated Name Registration v3.75 on: August 28, 2014, 12:34:09 PM
If anyone is interested, I built a BIP32 Namecoin(And other coins) javascript wallet. It is currently in Alpha.  No name registration yet (Just send and receive for now), but it is in the works.

Try it out and click on the discussion tab to post any issues

https://djswallet.com/wallet.php

(Self signed cert while in alpha release stage)

35  Bitcoin / Wallet software / [OFFLINE] DjsWallet - BETA - BIP32 Based JavaScript Wallet - Multiple Currencies on: August 27, 2014, 04:03:10 AM
    - Hello Everyone -

    Looking for Beta testers of a new BIP32 Based JavaScript Wallet.

DjsWallet

(dee-jays-wallet)

Deterministic javascript Wallet

Now With Full Namecoin support including name operations


Wallet is based on a customized version of bitcoinjs-lib which you can see here: https://github.com/p2pmining/bitcoinjs-lib

Private Keys could be reconstructed from repository library, master key and password. (Not easily as of now).

This wallet currently supports Bitcoin,Namecoin,Litecoin,Devcoin,Dogecoin,iXcoin and i0coin. (More can/will be added. Send me suggestions and why)

Only advanced browsers are supported. (IE 11+, Chrome, Firefox).

Deterministic address generation so no need to backup wallets.

WARNING: I CAN NOT RECOVER KEYS OR PASSWORDS! BETA! PRINT OUT KEY AND KEEP SAFE!

Use only for testing with small amounts of currency value.

You can try it out at https://djswallet.com/wallet.php  

Please Post Bugs And Suggestions

Also looking for sponsors and partners. PM me.

Coming Soon:
  • Formating
  • Message Signing
  • QRCode Support
  • Custom Transactions
  • Automatic updating of transactions and balances
  • Detailed Transaction Information
  • Instructions / FAQ / General Info
  • Market Prices

Bugs:
  • Code clean up (On going...)
  • does not clear old unconfirmed transactions
  • does not wait for 100 confirmations on mined coins before trying to spend them
  • can't add tag to change addresses
  • can't add tag to newly generated addresses
  • address table overflows sometimes

USE AT YOUR OWN RISK. I CAN NOT BE RESPONSIBLE FOR LOST OR STOLEN COINS. PLEASE DON"T USE WITH ANY LARGE MONETARY VALUE.

FAQ

Q: What is a hierarchal deterministic wallet?
A: It is a “crypto-currency “ wallet that generates all private and public keys from a single seed and is organized into a tree structure which allows the entire or partial sharing of the wallet with different systems. See the BIP0032 wiki for more detail. https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki

Q: What is the JavaScript part?
A: The JavaScript is the scripting language built into all modern browsers that the wallet is written in. All of the wallet cryptographic functions are run in the browser. Only transaction data is sent to and retrieved from our servers along with a hash of the seed data. This hash acts as a user id to prevent spamming of the system and is registered with our servers when creating the seed.

Q: How can I recover my password?
A: Sorry, no password recovery functions are available. We do not store or control any usable part of your wallet. It is up to you to remember and secure your password.

Q: How can I recover my seed key?
A: Sorry, again. Make sure you bookmark your seed key and print a copy of it too. Your seed key and password contain all the data used to generate your entire wallet.

Q: What if your site shuts down? How will I recover my wallet?
A: The underlying code is open source and can be used to generate your private keys and import them into another client. We use a modified version of bitcoinjs-lib and it can be downloaded here:https://github.com/p2pmining/bitcoinjs-lib.

Q: How does the wallet know my password is correct?
A: Key data is hashed with the password and part of that hash is embedded into the key and acts as password verification.

Q: What crypto-currencies does it the wallet support?
A: Currently Bitcoin, Namecoin, Litecoin, Devcoin, Dogecoin, Ixcoin and I0coin are supported. Additional blockchains will be added when requested by enough users. Only Bitcoin,Litecoin and Dogecoin currently have official BIP 0032 version ids. Other coins version ids have been created by us to allow BIP 0032 functionality.


[/list]
36  Alternate cryptocurrencies / Altcoin Discussion / Namecoin BIP32 VERSION Bytes on: July 09, 2014, 04:10:07 PM
I am making a BIP32 wallet for Namecoin and needed to come up with some version bytes that made sense

Private: 0x01c5c63d  = "Nprv" base58 key prefix
Public: 0x01c5ca77 = "Npub" base58 key prefix

37  Alternate cryptocurrencies / Altcoin Discussion / Re: How were BIP32 version bytes determined? on: July 09, 2014, 04:00:08 PM
It was a little harder than that. The bytes don't line up between base58 and hex. I used a little trial and error. I bet if I was better with base58 math then it would be easier.

here are some bip32 numbers I came up with for Namecoin:

Private: 0x01c5c63d  = "Nprv"
Public: 0x01c5ca77 = "Npub"
38  Alternate cryptocurrencies / Altcoin Discussion / How were BIP32 version bytes determined? [SOLVED] on: July 09, 2014, 12:54:36 AM
BIP32 version bytes for public and private keys are

PUBLIC = 0x0488b21e
PRIVATE = 0x0488ade4

How were these determined so that the prefixes of extended keys start with "xpub" and "xprv" ?

Was it guess and check?

I want to come up with some version bytes for some altcoins that don't have standard version bytes yet.
39  Economy / Service Discussion / Re: http://www.pyramining.com/ - Discussion thread (no advertising here) on: June 03, 2014, 07:58:15 PM
It's italian!!???

What is wrong with italians?

You mean "Whats a wrong a with italians?"
40  Bitcoin / Press / [2014-04-06] Spirit Magazine - Business Idea: Bitcoin on: April 06, 2014, 04:25:38 AM
If your flying Southwest or AirTran you can read it on the plane or go here: http://www.spiritmag.com/click_this/article/business_idea_bitcoin/
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!