Bitcoin Forum
May 04, 2024, 03:04:47 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 »
141  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: HashEngineering - Android Wallet Creation Service on: August 28, 2014, 09:56:18 PM
Mooncoin?
Maybe you're interested in taking up the work of gjhiggins, who forked a new version already here: https://github.com/mooncoin-project/mooncoin-landann
The original (still active) wallet by deaconboogie can be found here: https://github.com/realmooncoin/mooncoin

Sometimes we consult with various coin developers in problem solving, but we won't be taking over development of a coin.  Thanks for your interest in our service.
142  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: HashEngineering - Android Wallet Creation Service on: August 28, 2014, 09:40:47 PM
There is a 300,000 VirtaCoin Bounty for an android wallet here, if your looking to take it: https://bitcointalk.org/index.php?topic=736703.msg8324874#msg8324874

Original Thread: https://bitcointalk.org/index.php?topic=734859.msg8303322#msg8303322

When the price of VirtaCoin goes up to 0.00001000, then the bounty will be high enough to get tons of developers interested in doing the Android App.
143  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ DigiByte ★★ [DGB] ✈ DigiShield ✔ v2.9.1 ✔ Help us test the multi-algo update! on: August 19, 2014, 10:04:27 PM
The Android wallet will be released a few days after but will update by itself. We have also contacted a credible IOS developer to get a DigiByte wallet on the iTunes store.

The code for the 5 algorithms is in my Myriadcoin Wallet.
144  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: HashEngineering - Android Wallet Creation Service on: August 12, 2014, 01:53:16 AM
HYPER is a PoS coin and we don't work on those kinds of coins, yet.

Recently, I received an email regarding making a Peercoin android wallet:

Quote
With your experience it shouldn't be too hard.

A PoS coin will be much harder than adapting the bitcoin wallet for Quark.
145  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: HashEngineering - Android Wallet Creation Service on: August 08, 2014, 02:46:38 PM
We are not working on any new android wallets at this time due to time constrains.  We are still answering questions about how to create android wallets for coins.
146  Alternate cryptocurrencies / Mining (Altcoins) / Re: NeoScrypt: The Future of CPU and GPU Mining on: July 28, 2014, 02:55:11 AM
Who will translate this into java?
147  Alternate cryptocurrencies / Altcoin Discussion / Re: Quark Android Wallet Beta Testing (from HashEngineering) [w/ native hash!] on: July 25, 2014, 03:59:02 AM
This project is complete.  The topic is will be closed.
148  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Vertcoin Updating PoW Algorithm on: July 24, 2014, 09:52:56 PM
This change will break the Vertcoin Android and light wallets (Vertigo).  I can help with getting the new hash algorithm working in Java and Java Native!
149  Alternate cryptocurrencies / Announcements (Altcoins) / Re: DigitalCoin.Co | Secure. Established. Active Development | v2.0 Released! on: July 07, 2014, 04:52:47 PM
D-Lite is the new Digitalcoin Light Wallet based on Multibit.  There is currently a beta to test here:  http://digitalcoin.co/forums/index.php/topic,1064.0.html

It is best to install this on a virtual machine or perhaps run the jar file directly.  Java is required.  There are still some references to multibit left in the program.  The exchange rates do not yet work.

Unfortunately we found out in our testing that D-Lite was installed into the same folder as Multibit on a windows machine.  This would not overwrite any data (from wallets), but may have overwritten other files in the installation directory.  An update will be posted soon.
150  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [HVC] Heavycoin - Ultra-secure, Decentralized Block Reward Voting, Fast on: July 04, 2014, 03:05:49 PM
I think the development team need to:

4. Develop an Android wallet.

I could look into making an Android Wallet.  The main challenge is getting a Java version of the Hefty1 hash code.
151  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SFR] SaffronCoin First Multi Algo with X11 and Blake *Bittrex* on: July 04, 2014, 02:47:55 PM
Can somebody create an Android or an IOS wallet?

I will give a bounty for that.

