Bitcoin Forum
May 13, 2024, 05:19:38 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 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 »
201  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PRT] Particle | CPU/GPU, Fast, Easy Mine, * NO PREMINE * | Official Thread on: April 26, 2014, 07:34:33 PM
It appears Coinedup daemon is offline for deposits and withdrawls of PRT, anyone know how long this has been ongoing?

I think they are doing this on purpose so we don't move coins into other exchange with higher buy points.
202  Bitcoin / Bitcoin Wallet for Android / Re: Bitcoin Android Wallet keeps crashing on: April 26, 2014, 06:47:45 AM
Follow the checkout instructions on the link I gave you, switch to the "release-0.11" branch or the v0.11.2 tag, then do a "mvn clean install" in that project.

After that, you issue with the bitcoin wallet build should be gone.

Thanks! Will try that now.
203  Bitcoin / Bitcoin Wallet for Android / Re: Bitcoin Android Wallet keeps crashing on: April 26, 2014, 06:45:41 AM
I uploaded it to Central today. Should work now, I hope.

Seems it is not on here: http://search.maven.org/#browse%7C-1153508069
204  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, CLIENT UPDATE v0.8.7 AVAILABLE on: April 26, 2014, 04:16:18 AM
Update:

As promised, I've updated mini apps for Android on Google Play for Riecoin. I havn't published all of them yet because I ran across some problems and will wait to fix it until releasing it confidently on Google Play

Here is the first mini-app for Riecoin: https://play.google.com/store/apps/details?id=org.riecoinfoundation.paper

It is a paper wallet for android forged from bitcoin paper wallet.

This way, you don't need to go to a browser to generate an address. For people using phone to generate addresses, this is a great app to use for Riecoin!

It has been tested but as with all services, I cannot warranty anything. I can only promise to fix a bug if one is found.
205  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, CLIENT UPDATE v0.8.7 AVAILABLE on: April 26, 2014, 03:48:34 AM
I think what can help a lot right now are community members posting on this thread daily to keep it on the first page constantly.
206  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, CLIENT UPDATE v0.8.7 AVAILABLE on: April 26, 2014, 03:04:49 AM
This is excellent news. Getting Riecoin stablie will be the first step towards the moon.
207  Bitcoin / Bitcoin Wallet for Android / Re: Bitcoin Android Wallet keeps crashing on: April 25, 2014, 09:06:09 AM
Ah yes, bitcoinj 0.11.2 is not yet on Maven central. I'm afraid until it is, you need to build the release-0.11 branch of bitcoinj yourself.

http://code.google.com/p/bitcoinj/source/checkout


Please bear with me here but how exactly would I do that? Do I change it in pom.xml file? I tried calling a git on the link you gave me and copied it to me bitcoin-wallet/wallet but that didn't work. What do I do after building it?
208  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, CLIENT UPDATE v0.8.7 AVAILABLE on: April 25, 2014, 08:29:26 AM
Just a reminder that the foundation is always accepting donations: 3Pvb65ey4a1oFRRRkTYH5WYvg8hoLEr1Tu
209  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, CLIENT UPDATE v0.8.7 AVAILABLE on: April 25, 2014, 07:44:45 AM
Hi Riecoiners!

I'm woking on a new client version that will include changes from Bitcoin 0.8.6 to 0.9.1 besides some Riecoin specific speed improvements. It's a lot of changes, and Bitcoin has changed so much that cherry-picking or rebasing commits results in lots on conflicts that have to be manually merged, that's why it's taking longer than expected, but the good news is that we'll have a much better client soon.
There will be a Windows installer, and also 32 and 64 bits versions for Windows. This means block verification will be much faster for Windows users with 64 bits CPUs and OSs.

Regarding the miners, keeping miners updated with all the latest optimizations is a lot of work so I'll focus on an xpt to stratum proxy.

gatra
Very nice Cheesy Thanks for the update. Hopefully this could be finished soon.
210  Bitcoin / Bitcoin Wallet for Android / Re: Bitcoin Android Wallet keeps crashing on: April 25, 2014, 02:54:44 AM
I tried downloading it now through terminal github and this is what I got when I tried mvn clean install:

