Bitcoin Forum
May 28, 2024, 04:25:06 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 »
161  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Myriad [1st Multi-PoW] Prypto Partnership + Electrum Prypto Plugin! on: June 27, 2014, 05:28:41 AM
The android app has been updated.  One user reported a bug and this was fixed.  The "beta" has been removed from the app name.  The bounty has been paid.  Thanks!

This is the manual download link:
https://github.com/HashEngineering/myriadcoin-wallet/releases/download/v0.2.0/myriadcoin-wallet-0.2.0.apk

Google Play will be updated soon.
162  Alternate cryptocurrencies / Announcements (Altcoins) / Re: DigitalCoin.Co | Secure. Established. Active Development | v2.0 Released! on: June 23, 2014, 02:10:25 AM
Makefile is missing in src/leveldb

I copied the two required libs into this directory to get the compile to succeed.
163  Alternate cryptocurrencies / Altcoin Discussion / Re: Sending Alert messages with Altcoins ? on: June 22, 2014, 08:53:32 PM
Look at the sendalert rpc command in the peercoin source code.
164  Alternate cryptocurrencies / Altcoin Discussion / Re: Cryptocurrency "The Alt-ernative" Beginners Reference Book on: June 20, 2014, 02:42:48 AM
We would suggest that the HISTORY section be left aligned instead of centered.  Can prose really be centered?
165  Alternate cryptocurrencies / Altcoin Discussion / Re: Should Franko Add Darksend? on: June 17, 2014, 01:28:13 AM
The source code is not open currently.  We need to wait until the Darkcoin people finish working on it.
166  Alternate cryptocurrencies / Altcoin Discussion / Re: I can mine blocks but no coins are made on: June 16, 2014, 11:23:08 PM
For any block less than 17280, the reward is 0. 

Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 10000 * COIN; // 10 000 Coins each block


    if(nHeight < 17280) // no block reward within the first 3 days
        nSubsidy = 0;
    if(nHeight > 10519200) // no block reward after 5 years
        nSubsidy = 0;

    return nSubsidy + nFees;
}
167  Economy / Services / Re: I'll create an Android wallet for your coin on: June 07, 2014, 02:53:25 AM
This is a good rate.  There is plenty of work to do.
168  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Myriad [1st Multi-PoW] SMS Wallet Announced [Closed Beta Now / Public Soon] on: June 05, 2014, 07:44:30 AM
This is a proposed update to the Android Wallet.  The Network Monitor would include the algorithm, difficulty and hashrate for each block.  In the example below, the hashrate is based on an average of 10 blocks of the associated algorithm.  I don't know what the best average is, but these numbers do not line up with those of http://myriad.theblockexplorer.com/ due to a different means of calculation.

169  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | First X11 | First DGW | ASIC Resistant on: June 04, 2014, 06:49:20 AM
The DarkCoin Android Wallet is in beta phase and is now on Google Play.

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

A Source Code link is on the information page of Google Play.

DarkSend may be added in July, at some point after the feature is completed and working.
170  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Myriad [1st Multi-PoW] Beta Test: Android + Electrum Wallets || MyriadSwitcher on: June 01, 2014, 04:07:05 PM

Tried it on Samsung Galaxy Mini S5570. I know, It's an old lowend phone with Android 2.3, but still it has everything that makes the application to work.
So it works, but there is one thing, that could be changed: application cannot be moved to SD storage, and 13MB of space on lowend devices like that is huge amount of internal memory. If there would be possibility to move application to SD storage - it would be great! Smiley

I will need to look into what allows an app to be moved to the external storage.  I thought that was something that the android system would handle, but it may be dependent on a setting or specific configuration of the app.
171  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | First X11 | First DGW | ASIC Resistant on: June 01, 2014, 04:03:59 PM
A beta test version of the Darkcoin Android Wallet can be found here:

https://darkcointalk.org/threads/android-wallet.383/

Problems and bugs can submitted on darkcointalk.org, with crash reports in the app or via PM.
172  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Myriad [1st Multi-PoW] Beta Test: Android + Electrum Wallets || MyriadSwitcher on: May 28, 2014, 05:23:22 AM
The android app (as a beta) will be on Google Play soon.

An update to include more nodes was also released: 
https://github.com/HashEngineering/myriadcoin-wallet/releases/download/v0.1.1-beta/myriadcoin-wallet-0.1.1-beta.apk
173  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: HashEngineering - Android Wallet Creation Service on: May 23, 2014, 03:52:11 AM
First Beta Released for Myriadcoin (5 hashing algorithms).

Download:
https://github.com/HashEngineering/myriadcoin-wallet/releases/download/v0.1.0-beta/myriadcoin-wallet-0.1.0-beta.apk

