Bitcoin Forum
April 30, 2024, 01:53:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 [100] 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 ... 291 »
1981  Other / Off-topic / Re: Phinnaeus Gage on: September 03, 2013, 09:31:17 PM
Great thread!
I wanted to ask you something but in public, now I can:
What are your feelings about this perfect contribution to one of your threads: https://bitcointalk.org/index.php?topic=286856.msg3073652#msg3073652
1982  Alternate cryptocurrencies / Altcoin Discussion / Re: Gold Coin (GLD) Info Thread - The Gold Standard of Digital Currency [NEW THREAD] on: September 03, 2013, 09:25:23 PM


Great to see GLD doing so good. People keep asking me why I like GLD over "x" alt coin.

Simple, I like the name and the Dev Team seems to really care about the coin.


~BCX~
Has someone hired you to be sarcastic?

This Roll Eyes
1983  Bitcoin / Development & Technical Discussion / Re: Exchange development ! on: September 03, 2013, 08:51:03 PM
If I were u I would split the task "Exchange" to 2 smaller ones: "Exchange back-end" + "Exchange front-end". This will help to find programmers coz there are not so many good coders who can do both things.
This
I for one could code the back-end but not the front-end
1984  Bitcoin / Development & Technical Discussion / Re: [Choose the new Pywallet name] - Pywallet 2.1.0: manage your wallet on: September 03, 2013, 08:45:32 PM
I fixed an old bug I never noticed
By the way, even after the end of pywallet development I will still fix bugs one could find


I just started to code pywallet's little brother
Codename: NPW Grin
For now I'm coding an advanced dump: it will include filters
I'll regularly publish pre-alpha versions on github if some are interested
1985  Bitcoin / Development & Technical Discussion / Re: [Choose the new Pywallet name] - Pywallet 2.1.0: manage your wallet on: September 03, 2013, 08:37:10 PM
WalletGenie
WalletMender
WalletMinder
FixMyWallet
KeyMinder
WalletGenius
WalletEditor
WalletSurgeon
I like them all actually
No love at first sight though

pywallet-ng
As far as I understand 'ng', wouldn't it mean that pywallet isn't developped anymore? (it will be true for my fork but not for the original pywallet)

PryWallet
Why not, but why the R?

JackWallet.
I'm not that egocentric Grin


Thanks everybody, keep them coming Smiley
1986  Other / Beginners & Help / Re: I just found that 4hr isn't easy... on: September 03, 2013, 08:24:12 PM
Total time logged in: 8 days, 23 hours and 5 minutes.
Total time logged in: 58 days, 14 hours and 25 minutes.

1987  Other / Beginners & Help / Re: Favorite Bitcoin Wallet on: September 03, 2013, 08:08:45 PM

Jackjack, I am starting to love you  Roll Eyes
Wow, just because of a duck? Grin
1988  Bitcoin / Bitcoin Technical Support / Re: PYWallet Help - Dumping encrypted private key on: September 03, 2013, 07:58:39 PM
I get a huge amount of string like this:

                    "scriptPubKey": "76a91474add11bbac1a5818aa3f64dc3f7bc8cc931a09f88ac",
                    "value": 6.4e-05

So now? Why i can't use the web utility as that user explained in the other topic?
It's normal, they are all the transactions that your wallet stores

For it to be more practical, do this:
Code:
python pywallet.py --dumpwallet --dumpwithbalance --datadir=/path/to/wallet --wallet=wallet.dat > keys.txt
This put all the text in the file keys.txt
Then open keys.txt
In the beginning of the file you'll see the keys but now each one will have a "balance" parameter
Most of them will have "Never used", you can avoid to import them in Electrum
On the other hand, all the addresses that have something else than "Never used" must be imported

Example of what you'll get:
Code:
        {
            "addr": "1EuK1VCzdyGzXgk1AnJswC1Y46dCyyqyXW",
            "balance": "Never used",
            "compressed": true,
            "encrypted_privkey": "43e93c600c4e76eecbdc1311d09713234dc1c8c3e37067383f74e910afd6321f989c9a49dd73f018e76d2e0f1d759f1d",
            "pubkey": "03feb65c4b3a2f163e991803e47b28231c2b62366814c08ed816b1aa150e856fc0",
            "reserve": 1
        },
        {
            "addr": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa",
            "balance": "64.19778513",
            "compressed": false,
            "encrypted_privkey": "36e537b86cf0c55966ffbd776edd4e1b4922187d12b3f3bb39833d2776c97bd6cde814750e8e785d7f75a666e52234b8",
            "pubkey": "04678afdb0fe5548271967f1a67130b7105cd6a828e03909a67962e0ea1f61deb649f6bc3f4cef38c4f35504e51ec112de5c384df7ba0b8d578a4c702b6bf11d5f",
            "reserve": 0
        },
1989  Bitcoin / Development & Technical Discussion / Re: New Mystery about Satoshi on: September 03, 2013, 07:36:10 PM
There were long gaps in 2009 when no blocks were mined at all despite min difficulty. I doubt Satoshi would have been running Bitcoin on public computers, given his preference for privacy.
Indeed

Maybe he owned 6 computers, each of them running ~10 instances of an own designed mining software.
Look how each block of 10 LSB bytes has roughly the same value.
To be clearer:
  • LSB=0-9: ~450
  • LSB=10-19: ~0
  • LSB=20-29: ~550
  • LSB=30-39: ~450
  • LSB=40-49: ~330
  • LSB=50-59: ~300


