Bitcoin Forum
July 11, 2024, 02:51:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 [220] 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 ... 546 »
4381  Bitcoin / Bitcoin Technical Support / Re: Bitcoin QT not synching on: December 01, 2015, 02:40:11 PM
Thanks.  I've sent the contents of the temp wallet to a new seeded wallet.  But the transaction hasn't shown up in the new wallet yet (or the old).  I've saved a copy of the transaction.  When I open it there's a 'broadcast' button.  I haven't pressed that.  How do I make sure the transaction has completed properly?

There should be a transaction ID, that looks somewhat like this 224d7baa8f57b5b7f275b671e7d412089b90bf4f061456729aff9ec373dac448

If you go to https://www.blocktrail.com/BTC/ and enter your transaction ID into the search box it should show your transaction (with your addresses). If it does not, the transaction still needs to be broadcasted.

If the electrum wallet does not show it, try closing and reopening it. Sometimes this only works once the transaction is confirmed.
4382  Bitcoin / Electrum / Re: Generating 200 addresses manually then making them normal colored rather than re on: December 01, 2015, 01:16:57 PM
They are covered by the seed, yes. So you will not lose anything.

However if you restore form the seed in one, two or maybe five years. Will you remember the gap limit you set? Because the gap limit is the number of unused addresses that are derived from the seed.

In your example you now have 200 addresses in your wallet. If you only use the last 150, there will be 50 unused addresses at the "begining". Electrum will stop after 20 and show you an empty wallet.

As you keep that in mind there is nothing to worry about.
4383  Bitcoin / Bitcoin Discussion / Re: I am terrified that SHA256 or ECC will be cracked and btc will become worthless on: December 01, 2015, 01:11:05 PM
There is no reason to believe that quantum computers are more efficient at calculting sha256d than ASICs

There most certainly is.

Name one.

Anyway, you missed the point of this thread - it is that computer's will becoming fast enough to crack the encryption that underlies the entire protocol - not anything to do with mining. And because these encryption keys will be cracked and the solution is a QRNG.

No, a difference source for random numbers is not the solution to a good algorithm that can caluclate the private key from a public key. If you have a good source of entropy and generate a private key with it,but I am able to find any private key given the public key. How is that going to help you?
4384  Bitcoin / Bitcoin Technical Support / Re: Bitcoin QT not synching on: December 01, 2015, 01:04:36 PM
Ok, just read about sweeping.  No, I put them in the wallet via the private keys.  I was looking for a way to transfer them to a seeded wallet without paying a transaction fee.

You can only transfer them to a seeded wallet via the network. It is possible to pay no transaction fee when creating a transaction for the network, but its usually not a good idea. As ranchigo said, you need "priority" to get a transaction without fee confirmed. Bitcoins gain priority over time. Your 0.01 will roughly have the needed priority after 100 days. To avoid that the transaction is "in limbo" its better to pay a fee as electrum suggests. There is a setting called "dynamic fee" you should enable it. It estimates the lowest fee without a risk to get your transaction stuck.

If your fee is too low there is a chance that the transaction takes a long time (days) to confirm. E.g. the 10,000 transactions currently waiting for a confirmation.

4385  Bitcoin / Bitcoin Discussion / Re: I am terrified that SHA256 or ECC will be cracked and btc will become worthless on: December 01, 2015, 09:45:56 AM
Changing algorithm, yep why not. But how about the mining industry ? All those ASIC becoming useless... GPU again ?

Firstly sha256 is not an encryption algorithm, its a hash.

Bitcoin mining is done with sha256d (sha256(sha256(data))). There is no reason to believe that quantum computers are more efficient at calculting sha256d than ASICs. Lets just assume they are 100 times better anyway. What would happen? We would have a difficulty increase. For a short time blocks would be found quicker, afterwards everything would be back to normal. This is even true should QC be 2128 times faster, but it might still be a good idea to jump to a different hash function if the difficulty becomes to high to grow further. In this case it would require new specialized hardware. I dont think we will ever go back to GPUs.

This is a serious problem for bitcoin. The solution is to use a Quantum Random Number Generator instead on the non-deterministic algorithms that can only create pseudo-random numbers.

Nope.
4386  Bitcoin / Bitcoin Technical Support / Re: Bitcoin QT not synching on: December 01, 2015, 09:36:46 AM
Thank you guys!  I've got the first private key and am going to try to put it into Electrum.  Will keep you posted.

Step by step:

#1 File -> New/Restore
#2 Enter a name, confirm with "OK"
#3 select "Restore a wallet or import keys" and "Standard wallet", confirm with "Next"
#4 Enter the private key(s) in the box, confirm with "Next"
#5 Set password, confirm with "OK"
#6 Let it snyc. Its done when the red dot bottom right turns green. This should only take a few minutes.

