Bitcoin Forum
May 28, 2024, 05:52:50 AM *
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 »
121  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Peercoin Android Wallet (Beta) Released on: December 17, 2014, 06:45:26 AM
Excellent work!  You have opened up many other possibilities.
122  Alternate cryptocurrencies / Altcoin Discussion / Re: FIC Android Wallet Development on: December 15, 2014, 10:17:53 AM
Are there any FIC exchanges?
123  Alternate cryptocurrencies / Altcoin Discussion / Re: Android create checkpoints file: Network provided difficulty bits do not match on: December 14, 2014, 11:59:24 PM
This was any easy problem to fix.  Let me know if you have this problem too.
124  Alternate cryptocurrencies / Altcoin Discussion / Re: Feathercoin 0.8.7.0 Released - The NeoScrypt Update - Hardfork block 432,000 on: December 13, 2014, 09:10:48 PM
I put the Feathercoin Wallet 2 App on my tablet and it synced to Block 431999 - Which was on October 26. 

Does https://play.google.com/store/apps/details?id=com.feathercoin.wallet support the Neoscrypt Fork?
125  Alternate cryptocurrencies / Altcoin Discussion / Re: Vertigo - Lightweight Vertcoin Wallet on: December 13, 2014, 05:01:39 PM
I think I found another problem.  This is the code for calculating the POW Hash.  It uses the height of the block to determine which hash to use.  This will require other code changes, because the Java class Block, doesn't have a height field, it will have to be supplied elsewhere, hopefully such that we don't end up with the wrong hash being calculated.

Code:
uint256 GetPoWHash(int height) const
    {
        uint256 thash;
        // Hardfork to Lyra2RE occurs on about the 15th December 2014
        // testnet fork set to 100
        printf("Choosing PoW Algo at height: %i... ", height);
        if((fTestNet && height >= 100) || height >= 208301)
        {
            printf("Chose Lyra2RE\n");
            lyra2re_hash(BEGIN(nVersion), BEGIN(thash));
        }
        else
        {
    printf("Chose Scrypt-N\n");
            scrypt_N_1_1_256(BEGIN(nVersion), BEGIN(thash), GetNfactor(nTime));
        }
        return thash;
    }
126  Alternate cryptocurrencies / Altcoin Discussion / Re: Vertigo - Lightweight Vertcoin Wallet on: December 13, 2014, 08:48:39 AM
So far I haven't seen the lyra2re algorithm in Java.  It could be translated, but that leaves much room for lots of bugs.

Ideally, we would have Java code and Native and each platform can choose which code is run based on if the correct native code is available.

127  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DGC] Digitalcoin 3.0 | Multi-algorithm, Improved Blockchain Storage | RELEASED! on: December 13, 2014, 08:40:24 AM
Android wallet has been updated and is working well. Get it free from the Google Play store.  Thanks HashEngineering!

TT

Your Welcome! 

Here are the links to get the Android App:
https://github.com/HashEngineering/digitalcoin-wallet/releases/tag/v3.01.3561
https://play.google.com/store/apps/details?id=hashengineering.digitalcoin.wallet
128  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Vertigo - Vertcoin Lightweight Wallet Update on: December 12, 2014, 07:19:15 AM
Hello

Somebody asked yesterday if Vertigo - Vertcoin Lightweight Wallet will be updated for the Vertcoin fork.

Vertigo is going to be updated to the recent Vertcoin fork.

However some technical information details for implementation is needed to know, what needs to be updated, implemented to make the update.

Could somebody from Vertcoin developers provide details about the fork what needs to be updated and or possibly provide updated VertcoinJ library, please?

PS: VertcoinJ library is also used in Android Wallet.

Regards

I can help with forking VertcoinJ (it is based on my MegacoinJ, which is from my DigitalcoinJ, which is from BitcoinJ).  The problem will be getting a java version of the new hashing algorithm.

It appears that the dev behind the first android app (https://play.google.com/store/apps/details?id=de.schildbach.wallet.vertcoin) has left the building (as it were). 
129  Alternate cryptocurrencies / Altcoin Discussion / Re: Vertigo - Lightweight Vertcoin Wallet on: December 12, 2014, 07:07:41 AM
Trying to contact Vertcoin developers about fork details.

Would like to update Vertigo to the Vertcoin fork.

If you are in contact with them, please let them know.

is this client going to be updated soon because of fork?

Let me know if you need help with the fork.  I have lots of experience with integrating hashing algorithms in both Java and Native for these apps. 

Unfortunately, it appears that the new hashing algorithm lyra2re does not have a java implementation, which is not ideal for a Java based app.  We can do it natively, but that is dependent on specific devices that the app would have to support individually (through use of the NDK).
130  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] INFINITECOIN - UPDATE TO 1.8.8 visit INFINITECOIN.COM on: December 12, 2014, 06:03:37 AM
What is the status of the development of this coin?  Is continued support for the Android Wallet required?
Yes, please continue to issue updates for the android wallet. Thank you.