Source Code:
https://github.com/HashEngineering/myriadcoinj
https://github.com/HashEngineering/myriadcoin-wallet
174  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Myriad: 1st Multi-PoW - Electrum / MyriadSwitcher / Coinpayments.net Contest on: May 23, 2014, 03:29:45 AM
The first version for testing is ready of the Myriadcoin Android Wallet:

Download:
https://github.com/HashEngineering/myriadcoin-wallet/releases/download/v0.1.0-beta/myriadcoin-wallet-0.1.0-beta.apk

Source Code:
https://github.com/HashEngineering/myriadcoinj
https://github.com/HashEngineering/myriadcoin-wallet

If you have problems, send in the bug reports or send me a PM.
175  Alternate cryptocurrencies / Altcoin Discussion / Re: Vertigo - Lightweight Vertcoin Wallet on: May 21, 2014, 05:58:14 AM
Thank you. I am not so familiar with advanced Github commands yet. Would you be so kind and could you provide me Git commands to get to your VertcoinJ 0.12 library version based on your tree in that case, please?

To get vertcoinj to be updated to 0.12, I would create a fork of https://github.com/dayreiner/vertcoinj (in github) and then clone it to my local machine using:
Code:
git clone https://github.com/dayreiner/vertcoinj

This fork will contain all the commit history of bitcoinj and all the forks until vertcoinj (from dayreiner).  Then you will need to change your remotes:

Code:
git remote -v

This command will show all your remotes.  At this point the origin should point to the vertcoinj on your github account.  To add more remotes, we use commands such as these:

Code:
git remote add upstream https://github.com/dayreiner/vertcoinj
git remote add bitcoinj https://github.com/bitcoinj/bitcoinj

The upstream remote will be the repo of the original vertcoinj (in case this guy ever updates it)

The bitcoinj remote will be the bitcoinj repo. 

To fetch and merge the changes in bitcoinj (master node for 0.12-SNAPSHOT)
Code:
git fetch bitcoinj
git merge bitcoinj/master

Now your vertcoinj should be updated to the latest bitcoinj code (while still keeping the changes from vertcoinj for the vertcoin network).

Then you can copy in your WowDoge interface code (or keep it in a separate repo).

To speed up the sync process, it appears that you are using checkpoints, but the KimotoGravityWell code does not run natively like scrypt does.  The jni folder in the vertcoinj repo contains the C/C++ source code for the native library.  The libs folder contains compiled shared libraries for 4 android platforms, but the x86 version may work if you include it along with the libscrypt.so files in your final vertigo.jar package.  This may help increase the speed of syncing and resetting the blockchain.
176  Alternate cryptocurrencies / Altcoin Discussion / Re: Vertigo - Lightweight Vertcoin Wallet on: May 20, 2014, 07:09:25 AM
Here is a family tree (as it were) of the vertcoinj library. 

Vertigo appears to use a vertcoinj that is copied from that of Vertcoin Android Wallet (vertcoinj / https://github.com/dayreiner/vertcoinj 0.11).  That was forked from megacoinj, probably to get the KGW (https://github.com/HashEngineering/megacoinj 0.11).  That was forked from digitalcoinj (https://github.com/HashEngineering/digitalcoinj was0.11, but now 0.12), which is forked from bitcoinj.  My repos are linked together and are also linked to bitcoinj (using the "upstream" remote), so I can pull in changes from the Bitcoin folks when they update their code using fetch and merge commands with git, regardless of where in the family tree the Java Library is.

Good Luck.
177  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Myriad: 1st Multi-PoW - Electrum Beta v2 & MyriadSwitcher v0.1.3 on: May 18, 2014, 03:50:50 PM
The android wallet will be ready for some testing soon.  Is there a vector graphics file that I can use for the icons?
178  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DIMEcoin l community take over l updated everyday on: May 15, 2014, 07:14:55 PM
I think I found a programmer for the Android wallet  .... Stay tuned for updates.

Android wallet code is complete.

https://github.com/HashEngineering/dimecoinj

https://github.com/HashEngineering/dimecoin-wallet

The code has a few loose ends.  Connectivity, exchange rates, etc
179  Alternate cryptocurrencies / Altcoin Discussion / Re: Trusting Coins that dont fork trusted repos (Should you or not?) on: May 14, 2014, 12:38:03 AM
I agree.  Coins should be forked from trusted repos.  The 3 billion premine in Asiacoin would be readily seen as a change from the original code.

Additionally, it would demonstrate that the user knows how to use git.  From there the developer can fetch changes from upstream easily to import any bug fixes or new features in the parent coin's software.

This is how I fork all the android wallet source code on which I work.
180  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: HashEngineering - Android Wallet Creation Service on: May 11, 2014, 05:03:02 AM
The Dogecoin Wallet now has Paper Wallet import support using an external blockchain service.  We are looking at this code.
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!