Bitcoin Forum
July 02, 2024, 12:42:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 [628] 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 ... 764 »
12541  Bitcoin / Project Development / Re: Dicryptionary: Urban Dictionary for Crypto on: May 29, 2018, 10:35:45 AM
Take a look at this thread: Terminology

At least a few of those are not in your dictionary.
12542  Other / Meta / Re: Can I recover my account using my ethereum address? on: May 29, 2018, 01:28:08 AM
Code:
{
  "address": "0x6346f731d2e947c23fcf6d8e49e1282783252bc0",
  "msg": "Im zedsacs from bitcointalk.org And my account has been hacked/locked last week May 18 2018. Please reset the email to zedsacs12@gmail.com",
  "sig": "0x6b44d905f6dce1ecc66a9f7b8613150376e111ee3c50e50a6f734eec6f20d80f4e1f546c7b53bd3a106baf90aeabe933679b04d4d63fe2d7ab2d15b66586e62d1c",
  "version": "3",
  "signer": "MEW"
}
Verified. But please remember to use the code tag when posting an ETH signed message. Otherwise, BitcoinTalk will break the 'sig' string in two lines and put an space between it, making the verification to fail.

Also, next time don't forget to stake a Bitcoin Address which private-key you control to be used in cases like this one.
12543  Other / Meta / Re: Can I recover my account using my ethereum address? on: May 29, 2018, 01:03:11 AM
I don't think so. But it's probably worth a try.

Doesn't verify for me. Admin's probably won't accept an eth addresses anyway so please provide other sources.
A signed message from a bitcoin address is likely the only thing that is going to get your account back. If you can't provide that then you should at least try sort the ethereum one out.

Why can't you sign a message with your BTC address?
12544  Other / Beginners & Help / Re: Who are DT members of Bitcointalk Forum? on: May 28, 2018, 11:46:46 PM
I think DT member means Default Trust Members.
You are correct.

If so why theymos on DT1 list?
I think he trusts himself (not sure tho).