You can create a new wallet that is covered by the seed while keeping the above temporary wallet open. Steps #1 and #2 are the same,
for #3 select "Create new wallet" and and "Standard wallet", confirm with "Next"
#4 write down the seed, confirm with "Next"
#5 confirm the seed
#6 set password
#7 let it generate addresses
#8 Go to "Receive" and us the address shown to send all your coins from the other wallet to it.
4387  Bitcoin / Bitcoin Technical Support / Re: PHP Bitcoin Node Status Page on: December 01, 2015, 09:28:22 AM
Did this break your live demo?

Code:
Warning: require_once(./php/config.php): failed to open stream: No such file or directory in /srv/www/bitcoind-status/index.php on line 12

Fatal error: require_once(): Failed opening required './php/config.php' (include_path='.:/usr/share/php:/usr/share/pear') in /srv/www/bitcoind-status/index.php on line 12
4388  Bitcoin / Bitcoin Technical Support / Re: Bitcoin QT not synching on: December 01, 2015, 09:23:13 AM
Maybe the brackets cause confusion?

An example

Code:
walletpassphrase thisISmySECRETpassword 120
dumprivkey 1Ej5QwsFFpvttYi6ozqgrccnYAH9Wiat6K

be careful to not show the private key to anyone. Once its imported into electrum you should transfer it to an electrum wallet that is covered by a seed.
4389  Other / Archival / Re: Updated Overview of Bitcointalk Signature-Ad Campaigns on: December 01, 2015, 09:20:10 AM
Secondstrade rates need to be uptaded as well. They go like this from now on:

Signature Rate
  JR Member :    0.00012 BTC per constructive post.             
  Member :        0.00023 BTC per constructive post.                   
  Full Member :  0.00047 BTC per constructive post.             
  Senior :          0.00052 BTC per constructive post.                     
  Hero / Legendary : 0.0006 BTC per constructive post.           

The only not affected rate is the Hero/Legendary one. The rest has been lowered.

Thanks


