Bitcoin Forum
May 24, 2024, 09:21:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 120 121 122 ... 158 »
1421  Bitcoin / Bitcoin Technical Support / Re: Can bitcoin core generate lower case bc1q* QR for receiving payments on: December 01, 2022, 11:21:11 AM
This had to do with wallet implementations I think - because not all can process upper case bech32 addresses.
You should avoid using such tools that can not process upper case bech32 addresses because that is a bug in their implementation as the said encoding is not case sensitive and should only reject mixed case strings.

I agree, although it looks OP's customer is the one who use buggy wallet. So asking the cashier to make suggestion about proper wallet to customer seems to be tricky.

did look for command line arguments on wallet options but to no avail (so can be specified when starting Bitcoin core).  Any tips on an work-around are appreciated!

One possible workaround is by changing default type of generated address by adding this line on bitcoin.conf file. Take note p2sh-segwit refer to address with prefix 3.... Other possible option are legacy and bech32.

Code:
addresstype=p2sh-segwit

P.S. Tested with Bitcoin Core 23.0.
1422  Bitcoin / Bitcoin Technical Support / Re: PGP verification of Bitcoin core download on: November 30, 2022, 11:29:22 AM
Key server mentioned by @Edwardard works on my end. But using keys.openpgp.org show this error message for few times before gpg manage to import the key.

Code:
$ gpg --keyserver hkps://keys.openpgp.org --recv-keys E463A93F5F3117EEDE6C7316BD02942421F4889F 
gpg: keyserver receive failed: Server indicated a failure

On a side note, both Luke Jr key and openpgp.org TLS certificate is created some time ago so i don't understand how OP see error message "keyserver receive failed: Certificate expired".
1423  Bitcoin / Bitcoin Technical Support / Re: Is this website safe? on: November 30, 2022, 09:45:53 AM
I agree with @PawGo. If you're willing to learn a bit about using wallet recovery tool and have fairly fast CPU/GPU, recovering by yourself is good alternative.

and found a webiste, but idk if its safe
This site was spammed on this forum repeatedly by a newbie who would post about it and then a day or two later delete the post, repeating this pattern of behavior over and over.

It's very likely someone report his post since some of his past post could be deemed as spam or off-topic.

As I've pointed out before, the site itself is largely plagiarized from elsewhere, and contains plagiarized blog posts predating its registration date designed to make it appear older and more trustworthy than it actually is. There are zero confirmed reviews or feedback from people successfully using the site, and the user in question is negatively rated for this suspicious behavior.

Few additional information about this user and the website can be found here, https://bitcointalk.org/index.php?topic=5398025.0.
1424  Bitcoin / Development & Technical Discussion / Re: Private key range on: November 30, 2022, 09:33:15 AM
This web page: https://en.bitcoin.it/wiki/Private_key states that private keys can have values between 0x1 and

0xFFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFE BAAE DCE6 AF48 A03B BFD2 5E8C D036 4140.

That is a lot of numbers that cannot be used.  Small compared to the total count, but still many values.  But not the question I have.  Nothing in the article mentions enforcement of this restriction.

It's really small, where the chance to generate key outside the range is roughly 3.7344E-39.

Code:
(2^256 - 0xFFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFE BAAE DCE6 AF48 A03B BFD2 5E8C D036 4140)/(2^256)

Why does this limit exist?

I don't know why, but you probably have to read ECDSA paper/documentation to find the reason.

How is it enforced?

Decent wallet software will check whether generated private key is in the range.
1425  Other / Archival / Re: [ANN] [banned mixer] - Best Bitcoin Mixer / Tumbler on: November 29, 2022, 10:09:22 AM
I did quick test and it seems your website doesn't recognize Taproot address as destination address. You might want to add to your FAQ that Taproot address isn't supported yet. And FYI, i use these address,
https://mempool.space/address/bc1pw508d6qejxtdg4y5r3zarvary0c5xw7kw508d6qejxtdg4y5r3zarvary0c5xw7kt5nd6y
https://mempool.space/address/bc1p0xlxvlhemja6c4dqv22uapctqupfhlxm9h8z3k2e72q4k9hcz7vqzk5jj0

  • Are there any planes to make website work without java scripts?

