Bitcoin Forum
August 27, 2024, 09:14:52 AM *
News: All versions of Windows are affected by a critical security bug; make sure you update.
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 »  All
  Print  
Author Topic: [ANN] Bither - simple&secure Bitcoin wallet.(iOS/Android 2.0.2)  (Read 66207 times)
bernard75
Legendary
*
Offline Offline

Activity: 1316
Merit: 1003



View Profile
September 30, 2014, 06:54:29 PM
 #41

I especially like the cold wallet feature.

Good job! Smiley

Thats just laziness. Wink
bithernet (OP)
Hero Member
*****
Offline Offline

Activity: 661
Merit: 503

A simple and secure Bitcoin wallet!


View Profile WWW
October 02, 2014, 11:56:53 AM
 #42

I especially like the cold wallet feature.

Good job! Smiley

Thanks for your support,  Cheesy

http://Bither.net
Bither - a simple and secure Bitcoin wallet!
1BsTwoMaX3aYx9Nc8GdgHZzzAGmG669bC3
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 509


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
October 02, 2014, 12:08:23 PM
 #43

You haven't replied on this, yet? Huh

I think a new problem has been arisen. So have you done that? Did you forgot about the license agreement? Huh OR is voisine wrong? Huh


What do you mean by "Bither is a server trusting wallet"? Huh Please check carefully and please don't spread false news! Roll Eyes Smiley

You are correct. My apologies. I mistook the code that connects to the bither server api for the code that handles transaction and balance data. The bitheri library appears to have copied large portions from the breadwallet source, and is in violation of the MIT copyright license I published it under. Sad I've submitted a github issue requesting they retain my copyright notice in compliance with the terms of the MIT license.

  ~~MZ~~

zhouqi_cn
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile
October 05, 2014, 07:31:15 AM
Last edit: October 05, 2014, 09:32:59 AM by zhouqi_cn
 #44

You haven't replied on this, yet? Huh

I think a new problem has been arisen. So have you done that? Did you forgot about the license agreement? Huh OR is voisine wrong? Huh


What do you mean by "Bither is a server trusting wallet"? Huh Please check carefully and please don't spread false news! Roll Eyes Smiley

You are correct. My apologies. I mistook the code that connects to the bither server api for the code that handles transaction and balance data. The bitheri library appears to have copied large portions from the breadwallet source, and is in violation of the MIT copyright license I published it under. Sad I've submitted a github issue requesting they retain my copyright notice in compliance with the terms of the MIT license.

  ~~MZ~~

Sorry for the late reply. It is holiday in China from Oct.1st to Oct.7th. Other members of our team are still on vacation now. I came back earlier, so I saw your PR and merged it.

In the past, we were working hard on improving our solution. We just used script to add license infomation automatically, and we had planned to add these after we released the stable version.

We will maintain all related copyright notices in the future ASAP.

比太钱包(Bither)
比太钱包 - 易用、安全的比特币钱包!
Bither - a simple and secure Bitcoin wallet!
bithernet (OP)
Hero Member
*****
Offline Offline

Activity: 661
Merit: 503

A simple and secure Bitcoin wallet!


View Profile WWW
October 16, 2014, 06:08:59 AM
 #45

Bither iOS v1.1.0 released on App Store.


http://Bither.net
Bither - a simple and secure Bitcoin wallet!
1BsTwoMaX3aYx9Nc8GdgHZzzAGmG669bC3
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 509


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
October 16, 2014, 02:26:04 PM
 #46

I didn't quite understand what is XRANDOM? Is there a guide? With the new update more types of private keys are supported. Cheesy
  • Can the private keys be imported offline now?
  • Is the license related issues fixed?
  • Why is it only supporting 10 addresses/wallet? If you can't change that option(10 addresses/wallet), atleast make an option to delete addresses or archive it.
  • Please provide value of BTC for all currencies
  • Please implement an option to sign transaction from a paper wallet and to push it, after that all details will be deleted. You can check Mycelium github repo for source code.
  • Does watch only supports addresses other than the addresses in Bither cold?