Currently the android app is not working, at least on my phone because it is stuck in August despite having  two nodes connected.
Any idea why?

I don't know why, yet.  No one else has sent in any bug reports, perhaps it is limited to me alone.
131  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DGC] Digitalcoin 3.0 | Multi-algorithm, Improved Blockchain Storage | RELEASED! on: December 07, 2014, 01:04:16 AM
Hash Engineering has updated the Digitalcoin Wallet for android.  The update will be available on Google Play and here:
https://github.com/HashEngineering/digitalcoin-wallet/releases/tag/v3.01.3550

Let me know about any problems.
132  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] New Crypto Currency FRANKO [w/ OPENSOURCE FRK ATM!][NEW WEBSITE Design] on: November 27, 2014, 12:43:04 AM
The android app hasn't been working for a while because the nodes that it connected to are now offline. 

Are there any reliable nodes or DNS seeds.  Any nodes from previous messages don't seem to work.

I found some nodes that work (for now).
133  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] New Crypto Currency FRANKO [w/ OPENSOURCE FRK ATM!][NEW WEBSITE Design] on: November 25, 2014, 06:22:52 AM
The android app hasn't been working for a while because the nodes that it connected to are now offline. 

Are there any reliable nodes or DNS seeds.  Any nodes from previous messages don't seem to work.
134  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] INFINITECOIN - UPDATE TO 1.8.8 visit INFINITECOIN.COM on: November 09, 2014, 08:15:59 AM
What is the status of the development of this coin?  Is continued support for the Android Wallet required?
Yes, please continue to issue updates for the android wallet. Thank you.

Currently the android app is not working, at least on my phone because it is stuck in August despite having  two nodes connected.
135  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: HashEngineering - Android Wallet Creation Service on: November 09, 2014, 07:26:47 AM
I'm looking for an android wallet developer, but OP seems to have retired.

I am very selective about what coins I do apps for at this time.  I have made something like 7 apps and they do require a lot of time and then later updates based on how the coin developers modifiy the coin to try to handle various attacks or shortcomings.  Myriadcoin had three forks in the past two weeks.  That took come time to translate and debug.

The wallets that I updated recently include Darkcoin, digitalcoin and Myriad.  While those are active, other coins such as Franko and Infinitecoin seem to have died.  For instance the Franko app doesn't connect to any peers and is useless.  Megacoin still works and Quark does too.

I have a preference to work on established coins (they have been around for 6 months).  If the price is right, then I may be willing to add another coin app to my list.  3 or more BTC is where the price is right.
136  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Myriad [1st Multi-PoW] | REQUIRED UPDATE 0.9.2.7 on: November 07, 2014, 06:26:29 AM
The android app was updated for the 740,000; 740,500 and 766,000 forks.

https://play.google.com/store/apps/details?id=hashengineering.myriadcoin.wallet

You are fucking on top of it man. Jesus.

Thanks and I thought I was being slow and taking my time!
137  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Myriad [1st Multi-PoW] | REQUIRED UPDATE 0.9.2.7 on: November 07, 2014, 06:07:58 AM
The android app was updated for the 740,000; 740,500 and 766,000 forks.

https://play.google.com/store/apps/details?id=hashengineering.myriadcoin.wallet

https://github.com/HashEngineering/myriadcoin-wallet/releases/tag/v0.2.4
138  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Myriad [1st Multi-PoW] Simplicity v0.3 | Myriadcast Episode 2 on: November 02, 2014, 05:00:38 PM
The android app has been updated on Google Plus.  This should improve the sync times of new users.

https://github.com/HashEngineering/myriadcoin-wallet/releases/download/v0.2.3/myriadcoin-wallet-0.2.3.apk

This updated app doesn't include the recently released changes for Myriadcoin.  The coin updates include breaking changes (a hard fork) which will result with a android wallet app that doesn't work.  It will take a little time for me to update the android app.
139  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Myriad [1st Multi-PoW] Simplicity v0.3 | Myriadcast Episode 2 on: November 02, 2014, 07:20:36 AM
The android app has been updated on Google Plus.  This should improve the sync times of new users.

https://github.com/HashEngineering/myriadcoin-wallet/releases/download/v0.2.3/myriadcoin-wallet-0.2.3.apk
140  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] INFINITECOIN - UPDATE TO 1.8.8 visit INFINITECOIN.COM on: August 29, 2014, 08:00:09 PM
What is the status of the development of this coin?  Is continued support for the Android Wallet required?
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!