I also wonder about that since there are so many JS library used (jquery, bootstrap, owl, etc.).
1426  Bitcoin / Bitcoin Discussion / Re: Bitcoin hits 500 GB size hard disk data on: November 28, 2022, 09:55:42 AM
I'm prepared to buy NVME M.2 SATA (can be 1-10 GB/s write and read) and prepared that SSD as an external hard disk to run the bitcoin core outside my laptop
I think that's a waste of money. The NVMe is very fast, but won't be able to use that performance if it's connected through USB.
theoretically, i read you can transfer up to 2GB/sec through usb via nvme. so it's not exactly slow. but yeah you have to have usb 3.2.

OP mention old laptop, so it's unlikely his laptop has USB 3.2. Additionally, both parts (laptop and ssd external case) need to support USB 3.2.

Quote from: DaveF
SSDs have a finite lifespan, the bits can only flip a certain number of times before they stop working.
yeah but if you go by TBW rating, your computer will be obselete before any of that becomes an issue.

Additionally, Bitcoin Core have very low write amount compared with other full node software[1].

Quote
I have had both SSDs and spinning drives die. A lot also depends on the environment, a spinning drive in a sever in a data center with proper cooling and power with very few on - off cycles is probably going to last far longer then an SSD in your kids laptop.
far longer? any data to back that up? Shocked

I don't know about the SSD lifespan. But at very least, proper cooling increase data retention on SSD[2].

--snip--
but with the chainstate directory on HDD, starting up Bitcoin Core takes significantly longer.

On my experience, the startup only took 1-2 minutes until Bitcoin Core window (which show tab "Overview", "Send", etc.) appear.



[1] https://blog.lopp.net/2021-bitcoin-node-performance-tests-2/, section "Disk Resource Usage".
[2] https://www.jedec.org/sites/default/files/Alvin_Cox%20%5bCompatibility%20Mode%5d_0.pdf, page 27.
1427  Other / Meta / Re: Should the difference in size between normal and quoted text be smaller? on: November 27, 2022, 11:27:20 AM
I also prefer 2nd one (13/12/11px), it could be handy when reading in-depth/long discussion. Although i agree people could just use zoom in on their browser or use browser setting/addons to override font size manually.

But is there any other way for users to enable font sizes for quoted posts and their comments if they want too? Instead of making changes in the whole forum?

Either by using add-ons or custom script to modify the CSS (which added on either addons such as Tampermonkey or Violentmonkey).
1428  Other / Archival / Re: Is there a chance we get a takedown notice? on: November 27, 2022, 08:52:57 AM
Regardless of whether ChipMixer is a honeypot or not, the fact remains you'd have to be out of your mind to be using them in Q4 2022.
Um.. why?

Because a good chunk of coins they've received for at least a couple years now have been from illicit sources.



In other words, less than 10% illicit funds is sent to mixer. IMO 4th image of Chainalysis blog is less-biased representative about source of money received by mixer.


Source : https://blog.chainalysis.com/reports/crypto-mixer-criminal-volume-2022/

And i would recommend people to read "The 2022 Crypto Crime Report" which can be found at https://go.chainalysis.com/2022-crypto-crime-report.html to get bigger picture about how criminal laundry their money. One interesting thing is DeFi become popular in 2021.
1429  Bitcoin / Bitcoin Discussion / Re: Bitcoin hits 500 GB size hard disk data on: November 26, 2022, 12:43:19 PM
I heard the news that bitcoin is most close to receiving 500 GB size hard disk data, so I am just confused if a newbie or beginner tries to start download bitcoin, how much minimum hard disk he must buy and prepare?

My personal recommendation is at least 1TB storage to ancipate blockchain size growth.

how many blockchains are there until bitcoin is mined?, is possible 10 terabytes?,

There's no upper size limit of blockchain size.

Is the default hard disk still good to use, or move to SSD?

HDD is good enough based on my experience if you either,
1. Move chainstate directory to SSD and add symbolic link.
2. Set Bitcoin Core to use >=4 GB RAM so most file on chainstate directory is loaded into RAM.

