Bitcoin Forum
May 03, 2024, 03:39:47 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 ... 611 »
1621  Bitcoin / Pools / Re: How to setup CK Pool to solo mine with S19j Pro 100th? on: March 14, 2023, 03:39:19 PM

You can test that if you have lower ping on that server or just use the default one which is this

Code:
stratum+tcp://solo.ckpool.org:3333

You can use the diagnostic tool from your miner under network where you can test ping. You can follow the guide below

- Guide on how to test ping.
1622  Bitcoin / Pools / Re: How to setup CK Pool to solo mine with S19j Pro 100th? on: March 14, 2023, 03:24:21 PM
Thanks so much for the quick response.

How do I determine if my ISP uses ipv4 or ipv6? I use Bell Fibe with 1.5 Gbps (fiber optic)

Usually, ISP use IPv4 and I think you can check it on network status there are ipv4 and ipv6 connectivity any of this it say connected and no internet.

Or you can use this tool to check https://test-ipv6.com/
1623  Bitcoin / Pools / Re: How to setup CK Pool to solo mine with S19j Pro 100th? on: March 14, 2023, 02:56:21 PM
Yes the stratum URL should be the address where you point your miner and the BTC address is your username you can rename it like mybtcaddres.s19j or mybtcaddress and about the password, you can put any or just x it doesn't matter.

About using ipv4 and ipv6 you can also use this pool if your internet supports it and the only purpose is that it is for latency purposes low latency is a must.
1624  Economy / Lending / Re: USDT Loan on: March 14, 2023, 02:31:08 PM
Who holds your funds? Trust wallet?
Based on their terms of service under taxes

Code:
You agree that we are not responsible for determining whether taxes apply to your transactions or for collecting, reporting, withholding, or remitting any taxes arising from any Digital Asset-related transactions.

It means you're the only one responsible for the taxes not the wallet itself or the developer of the trust wallet you should be careful you might be using a fake wallet or phishing site.

In addition, no one will able to give a loan to newbies without collateral so it is most likely a scam attempt either.
1625  Bitcoin / Mining software (miners) / Re: [Historical mining software] MacMiner on: March 14, 2023, 02:18:38 PM
I think it should be a PCIe riser or through Jtag where you can connect FPGA to a laptop or Macbook.

But the problem is there is no FPGA driver for MacOS no one yet develop it. I heard someone use parallel virtual to install Linux or windows to run FPGA but there is no proper guide on how to do it.

I saw this guide below but it only contains a guide on how to make FPGA work on MacOS using parallel.

- https://www.reddit.com/r/FPGA/comments/xc7f66/a_working_fpga_toolchain_on_apple_silicon/
1626  Bitcoin / Bitcoin Technical Support / Re: Trying to run Coinbase multisig-tool locally on Linux on: March 14, 2023, 12:36:14 AM
Never use this Coinbase vault recovery before but based on what I understand from the guide on Github under the "make run" it looks like a permission issue.

Code:
Running locally
If you wish to run the tool locally, you need to do it through a local web server. The easiest way to do that is by running:

make run
This is because we use Web Workers for decrypting your BIP38 encrypted shared key seed, and Web Workers are not permitted to run through the file:/// protocol.

Another alternative is to run Chrome with the --allow-access-from-files parameter.

That is I think it suggests running Chrome with this parameter "--allow-access-from-files"

Why don't you just use the hosted one since it's ready to use?
They do only need the online on the first step when pasting public keys after they found balances you can now turn internet off and start the recovery process.
1627  Bitcoin / Bitcoin Technical Support / Re: Transferring a wallet from electrum (2fa) on: March 13, 2023, 11:37:45 PM
There is absolutely no need to use the tool that BitMaxz has suggested. Once again, his method will not work. You cannot recover a multi-sig wallet by exporting a single private key.

Yes, it wouldn't work because it's a 2FA segwit as Santorini7 said above but I already tested my method a long time ago to extracted a private key from my 2FA wallet. I don't know about the latest version of Electrum but I tested it a long time ago.
1628  Bitcoin / Electrum / Re: Electrum-web.com on: March 13, 2023, 11:26:08 PM
This site will never be the real Electrum site look at the CMS or the website source they do use Laravel. Electrum will never use it instead they manually design their own website to avoid breaches.

Code:
Web Framework	Laravel	
Programming Language PHP
CDN Cloudflare
Social Media
Network Profile Url
Twitter ElectrumWallet https://twitter.com/ElectrumWallet

Another you can notice on their site is that the email they don't use their own domains. So it's a 100% phishing scam site be careful there are many of them.

And I suggest since it's fake/phishing site I suggest report them here below

- https://www.hostinger.com/report-abuse
https://www.hostinger.com/report-abuse
1629  Bitcoin / Bitcoin Technical Support / Re: Transferring a wallet from electrum (2fa) on: March 13, 2023, 01:21:02 PM
All right. I restored 2fa and exported this private key from ONE seed phrase.
Opening the second seed phrase, that address isn't there, so I guess it is only used for signing