Thanks! Smiley

   ~~MZ~~

bithernet (OP)
Hero Member
*****
Offline Offline

Activity: 661
Merit: 503

A simple and secure Bitcoin wallet!


View Profile WWW
October 17, 2014, 03:51:53 PM
 #47

I didn't quite understand what is XRANDOM? Is there a guide? With the new update more types of private keys are supported. Cheesy
  • Can the private keys be imported offline now?
  • Is the license related issues fixed?
  • Why is it only supporting 10 addresses/wallet? If you can't change that option(10 addresses/wallet), atleast make an option to delete addresses or archive it.
  • Please provide value of BTC for all currencies
  • Please implement an option to sign transaction from a paper wallet and to push it, after that all details will be deleted. You can check Mycelium github repo for source code.
  • Does watch only supports addresses other than the addresses in Bither cold?

Thanks! Smiley

   ~~MZ~~

Dear MZ,
XRANDOM is a TRNG (True Random Number Generator) solution provided by Bither. When generating a new private key, XRANDOM will gather entropy from different kinds of sensors of your mobile phone (e.g. : camera, microphone, gravity sensor......), these will give user true randomness. After gathering enough entropy, Bither will combine the result with Kernel's SecureRandom (e.g. : /dev/urandom on linux) and return final random number.
XRANDOM has these advantages :
1. True Randomness;
2. even one of the two random source fail, the final result is still safe;
3. cheap (you donot need to buy hardware random number generator);
4. simple.

If you want to import private keys offline, you can import to the Bither Cold Wallet, and use the Hot Wallet to monitor the newly imported addresses.
We had added license in related files.
Bither Hot Wallet support 10 "hot" addresses and monitoring 100 "cold" addresses. We set these limits cause of the performance consideration on mobile platform. Because the new version (Bither v1.1.1) will improve a lot in battery usage and network data usage, we may upgrade these limits in future ASAP.
We may try to support addresses managements (delete/archive) in a safe way.
We will add more currencies in the future version.
Thanks for your advice on paper wallet, we will think through it.
Currently, the watch-only mode only supports Bither Cold Wallet's address, because of the SPV mode and decentralized. For a central service, it's easy to implement watch-only on any addresses, because all data are on their server.

Thanks again for your advices, all these advices will help our team a lot.

http://Bither.net
Bither - a simple and secure Bitcoin wallet!
1BsTwoMaX3aYx9Nc8GdgHZzzAGmG669bC3
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 509


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
October 17, 2014, 04:32:40 PM
 #48

Thanks for explaining! Smiley But if we once choos hot wallet, we can't change it into cold wallet, right? So without another phone, I can't make a cold wallet address. Roll Eyes Why I asked about deleting/archiving is because I generated 10 hot addresses when I found that we can't generate more than that, so I just want to make it sure, but now it is impossible to undo it unless you add the feature. I will try to import private key, somehow it might work. And, please show the a progress bar like for syncing because my address has received some BTC though it isn't received in wallet. So it will be good if we know how mouch time is left to sync and also you haven't added the value of 'low' & 'high' fees, please add that too. Thanks! Smiley

    ~~MZ~~

bithernet (OP)
Hero Member
*****
Offline Offline

Activity: 661
Merit: 503

A simple and secure Bitcoin wallet!


View Profile WWW
October 19, 2014, 10:32:05 AM
 #49

Thanks for explaining! Smiley But if we once choos hot wallet, we can't change it into cold wallet, right? So without another phone, I can't make a cold wallet address. Roll Eyes Why I asked about deleting/archiving is because I generated 10 hot addresses when I found that we can't generate more than that, so I just want to make it sure, but now it is impossible to undo it unless you add the feature. I will try to import private key, somehow it might work. And, please show the a progress bar like for syncing because my address has received some BTC though it isn't received in wallet. So it will be good if we know how mouch time is left to sync and also you haven't added the value of 'low' & 'high' fees, please add that too. Thanks! Smiley

    ~~MZ~~

