Bitcoin Forum
June 16, 2024, 07:09:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Project Development / Re: [Bounty - 6BTC] Split-key vanity address management software on: January 07, 2013, 10:50:59 PM
Hi,

And yes, there is no Web API for now. I will probably implement it when I add JSON to the website, which might not be anytime soon.
-It appears that I can't reload the status of my requests
Well, I changed my mind. forget about it. I think the reason that one would use this software is that he doesn't trust the web apps (because there are tons of web apps out there for this purpose)
So I think we shouldn't use any webby thing in this software. What's your opinion?

-In the Factory tab, it might be useful to generate the solutions automatically when the key is input perhaps.
Actually the first thing that came in my mind for the factory was something real time as you said, but then I realized that it couldn't be implemented, because in some cases changing one field would affect others and the field you are working with!.. For instance, when you enter a solution to be added to your private key and then go and start entering your key, the result must be shown back in the private key field, but you're not done yet with entering your key, so with every key you enter you're constantly changing the private key and that changes everything. I don't know if I'm clear enough. Just think about it, you'll get my point.
If you came up with a new GUI idea for the factory tab let me know about it.
I'm also planning to add other Alt coins for the factory tab (namecoin, litecoin, ..)

Also, pressing enter while entering the key clears the field.
Yes, I know this. Unfortunately it's a Qt thing.. I'll fix that soon.

-In the General tab it would be nice to be able to for example retrieve all works associated with a given keypair.
-Displaying private keys in the General tab might not be the best choice. I don't think displaying anything would be needed, but I guess displaying public key if anything would be better.
Done. Added a nice search box with auto completer, check out the new look:


-When adding new work, specifying both the private and public keys is a bit redundant. Require at least one. Maybe even let people input only their public key (if they don't want to share their private key but still want some automatic tracking of their requests).
Done. The limit was removed. Now you can enter only one of the keys and leave the other one empty.

Also, the icon for loading .vdb files is so colourless that I though it was locked and inactive. Could you change it?
Done. Changed it Smiley

Get the new windows package here: BVAM-v0.3-win.zip
2  Bitcoin / Bitcoin Discussion / Re: Solve a riddle, guess a 4 char password and add 10 BTC to your xmas stocking! on: December 25, 2012, 04:03:23 PM
I have made a 1 Gb dictionary but I cant tell gpg to shut up and just check the passphrase Sad it slows the whole process down

Sorry am not an expert with GPG myself - but it does have a lot of options that you can't see from just the --help (try searching about that).


I finally managed to shut it up! Cheesy I'm now just checking the dictionary!
3  Bitcoin / Bitcoin Discussion / Re: Solve a riddle, guess a 4 char password and add 10 BTC to your xmas stocking! on: December 25, 2012, 03:56:33 PM
I have made a 1 Gb dictionary but I cant tell gpg to shut up and just check the passphrase Sad it slows the whole process down
4  Bitcoin / Project Development / Re: [BOUNTY] Armory Bugs: 0.1 BTC each on: December 25, 2012, 11:46:06 AM
I wanted to import some of my private keys, I found out that you cant import keys in hex with upper case characters.
I get this error:


When I import it in lower case it works fine Smiley
my test was under ubuntu 64bit

EDIT: I found the problem in the source code. I made a pull request here: https://github.com/etotheipi/BitcoinArmory/pull/36
5  Bitcoin / Development & Technical Discussion / Re: Vanity Pool - vanity address generator pool on: December 23, 2012, 03:49:46 PM
Forgive my blindness, but I'd like a slim costpm custom address.

How do i get my primate key?

You can get your private key from one of your Bitcoin addresses, or from places like

http://gobittest.appspot.com/Address

Keep it safe, use the public key associated with it to request a new vanity address at:

https://vanitypool.appspot.com/newWork
Keep it safe, get it from a web app  Roll Eyes

Or you can generate it with this open-source software without relying on anything: https://bitcointalk.org/index.php?topic=117050.msg1406130#msg1406130
6  Bitcoin / Project Development / Re: [Bounty - 6BTC] Split-key vanity address management software on: December 18, 2012, 12:04:08 AM
Hmm, the screenshot looks good, but I am having problem running the program.

I guess your problem is about the OpenSSL DLLs..
I made some changes and uploaded it again, try this one: BVAM-v0.2-win.zip
BTW, the source code is available at Github: https://github.com/TechMiX/BVAM

The database is now encrypted with AES with a 256-bit key
There is some design modifications in the Factory tab also.

It would be very nice if the software also submits the requests to pool but apparently there is no Web API for that in your pool (or is it?)

7  Bitcoin / Project Development / Re: [Bounty - 6BTC] Split-key vanity address management software on: December 11, 2012, 07:24:13 AM
Hello,

I wrote something in QT\C++, I would like to share it with you guys Smiley



It is not really complete yet, but I think it's enough for trying and getting some feedbacks from you.
I compiled it in Windows7 64bit and it's downloadable from here.
My plan is to publish it under GPL but currently the source code is a mess! so.. Cheesy

Development was under Ubuntu 64bit and OpenSSL was used for ECC.

8  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: October 23, 2012, 11:18:53 AM
2 other errors on language.json: line no. 477 and 524
9  Economy / Service Announcements / Re: [ANN] Free Bitcoin Vanity Address Generation Website. on: October 21, 2012, 11:27:24 AM
Works great Wink
These services are greatly missed in Bitcoin community.
Agreed with b!z.. enhance the UI and you'll be successful very soon.
10  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: October 19, 2012, 03:34:22 PM
Can you also add auto_english.json ?
It's better because we can see the original words.

The original strings are in https://github.com/blockchain/Blockchain-Translations/blob/master/language.json. Many more now Smiley

Thanks for the translations Smiley
But I think machine translating was not a good Idea.. It's better to be done by people.
Could you please add Persian to the languages? It's a RTL language (like Arabic), It will need some layout fixings. I can help you with it if you want.
By the way, the original JSON file have some errors on these lines: 249, 322, 329, 357

edit: I think there is also a typo in the README file:
"Any help with transactions would be greatly appreciated." Cheesy
11  Other / Beginners & Help / Re: Introduction on: October 19, 2012, 08:11:08 AM
Try http://Mtgox.com  Smiley
12  Other / Beginners & Help / Re: LTC Solo Mining on: October 19, 2012, 08:02:20 AM
so how much is this LTC comparing it to $, € or BTC ?
Currently it's worth around 0.08 dollar per coin.
you can check it here: http://btc-e.com/
13  Other / Beginners & Help / Re: Synchronizing with network - how long for you? on: October 19, 2012, 07:51:18 AM
It usually takes 3 or 4 days to completely sync Grin
14  Other / Beginners & Help / Re: How horrible is ~300 khash/s? on: October 19, 2012, 07:46:57 AM
Try your chance in Litecoin  Wink
http://litecoin.org/
15  Other / Beginners & Help / Re: Introduce yourself :) on: October 11, 2012, 08:48:30 AM
I'm TechMiX!  Grin
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!