Bitcoin Forum
May 14, 2024, 09:19:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 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 ... 514 »
4041  Other / Meta / Re: Wall of fame / shame. Shit posts so bad that they are actually funny on: June 11, 2019, 09:37:17 PM
You missed this gem from that post:
Collateral:  old stake account ( and  1 grammar of gold certicifated  999,9 fine gold)
If only their actual grammar was "999,9 fine" Tongue
4042  Other / Meta / Re: Quote posts from locked topics? Why it's not allowed? on: June 11, 2019, 10:55:19 AM
You forgot about the author bit? Don't you also need author= and their username?
Eg if you look at your quote above, it has the author=o_e_l_e_o.
Did you even try his method? It works fine as it is written... you'll have a perfect quote that includes the author AND the correct datetime stamp... and will link back to the original post.


For instance... I just created this quote using o_e_l_e_o's method:
If you get a message similar to "your account is locked"
...
4043  Bitcoin / Development & Technical Discussion / Re: WalletNotify with Multiple Wallet on Same Node on: June 11, 2019, 08:55:48 AM
blockchain.com don't control or manage the wallets... they are effectively just "storage" for the encrypted wallet data. So they don't need to know when coins are received to be able to "credit" a user's balance. That happens when a user logs in and the wallet then queries the server for transactions etc. via API calls.

Custodial wallets like the exchanges etc that do manage user wallets, are most likely running custom software... not a "simple" Bitcoin Core node.

4044  Other / Beginners & Help / Re: How to sign a message?! on: June 11, 2019, 08:46:01 AM
You can use any address you like... provided you have access to the private key.

Having said that, there is no real "standard" for signing using SegWit addresses at this point in time (even though Electrum will allow you to sign using Native Segwit "bc1" addresses)... so it will be easier for others to verify if you use an old legacy "1"-type address to sign with.

The generally accepted format for posting the signed message is:
Code:
-----BEGIN BITCOIN SIGNED MESSAGE-----
<This is where you put the Message, it should be dated, include your name and the reason for signing>
-----BEGIN BITCOIN SIGNATURE-----
<Address goes here>
<Generated Signature goes here>
-----END BITCOIN SIGNATURE-----

For instance... something like this:
Code:
-----BEGIN BITCOIN SIGNED MESSAGE-----
This is HCP, creating a demo signed message, todays date is 11/06/2019
-----BEGIN BITCOIN SIGNATURE-----
16qkTAUmtCdBYfXXKKGKqD8pAYtL1T5pqV
H+0dFKxjqu9Pbd3vgOKwu2s1zKI6LaTSvQ+4frC0Cg1ROKIDtn8J1Bdj0GKD1nIxvfzAGp9ODL/21nS4/02ghKE=
-----END BITCOIN SIGNATURE-----

Be careful with "newlines" and "spaces"... one extra and the signature verification will fail! If you follow this format, other people can easily verify your message here: https://brainwalletx.github.io/#verify
But it only works with "1"-type addresses. So, if you use Electrum and a "bc1" address, users cannot use brainwalletx to verify... it will only be verifiable using Electrum.


Once you have created your signed message... you should post it in the "stake your address" thread... someone will quote and verify (and possibly archive) it, so that there is a permanent record of it for future reference.
4045  Bitcoin / Electrum / Re: Electrum/Imported, watching only wallet/ transfer to another wallet on: June 11, 2019, 08:33:53 AM
the 1DzUpRzr93r3EizQW58GDamgwgwAiZ2Vyc was pre-filled in my receive tab at receiving address.
So if i get i, the address is there because of my previous import bitcoin address from bitcoin core.
Yes it would appear that you created an "imported, watch-only" wallet using the "1DzUp" address... if you did that by taking an address from Bitcoin Core, then theoretically the matching private key should be in Bitcoin Core.


Quote
I have followed nc50lc's instructions to get the private key from bitcoin core with this address. Create a new wallet "import key", all ok but no balance if i don't miss anything.
capture on this link, in the bottom is the new wallet : https://ibb.co/dt7tnQz
You appear to have the wrong private key... as the private key you have imported has created a wallet with address: 1HRWtfdMVTkTajUTccPKnQb3PP4yH7MTr2 Huh That is why it shows as 0 BTC and no transactions.

In Bitcoin Core, did you type: dumpprivkey "1DzUpRzr93r3EizQW58GDamgwgwAiZ2Vyc" Huh

What output do you get if you type: getaddressinfo "1DzUpRzr93r3EizQW58GDamgwgwAiZ2Vyc"
Do you see a line that says "ismine: true"? Huh
4046  Bitcoin / Bitcoin Technical Support / Re: Bitcoin not transferring on: June 11, 2019, 02:41:14 AM
You have given us basically zero useful information, so at this point no-one is going to be able to help you with anything.