Failed to execute goal on project wallet: Could not resolve dependencies for project de.schildbach.wallet:wallet:apk:3.46: Failure to find com.google:bitcoinj:jar:0.11.2 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced
211  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, CLIENT UPDATE v0.8.7 AVAILABLE on: April 25, 2014, 02:37:44 AM
And a heads-up update on the miner so people can plan ahead a bit - I'll be releasing the b15 source and Linux binaries on Saturday.  Maybe a 10-15% speed boost, but fairly platform specific.  Single-core performance will be unchanged, but 4-24 core systems should be happier.  There's a horrible slowdown on the one 64 core system I've tried it on, though, so people with huge machines will need to set up scripts that run multiple copies of it using numactl.

It's a huge change to the way the miner works and will probably introduce bugs, but I've been running it in testing on Linux for a while and it seems stable.  There's a bug there where my code is deadlocking on windows, which is why I haven't released it yet.  The most likely change is that I moved from code that uses only mutexes (windows CRITICAL_SECTION) to code that has both mutexes and condition variables.  Or there's some other bug that's only manifesting on windows.

In any event, if there are some windows-clueful programmers who are interested in taking a peek and sending me a bug report / patch / bop on the head, that'll let us get this in everyones hands regardless of operating system.  I'd be happy to throw in a bit of dev fee share or a RIC bounty if it seems appropriate.

I'll keep b14 binaries around, regardless, until it's proved stable for more people and there's a working version for windows.

This release should let the diff float comfortably above 1700.  It's designed in particular to be better at higher diffs.

  -Dave

Nice going! Look forward to this release.
212  Bitcoin / Bitcoin Wallet for Android / Re: Bitcoin Android Wallet keeps crashing on: April 25, 2014, 01:12:05 AM
Is the test version the only one available not the mainnet? I tried the command and only testnet was installed.
213  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, CLIENT UPDATE v0.8.7 AVAILABLE on: April 25, 2014, 12:26:07 AM
Update on the foundation: Finished on a multi-signature generator forked from https://github.com/OutCast3k/bitcoin-multisig

The generator can be found here:

http://riecoinfoundation.org/Multisig/

PLEASE NOTE: I cannot warranty the use of this service but only provide it as an option should you choose to use the service. It has been tested to my maximum capability but I am only human.

The generator uses compressed keys but doesn't flag uncompress/incorrect keys so MAKE SURE that you enter the correct public key found on your riecoin qt client using "validateaddress <riecoin address>" or one can be generated for you on the riecoin multisig generator.

Creating transactions and broadcasting them using multi-sig is disabled until further notice. Only multi-sig generation, verify public script, and signing the transaction will be available at the moment Cheesy.

Have a nice day! Cheesy
214  Bitcoin / Bitcoin Wallet for Android / Bitcoin Android Wallet keeps crashing on: April 24, 2014, 10:04:26 PM
Since I've imported the files into Eclipse, here is what I've got.

[2014-04-24 14:11:12 - wallet] WARNING: unable to write jarlist cache file /home/.../.../workspace/bitcoin-wallet-master/wallet/bin/jarlist.cache
[2014-04-24 14:11:12 - wallet] WARNING: unable to write jarlist cache file /home/.../.../workspace/bitcoin-wallet-master/wallet/bin/jarlist.cache
[2014-04-24 14:11:13 - wallet] Project compiler settings changed. Clean your project.
[2014-04-24 14:11:13 - wallet] WARNING: unable to write jarlist cache file /home/.../.../workspace/bitcoin-wallet-master/wallet/bin/jarlist.cache
[2014-04-24 14:11:13 - wallet] WARNING: unable to write jarlist cache file /home/.../.../workspace/bitcoin-wallet-master/wallet/bin/jarlist.cache
[2014-04-24 14:49:45 - Dex Loader] Unable to execute dex: Multiple dex files define Landroid/support/v4/app/_ActionBarSherlockTrojanHorse$OnCreateOptionsMenuListener;
[2014-04-24 14:49:45 - wallet] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Landroid/support/v4/app/_ActionBarSherlockTrojanHorse$OnCreateOptionsMenuListener;
[2014-04-24 14:50:53 - wallet] Dx
trouble writing output: already prepared
[2014-04-24 14:50:56 - Dex Loader] Unable to execute dex: Multiple dex files define Landroid/support/v4/app/_ActionBarSherlockTrojanHorse$OnCreateOptionsMenuListener;
[2014-04-24 14:50:56 - wallet] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Landroid/support/v4/app/_ActionBarSherlockTrojanHorse$OnCreateOptionsMenuListener;
[2014-04-24 14:51:09 - wallet] Dx
trouble writing output: already prepared
[2014-04-24 14:51:11 - wallet] ------------------------------
[2014-04-24 14:51:11 - wallet] Android Launch!
[2014-04-24 14:51:11 - wallet] adb is running normally.
[2014-04-24 14:51:11 - wallet] Performing de.schildbach.wallet.WalletActivity activity launch
[2014-04-24 14:51:11 - wallet] Automatic Target Mode: using device 'c4bb3b50'
[2014-04-24 14:51:11 - wallet] Uploading wallet.apk onto device 'c4bb3b50'
[2014-04-24 14:51:12 - wallet] Installing wallet.apk...
[2014-04-24 14:51:18 - wallet] Success!
[2014-04-24 14:51:18 - wallet] Starting activity de.schildbach.wallet.WalletActivity on device c4bb3b50
[2014-04-24 14:51:20 - wallet] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=de.schildbach.wallet_test/de.schildbach.wallet.WalletActivity }

