Bitcoin Forum
June 25, 2024, 11:30:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 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 ... 546 »
1121  Bitcoin / Bitcoin Discussion / Re: Possible malware in latest Bitcoin Core? on: November 27, 2016, 09:45:08 AM
I think you have to have better look at this https://bitcoin.org/en/alert/2016-08-17-binary-safety
Quote
verifying your download using signatures from multiple developers using the gitian signatures repository

And also report this to bitcoin.org team.

Why? I only see 3 options here.

#1 bitcoin devs did slip malware in the code, what do you expect them to do if you tell them you found it? Confess?
#2 bitcoin devs did not slip malware in the code, its a false positive. Contacting them is useless, because they cant change the situation. Contact the anti virus vendor instead.
#3 bitcoin devs did not slip malware in the code, its not a false positive. Verifiying you are downloading the real thing solves this without contacting anyone.
1122  Bitcoin / Bitcoin Discussion / Re: Bitcoin Core 0.13.1 Released on: November 27, 2016, 09:28:59 AM
kaspersky internet security see that version as virus today
хостинг картинок
Old news. AVs have constantly been flagging Bitcoin Core as a virus. Just check the hashes and signatures to verify your install is legit and then add it to your AVs exception list.

That text ... "not a virus", "bitcoin miner".
1123  Other / Meta / Re: Hacked account on: November 27, 2016, 09:26:43 AM
Yes! I'm able to do it, I don't use that wallet currently because it was an old version of multibit, but I still have it installed and it's accessible for me Smiley I've already contacted Theymos with the info, what should I do to "sign" using that address?

For how to sign see the thread linked by actmyname above, for what to sign see here -> https://bitcointalk.org/index.php?topic=497545.0
1124  Bitcoin / Electrum / Re: Sweeping from armory address failing on: November 27, 2016, 09:20:46 AM
nvm, didn't see the second link you posted Smiley

0100000001d5fdcc541e25de1c7a5addedf24858b8bb665c9f36ef744ee42c316022c90f9b24809 f088a47304402201ae4517dbebd5b082e199b70651afc878435e708e416936f9a336853abbbf0f1 022039285ef581ab8cb95fdc2b0a9bc3ad14740e3224bf24d7b0dc0143975b67651201410408a03 23173d656a66cab860631911c9f9c3ecc5187972731c8774eb1726fe890f709c85537882ad9df4a d661752d2d0544f593eea04304d3f7cc43c088b3176dffffffff016601cd1d0000000017a9141bb 6e4d8b5b219551ac32c97406b8e7f757fc34d8700000000

this is the raw transaction ID

Thanks, this is the decoded version:

Code:
{
  "txid": "5a55795b6ffdd62f04c98eff2f424d13356844eed3e141b5e268244360cc657a",
  "hash": "5a55795b6ffdd62f04c98eff2f424d13356844eed3e141b5e268244360cc657a",
  "size": 221,
  "vsize": 221,
  "version": 1,
  "locktime": 0,
  "vin": [
    {
      "txid": "9b0fc92260312ce44e74ef369f5c66bbb85848f2eddd5a7a1cde251e54ccfdd5",
      "vout": 144670756,
      "scriptSig": {
        "asm": "304402201ae4517dbebd5b082e199b70651afc878435e708e416936f9a336853abbbf0f1022039285ef581ab8cb95fdc2b0a9bc3ad14740e3224bf24d7b0dc0143975b676512[ALL] 0408a0323173d656a66cab860631911c9f9c3ecc5187972731c8774eb1726fe890f709c85537882ad9df4ad661752d2d0544f593eea04304d3f7cc43c088b3176d",
        "hex": "47304402201ae4517dbebd5b082e199b70651afc878435e708e416936f9a336853abbbf0f1022039285ef581ab8cb95fdc2b0a9bc3ad14740e3224bf24d7b0dc0143975b67651201410408a0323173d656a66cab860631911c9f9c3ecc5187972731c8774eb1726fe890f709c85537882ad9df4ad661752d2d0544f593eea04304d3f7cc43c088b3176d"
      },
      "sequence": 4294967295
    }
  ],
  "vout": [
    {
      "value": 4.99974502,
      "n": 0,
      "scriptPubKey": {
        "asm": "OP_HASH160 1bb6e4d8b5b219551ac32c97406b8e7f757fc34d OP_EQUAL",
        "hex": "a9141bb6e4d8b5b219551ac32c97406b8e7f757fc34d87",
        "reqSigs": 1,
        "type": "scripthash",
        "addresses": [
          "34DZGR6o7cPkAbUoV3TVDyuVtjkhRMWw9w"
        ]
      }
    }
  ]
}