Do you have any Transaction IDs for the 2 different transactions?
Have you checked on a block explorer for those transactions and their status (confirmed vs. unconfirmed)?.
What were the two places you purchased bticoins from?
What were the 2 wallets you were attempting to transfer to (ie. web/exchange/desktop/hardware)?
4047  Bitcoin / Electrum / Re: Electrum/Imported, watching only wallet/ transfer to another wallet on: June 11, 2019, 02:33:22 AM
P.S if it is a watch only then why can i generate receive address ?
Below is my screen :
https://www.noelshack.com/2019-24-2-1560204676-capture-d-ecran-2019-06-10-a-23-57-31.png
You aren't "generating" a new receive address... you created a watching-only wallet that has exactly ONE address in it... you can actually see the address list in the background of your screenshot... it only has ONE address in the list. If you goto the "receive" tab, it will show you that address and ONLY that address. The "new" button will be greyed out, preventing you from generating a new receive address.

So, the important question is... From which wallet did you originally get the address "1DzUpRzr93r3EizQW58GDamgwgwAiZ2Vyc" from? Huh

If that was from your Bitcoin Core, you should be able to follow the instructions the others have provided for getting the private key that corresponds to that address.
If it was from somewhere else, then you need to advised which wallet it was from so that the appropriate instructions can be provided.

4048  Other / Meta / Re: Scammers enforcing their inside rules on bitcointalk ? on: June 11, 2019, 02:17:17 AM
Stake opened a thread for reporting them and is dealing quickly with it.
So where is the issue?
Quickly? Stake has been encouraging spam for four months... These issues were raised back in February... The response from from the campaign? Nothing... even though Steve and the Stake team were made aware of the community's concerns at that time.

So, we're supposed to be thankful that they are finally attempting to do something about it? Roll Eyes
4049  Bitcoin / Electrum / Re: Electrum/Imported, watching only wallet/ transfer to another wallet on: June 10, 2019, 09:27:25 PM
Just a small note to say that the menu options in Bitcoin Core 0.18 have been changed slightly... so to get to the console window you now need to use the following menu options: "Window -> Console"

4050  Other / Meta / Re: [BAN APPEAL FOR THE USER: WIPRO] on: June 10, 2019, 09:17:49 PM
It doesn't necessarily make it any "better" or "worse" if it was a bought account. They were basically just thinking out loud Wink

In any case, the point is somewhat moot... it has been proven that the wipro account committed plagiarism and I doubt the account qualifies for any sort of leniency. Furthermore, you are also guilty of ban evasion.

Quote
25. Ban evasion (using or creating accounts while one of your accounts is banned) is not allowed.[e]
...
25. If you get banned (temporarily or permanently) and create a new account to continue posting / sending PMs, it's considered ban evasion. The only exception is creating a thread in Meta about your ban.

So, creating and posting in this thread reading the wipro ban was "ok"... but all of your other posts with Dell.India are "Ban Evasion". Consequently, your Dell.India account is likely to be banned as well.
4051  Bitcoin / Electrum / Re: Electrum Phishing Attack 2018-2019 – A closer look into the stolen funds. on: June 10, 2019, 09:05:01 PM
It doesn't change the fact that it wasn't a "hack" and was "Social Engineering".

If a user did absolutely nothing at all, their funds would be safe. The thieves could not steal any funds using the richtext vulnerability. All they could do was show messages and clickable links. The attack required that the user download a piece of malware, install it and then run it. That could not be done remotely or automatically.

Granted, it was a very clever use of a non-obvious vulnerability... and, by all accounts, quite an effective one. Sure, you're more likely to trust a message in your "official" app... But one of the golden rules of crypto is "don't trust, verify!". So, if a user stopped to ask "Is that the official download repository?" and/or they followed recommended procedure and checked the digital signature of the downloaded file... the attack would fail.

It is a harsh (and expensive) lesson to learn... but the crypto call to arms of "Be your own bank"... also implies "Be your own bank's security department". Undecided

I don't blame the users and I don't blame the devs... I blame the "bad people"™  Angry
4052  Bitcoin / Bitcoin Technical Support / Re: Bitcoin transaction sent but not received. on: June 10, 2019, 10:14:12 AM
The address is an online wallet for an alternatve market.
Given the transaction has been confirmed and you are sure the address was correct, then the only people who can help are the "alternative market"... they received your coins... and have since spent them.

If your balance has not been updated correctly, they're the only ones that can rectify that.
4053  Bitcoin / Electrum / Re: Electrum HELP !!! on: June 10, 2019, 06:53:06 AM
...but electrum takes a big cut correct on 2fa and its 3rd party
Electrum doesn't really get a "cut" (possibly some small affiliate fee?)... the fees go directly to TrustedCoin, refer here for current fees: https://api.trustedcoin.com/#/electrum-help

