Bitcoin Forum
July 11, 2024, 09:27:43 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 679 ... 765 »
12561  Bitcoin / Electrum / Re: Noob question about Electrum on: May 30, 2018, 01:14:56 PM
If I buy bitcoins from a legitimate exchange and put them in the Electrum wallet is that wallet now forever linked to me by this transaction?
The address will be linked to your exchange account. Bitcoin transactions are stored forever in the blockchain.

If I send bitcoins from this Electrum wallet to a mixer then back to a second Electrum wallet owned by me is this second wallet/coins now completely anonymous?
Yes. If you never do any direct transaction from your wallet 1 to the wallet 2 and if the mixer trully works (some can be analysed quite easily).

Buy Bitcoins -> Send to Wallet 1 -> Send to Mixer -> Wallet 2.

If you use ChipMixer (see my signature), it's will probably be more effective, because the output coins are older than the input (the coins you sent), so chain analysis are way more difficult to be executed.
12562  Economy / Service Discussion / Re: Why does Bitpay suck so much? on: May 30, 2018, 12:43:30 AM
Mmm, I'll pass, for a few bucks sure, for a 1k+ USD transaction, I need to get the address straight from bitpay, not from some 3rd party website that gives me who knows what btc address...
You can actually get them by your own with a quite simple method:

Just send a GET request to the invoice URL with the header "Accept" equal to "application/payment-request" and you will see the payment data.

The output will look like this:

Code:
{
   "network":"main",
   "currency":"BTC",
   "requiredFeeRate":10.681,
   "outputs":[
      {
         "amount":1001600,
         "address":"159Z9Q2qUURpZN6F1VConaKguv1r1wjNXg"
      }
   ],
   "time":"2018-05-30T00:12:31.638Z",
   "expires":"2018-05-30T00:27:31.638Z",
   "memo":"Payment request for BitPay invoice 6iKSbiLdJkQGnuCoztCsU1 for merchant Electronic Frontier Foundation",
   "paymentUrl":"https://bitpay.com/i/6iKSbiLdJkQGnuCoztCsU1",
   "paymentId":"6iKSbiLdJkQGnuCoztCsU1"
}
12563  Economy / Service Discussion / Re: Why does Bitpay suck so much? on: May 29, 2018, 11:28:13 PM
Yeah it sucks... But you can bypass it and get the address + amount by using one of those tools:

For Bitcoin payments: https://decoder.bip70.org/
For Bitcoin Cash payments: https://cashaddress.github.io/paymentbridge.html
12564  Bitcoin / Project Development / Re: Monetising content with miner script on: May 29, 2018, 10:48:43 PM
I have an idea:

1. Create a website that offers raffles.
2. People can mine with their browser in exchange of tickets.
3. They can use those tickets to join raffles and giveaways.

I saw something like this in the past that did that. The user had to keep a Twitch livestream open (seeing ads sometimes) and could earn tickets with it. Then, he could join raffles and have a chance to win a prize.
12565  Other / Meta / Re: Request: add bitcointalk.TO to [phishing] list on: May 29, 2018, 07:51:19 PM
As of now, the site has been shut off. The phishing site is offline
Still working here.

Here is an archive from right now: https://archive.is/8oHxX
12566  Other / Beginners & Help / Re: Gwei and Gas on: May 29, 2018, 04:47:46 PM
Gas is Ethereum's transaction fee. Read: What is Gas?



Quote
Gwei is a denomination of ether (ETH), the cryptocoin used on the the Ethereum network.

1 Ether = 1,000,000,000 Gwei (109)
Source: https://www.investopedia.com/terms/g/gwei-ethereum.asp

So, 1 Gwei = 0.000000001 ETH.
12567  Other / Meta / Re: Self moderate become normal thread on: May 29, 2018, 04:37:28 PM
Never heard about anything like this.

Can you post the link to the thread in question?
12568  Other / Beginners & Help / Re: Do also Newbie receive merits. on: May 29, 2018, 02:08:11 PM
Anyone can receive merit.


Now please lock the thread at the bottom-left corner of the page to avoid spam.
And THIS is what happens when you don't lock your thread after getting an answer.

10 Newbies spamming this thread with useless answers. Smh.

edit: 2 more Cheesy
12569  Economy / Exchanges / Re: Dash dropped from Changelly? on: May 29, 2018, 01:44:44 PM
Found this post made by a mod of r/dashpay:

Quote from: u/__technoir__
Changelly does accept Dash, but they have removed it temporarily while they do some maintenance. Tao of Satoshi contacted them recently and that was their response.
Source: https://www.reddit.com/r/dashpay/comments/8lunlj/why_is_dash_scarier_than_zcash/dzijbxo/
12570  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.
12571  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.
12572  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?
12573  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.
12574  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
12575  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
12576  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.
12577  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...
12578  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()
12579  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
12580  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.
Pages: « 1 ... 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 679 ... 765 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!