The TXID under "vin" is -> 9b0fc92260312ce44e74ef369f5c66bbb85848f2eddd5a7a1cde251e54ccfdd5
which is the coinbase from block 2
-> https://blockchain.info/tx/9b0fc92260312ce44e74ef369f5c66bbb85848f2eddd5a7a1cde251e54ccfdd5

It tries to spend output number 144670756, which does not exist, the transaction has a single output (number 0).

You would also pay ~45 BTC in fees as the input is 50 BTC and the output you create 4.9974502 BTC. Not that it matters on an invalid transaction.



Maybe it would be better to import the private key into electrum instead. There might be a bug with the sweep method.
1125  Other / MultiBit / Re: Multi-Bit Release 0.4.1 Problem on: November 27, 2016, 09:11:51 AM
Did you report the false positive to kaspersky?
1126  Other / Meta / Re: Hacked account on: November 26, 2016, 10:15:10 PM
Do you still control this address and can sign a message with it?

Que lastima, me tenía fé Sad
Felicidades a marticps!

Mi bitcoin address es:
15f2ZprZrs5yjNmZWee2o7kcTzAmYFihPi

Grán concurso!



Ill leave a negative rating on zinodaur's account without further proof, because a large number of posts have been edited to only show dots.
1127  Bitcoin / Electrum / Re: Restoring Electrum Wallet on: November 26, 2016, 07:34:14 PM
If the explanation of Abdussamad is clear and helpful, it could remains a problem,

Electrum allows to generate "manually" more new addresses, imagine 100 news empy ones .
I send one different to each of my 100 "future customers"  from my e-shop,
naturally only 30% among them will really buy and send money...
as I can't manage the order of the real "actives addresses" it's possible than more than 20 consecutives adresses remains unused

so when restoring from the seed, Electrum will stop as soon as 20 empty addresses are found...  YES Huh   NO Huh?

By default, yes.

and if YES  what about the "orphans addresses" (number  55  to 100)     lost for ever???

If that's the way... people must be awarded Shocked

No, no addresses are every lost. There is a "gap_limit" which defaults to 20. Thus the wallet stops after 20 empty addresses. Usually its not a good idea to modify this value. If you however used the wallet as a merchant you should increase the value to e.g. 1000 when you restore a commercially used wallet from seed.
1128  Local / Anfänger und Hilfe / Re: Wallet wechseln on: November 26, 2016, 07:14:44 PM
Danke euch beiden.

Ich denke mal es gibt keine möglichkeit die selbe wallet auf dem smartphone so wie auf dem rechner zu haben ohn einen service anbieter oder?

Hat Electrum nicht jetzt auch ne Android App? Hab das noch nicht versucht, aber ich würde meinen das der Seed bei beiden funktioniert. Ist natürlich auch wieder ein Risiko. Ist eins der Geräte kompromittiert bringt dir das andere auch nichts mehr.
1129  Local / Anfänger und Hilfe / Re: Wallet wechseln on: November 26, 2016, 06:55:06 PM
Hallo zusammen,

ich wollte da electrum bei mir immer 1-2 blöcke seit neustem hinten nach hinkt und ich electrum eigendlich eh nur als anfangslösung (seit mittlerweile 1,5 jahren) nutzen wollte habe ich mir überlegt meine wallet um zu ziehen.
und zwar habe ich da an die wallet von https://blockchain.info/ gedacht.

nun habe ich dazu ein paar fragen:
-ist meine wahl eine gute wahl?

Meiner Meinung nach nicht. Blockchain.info ist eine Wallet als Service, das heißt du bist abhängig vom Betreiber und wenn mal was nicht läuft vom Support abhängig. Das klingt für mich eher nach Rückschritt als nach einer Verbesserung gegenüber Electrum.

-wenn ich das richtig verstanden habe ist das eine webwallet, kann ich dann die selbe wallet auch mit der Andriod app nutzen?