I don't see the difference (at least in the first 20K blocks). But if a divergence appears, I would say that there were 6 machines, each on them running a limited range. The owner of the machine running 10-19 decided not to be part of the Bitcoin experiment and left the group, and Satoshi were 5/6 people.
Nevertheless, as I said, I don't see any statistical meaningful difference.
What do you mean "difference"? I'm talking about this:

There are the 6 values I've described
Looks like 59 was not used but if the theory is correct it means that the last machine was also the least powerful (even with only 9 miners on it) so he/they may have decided not to run as many miners as on the others machines
1990  Economy / Services / Re: Website Preview: BITADS.NET. Now Pay-Per-Day! on: September 03, 2013, 07:14:48 PM
As the topic is back about bitads.net:

Will you ever let people put adspaces on something else than websites?
1991  Bitcoin / Bitcoin Technical Support / Re: PYWallet Help - Dumping encrypted private key on: September 03, 2013, 07:08:18 PM
"Dump your wallet" does this and returns the result in JSON, "Dump you keys" returns a CSV file
Don't bother, just answer the following question and I'll tell you what to do:

How do you import private keys into Electrum? ie do you type the "fac86293d82838..." private key by hand?

I just click on Import -> Private Keys. Am i wrong?
I don't know Electrum at all, that's why I'm asking

We'll do something different actually: close the pywallet you're currently running
Then run this:
Code:
python pywallet.py --dumpwallet --dumpwithbalance --datadir=/path/to/wallet --wallet=wallet.dat
(change /path/to/wallet and wallet.dat to the correct values of course)

This will take a few minutes, but after this it will print all the keys that were in your wallet along with their balance
Thanks to this you'll be able to check which addresses have funds
1992  Bitcoin / Bitcoin Technical Support / Re: PYWallet Help - Dumping encrypted private key on: September 03, 2013, 06:39:41 PM
"Dump your wallet" does this and returns the result in JSON, "Dump you keys" returns a CSV file
Don't bother, just answer the following question and I'll tell you what to do:

How do you import private keys into Electrum? ie do you type the "fac86293d82838..." private key by hand?
1993  Alternate cryptocurrencies / Altcoin Discussion / Re: ASIC Testing on Scrypt? on: September 03, 2013, 06:06:58 PM
Price each ASIC at $2,000, and you'll start getting a positive ROI after 7,500 orders.
Isn't the better plan to "sell" them to get back your original investment, but due to whatever factors you want to make up, not ship them for say 6+ months and pocket the $20k-$28k /day ? Should a competitor come out just "release" them.
Great idea!
Oh wait
1994  Other / Off-topic / Re: Still "Processing" on: September 03, 2013, 06:02:45 PM
1995  Other / Meta / Re: disable some 'new replies to your posts' threads? on: September 03, 2013, 05:49:22 PM
Delete your replies
Or use the watchlist
1996  Bitcoin / Development & Technical Discussion / Re: New Mystery about Satoshi on: September 03, 2013, 05:12:21 PM
There were long gaps in 2009 when no blocks were mined at all despite min difficulty. I doubt Satoshi would have been running Bitcoin on public computers, given his preference for privacy.
Indeed

Maybe he owned 6 computers, each of them running ~10 instances of an own designed mining software.
Look how each block of 10 LSB bytes has roughly the same value.
To be clearer:
  • LSB=0-9: ~450
  • LSB=10-19: ~0
  • LSB=20-29: ~550
  • LSB=30-39: ~450
  • LSB=40-49: ~330
  • LSB=50-59: ~300
1997  Bitcoin / Bitcoin Technical Support / Re: PYWallet Help - Dumping encrypted private key on: September 03, 2013, 03:36:11 PM
Oh I see, I misread your post
You are trying to dump keys to a CSV, is it what you really want to do?
If not (or if in doubt), use "Dump your wallet"
If you really want to use CSV export, tell me and I'll tell you what to do
1998  Bitcoin / Bitcoin Technical Support / Re: PYWallet Help - Dumping encrypted private key on: September 03, 2013, 02:46:00 PM
Hello,
I can't dump keys. I installed pywallet but when I click on "Dump Keys" (on web page) i get "File not written" error.
Maybe it happens because .bitcoin directory is a symlink. So i tried to enter the right path, but the same error occurs.
How can i solve this?

Thank you.

What is written in the console?
1999  Other / Off-topic / Re: Anybody else experience problems with their Yahoo email account lately? on: September 03, 2013, 01:59:12 PM
outlook > * > gmail > yahoo
kthxbai
2000  Bitcoin / Development & Technical Discussion / Re: A mistery hidden in the Genesis Block on: September 03, 2013, 01:52:00 PM
Hi,

do you guys have an explanation for these transactions?

That genesis block address has received 848 transactions!

Is this a deliberate "feature" in the standard bitcoin client which has the first used address as a default somewhere and therefore collecting loads of smallish payments?

All these 0.000055 BTC transactions are really strange. Satoshis pension payments, built into the protocol?  Wink

https://bitcointalk.org/index.php?topic=286847.msg3070309#msg3070309

Maybe it's people sending 5500 satoshis to Satoshi?
Pages: « 1 ... 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 [100] 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 ... 291 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!