After installing, every time I tried to open it, the wallet crashes.

Here was my step-by-step process on what I did from start:

1. Download files from github. Site: https://github.com/schildbach/bitcoin-wallet Method: Direct download (not terminal)
2. Go to bitcoin-wallet directory
3. mvn clean install -Prelease -Dandroid.sdk.path=<path to your android sdk>
4. mvn eclipse:eclipse
5. Open Eclipse and Import > General > [Directory of my bitcoin-wallet] > [Showed 3 folders, sample-integration, integration, wallet. Imported integration and wallet] >Finish
6. Showed about 36 Errors which were missing jars so imported that from my .m2/repository directory along with source .jar.
7. Ran it (came across this: Unable to execute dex: Multiple dex files define). Fixed it by deleting 2 automatically generated library Eclipse generated for me: Android Private Libraries with android-support-v4.jar inside and Android Dependencies with library.jar and annotations.jar inside.
8. Ran it again after deleting those libraries.
9. App crashes immediately after opening (tried several times).

What I've tried:
1. Deleting and reimporting everything including the jar files.
2. Changing min-sdk, target-sdk in manifest file


PLEASE HELP! Spent a week already trying to figure out what was wrong. Sad
215  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, CLIENT UPDATE v0.8.7 AVAILABLE on: April 24, 2014, 08:34:50 PM
Anyone know if there is a way to set the qt client compressed command to false?
216  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, CLIENT UPDATE v0.8.7 AVAILABLE on: April 24, 2014, 08:15:20 PM
Update Thursday once again is here Gatra. Any exciting news you have for us riepeoples today? Cheesy
217  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, CLIENT UPDATE v0.8.7 AVAILABLE on: April 24, 2014, 06:17:59 AM
Anyone know if it is possible to have a Riecoin pub key that starts with 4? I only know addresses that starts with 2 and 3. Does it matter?
218  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, CLIENT UPDATE v0.8.7 AVAILABLE on: April 24, 2014, 05:00:36 AM
So the latest problem I've been having is that the Android Wallet App keeps crashing the moment I start it. Any suggestions on what should be focused on?
219  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, CLIENT UPDATE v0.8.7 AVAILABLE on: April 23, 2014, 06:35:13 PM
Bitcoin is 0x00 for publickey and 0x80 for the private key.

Anyone know what pub and priv key for riecoin?

What is the mainnet for Riecoin?

I need this for the android app I am working on for Riecoin.

We use 60 (0x3C) as the prefix for public key base 58 representations. Still 0x80 for private keys.
What do you mean by "What is the mainnet"?
this?
Quote
The protocol version is hardcoded to 10070001 and the protocol's "magic" number is 0xdbb2bcfc, and 0x0511090d for testnet.

Since I am a lazy person, can you tell me what the mainnet is for  script hash address? I know Bitcoin is 0x05. I assume Riecoin is also 0x05 but I want to confirm.
220  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, CLIENT UPDATE v0.8.7 AVAILABLE on: April 23, 2014, 05:54:12 PM
Worst client ever! Takes 2 minutes to start on an i7. 5 minutes when using -rescan arg.  Fresh install/syncing the blockchain takes longer than bitcoin...

Dev, fix the client. this is ridiculous..

EDIT : Forgot to mention, keep the wallet running for a couple of days, interface says connected. Try to send coins - unable/offline.

EDIT2 : Try to rebroadcast an offline transaction using -rescan, nothing happanes after 30 min! Now i have to export/import priv keys !! Shittiest out of all ALT wallets!

Be patient. He is the only one working on the wallet. If you'd like to help, contribute by spreading the news of Riecoin and donate to the foundation.
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!