Bitcoin Forum
July 07, 2024, 10:02:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 149 150 151 152 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 ... 514 »
3961  Economy / Games and rounds / Re: Ok, here's a 1BTC puzzle. on: June 29, 2019, 11:16:35 PM
but when I use the python data here he gives me another key about both cases.
You need to be careful with Python and make sure that you're feeding it the correct "type" of data... a lot of the Crypto libraries require "byte" data... so:
'fbbd3ddc686904eaf454'
and
b'fbbd3ddc686904eaf454'

are actually 2 different representations... first one is a string (ie. ASCII characters) and the 2nd is stored as actual bytes... You can refer here for a good example: https://www.w3resource.com/python/python-bytes.php#hex-string-byte
3962  Bitcoin / Electrum / Re: Warining : phishing on electrum.net on: June 29, 2019, 09:14:33 PM
An SSL certificate has nothing to do with scams or fraud or trustworthiness of a website... Although it's a common sign of a scam website to make a big deal about the fact that they do have an SSL certificate Roll Eyes

All an SSL cert does is allow them to offer https:// connectivity so that the connection to/from the website is encrypted.
3963  Economy / Scam Accusations / Re: Hhampuz embezzling signature campaign funds from BestMixer on: June 29, 2019, 09:02:51 PM
WHY are we allowing campaign managers in these positions that even need to take out loans? this looks like needless risk and temptation. Bring in some wealthy people who do it fairly and transparently for some "extra" non essential income. Less temptation to scam or game the entire thing and ensures fairer treatment for all those that apply for the campaign.
Why should anyone be prevented from being a campaign manager if they so choose and other parties are happy to hire them to do so? For someone who is keen on everyone being treated fairly and equally... are you actually suggesting that only rich people should be allowed to have certain jobs now? Huh
3964  Bitcoin / Electrum / Re: Is there any way to add a change address to Electrum Offline Android wallet? on: June 29, 2019, 08:04:42 AM
Would be a solution IF Electrum Android allowed me to create a transaction using an specific address, which it doesn't. The ANDROID watch-only wallet has no option to spend from that specific address, or does it?
If you can't (and I'm fairly you can't) specify a specific UTXO to spend or choose a specific address to spend from, you could just create a "dummy" transaction that spends your entire balance. That way it is guaranteed that the change address will be included.
3965  Economy / Scam Accusations / Re: Got Scammed by Traderpolo212 on: June 29, 2019, 05:25:33 AM
Yeah... it comes from this accusation: https://bitcointalk.org/index.php?topic=5158055.0

The "evidence" is a bit messy... a screenshot of a PM saying "message me on the skype on my profile"... currently listed as: "Skype Hassan.bouh7"... and then some skype chat in Spanish (which made it difficult).

Anyway, the skype profile links up with the screenshots... and along with this accusation would indicate that the account has gone rogue. So, I've supported the other flag. If OP can create another flag, I'll support that one too based on the evidence in this thread.


Also, for the record, OPs thread and replies by Traderpolo212 has been archived here: http://archive.is/3w4nB
3966  Bitcoin / Electrum / Re: Warning! Be careful when you copy and paste bitcoin address from Electrum wallet on: June 29, 2019, 05:17:03 AM
I doubt this has anything to do with Electrum itself... and is more likely that you have a clipboard hijacker virus/malware installed on your system.

I would suggest that at the very least you run some of the common anti-malware scanners like MalwareBytes or Spybot Search and Destrory... and preferably, backup your important data, then wipe/format your computer and reinstall the Operating System. It is highly likely you have all sorts of nasty stuff infecting your system! Undecided
3967  Economy / Service Discussion / Re: Bitco.in Help on: June 29, 2019, 05:12:21 AM
If you mean the forum bitco.in then they have a twitter account listed that you might be able to contact... or failing that, just register a new account and then post in their "meta" section to see if you can get the attention of some mods/admins.
3968  Economy / Scam Accusations / Re: Got Scammed by Traderpolo212 on: June 29, 2019, 05:02:39 AM
Go to the "add flag" option under Traderpolo212's profile here: https://bitcointalk.org/index.php?action=trust;addflag=1619834

Select the correct option and use the link to this thread after you click next: https://bitcointalk.org/index.php?topic=5159769.0
3969  Bitcoin / Electrum / Re: Warining : phishing on electrum.net on: June 29, 2019, 02:25:06 AM
electrum.net is already offline