I can create an android wallet.  I have done the multi-algo Myriadcoin Wallet.  It shouldn't be a problem for me.
152  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [RE-ANN] MEMORYCOIN - Remember When? | Balance-Weighed Voted Devs + Charity on: July 04, 2014, 02:28:27 AM
Is there a need for an Android Wallet?
153  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QRK] Quark | cPoW | PC mining | Stability | Hashcows - QRK Payouts on: July 04, 2014, 12:08:50 AM
We found some bugs in the paper wallet generator:
http://www.qrkwallets.org/

The bugs are first noticed when one cannot take a private key generated from one of the pages and place it in the "Wallet Details" page to get the details of that key.  This indicates that there are four lines of code that need to be changed:

From Line 5280 in the qrkwallets.org html file:
Code:
// 51 characters base58, always starts with a '5'
ECKey.isWalletImportFormat = function (key) {
key = key.toString();
return (ECKey.privateKeyPrefix == 0x80) ?
(/^5[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{50}$/.test(key)) :
(/^9[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{50}$/.test(key));
};

// 52 characters base58
ECKey.isCompressedWalletImportFormat = function (key) {
key = key.toString();
return (ECKey.privateKeyPrefix == 0x80) ?
(/^[LK][123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{51}$/.test(key)) :
(/^c[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{51}$/.test(key));
};

Several things are leftover from bitcoin code, such as the '5' and the L and K and the 0x80.  It should be changed to this:
Code:
	// 51 characters base58, always starts with a '7'
ECKey.isWalletImportFormat = function (key) {
key = key.toString();
return (ECKey.privateKeyPrefix == 0xBA) ?
(/^7[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{50}$/.test(key)) :
(/^9[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{50}$/.test(key));
};

// 52 characters base58
ECKey.isCompressedWalletImportFormat = function (key) {
key = key.toString();
return (ECKey.privateKeyPrefix == 0xBA) ?
(/^[U][123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{51}$/.test(key)) :
(/^c[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{51}$/.test(key));
};

Additionally there is still a link to the bitaddress.org github repo.
154  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 03, 2014, 11:13:38 PM
Is there a need for an Android Wallet (based on the Bitcoin Wallet from Andreas Schildbach)?

Any bounty for one?
155  Alternate cryptocurrencies / Announcements (Altcoins) / Re: DigitalCoin.Co | Secure. Established. Active Development | v2.0 Released! on: July 03, 2014, 10:48:12 PM
D-Lite is the new Digitalcoin Light Wallet based on Multibit.  There is currently a beta to test here:  http://digitalcoin.co/forums/index.php/topic,1064.0.html

It is best to install this on a virtual machine or perhaps run the jar file directly.  Java is required.  There are still some references to multibit left in the program.  The exchange rates do not yet work.

Have fun!
156  Alternate cryptocurrencies / Altcoin Discussion / Re: Worldcoin Press Release July 1, 2014 on: July 02, 2014, 05:50:19 AM
It is always great to see another Android Wallet released.  However, at this time, the source code link doesn't work.  https://github.com/worldcoinproject/android-worldcoin-wallet

Hope to see the source code up soon.
157  Alternate cryptocurrencies / Altcoin Discussion / Re: BIP38 Android Wallet that can be forked for Altcoin on: July 02, 2014, 05:45:33 AM
Now there are several wallets that can "import" paper wallets.

These wallets handle it differently.  Instead of actually importing the private keys, they create a transaction to transfer the coins to an address held by the app.

The Bitcoin Wallet recently added this feature.

The Dogecoin Wallet added this feature first and it was copied into the Quark wallet.
158  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MAX] MaxCoin - Alive and Kickin' on: July 02, 2014, 12:06:30 AM
Is there a bounty for a Bitcoin Wallet like app for Maxcoin?

From what has been observed, my service is the only one that can do apps that use hash functions other than Scrypt and SHA256d.
159  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: HashEngineering - Android Wallet Creation Service on: July 01, 2014, 11:52:34 PM
Submit requests for non PoS coins for Wallets!
160  Alternate cryptocurrencies / Altcoin Discussion / Re: Quark Android Wallet Beta Testing (from HashEngineering) [w/ native hash!] on: July 01, 2014, 11:18:55 PM
The Quark Wallet is no longer in beta mode.
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!