Bitcoin Forum
May 25, 2024, 08:30:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 19 20 21 22 23 24 25 26 27 28 29 30 31 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 ... 158 »
1361  Economy / Gambling / Re: Coinballer - An open-source multi-player Bitcoin gambling game. on: January 04, 2023, 09:39:17 AM
I am inviting everyone who accepted on "Coinballer Review Campaign"[1] (@shasan @Coin_trader @PX-Z @LoyceV @bullrun2020bro @BitcoinGirl.Club @FatFork @cygan @cryptofrka) to join Game 21[2]. Here are the details of the game,
  • Bitcoin payout address is based on campaign's spreadsheet[3].
  • Top 3 player can win the game.
  • The length of this game is 576 blocks (about 4 days), where deadline of the review is 7 days.

P.S. In next few hours i'll send 10K satoshi to my payout address.



[1] https://bitcointalk.org/index.php?topic=5432804.msg61540244#msg61540244
[2] https://coinballer.net/game/21
[3] https://docs.google.com/spreadsheets/d/1s1L5A4QJzTvlGyIrTi6QNe-ys60XS5leHINjrU5NQwY/edit#gid=0
1362  Other / Meta / Re: Theymos is living the high life; BitcoinTalk is inaccessible without JavaScript on: January 03, 2023, 01:09:32 PM
I'm not sure why you need CloudFlare when the profit from advertising is more than enough to rent entire serve racks.  Is BitcoinTalk's revenue being siphoned off?
That would also not surprise me.

It's to prevent DDoS attack.

It doesn't bother him that people who don't use JavaScript can't access BitcoinTalk.

And so most web owner in 2023. I don't expect anyone cares about user who don't use JS, unless they're government (such as https://gds.blog.gov.uk/2013/10/21/how-many-people-are-missing-out-on-javascript-enhancement/) or organization which specifically focus on easy accessibility/low barrier.
1363  Bitcoin / Wallet software / Re: Old phone as cold storage? on: January 03, 2023, 12:36:02 PM
As they said --air-gapped smartphones are much safer than the air-gapped PC which are vulnerable to hacking, did you know that even fully air-gapped PC can exfiltrate information through the output radio signals generated by the computer or call [electromagnetism].
Also expert says that through [ultrasonic waves] a virus can be used to steal the private key out of the computer.

Unless you're high profile person, very important person or letting people know you're extremely rich, worrying about this kind of vector attack is pointless. Additionally, this kind of attack is also theoretically possible on mobile devices.

One very good argument is that a burglar will most probably steal that smartphone even if it's older, put a SIM in it and turn everything on, making indeed phones somehow risky for cold storage.
Another very good argument is that somebody in the house would do exactly that too (put a SIM in) because of not knowing it's a "special use" phone.

But all this can easily happen with a laptop too (stealing or plugging in a network cable). And let's not compare online securit between old laptops and old phones because both are bad and also dependent of owner's skills in setting them up.

This could be partially mitigated by setting password on your device (both smartphone and laptop). And on certain smartphone or OS for laptop, the password could be used to encrypt whole storage.
1364  Other / Archival / Re: [banned mixer] | Best Bitcoin Mixer | Low fees | Fully automated on: January 03, 2023, 11:51:06 AM
Hi there, welcome to Bitcointalk.org.

We support all types of bitcoin addresses.

I tried to check whether you support Taproot address, but see this error after i click "Create order". For reference, i used Tor Browser and chose "Use recommended settings". And those Taproot address[1-2] are test vector from BIP 350[3].






[1] https://mempool.space/address/bc1pw508d6qejxtdg4y5r3zarvary0c5xw7kw508d6qejxtdg4y5r3zarvary0c5xw7kt5nd6y
[2] https://mempool.space/address/bc1p0xlxvlhemja6c4dqv22uapctqupfhlxm9h8z3k2e72q4k9hcz7vqzk5jj0
[3] https://github.com/bitcoin/bips/blob/master/bip-0350.mediawiki#test-vectors-for-v0-v16-native-segregated-witness-addresses
1365  Economy / Service Announcements / Re: 🗝 PvKeys.com | BTC & ETH Private Key Balance Finder on: January 02, 2023, 11:44:15 AM
how do you calculate the balance and the received amount on each address? If it's an API call then it should have some limits...