Quote
Moreover.  You are going to help the Bitcoin network by running a Full Node.  You will gather block information, but you will also provide others yours.  This is how the Decentralized Peer to Peer thingy works.
A pruned node can also propagate the latest blocks to other nodes (which means you'll upload a lot less).

To be precise, pruned node share latest 288 blocks no matter how much latest block is stored.
1430  Bitcoin / Bitcoin Discussion / Re: Binance Users Can Now Verify The Bitcoin They Own Via Merkle Tree on: November 26, 2022, 12:38:12 PM
What do you guys think about this?
Do you think that if all other centralized platforms launch their POR, trust can really return to the centralized system of cryptocurrencies?

At very least, people can verify they hold more coin than coin belongs to the customer. People still need to trust the exchange to give them their money when they request withdraw.
1431  Other / Archival / Re: Is there a chance we get a takedown notice? on: November 26, 2022, 12:01:28 PM
--snip--

Governments haven't banned no log VPNs from being used yet, and I think that would likely be the area to look into if they wanted to prevent illegal activity since they'd want to have access to that data ideally, even though I still wouldn't agree with that.

Government don't have to make no log VPN illegal when they could send secret subpoena.

Answer me this question: if it was a honeypot, why do exchange hackers that use it to mix always get away with it? Seriously, I haven't read once a case of a person who used ChipMixer properly and got caught. Reasonably, if it was indeed owned by the feds, we'd see them getting caught, and in fact it has happened before numerously; mixers that were honeypots went out of business, because the people that needed them the most got screwed.

It's possible the one who run the honeypot is either still looking for much bigger target or waiting for "right moment" to take action against all criminal. Although personally i find possibility of ChipMixer being honeypot is rather low.
1432  Bitcoin / Mining / Re: I want to actually mine Bitcoin (SHA256) on modern GPUs on: November 25, 2022, 12:20:46 PM
If any of you guys have any tips for a mining software I could do this with I'd be very thankful! Basically any help I can get at all would be greatly appreciated. Smiley

Some time ago i tried solo mining Bitcoin Testnet using bfgminer[1] by following guide created by nullama[2]. But expect hashrate ranging from few MH/s (old/low end GPU) to few GH/s (if you use modern high-end GPU).

[1] https://github.com/luke-jr/bfgminer
[2] https://bitcointalk.org/index.php?topic=5415861.msg61058395#msg61058395
1433  Other / Meta / Re: Report plagiarism (copy/paste) here. Mods: please give temp or permban as needed on: November 25, 2022, 12:04:27 PM
Possible plagiarism with paraphrasing. Take note both copy and source is on same thread.

User: Pakhi11
Copy:


The seed process contains symbols that are a local variable. As a result you should, with the seed 32 bytes


Note that this function should not be given too much importance. So the foundation should not be laid.
Variables and function functions are unlikely to be identical,

Equivalent random is used implicitly. And 2 its use for personal successful benefits is most noted. For that byte, it's better to use public CKEY for analogy. Actually we use public CKEY Acc and HASH to identify the vector.

is

Source:

No, the seed is not a public key. It is 32 bytes of random data. Bitcoin Core's (legacy) wallet stores this as a private key because it is convenient. Neither the compressedness nor the public key are used when computing the master private key, only the 32 bytes of random "private key" data is used.

Note that not all variable and function names necessarily match their actual behavior. seed is a local variable that contains an identifier for the seed itself. As it is also a local variable and is destroyed after this function completes, so don't read too much into its naming. We use pubkeys and their hash160 (CKeyID) as identifiers for the actual private data. Notice how it does AddKeyPubKey. This adds a key, along with its public key as an identifier, to the database. The actual seed is used in DeriveNewChildKey. There, the local variable seed is a CKey, and the data for the seed itself is loaded into that CKey by GetKey. Then that CKey is set as the seed for a CExtKey which represents BIP 32 extended private keys.
1434  Bitcoin / Bitcoin Discussion / Re: I was wrong Proof of Steak is better then Proof of Work on: November 25, 2022, 09:52:13 AM

But seriously, below are a couple of links for donating crypto for food for people & families in need. Send them some if you can.

https://www.licares.org/donatecryptocurrency/
https://www.foodbanknyc.org/donate/cryptocurrency/
https://www.feedingamerica.org/ways-to-give/bitcoin-cryptocurrency


There are others, but since I am in NY these are the ones I support.


I'm asking since i don't live on NY, have you done some research about those research? For example, how big is the operational/advertising overhead?
1435  Bitcoin / Project Development / Re: Would you build a unique new BTC mining pool if you had the resources? on: November 25, 2022, 09:36:16 AM
ETFbitcoin,

The only issue I find with P2Pool right now is that in its current state it can't accept shares when mining from any of the newer miners.

That might be because P2Pool (for Bitcoin) haven't been updated since late 2018.

Now if all fairness I do like the P2Pool concept but with only a single developer Jtoomim which has added a ton but seems to have dropped the project as far as I can see this just doesn't look promising.

Single developer Jtoomim? Which P2Pool you checked? For reference, i meant https://github.com/p2pool/p2pool where the main contributor is forrestv.
1436  Other / Archival / Re: What a wonderful merit overflow on: November 25, 2022, 09:12:47 AM
--snip--
Thank you for your advise on purchasing copper member rank. In the end I also did not use the merit as I got promoted to be jr member, I could post thread and able to post images.

FYI, you need 1 (one) merit and some activity to reach Jr. Member. So if coldice didn't give you any merit, your account would remain at Newbie position.
1437  Bitcoin / Bitcoin Discussion / Re: Satoshi likes Pokemon and possibly where the pseudonymous is derived from on: November 24, 2022, 12:51:59 PM
This could be a kiddy stuff for most but what do you think?     

It could be fun topic for casual discussion. But honestly i'll just refer to this answer https://bitcoin.stackexchange.com/a/83891 when people talking about possible meaning/source of "Satoshi Nakamoto" in Japanese.

Since the episodes are on Youtube, is it possible that the subtitles are just wrong?

Doesn't youtube ban pirated content (whether it's hollywood movie, western tv show or anime) these days? Without checking the video, i expect the video comes from legal channel/uploader which should have accurate subtitle.
1438  Bitcoin / Project Development / Re: Would you build a unique new BTC mining pool if you had the resources? on: November 24, 2022, 12:08:28 PM
Again assume that worldwide resources, network and hardware are not a hinderance to the projects success.