Thanks MZ,

We will improve these functions ASAP. Really thanks for your advices  Cheesy

http://Bither.net
Bither - a simple and secure Bitcoin wallet!
1BsTwoMaX3aYx9Nc8GdgHZzzAGmG669bC3
bithernet (OP)
Hero Member
*****
Offline Offline

Activity: 661
Merit: 503

A simple and secure Bitcoin wallet!


View Profile WWW
October 20, 2014, 03:30:31 AM
 #50

Bither Android v1.1.1 released.
1. Less battery usage; 2. Less network data usage; 3. Pure Java Bitherj;


http://Bither.net
Bither - a simple and secure Bitcoin wallet!
1BsTwoMaX3aYx9Nc8GdgHZzzAGmG669bC3
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 509


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
October 20, 2014, 04:01:02 PM
 #51

Please add these too!

  • Encryption of whole wallet not individual features like now.
  • An option to see the private key of individual address and an option to back up private key
  • If you are enabling #2 , force the users to enter password to protect it and you may want to enable file sharing through itunes.
  • An option to scan 'n' number of private keys in a row. You can make a drop-down list for this like the drop-down list shown when generating address(es).
  • Showing the full TX list of an address not from the time when addresses was imported or atleast the number of TX shown after the sign must be correct.
  • An option to explore a TX in BE from the transaction list shown, just like exploring the address in BE from the wallet.
  • Supporting other Block Explorer(BE) too, mainly, btc.blockr.io and blocktrail.com , these are the ones which is widely used.
  • An address book. It would be good if we can add details other than name and BTC address in it such as email, phone number.
  • An option to label address
  • Option to reload the transaction data of specific address(es)




I think we need to chat through Skype or something! Wink Tongue

   ~~MZ~~

bithernet (OP)
Hero Member
*****
Offline Offline

Activity: 661
Merit: 503

A simple and secure Bitcoin wallet!


View Profile WWW
October 22, 2014, 03:43:01 AM
 #52

Please add these too!

  • Encryption of whole wallet not individual features like now.
  • An option to see the private key of individual address and an option to back up private key
  • If you are enabling #2 , force the users to enter password to protect it and you may want to enable file sharing through itunes.
  • An option to scan 'n' number of private keys in a row. You can make a drop-down list for this like the drop-down list shown when generating address(es).
  • Showing the full TX list of an address not from the time when addresses was imported or atleast the number of TX shown after the sign must be correct.
  • An option to explore a TX in BE from the transaction list shown, just like exploring the address in BE from the wallet.
  • Supporting other Block Explorer(BE) too, mainly, btc.blockr.io and blocktrail.com , these are the ones which is widely used.
  • An address book. It would be good if we can add details other than name and BTC address in it such as email, phone number.
  • An option to label address
  • Option to reload the transaction data of specific address(es)




I think we need to chat through Skype or something! Wink Tongue

   ~~MZ~~

All your advices are very helpful to us. Thanks again for your help !
Our team's email is : bithernet@gmail.com
Maybe we will register Skype later, and all our team members are looking forward to chat with you !

Best Regards,

Wen Hao
Bither Team

http://Bither.net
Bither - a simple and secure Bitcoin wallet!
1BsTwoMaX3aYx9Nc8GdgHZzzAGmG669bC3
bithernet (OP)
Hero Member
*****
Offline Offline

Activity: 661
Merit: 503

A simple and secure Bitcoin wallet!


View Profile WWW
November 07, 2014, 09:04:15 AM
 #53

Bither v1.2.0 released (iOS + Android) with RCheck protecting your bitcoin transactions.


http://Bither.net
Bither - a simple and secure Bitcoin wallet!
1BsTwoMaX3aYx9Nc8GdgHZzzAGmG669bC3
bithernet (OP)
Hero Member
*****
Offline Offline

