Bitcoin Forum
September 24, 2024, 12:42:42 PM *
News: Latest Bitcoin Core release: 27.1 [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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 ... 63 »
61  Bitcoin / Bitcoin Technical Support / Re: bitcoind - how to start graphical frontend on: March 23, 2014, 09:35:48 PM
How does this look?  It's a front-end GUI I wrote that talks to bitcoind while I'm mining p2pool.
Right now it just shows balance, block count and transaction history.
I just start it and hit refresh when I want an update.  I'm planning on adding 5 second polling and a couple other features.  I don't plan on implementing the full bitcoin-qt functionality.



This is really very very good ! can you send this program to me ? i need a program like this.

In case you get no reply, I could cook up such a little GUI if you are willing to make a donation.
62  Bitcoin / Development & Technical Discussion / Re: Base58? on: March 21, 2014, 08:29:09 AM
I have some really tight code for this on my home PC. Will try to remember to post it this when I get a chance this weekend - that is, if nobody beats me to it. Smiley  There are literally dozens of implementations around.
If you can't wait, you can try digging through the Electrum and Armory repos.
63  Economy / Gambling / Re: KeyAngel: an anti-gambling addiction tool - thoughts? on: March 18, 2014, 09:46:29 PM
Non-final screenshot:


64  Bitcoin / Bitcoin Technical Support / Re: Possible to use brute force to re-gain access to a wallet? All but 1 char known on: March 18, 2014, 10:26:13 AM
I had already sent it before I made that post.  Wink

Great, thanks Smiley
65  Bitcoin / Bitcoin Technical Support / Re: Possible to use brute force to re-gain access to a wallet? All but 1 char known on: March 18, 2014, 09:37:26 AM
Is there no such thing as a free bitcoin transaction? I'd also like to propose knol.pw invites as a tip. Ebook website with an amazing selection, extraordinary discounts on all books (most books are under one dollar).



I'd rather go for the regular btc tip - perhaps you can just make it 0.0001 less, to account for the required fee...
Thanks Smiley
66  Bitcoin / Bitcoin Technical Support / Re: Possible to use brute force to re-gain access to a wallet? All but 1 char known on: March 18, 2014, 04:50:09 AM
Glad to hear that you recovered access. I for one wouldn't mind a little tip - always motivating!  My address is in my signature.
67  Economy / Gambling / KeyAngel: an anti-gambling addiction tool - thoughts? on: March 18, 2014, 04:13:54 AM
To help people who need this, I'm thinking of releasing KeyAngel, a locally-running vault that would effectively put a robust time gap between a configurable Bitcoin private key and yourself, which can be a very useful tool for curbing gambling addiction. It would be one of those really simple apps designed to do one thing well. Is anyone interested?  

Note: There is no perfect solution to the time vault problem, each approach has some benefits and drawbacks, but my goal with KeyAngel was to make it robust enough to help users enforce their decisions, while not requiring to trust any third-party website or service. All source code would be provided to interested users, of course.

I am also open to suggestions and opinions from gambling site operators.

Shoot any questions or comments here or by PM if you are interested in this. The app itself is fully functional already, and I and a few friends have been using it with great success, but since my free time is extremely limited, I will only make a more simple GUI and further develop the app if there are enough interested users (say around 25-30 users for a start), or donators are willing to fund the project.

Note: feel free to post or PM me from a sockpuppet account if you're a "whale" and would like to remain anonymous.


68  Bitcoin / Electrum / Re: Electrum console scripts - Script #2: List balances on: March 17, 2014, 09:55:13 AM
A little one-liner to list your addresses and their balances:

Code:
for x in listaddresses(): print x + '\t' + str(getaddressbalance(x))

Note: Uses the new getaddressbalance feature added in 1.9.8
69  Bitcoin / Bitcoin Technical Support / Re: Possible to use brute force to re-gain access to a wallet? All but 1 char known on: March 17, 2014, 09:08:14 AM
I tried what flatfly reccommended. It revealed a process that just kept building text (one thing I caught was that it kept trying connections). I eventually accidentally unplugged my computer.

That's probably just your daemon trying to catch up with the blockchain. Anyway, we don't need this to bruteforce the wallet, so add '-maxconnections=0' to the command line to disable connections:

Code:
bitcoind.exe -daemon -printtoconsole -maxconnections=0
70  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [BlockScan] Counterparty (XCP) Block Explorer on: March 16, 2014, 09:02:52 PM
Really useful site, nice job!

I want to report a possible bug in the API - unless I'm missing something.
It seems to return wrong balances (2x the actual balance, AFAICT)

Random example:

http://www.blockscan.com/address.aspx?q=1KjBcesaiiJyGpsG7RhtGChqNDaWhedfV6

(0.2 XCP)

vs

http://blockscan.com/api2.aspx?module=balance&address=1KjBcesaiiJyGpsG7RhtGChqNDaWhedfV6&asset

(0.4 XCP)
71  Bitcoin / Bitcoin Technical Support / Re: Possible to use brute force to re-gain access to a wallet? All but 1 char known on: March 16, 2014, 07:03:37 PM
Same fuckin' thing. It just deadens the cursor.



Add "-printtoconsole" so you can see what it's actually doing:

Code:
bitcoind.exe -daemon -printtoconsole

Once the daemon has finished initializing and is actually in listening mode, start your Ruby script.
72  Bitcoin / Electrum / Re: how to verify seed on: March 15, 2014, 05:30:34 PM

If I want to encrypt the seed manually to verify that its the same private key
generated as electrum, uses, can I use something like this:

http://aes.online-domain-tools.com/

I assume I would put the key in the input text field, but
what would i put in the key field?

That's not how AES works - AES (when used in the most common way) never produces the same output twice.
Unfortunately I don't have much time to elaborate, but you can easily research that online.
73  Bitcoin / Bitcoin Discussion / Re: address formats -- what do they mean? on: March 15, 2014, 02:31:35 PM
The "sipa" format is simply another name for what is commonly referred to as WIF -
the standard human-readable representation for bitcoin private keys.

The wiki is usually a good source of information for this type of thing.
74  Bitcoin / Electrum / Re: Electrum - Flatfly minimal builds for Windows on: March 15, 2014, 12:05:19 PM
Why aren't the builds no longer High-Quality? Tongue

I'm no longer releasing Electrum builds for the time being, except if there are specific requests.
The quality hasn't changed though - only the thread title Smiley
75  Bitcoin / Bitcoin Technical Support / Re: Possible to use brute force to re-gain access to a wallet? All but 1 char known on: March 15, 2014, 08:05:29 AM
Look at this thread:  https://bitcointalk.org/index.php?topic=85495.0

You will find a whole lot of brute-forcing scripts by revalin. They rescued many, many coins...
76  Bitcoin / Bitcoin Technical Support / Re: urgent help needed - losing bitcoins on: March 14, 2014, 10:46:23 AM
Perhaps the Multibit folder was not deleted but somehow moved to a different path on the HD.

So, one more thing definitely worth trying - especially as it takes only a couple minutes:

Get "Everything Search" (portable version) from http://www.voidtools.com/
And just search for "multibit".  The search is extremely fast and comprehensive.
77  Bitcoin / Bitcoin Technical Support / Re: urgent help needed - losing bitcoins on: March 13, 2014, 10:42:38 PM
Also this tool may help.  Saved me a few times:
http://nicbedford.co.uk/software/systemrestoreexplorer/
78  Bitcoin / Bitcoin Technical Support / Re: urgent help needed - losing bitcoins on: March 13, 2014, 10:31:28 PM
Try looking in the "\system volume information" folders. Windows search typically does NOT include those folders.  If you're lucky you'll find copies of your wallet there.
79  Bitcoin / Bitcoin Technical Support / Re: urgent help needed - losing bitcoins on: March 13, 2014, 05:58:10 PM
The easiest way to rescue your wallet without disassembling your PC would be to install Puppy Linux on a USB stick and boot off of it. Then it's just a matter of navigating to your windows partition and wallet file, and copying it to your USB drive.

I've done this before - the whole process takes less than 20 minutes if you know what you're doing.
If you need live help with any of those steps, just PM me.
80  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official on: March 12, 2014, 09:39:01 PM
Hey guys,
as I've just posted on the official forums:


Windows build 009 for BoottleXCP is now available.
Includes the latest commits and counterpartyd daemon release 6.6:


https://github.com/JahPowerBit/BoottleXCP_binaries/releases

GPG signature for the executable:
Code:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12


iEYEABECAAYFAlMgxMkACgkQ0dQqIfkZdf77rwCeKpRirHAicNBeKcCC3grRnAU1
8K8AnRkVImeigIPjPpRnFa6kKVg3s2yM
=w1XJ
-----END PGP SIGNATURE-----

Got all kinds of errors on that... -___-

Thanks for reporting this.
Could you post the actual error message(s)?
Also which version of windows are you running?
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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 ... 63 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!