At current rates... 0.00005 BTC/tx is about US$0.39c per transaction
How much does it cost?
TrustedCoin charges a small fee to co-sign transactions. The fee depends on how many prepaid transactions you buy. An extra output is added to your transaction every time you run out of prepaid transactions.

Costs depend on how many prepaid transactions you purchase at once (which is configurable by clicking on the TrustedCoin shield icon in the lower right of the Electrum interface).

Pay every 20 transactions:         0.00005 BTC/tx        0.001 BTC total
Pay every 100 transactions:         0.000025 BTC/tx        0.0025 BTC total

TrustedCoin previously supported paying on a per-transaction (as opposed to batch) basis but had to discontinue support for this due to mining fees.
If you disable 2FA (an option available when you restore your wallet from seed), then you will not be charged a cosigning fee.
4054  Other / Meta / Re: [BAN APPEAL FOR THE USER: WIPRO] on: June 10, 2019, 02:22:24 AM
How come bought account. I created this account and that one in the same week. You can see the creation date also with in a week difference.
He was theorising that you might have bought the "wipro" account... as you claimed "No I did not plagiarize anywhere"... And yet, there were at least 3 different instances where you have obviously copy/pasted posts.

The reason he thought this might be the case was that there have been a couple of instances in recent history, where a user has claimed that they bought an account, and the previous owner(s) committed plagiarism prior to the account being purchased... and they had no knowledge of the plagiarism.
4055  Economy / Reputation / Re: Is this worth a negative feedback? [Community View - icosonar] on: June 10, 2019, 02:08:01 AM
I don't think a negative tag is appropriate for this sort of behaviour (at most perhaps a neutral tag)... and I'm glad that OP seems to have removed it.

Given that they aren't just spamming in non-related threads and they appear to be sticking to "Help wanted" type threads... Personally, I don't have an issue with it. They don't even seem to be necro-posting, but replying within a day or 2 of the OPs... ¯\_(ツ)_/¯
4056  Bitcoin / Electrum / Re: installing electrum on raspberry pi failed on PyQt5 on: June 10, 2019, 12:40:17 AM
So, just to clarify, you were able to get Electrum running with the Ubuntu Mate distro? Huh
4057  Bitcoin / Electrum / Re: Electrum Phishing Attack 2018-2019 – A closer look into the stolen funds. on: June 10, 2019, 12:37:37 AM
I totally agree that was a hack
You can say it's only a message, but imagine what can you do to any software, or any bank aplication?
If the message is displayed on app, it's not the user's fault
So, by that logic... Chrome/Firefox/IE have all been "hacked"... which explains all the popups from "Microsoft Support" telling me that my computer has a virus and I need to call 1-800-123-4567 to get help? or the browser on my phone telling me that I need to install some "ram cleaner" to make my phone run faster? Roll Eyes

It isn't/wasn't a "hack". It is simply "bad people"™ abusing functionality to trick users into doing something they shouldn't... aka "Social Engineering".
4058  Bitcoin / Armory / Re: [Reward] Armory Wallet Stuck on: June 10, 2019, 12:27:49 AM
I use Bitcoin Core 0.18 and Armory 0.96.5 on Windows 10 and it all seems to work fairly well.

I simply start the Bitcoin Core GUI (it's configured with a datadir of E:\Bitcoin)... and after it is up and running and synced, I start Armory (I've left it to just use the default Armory locations for it's databases etc, but that is easy enough to change). So, my settings in Armory look like this:



You will also need a "bitcoin.conf" file in your Bitcoin "datadir" that has the following line in it:
Code:
server=1

That will enable the RPC component in Bitcoin Core and allow Armory to communicate with your Bitcoin Core instance correctly... In the Bitcoin Core GUI "network" settings (Settings -> Options -> Network), you need to check the "Allowing Incoming Connections" option:

4059  Bitcoin / Armory / Re: Passphrase (suddenly) Not Correct in Offline Armory Wallet on: June 10, 2019, 12:11:38 AM
Just wanted to add that you might also run into issues using different versions for watching-only (0.96.4) and offline (0.96.1) wallets... Not sure if that is the root cause of the "passphrase not correct issue", but users have definitely had issues in the past using different versions.

Having said that, as long as you have the paper backup (as mentioned, the fact it shows as valid is a very good sign!), you should be able to restore your wallet and simply create a new passphrase.
4060  Economy / Scam Accusations / Re: scammed by coinmixer.es and bitcoinmixer.eu (100% scammer website) on: June 09, 2019, 09:35:15 PM
You can get the "ads" removed from Google by reporting them... to get the sites taken down, you're better off reporting the sites to their domain registrar and/or hosting provider.
Pages: « 1 ... 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 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 ... 514 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!