Activity: 661
Merit: 503

A simple and secure Bitcoin wallet!


View Profile WWW
November 17, 2014, 06:06:03 AM
 #54

Using #Bither to gen #XRANDOM private key and print encrypted QR-Code on photopaper. Best #bitcoin paper wallet ever!  Cheesy


http://Bither.net
Bither - a simple and secure Bitcoin wallet!
1BsTwoMaX3aYx9Nc8GdgHZzzAGmG669bC3
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 509


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
November 18, 2014, 01:29:16 PM
 #55

Using #Bither to gen #XRANDOM private key and print encrypted QR-Code on photopaper. Best #bitcoin paper wallet ever!  Cheesy

[img ]https://i.imgur.com/laErG9Y.jpg[/img]

Great! Chinese? Other languages are also supported, right? It would be better if we can print just the qrcode, private key and address and above a Bither logo and link(like armory does).

   ~~MZ~~

bithernet (OP)
Hero Member
*****
Offline Offline

Activity: 661
Merit: 503

A simple and secure Bitcoin wallet!


View Profile WWW
November 24, 2014, 04:53:40 AM
 #56

Using #Bither to gen #XRANDOM private key and print encrypted QR-Code on photopaper. Best #bitcoin paper wallet ever!  Cheesy

[img ]https://i.imgur.com/laErG9Y.jpg[/img]

Great! Chinese? Other languages are also supported, right? It would be better if we can print just the qrcode, private key and address and above a Bither logo and link(like armory does).

   ~~MZ~~

Currently Bither supports English and Chinese, and we will add more languages in the future.
Your advice is very helpful. We will improve these in future release.

Thanks MZ, Cheesy

Wen Hao

http://Bither.net
Bither - a simple and secure Bitcoin wallet!
1BsTwoMaX3aYx9Nc8GdgHZzzAGmG669bC3
bithernet (OP)
Hero Member
*****
Offline Offline

Activity: 661
Merit: 503

A simple and secure Bitcoin wallet!


View Profile WWW
November 24, 2014, 04:56:20 AM
 #57

Bither v1.2.1 released (iOS users should wait for 1-2 weeks reviewing)
1. PIN code


2. bits and more currencies


3. trash can


http://Bither.net
Bither - a simple and secure Bitcoin wallet!
1BsTwoMaX3aYx9Nc8GdgHZzzAGmG669bC3
bithernet (OP)
Hero Member
*****
Offline Offline

Activity: 661
Merit: 503

A simple and secure Bitcoin wallet!


View Profile WWW
December 05, 2014, 06:04:33 AM
 #58

Bither iOS v1.2.1 released with Touch ID support  Cheesy

http://Bither.net
Bither - a simple and secure Bitcoin wallet!
1BsTwoMaX3aYx9Nc8GdgHZzzAGmG669bC3
bithernet (OP)
Hero Member
*****
Offline Offline

Activity: 661
Merit: 503

A simple and secure Bitcoin wallet!


View Profile WWW
December 13, 2014, 03:20:32 AM
Last edit: December 13, 2014, 03:36:41 AM by bithernet
 #59

Bither Android v1.2.2 released  Cheesy
1. Improve QR Code scanner.


2. Add view on blockmeta for Chinese users.


http://Bither.net
Bither - a simple and secure Bitcoin wallet!
1BsTwoMaX3aYx9Nc8GdgHZzzAGmG669bC3
bithernet (OP)
Hero Member
*****
Offline Offline

Activity: 661
Merit: 503

A simple and secure Bitcoin wallet!


View Profile WWW
December 30, 2014, 03:02:01 AM
 #60

Bither Android v1.2.3 released  Cheesy
1. Message signing and signature verification.


2. Choosing change address manually.


http://Bither.net
Bither - a simple and secure Bitcoin wallet!
1BsTwoMaX3aYx9Nc8GdgHZzzAGmG669bC3
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 »  All
  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!