Bitcoin Forum
April 24, 2024, 10:16:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [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 ... 151 »
361  Bitcoin / Bitcoin Technical Support / Re: Check BTC balance programmatically on: February 06, 2024, 11:41:14 AM
The best way to do would be to convert the actual Bitcoin UTXO database into a SQL database so you can search it.
This database is kept on every node but it is a LevelDB database that can only be accessed sequentially.
So you need a translation software to read it.
I made one myself in Java. It takes about 1 hour to convert the full UTXO to a MYSQL database. It's about 24GB large when only a few fields are saved (addresses, balance, block height, txid). It contains 162 million records as of today.

You can then do a quick search to see if a specific address is in the database.
If found you can easily calculate the balance by doing a select count(*).
Running the queries would need a pc with a very fast random access SSD and as much ram as you can spare (think 128 or 256GB).

There's probably a few projects on GitHub that convert the UTXO.

At this stage, IMO it's better to run self-hosted block explorer or electrum server which already index for UTXO/address where you just need to either,
1. Use their API to obtain balance of address.
2. Access their SQL database directly.
362  Bitcoin / Development & Technical Discussion / Re: VanitySearch (Yet another address prefix finder) on: February 06, 2024, 11:33:58 AM
Does anybody have or had a GPU mining rig? And I wonder if any of you with lots of hashing power had tried to generate a Vanity bitcoin address via VanitySearch? I'm talking about those who have at least tens of GPUs or in the best case, hundreds of them. I also wonder if any of you have tried to generate a Vanity address by using powerful AWS servers? Is it possible to direct hashrates rented on Nicehash to generate a vanity Bitcoin address? I know my sentences are full of questions but I'm really curious. If you have tried none of them above, at least what's the longest Vanity address that you have generated?

I think you want to check for marketplace which let you rent GPU for any purpose, such as https://vast.ai/. Take note i DO NOT guarantee security of generated key using such marketplace.

Quote
Is it possible to direct hashrates rented on Nicehash to generate a vanity Bitcoin address?
I don't think ASIC miners can be used to find vanity addresses. They're build for only one specific task, and it would be too expensive to build a dedicated ASIC to find vanity addresses.

Is it possible to direct hashrates rented on Nicehash to generate a vanity Bitcoin address?

No. VanitySearch involves not only the hashing algorithm you mentioned (SHA-256) but also additional operations such as Base58 encoding or RIPEMD-160, which is used to convert the hashed data into a human-readable Bitcoin address format. While ASICs are highly optimized for specific tasks, including hashing, they may not be as well-suited for the additional operations involved in VanitySearch.

ASICs are designed for specific tasks and are commonly used for cryptocurrency mining, such as Bitcoin mining. They are optimized for high-speed computation of specific algorithms and are not general-purpose computing devices like CPUs or GPUs.

As reminder, NiceHash let you buy or sell hashrate for various algorithm where some of them can be done practically with CPU or GPU. But since AFAIK NiceHash only let you choose the mining pool, the answer is still no.
363  Bitcoin / Bitcoin Technical Support / Re: roninOS on: February 06, 2024, 11:18:30 AM
I never try it (i assume you're talking roninOS as part of RoninDojo[1]) on my Raspberry Pi 4. But looking at one of it's documentation, it's stated there's no image for Raspberry Pi[2]. So it looks like you get to have all the fun with version 2.X.

[1] https://ronindojo.io/en/roninui
[2] https://wiki.ronindojo.io/en/setup/V2_0_0-upgrade-raspberry
364  Other / Beginners & Help / Re: SlowMist reports 80% of X comments related to phishing software on: February 06, 2024, 10:38:55 AM
For curious reader, you can read the full report on https://slowmist.medium.com/spotting-the-difference-identifying-genuine-and-fake-twitter-accounts-14258ec0493a. It has few interesting information,

Upon reviewing the group’s history, we found that most accounts sold are related to the cryptocurrency industry or are influencer accounts.

https://miro.medium.com/v2/resize:fit:720/format:webp/0*V3I_DNNmCgtIfbSj

More reason not to trust cryptocurrency influence. And even account with more than 10K followers (which isn't small number) can be bought easily.

According to the data on one such platform, it has processed over 1.3 million orders, with 20,000 people having used their services.

https://miro.medium.com/v2/resize:fit:720/format:webp/0*Y_i4flxjSF7WF933

1.3 million orders means there are at least 1.3 X account sold on such platform.



X seriously has a lot of work to do. Reading replies from a crypto related post is completely annoying lately. All you see are spam accounts either shilling fake tokens or sharing phishing links. I miss the old times when the engagement was organic with no annoying bots like it is right now.

Even when you try to follow trending topics or hashtags, all you see is phishing link or airdrop spam on the feed. They should borrow a left from reddit perhaps.

In past, their worker got fired while the owner frequently make tweet or reply, i don't expect much change.
365  Bitcoin / Development & Technical Discussion / Re: Starting a Bitcoin Node using a VPS on: February 06, 2024, 10:02:06 AM
Those are some really cheap VPS, is the first time i read about Contabo, they have nice reviews in trust pilot, and I'm tempted now to get one VPS with them. I'm not sure if i will use it for running a BTC node, but other coins node could be a good option.

And thanks to NotATether for the remainder of the pruned nodes, i forgot that name and wasn't able to find the concept.

But overall 4.1 isn't that nice. And reading review with 1-4 starts, there are some complaint about customer service and server reliability (e.g. down or disconnect). It doesn't seem to be good idea to run node and run staking, where you got punished for going offline.

--snip--
2 cores of what CPU? 3GB ram is a bit light but doable.
For under $70 a year it's not bad. If there is some sort of price guaranty. Do you want to be moving in 6 months because it's now $9.99 / month?
Have dealt with that a few times over the years.

Also, does that come with a dedicated public IP or are you behind a NAT?
If you are only going to be on TOR for the node it's not a big deal, if you want public access it's a different story.

Yeah, I can go dig around the site but I'm on mobile at the moment.

-Dave

I dig their FAQ and docs, but i didn't find about which CPU they use. You get dedicated IPv4 and IPv6. As for pricing, i don't think there's any guarantee.
366  Economy / Services / Re: I do have winning casino crypto formula with 200% profit per month,any interest? on: February 05, 2024, 12:47:18 PM
But how can this topic got "high-risk" flag just because of some people without any proof ?!

Actually it's applied to all topic on certain boards (i don't remember which ones) you create. And it's already stated the flag created due to red-flag rather (not definitive proof).
367  Bitcoin / Electrum / Re: What is best way to maintain your privacy sending payment with Electrum wallet? on: February 05, 2024, 12:36:12 PM
It should be "every month" rather than "everyday".
I am not a node runner, but I think it was weekly that I saw when I went through an article 2 years ago about it. Likely 5 gigabyte or more every week was what that I saw.

I went through this article just now: https://bitcoin.org/en/full-node#minimum-requirements

When the full blockchain download was still around 340 gigabytes, the monthly download usage specified in the article was 200 gigabyte or more monthly.

Quote
Download usage is around 20 gigabytes a month, plus around an additional 340 gigabytes the first time you start your node.

I see. I initially thought you talk about bare-minimum requirement to download all new blocks. Number you mentioned is correct if OP or other reader intent to use Bitcoin Core as full node rather than only as wallet.
368  Bitcoin / Electrum / Re: What is best way to maintain your privacy sending payment with Electrum wallet? on: February 05, 2024, 11:39:00 AM
I don't know why some member mention mixer when OP mainly ask about wallet. But OP and reader should take note that not all mixers are equally good and usually mixed coin can't be deposited into centralized exchange.

Mind you running a bitcoin node plus this personal electrum server requires you to have enough storage space.
It is worth knowing that downloading the full blockchain requires over 500 gigabyte of blockchain download. Also that you will need like 5 to 10 gigabyte (if it is not more now) of data to keep downloading the lastest blocks everyday.

It should be "every month" rather than "everyday".
369  Bitcoin / Development & Technical Discussion / Re: What to know of Nodes and Running a Node on: February 05, 2024, 11:22:50 AM
A NODE is a physical device such as the computer or a device of its equivalent that participates in the confirmation and storage of Bitcoin data. In essence, this is to mean that, any computer device that is used in Bitcoin confirmation and data storage is a node right?

Not confirmation (as in adding transaction into a block), but rather verification of all blocks and transactions. And while node usually store all Bitcoin data, it's possible to only store recent blocks.

Anyone can run a node, you just need to run Bitcoin Core.

As reminder, Bitcoin Core isn't the only Bitcoin full node software out there. Although Bitcoin Core is most popular ones while using computational resource efficiently.
370  Economy / Services / Re: I do have winning casino crypto formula with 200% profit per month,any interest? on: February 05, 2024, 10:36:17 AM
I am giving 5 free review copies for 5 old account in Bitcointalk:
- Only use for testing purpose, not allow reveal it for any reason or use it for make any kind of money.
If want to use it to make money please order/buy the casino crypto winning formula.

- Must give/write review within 5 days after I send the casino winning formula.

Please send me a private message if you really want to become the "tester".

Thank you.
Winning Joy

Since it's a formula, is it a requirement for the tester to have Math PhD in order to verify whether the formula is legit or not?

"trust" system of bitcointalk is plain wrong !
I willing to "prove" with admin mods that my product is correct like as is promote, how can my trust score is negative by some stupid low level user ?
It is just so unfair !

Trust system on this forum is not moderated. In addition, admin and mods usually not willing to help prove whether certain goods/service is legit or not.
371  Economy / Service Discussion / Re: List of VPN Service Providers - 2023 on: February 05, 2024, 10:21:05 AM
By the way, I checked Windscribe's R.O.B.E.R.T page and discovered that along many features that includes block list, they also have one that I don't like: Competitors (Other VPNs). When you enable R.O.B.E.R.T on windscribe, they block all competitor VPNs and this is their explanation:
Quote
You’re using the best privacy tool out there – Windscribe. Most other VPN companies track you across the web with their ads and compromise your privacy before you even become their customer. Block them all!

How fair is that? Should I remove them from the list of Privacy focused cheap monthly VPNs?


I just read how it works on https://windscribe.com/features/robert and it seems you can choose not to block competitor VPN. I believe few people would use such feature, such as not allowing their WiFi users to bypass blockade to certain content. So IMO it's still fair game if it's disabled by default. Although i'm also concerned that they offer option to block crypto.

Crypto

This list blocks all cryptocurrency exchanges, crypto news sites and cryptomining services that mine cryptocurrency in your browser.
372  Bitcoin / Bitcoin Discussion / Re: Is it okay for Bitcoin Core development to be funded by Banks? on: February 05, 2024, 10:08:20 AM
It is always a bad idea to FUND Bitcoin Core developers directly.  It is very likely the developers will become biased at some point.

By any chance, do you have better idea to fund Bitcoin Core developers? After all, direct funding is common on open source world. For example, majority change on Linux Kernel 5.10 LTS were done by people who work on certain company (which usually release closed-source software)[1]. Some even blatantly state their goal[2].

[1] https://news.itsfoss.com/huawei-kernel-contribution/
[2] https://www.linuxfoundation.org/press/press-release/google-funds-linux-kernel-developers-to-focus-exclusively-on-security

firstly devs should be self sufficiently funded by doing what all bitcoiners do. invest in holding bitcoin.. and then devs coding bitcoin for bitcoiners benefit to get BITCOIN adoption/utility.. instead of being sponsored to edit bitcoin to be more 'other system friendly' and push people off the network

secondly
the core maintainers.. are deemed as the governing center of a monetary system. if the political whims of core devs require FIAT outside funding where devs cant even use the system they govern to make their own income. then it shows they are not interested in making bitcoin better for their own interests and befits bitcoiners.. and instead willing to be sellouts for FIAT wallstreet interests
(imagine if US treasury didnt want to control the treasury for american citizens benefit. but instead treasurers/politicians relied on yuan and made policy that benefits chinese institutional interests)

if devs cannot be self sufficient in a monetary system they have control of, which they change and edit.. they are failing themselves

im not suggesting core devs break the supply limit, add more coin and force mining pools to reward core devs . im suggesting core devs invest a sum and then make bitcoin better for bitcoiners and get their investment value to grow due to making bitcoin better for everyone.. instead of making it more annoying, softened, less easier for everyone.. but pushed to only want to operate for the benefit of institutional desires who pay them

(imagine CEO-employee's of any company invested in their own company. they would be more incentivised to make that company work better to then cause their investment to grow. instead of asking to be bailed out via other means outside the model)

Thanks for the response. But i don't think it's enough since,
1. You need some fiat to buy/invest on Bitcoin in first place.
2. New technology/feature usually doesn't have immediate impact on Bitcoin price.
373  Bitcoin / Development & Technical Discussion / Re: Starting a Bitcoin Node using a VPS on: February 05, 2024, 09:59:49 AM
Since the cost does not include enough space for a full node how much does it cost to go to 1TB for storage?
It's not much work to do a quick pre-install of BTC and then bill you at a profit for bandwidth overages and storage overages.

Remember, most if not all hosts give you X bandwidth and even if you are doing your initial sync from a local node to your local node and never touching the internet that bandwidth still counts against your monthly total.

While your statement generally is true, it seems Contabo also offer storage-focused option. But with very low price, i would question the reliability and actual performance of such VPS.



It's also worth to mention there are at least 281 reachable full node which use Contabo, according to https://bitnodes.io/nodes/asns/?q=51167. Using less popular datacenter would be somewhat better.
It's quite difficult to find ASNs less populated than that. IPs under the same ASNs doesn't mean that they are under the same datacenters; they can also be among a bunch of different datacenters that are geographically located in different locations.

You're right. But IIRC we can't find better or more accurate data without much more effort.
374  Bitcoin / Development & Technical Discussion / Re: SRC-20 vs BRC-20 on: February 05, 2024, 09:48:35 AM
Both of them have same data permanency when it's transaction included on Bitcoin blockchain. I think you need to clarify your statement further.
Isn't "SRC-20" from Bitcoin Stamps?

Yes, according to documentation i mentioned earlier.

If it actually is, then the data that uses this protocol is stored in the part of the block where the transactions reside, not in the part where the witness data reside. They can't be pruned, but Bitcoin Stamps is also more expensive to use.

AFAIK no full node software offer option to prune only witness data, unless you count old software which doesn't support SegWit. And it's not not expensive compared to BRC-20, since SRC-20 create 1 TX while BRC-20 create 2 TX.

Although, some users/collectors might choose Bitcoin Stamps over Ordinals because of, OP's words, "digital permanence".

I doubt it. As long as Bitcoin remain popular, there will be nodes which store all blockchain data.
375  Bitcoin / Development & Technical Discussion / Re: Why is bip 39 a very much reoccurring word in Bitcoin on: February 04, 2024, 12:36:40 PM
I was reading the Bitcoin book on github

Help enlighten me on what the bip 39 is?.

Do you mean this book https://github.com/bitcoinbook/bitcoinbook? If yes, you need to read entire chapter 5 which already explain about BIP 39. Anyway, it'd be great if you have more specific question about BIP 39.
376  Economy / Reputation / Re: Users who spread false/fake/unhelpful information on technical board on: February 04, 2024, 12:20:58 PM
User: Prince_vlad

Tap root is a significant upgrade with the adoption of bitcoin core version 0.21.0. It introduces several improvements, including enhanced privacy, improved smart contract flexibility and increased efficiency
Tap root address is a pay to public key hash (p2pkh) address that utilizes the new taproot script. Tap root addresses provide increased privacy by allowing multiple parties to collaborate on complex transactions without revealing the details of the transactions script. It also enables more advanced smart contract capabilities. With taproot complex smart contracts can be represented as a single public key, known as taproot key. This shows that more sophisticated transactions can be implemented simply using taproot addresses

1. Off-topic response since the thread asking about generating Taproot address with Python.
2. Taproot address (P2TR) is NOT P2PKH address.
3. Taproot actually improve privacy by only revealing used/necessary portion of the script.
4. Not all script/smart contract can be represented as a single public key.

Installating bitcoin core requires several steps which may yet depending on the operating system involved
The first step however is downloading bitcoin core software by visiting the official bitcoin website (bitcoincore.org) choose the appropriate version for your operating system
Once downloaded proceed the installation process by following the on screen instructions
- initial synchronization; after the installation is complete the software will begin the process of synchronization with the bitcoin network , which involves downloading the entire blockchain history. Although this may take time depending on the speed of the internet and the current size of the blockchain
-secure the wallet; It is required to encrypt your wallet with a strong passphrase for added security,
Also regularly check for new versions and security updates by keeping up to date with the latest releases

1. Off-topic response since the thread asking about verifying Bitcoin Core file.
2. "Choose the appropriate version"? When newer version of Bitcoin Core released, usually it's available for all supported OS. People should choose latest version, unless they have very specific need.
3. Computer hardware also play big factor on duration of initial sync.

It's also suspected this user use AI to create his post, see https://bitcointalk.org/index.php?topic=5456516.msg63524512#msg63524512.
377  Bitcoin / Development & Technical Discussion / Re: Starting a Bitcoin Node using a VPS on: February 04, 2024, 12:10:37 PM
Fairly little. Decentralization should take into account how redundant our nodes are, as opposed to how many nodes are there. I suppose it wouldn't matter that much if there are tons of nodes in certain areas or datacenter.

It's also worth to mention there are at least 281 reachable full node which use Contabo, according to https://bitnodes.io/nodes/asns/?q=51167. Using less popular datacenter would be somewhat better.
378  Bitcoin / Bitcoin Discussion / Re: Is it okay for Bitcoin Core development to be funded by Banks? on: February 04, 2024, 12:01:53 PM
It is always a bad idea to FUND Bitcoin Core developers directly.  It is very likely the developers will become biased at some point.

By any chance, do you have better idea to fund Bitcoin Core developers? After all, direct funding is common on open source world. For example, majority change on Linux Kernel 5.10 LTS were done by people who work on certain company (which usually release closed-source software)[1]. Some even blatantly state their goal[2].

[1] https://news.itsfoss.com/huawei-kernel-contribution/
[2] https://www.linuxfoundation.org/press/press-release/google-funds-linux-kernel-developers-to-focus-exclusively-on-security
379  Bitcoin / Mining support / Re: Bitcoin CPU on: February 04, 2024, 11:48:31 AM
Or for a lower cost "lottery chances" solo mining route you can use a USB stick miner from Sidehack or his higher THs pod miner the R909
Both require Kano's latest cgminer for the drivers running on a PC or Pi.

Minuscule chance of finding a block but it *does* happen.
Can I use it on a company computer?

Ask your company.

I don't think I'll be caught dead using it though and how low are these chance of finding a block though?

The chance is extremely low, you can use Bitcoin mining calculator to know the exact chance. Anyway, you may be caught if someone monitor the network and found out there's network connection to Bitcoin mining pool.
380  Bitcoin / Mining / Re: Best ASIC for this power cost? on: February 04, 2024, 11:42:32 AM
Based on the experience of those who are miners, I would like to know the following:

What is the best ASIC miner for those with an energy cost of $0.20 KW/h?

I've no experience, but you can visit https://www.asicminervalue.com/ and set electricity rate to $0.20 kW/h to see which ASIC profitable. But at time of writing this post, only non SHA-256 ASIC offer some profitability. But the profit depends on price of altcoin which use algorithm supported by the ASIC and you still need to calculate ROI by yourself.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [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 ... 151 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!