I did quick check using developer tools (F12 -> Network) on my browser and found out it use blockchain.info API. But since the API is called from our own browser, the limit should be based on your IP address.



This kind of game assuming this will become successful will create negativity in Bitcoin since leaving your balance on your wallet address is not safe.

I disagree, this kind of service is a proof Bitcoin cryptography is secure and can't be brute forced.
1366  Bitcoin / Bitcoin Discussion / Re: Bitcoin developer @lukedashjr's wallet was hacked on: January 02, 2023, 10:06:18 AM
--snip--
How can a cold wallet be compromised? I thought the only way would be for the perpetrator to physically steal the cold wallet. Am I wrong?

It depends on his cold wallet setup/usage. For example, using USB storage to transfer unsigned and signed transaction could  be exploited by specifically designed malware.

Maybe some quantum computer hacked his private key but why only go for 200btc when you could go for multiplies higher.
This is my biggest fear and the worst hypothesis for this case. Hackers having technology at their disposal to break the security of blockchain. The consequences of this would be much more impactful and harmful than a single person losing 200 BTC. It could be the end of bitcoin in this case, as no one would be safe anymore. It is said by 2030 quantum computers would be able to break encryption protocols, including of bitcoin.

1. It won't be end of Bitcoin if Bitcoin switch to quantum-resistant cryptography.
2. Bitcoin don't use encryption protocol, but digital signature and hash cryptography.
1367  Bitcoin / Development & Technical Discussion / Re: the fastest possible way to mass-generate addresses in Python on: December 29, 2022, 12:15:45 PM
Let's make a contest-like game. Create a simple code like this and try to beat the high score of currently 4.7 seconds for 1million bech32 addresses without using GPU.

Since fastecdsa already utilize C for heavy operation, i doubt we can see major improvement without either
1. Modify some part of fastecdsa to use assembly.
2. Rewrite everything using C/C++/Rust and assembly.
1368  Other / Meta / Re: Is it only me? Clouldflare on: December 29, 2022, 11:53:22 AM
I also use Tor (through Tor Browser) and experience same problem. It took 10 minutes to pass their "security check". Can't believe CF behavior changed during holiday session, it could give headache for some IT worker.
1369  Economy / Scam Accusations / Re: Macaw Casino SCAM on: December 29, 2022, 11:42:20 AM
Your link is broken/404. Can you post a screenshot on imgur or img.bb instead? Tongue

It's not exactly broken, OP accidentally click "Enter" few times. I remove the "Enter" and manage to see the images.

This player was banned from our website for multiple attempts of fraud. He was also banned from our discord due to threatening and abusive messages.

Do you mind share additional information or proof?
1370  Other / Beginners & Help / Re: Is there any security risk of running a bitcoin node? on: December 29, 2022, 09:31:13 AM
Mining Bitcoin? Unlikely since only pool know your IP.
Running Bitcoin node? More likely since your IP will be known to other node and appear on crawler website such as https://bitnodes.io/.
Never mind this newbie-like question. Some people's location are unknown, are they those that uses Tor or VPN? If using Tor or VPN, you can set it to a country address, the country the Tor or VPN is set to will be displayed as the country set to? This later is how I thought it would be, but how come some location are unknown?