However the electrumsky domain is still up and running. I've reported it to Google SafeBrowsing and have also filed an "abuse" complaint with the domain registrar here: https://publicdomainregistry.com/report-abuse-complain/
Quote
WHOIS result for electrumsky.com
Domain Name: ELECTRUMSKY.COM
Registry Domain ID: 2404872319_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.PublicDomainRegistry.com
Registrar URL: http://www.publicdomainregistry.com
Updated Date: 2019-06-21T19:12:14Z
Creation Date: 2019-06-21T19:12:13Z
Registry Expiry Date: 2020-06-21T19:12:13Z
Registrar: PDR Ltd. d/b/a PublicDomainRegistry.com
Registrar IANA ID: 303
Registrar Abuse Contact Email: abuse-contact@publicdomainregistry.com
Registrar Abuse Contact Phone: +1.2013775952
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.ITITCH.COM
Name Server: NS2.ITITCH.COM
Name Server: NS3.ITITCH.COM
Name Server: NS4.ITITCH.COM
DNSSEC: unsigned
3970  Bitcoin / Hardware wallets / Re: Is there a wallet software that can import a list of derivation paths? on: June 29, 2019, 02:13:08 AM
Do you need it to support different coins? as the paths you are showing don't appear to be standard "BTC" derivation paths...

If you just need it to support just BTC, you could probably write a script to generate the necessary wallets in Electrum (on Linux or MacOSX) using the commandline. (NOTE: Commandline not available on Windows)... but given that most wallets don't even allow for customisation of the derivation path, I doubt you'll find any that will let you do it "automatically" from a list.
3971  Bitcoin / Electrum / Re: Lost my bitcoin after I have installe electrum 4.0.0 on: June 29, 2019, 02:08:19 AM
You're not an idiot... you've just been tricked by nasty thieves using a very convincing social engineering attack Sad

At this stage, it appears that the malware was simply designed to modify transactions to send all funds to the thieves... and doesn't appear to be installing any other malware like keyloggers or RATs etc... but there is no guarantee that this has not occurred. You can try running scanners like MalwareBytes or Spybot Search n Destroy etc...

If you want to be 100% sure, you're need to backup your data, then wipe/format the computer and reinstall your OS.
3972  Bitcoin / Bitcoin Technical Support / Re: Non Spendable Bitcoins (Fake funds and Watch only) on: June 29, 2019, 02:03:41 AM
Yes, sadly, your money is gone. Undecided

This is a very old scam method... create a watching only wallet for someone with X BTC in it, claim the user needs to deposit to "unlock" funds... wait until they deposit then simply move all the funds to another wallet.

The variation on this is to setup a wallet for someone on a service like blockchain.com and tell the user they need to log in and then change the password. Meanwhile, the thief has the 12 word recovery phrase already and can therefore restore the wallet, regardless of password being changed. Then simply wait for user to start using wallet and deposit funds, then steal them all having cloned the wallet using the 12 word recovery phrase.

The learning from this scam is that you should NEVER let anyone create a wallet for you... EVER!
3973  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: June 29, 2019, 01:49:54 AM
You can't have multiple "dobet" functions. You have to have exactly ONE dobet() function. Also, there is no "betlow" variable. It seems that you don't quite understand the flow of how the bot works through a script.

You don't make a call to dobet() to make the bot make a bet... the bot will automatically make the first bet with the site (based on the values that are set for nextbet and chance etc). Then the bot will call dobet() with the results, process your code in dobet() and then at the end attempt to place the next bet with the website before looping back through to dobet() again.

There is a very good description of it (with a flow chart) available in the programmer mode tutorial. So, you might want to read: https://steemit.com/dicebot/@seuntjie/dicebot-programmer-mode-tutorial-02-process


So, what are you actually attempting to do? What is the logic for your script? Huh
3974  Other / Meta / Re: MY ACCOUNT(DRIZZYPAT) WAS HACKED... HELP!!! on: June 29, 2019, 12:40:48 AM
so many requirements how am I to get the details of my btc account of 2017 the btc address should have been long gone I can post the previous signature I used though
Why would the btc address(es) be long gone? They don't expire or cease to exist... assuming you don't delete the wallet file and you're not using an exchange or other custodial wallet, they should remain in your wallet "forever".