Das weiß ich nicht.

-Kann ich meine addressen "mitnehmen" oder muss ich die überall ändern und die beträge mir auf die neue wallet senden?

danke schonmal im vorraus
RTW-93

Ja kannst du. Die neue Version von Blockchain.info arbeitet auch mit einem Seed. Die importierten Adressen sind dann aber natürlich nicht durch den Seed abgedeckt. Du solltest also ein extra Backup der privaten Schlüssel machen. Dabei kann natürlich auch was schief gehen, von daher ist die sicherste Variante immer eine (oder mehrere) Transaktionen zu machen.
1130  Other / Meta / Re: XenForo on: November 26, 2016, 06:37:23 PM
This forums seriously needs a revamp. I really recommend XenForo. There are tons of features and it looks really nice. Tons of sites use it. Its just what this site needs! For a sites that makes BTC10 or BTC50 on a donation.... this will be quite cheap. https://xenforo.com - (default themed preview) ttps://xenforo.com/community/

Maybe you should have read the section first. There already is a custom written new forum software in beta.
1131  Bitcoin / Electrum / Re: Sweeping from armory address failing on: November 26, 2016, 06:24:20 PM
hmmm what do you mean exactly?
I just copied the PrivBase58 key from that address from the armory wallet and entered that here to sweep:
https://i.imgur.com/SVNUGvJ.png

I understand.

do you mean that thing that starts with 0100000001d5fdcc....etc ?

That looks good, but it might also be the transaction id from the error above. It is in the file if you select safe on the other screen. Copy probably puts it in your clipboard as well. Its essentially the data you would broadcast to the network.

But if it was a confirmed transaction shouldn't that show on blockchain.info that it was already being send somewhere else? (https://blockchain.info/address/14ZqL88Tq4XxdGmHQUeB8TP3biYQQZodo1)

Bitcoins are not send from addresses, but use inputs. Id like to see which input the transaction exactly uses to understand why the wallet thinks its spend.



Here is an example:

transaction id -> https://blockchain.info/tx/782362bb80568b9b867069b0f090abcd4af13b256ebb6e3fb21bcd3284f83323
raw transaction -> https://blockchain.info/tx/782362bb80568b9b867069b0f090abcd4af13b256ebb6e3fb21bcd3284f83323?format=hex
1132  Other / Beginners & Help / Re: How to find BTC Core with smartphone? on: November 26, 2016, 05:56:43 PM
Just want to know if my pc has downed there is a way to sign my address with smartphone?

Mycelium lets you sign -> https://bitcointalk.org/index.php?topic=990345.0

But, it means the user have to import the private key from bitcoin core to Mycelium.

Yes, if it must be a specific address. There is no other way to sign a message but with a private key.

Also, increasing the risks the bitcoin funds stolen because the wallet stored in multiple places.

A single private key is enough and it would be a good idea to not use the address again.
1133  Bitcoin / Electrum / Re: Sweeping from armory address failing on: November 26, 2016, 05:53:25 PM
I'm trying to import btc from my armory wallet but I'm getting a bad-txns-inputs-spent error.
https://i.imgur.com/AlBGprE.png

I have no idea why it won't accept this, the coins are still in that address now but it refuses to import them.
Anybody know why?

Can you paste the raw or decoded transaction here? Essentially the content of file you used to transfer the TX from armory to electrum. The error suggests that you attempt a double spend on a confirmed transaction.
1134  Other / Beginners & Help / Re: How to find BTC Core with smartphone? on: November 26, 2016, 04:41:38 PM
Just want to know if my pc has downed there is a way to sign my address with smartphone?

Mycelium lets you sign -> https://bitcointalk.org/index.php?topic=990345.0
1135  Other / Meta / Re: Now people with a lower rank that Full Member can have an avatar ? on: November 26, 2016, 02:37:28 PM
Maybe he went to Full Member and saw a lot of his posts deleted and was able to keep the avatar ?
That is also a possibility. If you look into their post history, you can see a fair amount of posts are just '.' (second page). This means that the user has likely edited their posts. Those eventually get reported and deleted making their activity drop (unless they create new posts).

Wel,, I think we found the reason for that strangeness. So you confirm that if some Full Member lose its rank, he will keep its avatar ?