When a node use Tor, usually it means they only use .onion address (doesn't use exit node) which prevent Bitnodes.io from guessing their country. And if those who run node with Tor for privacy reason, usually they don't configure their node to accept clearnet connection.
1371  Other / Beginners & Help / Re: Is there any security risk of running a bitcoin node? on: December 27, 2022, 11:35:47 AM
Will my home network become a target for hackers if I run a bitcoin node or run bitcoin mining from devices in my home network?

Mining Bitcoin? Unlikely since only pool know your IP.
Running Bitcoin node? More likely since your IP will be known to other node and appear on crawler website such as https://bitnodes.io/.

Would a VPN help or is it better to run bitcoin node / mining in a completely different network?

Both option could work, but i don't know how much security risk could be decreased. Besides, you need to trust VPN provider when we're talking about privacy.
1372  Local / Bahasa Indonesia (Indonesian) / Re: [INFO] Informasi Phishing, Malware, Virus Dst (WAJIB BACA) on: December 27, 2022, 09:59:38 AM
Informasi buat pengguna LastPass, atau yang ingin menggunakan LastPass, kemaren baru ada update terkait security incident yang mereka alami beberapa lalu. Lengkapnya bisa dilihat di: https://blog.lastpass.com/2022/12/notice-of-recent-security-incident/

--snip--

Sedikit rant, saya sering melihat berita LastPass mengalami masalah security[1] dan privacy[2-3]. Bahkan menurut Wikipedia[1], LastPass sudah mengalami masalah security sebanyak 7 (tujuh) kali. Saya sarankan pengguna LastPass pindah secepatnya karena menurut saya LastPass tidak memiliki komitmen serius untuk melindungi data pengguna.



[1] https://en.wikipedia.org/wiki/LastPass#Security_issues
[2] https://www.forbes.com/sites/daveywinder/2021/02/27/how-to-stop-lastpass-tracking-you-in-3-easy-steps
[3] https://www.cnet.com/tech/services-and-software/lastpass-in-privacy-hot-seat-over-web-trackers
1373  Bitcoin / Bitcoin Technical Support / Re: connect to bitcoian core via c# on: December 26, 2022, 12:52:18 PM
I'm not C# programmer, but it's obvious your question lack some detail/information. For example,
1. Have you configure Bitcoin Core to accept RPC connection[1]? If yes, have you checked it with other networking tool?
2. I checked the demo code and it use testnet by default[2]. Did you make change to make it connect to mainnet instead?

[1] https://github.com/cryptean/bitcoinlib#instructions-for-bitcoin
[2] https://github.com/cryptean/bitcoinlib/blob/master/demo/Program.cs#L20
1374  Economy / Service Discussion / Re: Hetzner blanket ban continues. Alternatives to host full nodes. on: December 26, 2022, 12:18:05 PM
Contabo is probably the most crypto-friendly host and not expensive too. Hetzner really shoot in our herz Cheesy

I spend few minutes checking their website. While their server is cheap (compared with Linode or AWS), i disagree this provider is one of most crypto-friendly host when they don't accept cryptocurrency as payment method.

We do not accept payments in cryptocurrencies such as Bitcoin.
1375  Bitcoin / Mining / Re: Bitcoin's Future: What Happens When the Block Reward is Lower Than Fees? on: December 26, 2022, 09:57:43 AM
If the Bitcoin market goes down then mining will stop altogether.

I disagree. The difficulty will simply drop low enough for few miner able to continue mining at profit. Besides, i expect some Bitcoin enthusiast will start/continue mining to keep the network alive.

I think you're overestimating LN as scaling solution. People who rarely make transaction (usually investor and holder) wouldn't bother use LN, unless they're willing to "lock" their Bitcoin on LN channel.
Possibly, or more people are going to keep their funds in their own wallets and then put them into massive LN routing services and use their wallets. Knowing they are not secure but neither is the cash in your wallet. So you keep your cold funds cold and your hot funds in a very insecure way, but not enough to matter.

The idea of LN routing service is interesting. But looking at current condition where routing fee is very low, IMO it's not attractive enough for many people.
1376  Economy / Scam Accusations / Re: Potential scammer sell Punt.com script on: December 24, 2022, 09:27:35 AM
1. When I ask him to send demo (live link) he refused with copyright excuses.

This is definitely unusual. When he hand over the source code or binary to the buyer, there's always chance it'll leaked either due to hack or intentionally leaked by buyer.

2. He also told me ridiculous  thing that he has 100% refund policy if something go wrong (When he accepts only Bitcoin)

It's not ridiculous, usually it means the seller would send the money back to you manually. Although it's obvious you have to trust the seller.


I checked his thread and found out his software rely on end of life software. Update for Node.js version 10.x has been ended at 2021-04-30.

Requirements
-OS: Linux or Windows (+SSH Access or terminal in windows).
-HDD Space: You have 2 Options:
-Using API Need 1 GB.
-Using BTC Full Node Need 300 GB.
-Node: v10x.
-NPM: v6x.
-Apache.
-SSL.
1377  Bitcoin / Bitcoin Technical Support / Re: Privacy wallets on: December 24, 2022, 09:10:51 AM
Does this mean that you cannot check the balance of an address with Bitcoin Core and that the utility of connecting the hardware wallet to Bitcoin Core is to use that node to issue new transactions?

What i mean you cannot check blance of any balance quickly due to lack of index. But you still can do that by creating wallet which contain specific Bitcoin address or master public key. If you add one which already has past transaction, Bitcoin Core will need to rescan blockchain which could take some time.

In electrum, you connect to the servers provided by other people and it allows you to choose the server manually.
If you want to protect your privacy, you should download the full blockchain and run your own server and use TOR.
How it's different to run Electrum with TOR connection?
Network >> Proxy >> Use tor proxy at port 9150, Use proxy , SOCKS5 127.0.0.1 9150

Electrum server can know list of addresses belong to same person/group.
1378  Bitcoin / Bitcoin Discussion / Re: Should your wife or husband know your seed phrase? on: December 22, 2022, 12:16:51 PM
I'm not going to share my own view, but we should realize each married pair have it's own circumstance. For example, i expect people who marry primarily or partly due to peer pressure or to push off certain accusation will say no to this question. While for other people, it comes down to whether their partner willing to take such responsibility or have good security practice.

In fact you could even take one step further and create a multi signature wallet with 2 seed phrases, one kept by the man and the other with the woman. That way the bitcoins and the wallet is truly shared.

2 seed phrase which means 2-of-2 multi signature wallet? Sounds risky to me if one of them lose their seed phrase.
1379  Bitcoin / Mining / Re: Bitcoin's Future: What Happens When the Block Reward is Lower Than Fees? on: December 22, 2022, 12:01:52 PM
What do you think will happen when the block reward subsidy is 1.5625 BTC in a little over 5 years?

Just like previous halving, some miner will stop their mining activity and sell hardware they no longer use while other's will continue mining with lower profit.

LN really hurts BTC in the not so distant future.

I think you're overestimating LN as scaling solution. People who rarely make transaction (usually investor and holder) wouldn't bother use LN, unless they're willing to "lock" their Bitcoin on LN channel.
1380  Bitcoin / Development & Technical Discussion / Re: Risk of jail for developers. Should you be anonymous? on: December 22, 2022, 11:36:32 AM
It is pretty hard to stay anonymous on the internet. Especially if you are a dev that has to work on a project all the time. Fixing bugs, creating updates all the time, sooner or later you will make a mistake and lose your anonymity. Hell, even if you do everything right, you still may lose your anonymity because some clever bastard may hack you.

That’s one of the weaknesses of crypto imo. Crypto itself is bullet proof but their devs aren’t.

Such problem could be partially migrated with security/privacy oriented OS such as Qubes OS. With proper usage separation between VM/Qube, it's less likely you'll make a mistake. Even if you're hacked, the hacker most likely only have access of the hacked VM/Qube. And considering cryptocurrency is bulletproof could trip you up in the future.
Pages: « 1 ... 19 20 21 22 23 24 25 26 27 28 29 30 31 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 ... 158 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!