It does not work try this tool https://trustedcoin.com/static/recover/standalone.html
Download the page and run it offline and then paste the backup seed phrase and it would generate an unencrypted wallet file.
Import it to Electrum and then export the private this time it's unencrypted and try to import it to your Bitcoin core wallet.
1630  Bitcoin / Bitcoin Technical Support / Re: Transferring a wallet from electrum (2fa) on: March 13, 2023, 01:04:04 PM
OP's electrum wallet is 2FA which is a 2 of 3 multi-signature wallet.
As mentioned above by o_e_l_e_o, it's not possible to generate such a wallet with a single private key at all.
For generating a 2 of 3 multi-signature address, you need three public keys and for spending fund, you need two of private keys.

Yeah, but how did OP get compress private key "p2wsh:L1d*****"
That is why I think he already extracted the private key from his wallet and forgot to tell us that he already exported the private key using the trustcoin 2fa recovery tool.

And take note if you are creating 2FA wallet from Electrum yes it's 2-of-3 multisig but you will only get one seed phrase and 2fa secret key.
1631  Economy / Service Discussion / Re: Anyone wants free BAT tokens with no risk? on: March 13, 2023, 12:58:26 PM
Why would you ask to send 30% if you already donated/tipped 60/70 of bat token?

Why not get the 30% off before you donated/tip creators?

It looks suspicious and what I think is the tip is came from someone else brave browser/wallet?
1632  Bitcoin / Bitcoin Technical Support / Re: Transferring a wallet from electrum (2fa) on: March 13, 2023, 12:50:42 PM
The command you use importing the private key to bitcoin core is wrong you should remove this p2wsh: check the sample below

Code:
importprivkey 5KJvsn......

If didn't work since your private is starting with L I think you will need to convert it to uncompress private key. You can use  https://www.bitaddress.org/ then go to wallet details then download the page and run it offline paste the private key that starts with L then copy uncompress private key and paste it to your Bitcoin core wallet.

Don't forget to use this command below in case your core wallet has a passphrase.
Code:
walletpassphrase "YourLongPassphrase" 600
1633  Bitcoin / Mining software (miners) / Re: Help me to install CGMiner in windows on: March 13, 2023, 12:30:52 PM
Why do you want to install it on Windows 10? I think you don't need to install it you just need to download and configure the bat file and then run it.

If you are planning to mine with CPU it won't work.

Kano has a guide on how to run this if you have USB miner or erupter then follow this guide below

- https://kano.is/gekko.php
1634  Bitcoin / Bitcoin Discussion / Re: he/they roasted us? on: March 12, 2023, 11:57:37 PM
I don't know why they think Bitcoin is supreme the only thing that I know all other coins can be exchanged into Bitcoin which means it has high liquidity compared to other coins.

And honestly, all altcoins are affected if Bitcoin price up or down that's the reason why I guess they think it's supreme.
1635  Other / Beginners & Help / Re: i need little help here on: March 12, 2023, 11:42:32 PM
Lottery site? It is related to gambling so you should post it there if you don't know where check this link below.

- https://bitcointalk.org/index.php?board=56.0

If it's a bonus and giveaway you need to post it under games and rounds under that link above
1636  Bitcoin / Bitcoin Discussion / Re: Crypto related jobs on: March 11, 2023, 11:57:48 PM
Most of the sites posted here are related to job offers if you want to earn crypto I have other ways. Do you have some knowledge about SEO?
If you have then make a blog with WordPress and set up it for SERP visibility for free traffic and use any of these below to put them on your site.

- https://bitcointalk.org/index.php?topic=1108616.0

You can make more traffic if you keep creating content because more traffic more earnings.
1637  Economy / Trading Discussion / Re: Crypto or Forex? on: March 11, 2023, 11:47:26 PM
In addition Crypto is decentralized, meaning it is not controlled by any authorities, than forex markets which are controlled by central banks and other financial institutions. That's why it is far from government interference and manipulation compared to forex and it is more attractive to traders who prefer to trade in a decentralized environment than a centralized one.
1638  Bitcoin / Bitcoin Discussion / Re: Bitcoin Setup from big Whales on: March 10, 2023, 11:58:01 PM
After a bit of research, I saw a video but he didn't mention how and in what wallet did he store his crypto but my guess since he has multiple coins it should be a hardware wallet.

Here's the video that I found https://youtu.be/jBoJ5d9JVpM
1639  Economy / Scam Accusations / Re: WINTOMATO.com scam 4300 usdt on: March 10, 2023, 11:46:29 PM
The scam accusation that yahoo tag him is already resolved since the victim itself confirmed that he already get the money and also the reference topic for the scam accusation is already changed to resolved title.

The only issue was the resolution on this issue is very questionable because the OP suddenly change of heart probably he was offered a deal to get out his money.

Yes, it was resolved but they don't post publicly how it was resolved so there is no clear statement that's why you still need to be careful or instead don't ever use their service again. There are other trusted casinos in our gambling section with high reputations so how did he go and play on that sites? And most of the victims are newbies also it has still active flag that never been resolved until now.
1640  Economy / Scam Accusations / Re: WINTOMATO.com scam 4300 usdt on: March 10, 2023, 01:52:38 PM
Have you check the profile link under trust? There is still unresolved scam accusation against them so why did you still gamble on this site even though it's already tagged with negative trust?

I think it would be better if you publicly post all screenshots as your proof because I see one of the scam accusations against them has been resolved by posting all proof including screenshots.
Don't expect much if your case can be resolved since they already have a bad reputation here.
Pages: « 1 ... 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 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 ... 611 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!