thanks, updated -> http://pastebin.com/StX3pBE8
4390  Other / Meta / Re: Public list of yobit spammers(this one's gonna be long boys) on: December 01, 2015, 08:16:49 AM
Look at all the small post's today from  inget - https://bitcointalk.org/index.php?action=profile;u=205803

The posting habit went up dramatically today, just not normal amount of posts.  A decent amount of them are short.  What made me look was he bumped a dead thread for a post which did not help it at all - https://bitcointalk.org/index.php?topic=1254556.msg13105570#msg13105570

Also showing up on Security Log - https://bitcointalk.org/seclog.php - "Today at 05:13:38 PM - inget - password changed"

So my guess is sold account to a spammer/account farmer.    And this explains why crap posts and bumpng old threads

Seems like most of the times you see someone who has the same number of posts as the activity they are spammers, bought accounts with potential activity most likely or people farming accounts.

That makes no sense to me. If activity equals posts the user in question has made one post per day on average (or less). That might be an indicator for farmed accounts, but I dont think they are all spammers.

Most likely it was sold and is not being farmed is my guess.  Your right activity equals posts which I did not notice at first just that post amount up dramatically.  No they are farming account.

That plus password change means it's likely a sold account being farmed.  So guess was just spamming to get up to that activity level.

I was questioning the general rule GannickusX implied. For a specific example it might be true, but as you say you have to look at more (e.g. the posts and when they where made) than just activity and post count.
4391  Other / Meta / Re: hacked account on: December 01, 2015, 07:35:04 AM
-----BEGIN BITCOIN SIGNED MESSAGE-----
My account equator has been hacked/lost. Please reset the email to btctalkrecovery7@gmail.com. The current date is 30/11/2015.
-----BEGIN SIGNATURE-----
1KB4tsU3e2SdbbPRrDeg6AHsHPYkqDCdDx
H/uLBRsC/2qsSiCzNJvd/iTi0mrWQqpQo9TOX+OfyXLYcgWUfM+TF5nvRdneDingdCJHY+k4vKcEMHC1B+gMBus=
-----END BITCOIN SIGNED MESSAGE-----

Here is the unedited post where I posted that address: https://bitcointalk.org/index.php?topic=996318.msg11882774#msg11882774

I left a negative rating, any idea how this happened? Was your machine infected by malware or does anyone else know your password?
4392  Economy / Scam Accusations / Re: bitcoinblackfriday.info - Do NOT use their website. on: December 01, 2015, 07:26:28 AM
-snip-
It was a scam run by the same guy. Period.

That was exactly what I was hinting at. I dont know why jackg claims that .info could not be involved when everything points at them.
4393  Bitcoin / Bitcoin Discussion / Re: [POLL] Did you download the BTC blockchain for personal use ? on: December 01, 2015, 07:21:59 AM
-snip-
Thanks for voting and remember 1 BTC in your wallet is worth more than 2 on the Blockchain !
-snip-

That made me chuckle a bit.

Anyway, on topic. Yes, I downloaded the whole blokchain several times on several systems. It took my VPS 4-5 days with a 100Mbit/s conneciton, but its bottleneck is the CPU. A 4. Gen i5 with SSD on 32MBit/s downstream took ~a day IIRC. I also started syncing an old single core laptop for armory but stopped after a few days because it was not making much progress with the verification and database building for armory.
4394  Bitcoin / Bitcoin Technical Support / Re: Operation not valid with the current stack size on: December 01, 2015, 06:04:28 AM
I thought bitcoin core would automagically find the private key in my wallet.

Regardless, I tried escaping the double quotes...

Error: Error parsing JSON:[\"abc123\"]

I never had issues with just signrawtransaction <rawtxdatahere>.

Decoding the TX it seems that the TX ID 08560f2b5b1e214536b95280bd184b680561f52fcedc375af980b9b529897f4b
is not known to the network and 90d2b6545bfdf33200affd690e929ba256d72c531ffc2e50dfe9810e8a861151 is spend.

So Im not sure if there is another priv. key involved for the TX 0856..., but from the error it looks like the TX was only partially signed.

It also seems that the TX you got working uses only one input -> https://www.blocktrail.com/BTC/tx/7e5988703186c5caeac810ffe7c77a659a7bd9db18f6b8c6545a9230a55871d3?txinIdx=0
4395  Other / Archival / Re: Updated Overview of Bitcointalk Signature-Ad Campaigns on: December 01, 2015, 05:55:36 AM
anyway you can update the merkle status from PNYC   Payment not yet confirmed to  A Currently active
Im receive payment although there is a delay

TX id : https://blockr.io/tx/info/abf884db1f6e62e5ef108d24602b40a654ebc3c6474d3a2599a9df9cc4fe7736

Its already part of the latest pastebin by Lutpin, it will be in the OP soon.
4396  Other / Archival / Re: REVIEW: Pros and Cons of different Bitcoin Storage methods vs. Malware on: November 30, 2015, 10:41:59 PM
-snip-
So this discussion is pointless.
-snip-

I get that, but I am not sure if you understand why. You have no attack scenario so you cant properly judge the defenses. As SebastianJu pointed out, if are rich enough to set up a bunker + guard for your bitcoins you will have to consider attackers willing and able to cut your fingers off[1]. It does not even make sense to compare #9 to #1.

Anyway, I will not further pester your thread with my criticism.

[1] http://news.bbc.co.uk/2/hi/asia-pacific/4396831.stm
4397  Economy / Scam Accusations / Re: bitcoinblackfriday.info - Do NOT use their website. on: November 30, 2015, 10:25:21 PM
-snip-
That could be true too but is there any proof the site owner didn't make those links?

YES!!!!!!!!!!!!!!!!!!!!
If he did make this site, and manipulated everything in his favour, It wouldn't have run so smoothly!
Also, those are basic phishing sites. (did he create localbircoins.com, localbiecoins.com... ETC! You cannot pin all of the fishing sites related to that on him (though it would be easy to carry out!) PEOPLE SHOULD BE MORE CLEVER WITH THEIR BITCOINS! I find it a good idea to log into an account, on the official site, remembering me, clicking on the other link and if I am still logged in on the other link in the same browser site, then (to me) it appears slightly more legit!

#1 thats not proof.
#2 how come the site went offline so quickly after the scam was discovered if its legit?
#3 how come the person running the campaign was never seen again if its legit?
4398  Other / Archival / Re: REVIEW: Pros and Cons of different Bitcoin Storage methods vs. Malware on: November 30, 2015, 09:49:03 PM
-snip-
Those have different roles.

In my situation, the cameras serve the role of checking if the room has been entered without authorization.

For example: 1 infiltrator enters the saferoom to install some transmitter on your secure PC, that will leak the private key to him when you use it.

If you videotape the room all day, and check the footage before you use the PC, then you will not use the PC if it has been tampered with, and will replace it with a clean PC, and copy all data into that. Then burn the tampered PC.

So the videotape is protected better than the room with the computer?
4399  Bitcoin / Bitcoin Technical Support / Re: transaction takes too long on: November 30, 2015, 08:49:22 PM
Yeah you have to get used to this when using blockchain.

there is no solution?

Most issues can be solved by paying a higher fee than everyone else. If the fee you pay is high enough for miners to give you a priority over other transactions and include you in the next block, you dont have to care about the spam that holds transactions with a lower fee back.
4400  Bitcoin / Bitcoin Discussion / Re: I am terrified that SHA256 or ECC will be cracked and btc will become worthless on: November 30, 2015, 08:46:36 PM
Am I being paranoid?

Most advances in "breaking" crypto come slowly. You can e.g. look at the history of RSA and see that even until now, longer keys are a solution. It will not be forever, but there will be enough time to migrate to a quantum hardened algorithm.
Pages: « 1 ... 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 [220] 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 ... 546 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!