You get removed by the DT2 list? I think it might be "you get removed from the DT2 List".
Fixed.
12545  Other / Beginners & Help / Re: Who are DT members of Bitcointalk Forum? on: May 28, 2018, 10:50:00 PM
(Correct me if I'm wrong)

DT1: People that theymos trust.
DT2: People that the DT1 users trust.

- To become a DT1 user, you need to be trusted by theymos.
- To become a DT2 user, you must be added by someone on the DT1 list.
- If you get added by someone in the DT1 list, but get excluded by 2 other users, you get removed from the DT2 list.

I posted the list of DT1 and DT2 users as of now here: https://pastebin.com/fdruf3Hx
12546  Other / Beginners & Help / Re: [Tips] Bulletin Board Codes(BB Codes) on: May 28, 2018, 08:52:19 PM
This is literally the 4rd post I have seen about BB Codes this month. Can we use the "search function" before creating a new thread?

And the worst part is that there is a whole page in the forum that explains all those codes: https://bitcointalk.org/index.php?action=help;page=post#bbcref
12547  Other / Meta / Re: What is this forum? https://bitcointalk.org/ on: May 28, 2018, 06:42:23 PM
Are you talking about bitcointalk (.) to?

The url you linked at the title is the original BitcoinTalk where I'm posting this right now. And it's the only url that BitcoinTalk has.
12548  Economy / Scam Accusations / Re: YOBIT Scam Exchange on: May 28, 2018, 04:31:55 PM
I thought everybody knew that already?

Yobit scam ? Trade lost money
Yobit SCAM - SYSCOIN withdrawal
1000+ ETH blocked: Yobit.net won't explain or resolve
YOBIT scam - class action law suit
YoBit seems wants to steal my money. Are they scammed?
Scam market YObit.net and YObit.io
Yobit.Net Scamming My Deposit

And many more...
12549  Bitcoin / Project Development / Re: Adding BTC value in vb.net windows form applications on: May 28, 2018, 03:57:47 PM
A simple example:

1. Install Json.net with NuGet: https://www.newtonsoft.com/json;

2. Import it;
Code:
Imports Newtonsoft.Json.Linq

3. Use something like this:
Code:
Dim webClient As New System.Net.WebClient
Dim result As String = webClient.DownloadString("https://api.coinmarketcap.com/v2/ticker/1/?convert=BTC")

Dim json As JObject = JObject.Parse(result)
TextBox1.Text = "$" + json.SelectToken("data").SelectToken("quotes").SelectToken("USD").SelectToken("price").ToString()
12550  Economy / Service Discussion / Re: how to make bitpay payment on: May 28, 2018, 02:49:30 PM
Found that the noscript url-"hack" doesn't work anymore and made a quick app for extracting the transaction requirements out of Bitpay invoices (the same way supporting wallets do): https://github.com/alexk111/DeBitpay Hope it will help Smiley
You can also just use one of those tools:

For Bitcoin payments: https://decoder.bip70.org/
For Bitcoin Cash payments: https://cashaddress.github.io/paymentbridge.html
12551  Economy / Service Discussion / Re: Any litecoin to bitcoin exchanger without verification available? on: May 28, 2018, 02:27:00 PM
Binance doesn't require KYC if you are going to withdrawal less than 2 BTC per month. But you will need to create an account.

For quick trades without needing an account, you can use ShapeShift or Evercoin.
12552  Other / Beginners & Help / Re: Do also Newbie receive merits. on: May 28, 2018, 01:29:03 PM
Anyone can receive merit.


Now please lock the thread at the bottom-left corner of the page to avoid spam.
12553  Bitcoin / Development & Technical Discussion / Re: exchange integrated with Trezor/Ledger on: May 28, 2018, 12:48:57 PM
It's possible mainly if you are looking for a decentralized exchange. The problem with centralized exchanges is that usually you can't use your own address and coins to make trades, since everything is happening in the back end and you don't want to give them your private-key. You need to deposit first and trade with a IOU. Meanwhile, DEX are making P2P transactions on your own to someone's else address, so you can load your private-key in the client and do the transactions.

I'm sure there are others, but this is one I tested and can confirm that works for Ledger and Trezor: https://www.airswap.io/trade

It's an ETH/tokens exchange. You connect your Ledger, put how much tokens you want to buy, confirm in the Ledger to send the ETH, and receive the tokens in the same address. Quick and secure.
12554  Other / Beginners & Help / Re: Looking for BTC address identification sites on: May 28, 2018, 12:38:26 PM
This is the other one that I know: https://chainz.cryptoid.info/btc/
12555  Other / Beginners & Help / Re: How Twitter can be audited again and again on: May 27, 2018, 01:55:14 PM
@mdayonliner

how did you make search function useful? your result is not showing on my search result. there is no bakasabo on my result

I don't want to discredit you but I feel your post is too arrogant thus search function is not working well I did the same thing on the one on the picture you shown.
1. I just did the same search and there is.
2. Even if it the search function wasn't working well, you can google site:bitcointalk.org twitter re-audit and find bakasabo's post.

His post isn't too arrogant. He is just stating the truth: that you guys are too lazy to even do a simple search before making a post with the same content that already got posted 3 times.
12556  Alternate cryptocurrencies / Altcoin Discussion / Re: How ethereum get notification when receive ether? on: May 27, 2018, 01:47:10 PM
1. Create an account at etherscan.io;
2. Go to etherscan.io/myaddress;
3. Click "Add New Address" and enter your ETH address;
3. Select "Email Notification";

Now you will get a email notification every time you receive a new transaction.
12557  Other / New forum software / Re: Log-in with TREZOR on: May 27, 2018, 01:27:42 PM
This would be cool. They could also add support for Ledger's Fido U2F.

However, I'm not even sure if they are going to release epochtalk anymore. The development seems stagnated.
12558  Other / Beginners & Help / Re: [Eng: Tutorial] PGP Signature - Encrypt/Decrypt message - Fingerprint on: May 26, 2018, 11:06:50 PM
Could someone explain what is the purpose or advantages about to create or make a PGP?
Mostly privacy. You don't want the NSA reading your emails, do you?

Quote
PGP is useful for two things: 1. Privacy and Security, and 2. Authenticity. By privacy, I mean that you can prevent people from seeing things. For example, you can encrypt an email to someone, or encrypt a file with a list of passwords. By Authenticity, I mean that you can ensure a message was sent/written by the person you think it was, and that it wasn't modified by a third party. Of course, these two can be combined. I'll discuss these further.
Source: https://www.phildev.net/pgp/gpgwhy.html
12559  Other / Archival / Re: Is this allowed? "An unofficial list of merit sources" on: May 26, 2018, 12:51:53 PM
Yes.
12560  Economy / Service Discussion / Re: Where to buy Google play gift card in EU on: May 26, 2018, 12:06:12 PM
I will have to disagree with using G2A. Please don't support this website.

I would advise everyone to avoid Kinguin and G2A at all costs. They don't care about their costumers and are actually hated by the whole PCMR community.

A quick overview on how shit they are: https://www.reddit.com/r/pcmasterrace/wiki/keyresellers

https://www.polygon.com/2015/2/9/8006693/the-truth-behind-those-mysteriously-cheap-gray-market-game-codes
https://www.polygon.com/2017/5/5/15372962/g2a-marketplace-news

You should also take a look on what you actually need to do to disable G2A Shield (a system they use to grab people's money for several months without them knowing): https://imgur.com/gallery/PUwPC
Pages: « 1 ... 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 [628] 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 ... 764 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!