IIRC Heros even keep their rank when their activity drops below the Hero requirement.
1136  Economy / Reputation / Re: Lutpin and Lauda : Please ? on: November 26, 2016, 02:28:30 PM
-snip-
Well the bans did not give me a chance

Wait, what? Multiple bans are not enough to give you a hint something is not working out right?

and I was banned for lifetime without any warning signals.

You had several accounts banned, what exactly would be an appropriate warning sign in your opinion?

This screwed me up but when I started posting some good posts then I went as far as a Sr. Member. I am mot sure about the negative trusts you are saying other than these two.

Again, this is not difficult to figure out. Look at your own profile. Carefully, you will likely find the trust page and the untrusted feedback section.

But seems like the trust system is for abusers here. I can correct my mistakes, others can not.

Can you? Can you undo all the spam your other accounts did? Show me.

Having multiple accounts should not be a problem unless all are active at the same time.

Multiple accounts are not a problem, even if they are active at the same time, as long as they follow the rules.

If a guy is evading a ban due to lack of quality posts and if he learns the same with time and becomes a Sr. Member then it should really not be a problem and should be considered a special case.

Why? Why should there be an exception for you? What have you done for this board to justify the exception? Right now I have a nagging feeling Im talking to a child or a troll. You either are unable to find very basic information or unwilling. Your moral compas is way off if you dont understand why "gifts" or "donations" towards people in power are forbidden in most countries.
1137  Other / Beginners & Help / Re: Post Quality, Experienced members' help would be appreciated!! on: November 26, 2016, 12:19:51 PM
-snip-
Is that site even legit?

I dont know.

I see no SSL encryption

They use a self signed cert -> https://bitcoinbarrel.com/ (results in an interesting error though)

which usually means that if a site is about earning bitcoins, its a fake as you should always transfer BTC over SSL.

What? The? Fuck? Bitcoins are transfered over the Bitcoin network, all transaction data is publicly available.

You need to change your name or step up your game.
1138  Other / Beginners & Help / Re: How can a person prove that a Bitcoin transaction has been sent by them? on: November 26, 2016, 10:29:20 AM
You answered your own question actually... yes ask all senders to sign their sends.

Can you please tell me how it's done? I'm not very good at this, as you can probably tell.
-snip-

I guess the subtle hint was not enough.

CLICK HERE TO LEARN HOW TO SIGN A MESSAGE WITH VARIOUS WALLETS, HOW TO PRESENT THE MESSAGE TO OTHERS AND WHICH WALLETS DO NOT ALLOW YOU TO SIGN -> https://bitcointalk.org/index.php?topic=990345.0
1139  Economy / Reputation / Re: Lutpin and Lauda : Please ? on: November 26, 2016, 10:24:09 AM
Well DT1 must be Default Trust . I do not understand one thing . If Lutpin and Lauda delete their feedbacks, will I be still left with negative ratings ?

Yes, you also have negative ratings by actmyname, yahoo62278 and FlossinRod.

And if they delete their trust ratings, will I be able to use this forum again without getting permanent ban?

These two are unrelated. You can have the best positive rating you can imagine, if you break the rules you still get banned.

And what is the question you are asking Shorena ?

I asked how long was the ban you got. Its usually stated with the ban message. A 7 day ban is considered a first warning, a 30 day usually the last chance before you get banned for life.
1140  Economy / Reputation / Re: Lutpin and Lauda : Please ? on: November 26, 2016, 08:50:27 AM
-snip-
You have got no intention to do so means are you bound by the rules of that DT1 users thing ?

No Lutpin (and Lauda) is on the default trust network on level 2 below Blazed. This means Blazed gives their ratings power while yours will most likely be ignored by most. Blazed could remove the power, not the rating.

If I am already banned then why am I able to post on this forum ?

Slow moderation most likely, or maybe your ban isnt permanent? You didnt answer that yet.

If a person is jailed, he can drift to another country and if that person behaves well there are lesser chances of him getting abused by the world .

Only after(!) they have served their term. If your term is for life, you need to talk to the gods about a chance afterwards.

What does DT1 user mean ?
Can you give me the Blazed profile link ?

Id suggest you figure this out on your own, its not that difficult.
Pages: « 1 ... 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 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 ... 546 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!