What wallet software were you using? Huh
3975  Economy / Reputation / Re: -1 rate ? on: June 28, 2019, 10:09:32 PM
This link shows who gave you trust and why: https://bitcointalk.org/index.php?action=trust;u=2385543
Actually it doesn't fully explain it... Unfortunately people are still forgetting to use services like archive.is or similar to archive threads:


I can only assume that Core.i7 has deleted his thread (in an attempt to cover up the ANN bumping service)... or it has been deleted by a moderator. Either way, I can't "support" the red trust based on the available evidence.
3976  Bitcoin / Electrum / Re: Exploring Electrum source code forks *not forks of BTC on: June 28, 2019, 10:04:24 PM
The difference between his and mine is only that it displays the numbers a bit better.
I had a quick look at your commits... so basically all you're doing is adding the 000's separator? Huh

Where exactly is this used? Because in the parts of the UI that I would think need to display the separator (for me, the fiat values)... I can already see it... for instance:


Is it if you have your units set to mBTC or something? Huh
3977  Bitcoin / Electrum / Re: Electrum Synchronising on: June 28, 2019, 09:47:08 PM
I also tried a new wallet with the original key from Multibit, it took them ok (this required an older version of Electrum last time) and it shows my original address as the recieving address. Which was reassuring to see ... But it is still sychronising too.
Older versions of Electrum will not synchronise properly. You need at least v3.3.4... the current version is v3.3.6. DO NOT download any version from any site other than: https://electrum.org/#download

Also, follow the instructions to verify the digital signature: https://bitcoinelectrum.com/how-to-verify-your-electrum-download/


As for not accepting the keys, it is likely because Electrum supports creating addresses in all three formats:
- Legacy... aka P2PKH... aka "1"-type addresses
- Nested SegWit... aka P2SH-P2WPKH... aka "3"-type addresses
- Native SegWit... aka P2WPKH... aka "bc1"-type addresses

To import your multibit keys, you will need to import them in the format:
p2pkh:YOUR_PRIVATE_KEY_GOES_HERE



So I made a new wallet with the seed words, and it just sits there synchronising. The receiving address is not my original code, is this ok?
Did you import your old MultiBit keys... or did you sweep your old keys?.

The two things are very different... importing simply clones the keys into your Electrum wallet... whereas sweeping actually sends the coins from your old keys/addresses to new keys/addresses. So, if you simply imported the multibit keys, then the seed words you have will likely not contain the coins from your multibit keys.

In any case, the Electrum seed will definitely not create the same keys as your multibit wallet did.
3978  Bitcoin / Electrum / Re: Error notification when trying to verify Electrum Sig...? on: June 28, 2019, 09:44:42 PM
What were the exact steps you took to verify the files? Having installed Kleopatra, you should be able to simply navigate to the directory holding the .exe and the .asc files in Explorer, then right click on either of them, select "More GpgEX options" and then select Verify:


Kleopatra should automatically open and verify the signature. NOTE: there might be a brief pause while Kleopatra starts up if it isn't already running.


Also, given the location of your files, it's possible that you have some weird file permissions issue... you might find that you need to run Kleopatra as administrator so it can read the files. #yayWindows
3979  Bitcoin / Electrum / Re: Think I've been Phished on: June 28, 2019, 09:36:43 PM
A friend in Sweden got the same. "Upgrade to Electrum 4.0" (and let us steal all your money). electrum.org should maybe have a warning for this but they have no adress where I can contact them...
The webpage says right at the top:
Warning: Electrum versions older than 3.3.4 are susceptible to phishing. Do not download Electrum from another source than electrum.org, and learn to verify GPG signatures.
The "phishing" link goes to the github issue discussing the prolem... and the fact that it was fixed.

The website also has links to github: https://github.com/spesmilo/electrum where you can use the issues register to contact the devs
and also a link to their twitter: https://twitter.com/ElectrumWallet

Failing that, PM ThomasV here:
3980  Bitcoin / Electrum / Re: Electrum hacked? on: June 28, 2019, 09:08:18 PM
It would seem that as of 2019-06-28 2100hrs UTC... the Electrum website (https://electrum.org/#home) is fully operational again. If you need to download it... now is your chance.

Also, as mentioned previously, it seemed you could go straight to the download domain: https://download.electrum.org/3.3.6/ to get the latest 3.3.6 version.
Pages: « 1 ... 149 150 151 152 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 ... 514 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!