Care to share your thoughts?

Rather than creating something new and unique, i'd rather improve P2Pool[1]. A quick reminder, P2Pool is decentralized Bitcoin mining pool where people don't need to afraid pool will steal their money or use the hashrate for unethical usage (such as 51% attack or censoring certain transaction). Unfortunately Bitcoin miner doesn't seem to be interested with P2Pool, probably due to requirement of running full node. But P2Pool manage to found it's place on Monero community[2] where the pool has about 7% global Monero hashrate.

[1] [https://en.bitcoin.it/wiki/P2Pool
[2] https://p2pool.io
1439  Bitcoin / Electrum / Re: Electrum command-line restore missing argument or bug ? on: November 23, 2022, 11:38:21 AM
I did quick test with AppImage and using double quote seems to solve the problem.

Code:
$ ./electrum-4.3.2-x86_64.AppImage restore --offline -w wallet_3 "bc1qjhp55vytnyhagfvecz4alf090pdgpjeuf6lz36 3KbaSDf8T8SawvQtofqy1Pk6KdugNbyCF7 3CBDis55qYMsyUoAx6JdqXpsNskqMRaFRU"
{
    "msg": "This wallet was restored offline. It may contain more addresses than displayed. Start a daemon and use load_wallet to sync its history.",
    "path": "/home/user/Downloads/wallet_3"
}
1440  Bitcoin / Bitcoin Discussion / Re: What does it take to run a full node? on: November 22, 2022, 12:16:36 PM
Pruned node make small contribution by broadcast latest 288 blocks and relay unconfirmed transaction. Personally i'd say pruned node is less helpful.
Some people that want to run a node may see downloading the full blockchain to be discouraging, better than not, they might just use pruning.

Running pruned node also require you to download whole blockchain. Although it's different case if you use copy of pruned node such as https://prunednode.today/ where some trust is needed.

If up to 10 gigabyte of data is needed monthly for recent new mined blocks and transactions, won't the prune node need it too?

Correct.

Which means it will start having the blockchain right from where the pruning started?

No, pruned node only store recent block based on your setting and limitation of full node software you use. For example, Bitcoin Core only let you store recent block ranging from 550MB to 99GB.
Pages: « 1 ... 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 120 121 122 ... 158 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!