Varmetric
Newbie
Offline
Activity: 28
Merit: 0
|
|
August 13, 2014, 07:11:46 AM |
|
I scanned the cold TX purse and not get the raw tx if your not a format. I want to ask a favor if possible that you can get the raw tx as an option if we want to send from our purse or the https://blockchain.info/pushtx own The reason is if some unlikely possibility, Bither hot wallet could not connect to the internet and can´t send tx Thank you !! Currently, Bither is designed not to rely on any centralized service, so it doesn't use any services provided by blockchain.info. Maybe in later version, we may consider to support exporting the formated raw transaction. Thanks for asking It would be fantastic, very useful and does not take much work to the raw crude. Definitely gives confidence and safely. Congratulations, few recommendations can give!
|
|
|
|
Varmetric
Newbie
Offline
Activity: 28
Merit: 0
|
|
August 13, 2014, 07:21:14 AM |
|
Congratulations guys !!! I downloaded the new version of iOS and is perfect, thanks for incorporating the export and import of private key, now I'm using Bither. In gratitude I have donated 0.1, wish it had been more, you are doing a brilliant job. I take the opportunity to ask, when a signed transaction will your servers or do you use blockchain? ( https://blockchain.info/pushtx). Thank you very much for your great work! Dear Varmetric, Special thanks to you, and also thanks for your donation. You are so kind to our team. Bither is decentralized and based on Bitcoin P2P network. Bither doesn't depend on our servers or blockchain.info's, when you send bitcoins, you don't need to depend on any thrid party's servers, and Bither will publish the signed transaction directly to Bitcoin network. Bither-ios is based on Bitheri (a Bitcoin library implemented with Objective-C by us), and the source codes of bither-ios and bitheri are both on github: https://github.com/bither/bitherihttps://github.com/bither/bither-iosThanks. Sincerely, Wen Hao Bither Team I was struck that in your source code https://github.com/bither/bither-ios/blob/master/bither-ios/Api/BitherEngine.m config apparently a call to your server: userNetworkEngine = [[MKNetworkEngine alloc] initWithHostName: @ "bu.getcai.com" customHeaderFields: headerFields]; statsNetworkEngine = [[MKNetworkEngine alloc] initWithHostName: @ "bs.getcai.com" customHeaderFields: headerFields]; bitcoinNetworkEngine = [[MKNetworkEngine alloc] initWithHostName: @ "b.getcai.com" customHeaderFields: headerFields]; Being getcai.com your servers, I was curious to know if Bither could always work though your servers were down. In the API I have not seen calls to your server, it may be true that work Bither networked bitcoin natively. Could you give us a clue that these calls are? Greetings!
|
|
|
|
bithernet (OP)
|
|
August 13, 2014, 07:48:15 AM |
|
Congratulations guys !!! I downloaded the new version of iOS and is perfect, thanks for incorporating the export and import of private key, now I'm using Bither. In gratitude I have donated 0.1, wish it had been more, you are doing a brilliant job. I take the opportunity to ask, when a signed transaction will your servers or do you use blockchain? ( https://blockchain.info/pushtx). Thank you very much for your great work! Dear Varmetric, Special thanks to you, and also thanks for your donation. You are so kind to our team. Bither is decentralized and based on Bitcoin P2P network. Bither doesn't depend on our servers or blockchain.info's, when you send bitcoins, you don't need to depend on any thrid party's servers, and Bither will publish the signed transaction directly to Bitcoin network. Bither-ios is based on Bitheri (a Bitcoin library implemented with Objective-C by us), and the source codes of bither-ios and bitheri are both on github: https://github.com/bither/bitherihttps://github.com/bither/bither-iosThanks. Sincerely, Wen Hao Bither Team I was struck that in your source code https://github.com/bither/bither-ios/blob/master/bither-ios/Api/BitherEngine.m config apparently a call to your server: userNetworkEngine = [[MKNetworkEngine alloc] initWithHostName: @ "bu.getcai.com" customHeaderFields: headerFields]; statsNetworkEngine = [[MKNetworkEngine alloc] initWithHostName: @ "bs.getcai.com" customHeaderFields: headerFields]; bitcoinNetworkEngine = [[MKNetworkEngine alloc] initWithHostName: @ "b.getcai.com" customHeaderFields: headerFields]; Being getcai.com your servers, I was curious to know if Bither could always work though your servers were down. In the API I have not seen calls to your server, it may be true that work Bither networked bitcoin natively. Could you give us a clue that these calls are? Greetings! The centralized services of b*.getcai.com are used for the following purposes: 1. Exchanges data (prices, k-line and so on). 2. Currency rates (USD, CNY, and may support more currency later). 3. Avatars' support (Currently only bither-android suports QR-Code with user defined avatar). 4. History transactions downloading API (When you monitor or remonitor the cold wallet, Bither will retrieve the history transactions of that Bitcoin address from b*.getcai.com, because we cannot efficiently get the histroy data from Bitcoin network. If we retrieve the history data from Bitcoin network, may cause the whole blockchain data downloading, mobile phone cannot support that much data space and network usage). So, that means when our centralized services were down, you cannot get the current exchange rate or price info, you cannot retrieve the history transactions at that moment. But the normal Bitcoin functions will still work well, you can send or recieve bitcoins, you will still be noticed when new transactions are coming. Because we were working so hard on coding, we did not provide enough docments for users to understand more about our solution. Until now, we only finished two docs (you can find them on bither-android repo's wiki), one is "How to build bither-android?", the other is "Descriptions of QR-Code Format." . In the next week, we will publish a new document about api information. After that, I will notice you ASAP, and you can take a look at that doc (and related source code) for more details. Thanks again for your question. That helps us a lot. Best Wishes! Wen Hao Bither Team
|
http://Bither.netBither - a simple and secure Bitcoin wallet! 1BsTwoMaX3aYx9Nc8GdgHZzzAGmG669bC3
|
|
|
Varmetric
Newbie
Offline
Activity: 28
Merit: 0
|
|
August 13, 2014, 12:39:41 PM |
|
Congratulations guys !!! I downloaded the new version of iOS and is perfect, thanks for incorporating the export and import of private key, now I'm using Bither. In gratitude I have donated 0.1, wish it had been more, you are doing a brilliant job. I take the opportunity to ask, when a signed transaction will your servers or do you use blockchain? ( https://blockchain.info/pushtx). Thank you very much for your great work! Dear Varmetric, Special thanks to you, and also thanks for your donation. You are so kind to our team. Bither is decentralized and based on Bitcoin P2P network. Bither doesn't depend on our servers or blockchain.info's, when you send bitcoins, you don't need to depend on any thrid party's servers, and Bither will publish the signed transaction directly to Bitcoin network. Bither-ios is based on Bitheri (a Bitcoin library implemented with Objective-C by us), and the source codes of bither-ios and bitheri are both on github: https://github.com/bither/bitherihttps://github.com/bither/bither-iosThanks. Sincerely, Wen Hao Bither Team I was struck that in your source code https://github.com/bither/bither-ios/blob/master/bither-ios/Api/BitherEngine.m config apparently a call to your server: userNetworkEngine = [[MKNetworkEngine alloc] initWithHostName: @ "bu.getcai.com" customHeaderFields: headerFields]; statsNetworkEngine = [[MKNetworkEngine alloc] initWithHostName: @ "bs.getcai.com" customHeaderFields: headerFields]; bitcoinNetworkEngine = [[MKNetworkEngine alloc] initWithHostName: @ "b.getcai.com" customHeaderFields: headerFields]; Being getcai.com your servers, I was curious to know if Bither could always work though your servers were down. In the API I have not seen calls to your server, it may be true that work Bither networked bitcoin natively. Could you give us a clue that these calls are? Greetings! The centralized services of b*.getcai.com are used for the following purposes: 1. Exchanges data (prices, k-line and so on). 2. Currency rates (USD, CNY, and may support more currency later). 3. Avatars' support (Currently only bither-android suports QR-Code with user defined avatar). 4. History transactions downloading API (When you monitor or remonitor the cold wallet, Bither will retrieve the history transactions of that Bitcoin address from b*.getcai.com, because we cannot efficiently get the histroy data from Bitcoin network. If we retrieve the history data from Bitcoin network, may cause the whole blockchain data downloading, mobile phone cannot support that much data space and network usage). So, that means when our centralized services were down, you cannot get the current exchange rate or price info, you cannot retrieve the history transactions at that moment. But the normal Bitcoin functions will still work well, you can send or recieve bitcoins, you will still be noticed when new transactions are coming. Because we were working so hard on coding, we did not provide enough docments for users to understand more about our solution. Until now, we only finished two docs (you can find them on bither-android repo's wiki), one is "How to build bither-android?", the other is "Descriptions of QR-Code Format." . In the next week, we will publish a new document about api information. After that, I will notice you ASAP, and you can take a look at that doc (and related source code) for more details. Thanks again for your question. That helps us a lot. Best Wishes! Wen Hao Bither Team It is right and it makes perfect sense. Thanks for the clarification !!
|
|
|
|
bithernet (OP)
|
|
August 14, 2014, 05:17:25 AM |
|
Congratulations guys !!! I downloaded the new version of iOS and is perfect, thanks for incorporating the export and import of private key, now I'm using Bither. In gratitude I have donated 0.1, wish it had been more, you are doing a brilliant job. I take the opportunity to ask, when a signed transaction will your servers or do you use blockchain? ( https://blockchain.info/pushtx). Thank you very much for your great work! Dear Varmetric, Special thanks to you, and also thanks for your donation. You are so kind to our team. Bither is decentralized and based on Bitcoin P2P network. Bither doesn't depend on our servers or blockchain.info's, when you send bitcoins, you don't need to depend on any thrid party's servers, and Bither will publish the signed transaction directly to Bitcoin network. Bither-ios is based on Bitheri (a Bitcoin library implemented with Objective-C by us), and the source codes of bither-ios and bitheri are both on github: https://github.com/bither/bitherihttps://github.com/bither/bither-iosThanks. Sincerely, Wen Hao Bither Team I was struck that in your source code https://github.com/bither/bither-ios/blob/master/bither-ios/Api/BitherEngine.m config apparently a call to your server: userNetworkEngine = [[MKNetworkEngine alloc] initWithHostName: @ "bu.getcai.com" customHeaderFields: headerFields]; statsNetworkEngine = [[MKNetworkEngine alloc] initWithHostName: @ "bs.getcai.com" customHeaderFields: headerFields]; bitcoinNetworkEngine = [[MKNetworkEngine alloc] initWithHostName: @ "b.getcai.com" customHeaderFields: headerFields]; Being getcai.com your servers, I was curious to know if Bither could always work though your servers were down. In the API I have not seen calls to your server, it may be true that work Bither networked bitcoin natively. Could you give us a clue that these calls are? Greetings! The centralized services of b*.getcai.com are used for the following purposes: 1. Exchanges data (prices, k-line and so on). 2. Currency rates (USD, CNY, and may support more currency later). 3. Avatars' support (Currently only bither-android suports QR-Code with user defined avatar). 4. History transactions downloading API (When you monitor or remonitor the cold wallet, Bither will retrieve the history transactions of that Bitcoin address from b*.getcai.com, because we cannot efficiently get the histroy data from Bitcoin network. If we retrieve the history data from Bitcoin network, may cause the whole blockchain data downloading, mobile phone cannot support that much data space and network usage). So, that means when our centralized services were down, you cannot get the current exchange rate or price info, you cannot retrieve the history transactions at that moment. But the normal Bitcoin functions will still work well, you can send or recieve bitcoins, you will still be noticed when new transactions are coming. Because we were working so hard on coding, we did not provide enough docments for users to understand more about our solution. Until now, we only finished two docs (you can find them on bither-android repo's wiki), one is "How to build bither-android?", the other is "Descriptions of QR-Code Format." . In the next week, we will publish a new document about api information. After that, I will notice you ASAP, and you can take a look at that doc (and related source code) for more details. Thanks again for your question. That helps us a lot. Best Wishes! Wen Hao Bither Team It is right and it makes perfect sense. Thanks for the clarification !! Varmetric, thank you very much. We had found that in Bither iOS v1.0.1, there were still possible to send bitcoins with zero transaction fee. We will fix this issue in today, and publish v1.0.2 ASAP. Thanks again. It's very nice of you.
|
http://Bither.netBither - a simple and secure Bitcoin wallet! 1BsTwoMaX3aYx9Nc8GdgHZzzAGmG669bC3
|
|
|
Varmetric
Newbie
Offline
Activity: 28
Merit: 0
|
|
August 15, 2014, 10:10:19 AM |
|
One suggestion geek plan, imagine a cold wallet with multifirm, would be perfect for companies and funds that do not depend on a single employee or person. This addition of multifirm would be a perfect solution for corporations, partners, etc.
What do think? Do you dare to do it?
|
|
|
|
zen2
|
|
August 16, 2014, 08:26:25 PM |
|
Can i loading this wallet of my iPhone 5s?? Can any please Tell me? thanks
|
|
|
|
songchenwen
Newbie
Offline
Activity: 39
Merit: 0
|
|
August 17, 2014, 05:53:30 AM |
|
Have you plan to make it work for other coins like iXcoin IXC? iXcoin IXC : a 3 years time tested coin, like Bitcoin but bravely ending mining on Oct 2014: it will be interesting to see what happens We're busy developing Bither now. We currently don't have time to support other kinds of coins. The source code of Bither is on Github. Anyone who's interested can edit the code and make their own wallet.
|
|
|
|
songchenwen
Newbie
Offline
Activity: 39
Merit: 0
|
|
August 17, 2014, 06:47:08 AM |
|
One suggestion geek plan, imagine a cold wallet with multifirm, would be perfect for companies and funds that do not depend on a single employee or person. This addition of multifirm would be a perfect solution for corporations, partners, etc.
What do think? Do you dare to do it?
By the word "multifirm", do you mean multi signature addresses? We haven't considered a use case like you said. Bither is mainly focused on normal people's personal usage of bitcoin. And we're making some stability improvements now. Maybe we'll think about this later when we finish our current tasks.
|
|
|
|
songchenwen
Newbie
Offline
Activity: 39
Merit: 0
|
|
August 17, 2014, 07:15:22 AM |
|
Can i loading this wallet of my iPhone 5s?? Can any please Tell me? thanks
Not sure what you mean by "loading". You can install Bither on an iPhone 5s.
|
|
|
|
Varmetric
Newbie
Offline
Activity: 28
Merit: 0
|
|
August 20, 2014, 07:46:26 AM |
|
I have talked to several companies that have to guard bitcoin bitcoin Bither of their customers and they love it! For them it is important to multisignatures no person may have access to funds. If Bither has multifirm avatarbtc.es and other companies like it used because it is the best solution right now there to guard bitcoin safely.
|
|
|
|
bithernet (OP)
|
|
August 21, 2014, 09:46:39 AM Last edit: August 21, 2014, 09:57:07 AM by bithernet |
|
I have talked to several companies that have to guard bitcoin bitcoin Bither of their customers and they love it! For them it is important to multisignatures no person may have access to funds. If Bither has multifirm avatarbtc.es and other companies like it used because it is the best solution right now there to guard bitcoin safely. After we finish our current plans, we may consider MultiSig seriously. Thanks for your advice,
|
http://Bither.netBither - a simple and secure Bitcoin wallet! 1BsTwoMaX3aYx9Nc8GdgHZzzAGmG669bC3
|
|
|
Varmetric
Newbie
Offline
Activity: 28
Merit: 0
|
|
August 21, 2014, 05:29:31 PM |
|
Thank you very much !!
Now I have wanted to see:-)
|
|
|
|
bithernet (OP)
|
|
August 22, 2014, 06:54:47 AM |
|
Bither iOS v1.0.2 released on App Store.
|
http://Bither.netBither - a simple and secure Bitcoin wallet! 1BsTwoMaX3aYx9Nc8GdgHZzzAGmG669bC3
|
|
|
xrobesx
|
|
August 24, 2014, 07:27:43 PM |
|
Is it possible to add CoinBase as one of the exchanges?
|
|
|
|
bithernet (OP)
|
|
August 25, 2014, 07:07:18 AM |
|
Is it possible to add CoinBase as one of the exchanges?
Thanks for your suggestion, we may add Coinbase in future version.
|
http://Bither.netBither - a simple and secure Bitcoin wallet! 1BsTwoMaX3aYx9Nc8GdgHZzzAGmG669bC3
|
|
|
gtraah
|
|
August 25, 2014, 10:46:32 AM Last edit: August 25, 2014, 11:45:09 AM by gtraah |
|
Ok something is really weird with Bither,
So I have A private Key - Un-Encrypted - I also have a public Key obviously.
I have 2 phones.
Online = Hot << tried Scanning Watch only address bither Cold, I aimed the the camera on the Public QR code, Nothing happens, So I then thought.. AHHHH! maybe it only recognizes Bither cold wallet addresses, Then When I scan the QR code from the bither in the Hot wallet as a watch only wallet it will work. WELL GUESS WHAT? Check below
Offline = Cold << So I decided to try scan my private QR Code from my offline COLD phone Bither, and again it doesn't scan, I can feel a vibration when it detects the QR Code, but it does absolutely nothing, just stays there like it still wants to scan something, the same thing that it does when I try to scan a watch address in the hot wallet..
-------------------------------
I dont get this, does bither only accept special QR codes or something??? I tried to scan the exact same address in Mycelium, within 2 seconds it scans with no problem at all, it also scans Bip38 and many other encryptions. So far I have not scanned a single address in Hot or cold Bither
|
|
|
|
Varmetric
Newbie
Offline
Activity: 28
Merit: 0
|
|
August 25, 2014, 11:36:25 PM |
|
Hello, I think I can answer myself. When I wanted to incorporate my purse Bither cold paper was not able to read the QR with the private address. It does nothing, only vibrates. I discovered when entering the private address by hand, which is my private address uncompressed Bither is compressed only able to import private keys. My solution was to import paper purse blockchain.info and generate a cool wallet in the smartphone and import the compressed private key and send the funds from blockchain.info: http://offlinebitcoins.com/ IMPORTANT: Make cold backup in case your smartphone wallet breaks or the data is lost.
|
|
|
|
songchenwen
Newbie
Offline
Activity: 39
Merit: 0
|
|
August 26, 2014, 03:25:07 AM Last edit: August 26, 2014, 04:00:00 AM by songchenwen |
|
Ok something is really weird with Bither,
So I have A private Key - Un-Encrypted - I also have a public Key obviously.
I have 2 phones.
Online = Hot << tried Scanning Watch only address bither Cold, I aimed the the camera on the Public QR code, Nothing happens, So I then thought.. AHHHH! maybe it only recognizes Bither cold wallet addresses, Then When I scan the QR code from the bither in the Hot wallet as a watch only wallet it will work. WELL GUESS WHAT? Check below
Offline = Cold << So I decided to try scan my private QR Code from my offline COLD phone Bither, and again it doesn't scan, I can feel a vibration when it detects the QR Code, but it does absolutely nothing, just stays there like it still wants to scan something, the same thing that it does when I try to scan a watch address in the hot wallet..
-------------------------------
I dont get this, does bither only accept special QR codes or something??? I tried to scan the exact same address in Mycelium, within 2 seconds it scans with no problem at all, it also scans Bip38 and many other encryptions. So far I have not scanned a single address in Hot or cold Bither
For now Bither Hot can only scan and monitor the Bither Cold's watch only QR Codes, not the address QR Code or any kind of private key back up QR Code. Bither Hot needs the public key provided to get all the related transactions from bitcoin networks. Only providing the address is not enough and providing the private key is unsafe. So we use our own QR Code content format and only contain the public key in it to communicate between the hot and the cold. Here is the link to our QR Code content format https://github.com/bither/bither-android/wiki/QR-Codes-content-formatAnd we plan to support importing private keys in BIP38 format in the future
|
|
|
|
infested999
|
|
August 26, 2014, 03:50:25 AM |
|
Is it possible to add CoinBase as one of the exchanges?
Thanks for your suggestion, we may add Coinbase in future version. Why not just a settings menu where you can add any exchange using their API. Just input the buy/sell/withdraw/deposit commands for the exchange you want to use.
|
|
|
|
|