Bitcoin Forum
August 07, 2025, 06:35:31 PM *
News: Latest Bitcoin Core release: 29.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 ... 247 »
1  Bitcoin / Project Development / Re: Building scalable applications on Bitcoin on: Today at 09:45:58 AM
So over the years, I went back to uni, thought about the idea, fine tuned until it finally struck: A decentralized freelancing platform would level the playing field. Bitcoin is the future.

So how do you plan to verify activity outside blockchain in decentralized way? Other project i've seen usually use one or more oracle that introduce centralization.
2  Bitcoin / Project Development / Re: I made a simple tool to query blockchain sanction addresses. on: Today at 09:44:18 AM
Currently i have no reason to check whether an address is part of sanction. But i tried it a bit with few cryptocurrency address listed on US OFEC website and it seems to work properly.

📄 License

This project is free and open source. Anyone can use, modify, and distribute this software for any purpose.

It's good to see you decided to give open source license, although you may want to choose specific one (such as MIT license).
3  Bitcoin / Development & Technical Discussion / Re: What Happens If a Node Syncs From a Peer with a Corrupted UTXO Set? on: Today at 09:32:25 AM
--snip--
But If you use a UTXO snapshot you're kinda trusting that the snapshot is correct. The node may not be able to notice if the snapshot is wrong because it hasn't re validated the entire history. But If it tries to broadcast a transaction it will be dropped by all other nodes immediately.

1. So what kind of trust you're talking about? The blog i quoted earlier clearly stated it check whether the snapshot meet expected hash (hard coded on Bitcoin Core code).
2. If the snapshot is wrong/not expected, the hash should be different.
4  Bitcoin / Mining / Re: Bitcoin GPU mining is back, indirectly. on: August 06, 2025, 09:31:25 AM
some people are already using, 150w to get 7TH seem cool, ten pieces of this card is 1500w @ 70TH

It's energy efficiency isn't that good, even when compared with ASIC aimed for solo/hobbyist miner. For example, Bitaxe Gamma 601 (released middle 2024) use 17W for 1.2TH/s.
5  Bitcoin / Electrum / Re: Connect Electrum to local Bitcoin Core full-node? on: August 06, 2025, 08:58:54 AM
There's also the very lightweight "Electrum Personal Server" (EPS link) but it's quite outdated and haven't been updated for 3years now.

Let's not recommend that. Electrum communication protocol have changed few times[1], where i don't know minimum version accepted by newer version of Electrum. Bitcoin Core also occasionally change it's RPC call behavior.

Talking about outdated stuff, there's one Electrum plugin called bwt[2] which aim to let Electrum directly connect to Bitcoin Core. Although i do not recommend it to OP since it haven't been updated for 4 years.

[1] https://electrumx.readthedocs.io/en/latest/protocol-changes.html
[2] https://github.com/bwt-dev/bwt-electrum-plugin
6  Other / Off-topic / Re: A new database in the world on: August 06, 2025, 08:46:56 AM
I believe you asked question on wrong forum. You probably should ask it on programming or database forum, rather than Bitcoin forum. I don't know much about database, but you may want to consider whether you'll release it as closed-source, open-source or something else.
7  Bitcoin / Hardware / Re: ASiC Repair Services on: August 06, 2025, 08:41:52 AM
Here's my statement,
1. oneminers dot com is a probable scam mining company.
2. I strongly believe user @BitJannik create this thread only to shill this website. Proof, https://ninjastic.space/search?author=BitJannik&content=oneminers.
3. For other reader, if you're looking to repair your ASIC, consider contacting company who create the ASIC. For example, Bitmain if you own Antminer.

P.S. To moderator, please delete this thread (along with my reply).
8  Other / Meta / Re: is this forum allowing known scammers and ban evaders to operate freely? on: August 05, 2025, 10:07:50 AM
--snip--
Well, that scammer's reputation is already ruined and with such reputation even applying a signature of scam website won't help him/her much.

I somewhat disagree. User Velkro used to wear signature about scam vanity address website for almost a decade while frequently post on "Beginners & Help" board.

Banning accounts of such scammers is going to put so much burden on the shoulders of the admins/moderators and even with bans they can still create new accounts and find ways to continue their old habits.

Do you you clarify how banning account is going to put so much burden? Do you mean reviewing the proof or something else?

this scammer have four accounts.
Firstly I didn't bother opening the link. Users here will easily consider you an alt. If there is concrete evidence that a person breaks the forum rules resulting a ban penalty then eventually he'll be banned.

OP present it in lazy way, so it's not surprising many member won't even look at it. But aside from what OP said, user "coaltin" also created many spam/AI generated posts where i reported some of them. Here's an example where all of them deleted by moderator,  It should be another reason for moderator to consider permanent ban.
9  Bitcoin / Development & Technical Discussion / Re: Separate wallet and node on: August 05, 2025, 09:43:27 AM
Quote
Pruned node only reduce storage space requirement, but other requirement remains same.

What other requirements are you concerned about?    If you cut down connections bandwidth and memory are also reduced.

I have no specific concern regarding OP's case. My statement assume there's no other change besides enabling pruning.
10  Bitcoin / Project Development / Re: Offline Crypto Transactions – No Internet, Fully Blockchain-Valid on: August 05, 2025, 09:29:23 AM
--snip--
My point is those points aren't exactly "Key features" or outstanding compared with today's offline signing.
I appreciate your honest feedback — and I understand your hesitation.

I agree: most so-called "offline crypto" solutions today just mean signing on one device and broadcasting later via QR or USB. What I’m working on includes the full peer-to-peer transmission layer — without using traditional proximity-based channels like Bluetooth, NFC, or LoRa. And yes, the distance is global — not just short-range.

I said "offline signing", not "offline crypto" which usually refer to different thing.

--snip--
because i had done tests now guys you can check this my first offline transaction with proof i  send 3000 satoshis

https://mempool.space/testnet/tx/501789e689cea0c90e1c18954811ad355c93b65032f107c8eeba6fed61ca50a2
I completed a full crypto transaction — from device to chain — with no connection, no data, no internet, and no infrastructure. It’s real. And it works.

✅ Transaction broadcasted successfully!
📨 TXID: {'txid': '501789e689cea0c90e1c18954811ad355c93b65032f107c8eeba6fed61ca50a2', 'response_dict': '501789e689cea0c90e1c18954811ad355c93b65032f107c8eeba6fed61ca50a2'}

TX data doesn't even contain information about how the TX is created or transmitted, so nobody can verify your statement.
11  Bitcoin / Project Development / Re: Offline Crypto Transactions – No Internet, Fully Blockchain-Valid on: August 04, 2025, 09:22:59 AM
--snip--
--------------------------------------------------------------------------------------------------------
Thanks for your question — and it’s a good one.

No, I’m not using QR codes or camera scanning between devices.

What I’m building is not a cold-wallet model or standard airgapped QR flow. It’s something more direct and unconventional, where data is exchanged between devices without traditional I/O or connectivity (no QR, no Bluetooth, no NFC, no Wi-Fi).

The fact that the transaction is valid is just a byproduct — the real innovation is in how the TX gets from device A to B. and it gets Globally! not like 10 meters away!

No offense, but from my perspective it's either have limited practicality, fictional or revolutionary.

I understand your point — but I’d argue that “offline TX” usually means just signing offline and broadcasting later. What I’ve done includes transmission too — without any external connection.

That’s what I believe is the novelty here.

My point is those points aren't exactly "Key features" or outstanding compared with today's offline signing.
12  Economy / Scam Accusations / Re: Potential Wizardswap.io Exitscam Be careful. on: August 04, 2025, 08:52:33 AM
https://ibb.co/HTRs0TZg

wow kycd me. dont use wizard i guess they kyc....




Sorry OP but,

Quote
WizardSwap conducts internal monitoring for suspicious activity. If a transaction is flagged as suspicious, your funds may be frozen or seized.

Did you read their faq?

Further, to obtain XMR or other coins, simply contact us on simpleX — we can provide you without any AML or KYC checks.

Check it out our thread ---> bitcointalk.org/index.php?topic=5539912.0

FWIW, this FAQ only added somewhere in middle or late December 2024[1]. It wasn't exist on early 2024[2]. If OP used wizardswap long time ago, it's not surprising he wouldn't expect such addition/change on how wizardswap works.

[1] http://web.archive.org/web/20241228154329/https://www.wizardswap.io/faq
[2] http://web.archive.org/web/20241209232147/https://www.wizardswap.io/faq
13  Bitcoin / Bitcoin Discussion / Re: Start9 vs. Umbrel for Electrum Server on: August 04, 2025, 08:46:30 AM
I use neither, but there are few things i can clarify.

2. Umbrel seems set up to use TOR as an option, whereas Start9 seems to have TOR on by default. I don't really want TOR running all the time, and from what I read, bitcoin core doesn't use it anyway. There is probably a way to disable it in Start9 from the command line, but I wonder if that will break things.

Bitcoin Core actually support Tor, see https://github.com/bitcoin/bitcoin/blob/master/doc/tor.md. But you need to check with Umbrel or Start9 whether you need to configure Bitcoin Core manually to use Tor.

So you can turn TOR off (I'm not sure how, but I can probably do it from the command line) without breaking anything? My internet is pretty fast, but I had a data cap that I just paid to get rid of, so I should be good.

I'm not sure what exactly you mean by get rid of data cap. But FYI, current Bitcoin blocksize is about 700GB.

If I can do that I am leaning to Start9 over Umbrel. From what I can gather on the internet, Umbrel has more layers of containerization than Start9, so will probably be more complex to troubleshoot? I guess I could go with a basic Debian server, but I'm more interested in learning about Bitcoin than Linux sys admin.

Looking at some discussion at Start9 website, it seems Start9 also use docker (one of containerization tool). Here's an example, https://community.start9.com/t/docker-error-no-space-left-on-device/2875.
14  Bitcoin / Project Development / Re: Offline Crypto Transactions – No Internet, Fully Blockchain-Valid on: August 04, 2025, 08:32:12 AM
I’ve recently completed successful testing of a prototype that enables sending Bitcoin transactions between mobile phones — with no Internet connection, no Wi-Fi, no cellular data, no Bluetooth.

By any chance, do you use screen (that show QR code) and camera (which scan QC core)  ?

you can check it Here Also ---> https://mempool.space/testnet/tx/1b500a8205b8d317c79b39a1e8025135d50413afe3c6a5901fbfce985da1e5d8

The transaction is valid on-chain, tested on Bitcoin testnet, and the signature is 100% verifiable with no risk of double-spend.
Key features:
✔ Fully compatible with Bitcoin transaction structure (validated on testnet) 
✔ Secure: no replay/double-spend vulnerability 

For these points, IMO it's not worth to mention since your usual offline TX does same thing.
15  Bitcoin / Bitcoin Discussion / Re: Can Iteration less than 25000 be Real Wallet.dat ? What about Timestamp ? on: August 03, 2025, 12:04:58 PM
What versions before v.04 that is encrypted and produce iteration less than 25000? Can you name one or two just to have a glimpse of which ones you meant.

If you're asking this question to @lucas85moose (who made post above yours), then you wasted your time. That account is used for SEO spam purpose (the spam link is hidden inside 1pt text) and i bet his reply is AI generated.



What about the release or testing versions before this version ? Because I have seen a lot of wallets with count less than 25000, are they all fake ? 

I don't know your ultimate goal. But these days, i would just assume all wallet.dat that can be found on internet as fake. I also would like to re-share this statement by one of Bitcoin Core developer/contributor.

The wallet file isn't fake per se, nor are the transactions it shows. What's fake about it is that it doesn't contain the private keys it claims it does.

The method of identification is to look at the corresponding version of the wallet code, check the data consistency, time, field, type, structure, It looks very complicated.
It actually is not that complicated. You don't need to check any data consistency, time, etc. You don't need to check any of the things you mentioned. You also don't really need to look at the wallet code because the data that they are manipulating doesn't change frequently, if ever. In fact, the specific database fields that are being modified will likely never change in order to maintain backwards compatibility with older wallet versions.

What the authors have done here is simply add fields which represent encrypted keys. These fields contain the pubkey and the encrypted private key which will typically just look like random data (because that's the point of encryption). What the authors have done is just create a field that contains the pubkey and random data (or in this case, a string) as the private key.

It is impossible for anyone (technical or not, professional or not) to identify that the wallet is "fake" by simply looking at it (besides the fact that common sense tells you its a scam). If done correctly, the supposed encrypted key will be garbage data and its veracity cannot be determined without knowing the decryption key. Of course, if it's just zeroes or some other obvious non-random data, then it can be easily determined. You can inspect the data of a wallet.dat file using BDB 4.6's db_dump tool.
16  Bitcoin / Development & Technical Discussion / Re: Separate wallet and node on: August 03, 2025, 11:57:07 AM
Thank you guys for the information. So yes we already use bitcoind as a wallet so we can send btc(by calling rpc) and receive "walletnotify" messages. And idea was keep using it as it is but do not have full synced node... So I can see from your answers it is not possible.
Thanks!

Yes, it's impossible to achieve what you want with Bitcoin Core. There's no option to let you request specific data on other node/server. Pruned node only reduce storage space requirement, but other requirement remains same. Other user have mentioned to use different wallet, but i expect it's not applicable to you since,
1. You need to move Bitcoin and rewrite some of your software.
2. Some of mentioned software have GUI and there's no way to run it on server without the GUI.
17  Economy / Scam Accusations / Re: List of red flags of CryptoTab on: August 03, 2025, 11:39:18 AM
a few months back i was looking into phone farms and how some people make money off them, and i remember CryptoTab app came up a lot next to other apps like swagbucks, cash magnet, current and a few others.
it's basically adware, possibly even malware, that turns any device it's on into a zombie.

Adware? Personally i would classify those software as spyware since they collect and share/sell user data. Malware also fits on some cases.

it's part of the gray make money corner of the internet, they basically pay you pennies (if they don't scam you) to use your device bandwidth to spam you with ads and whatever else they do in the background with you knowing.

It's common pattern so some gullible users wouldn't realize they got deceived. Although looking at review of CryptoTab, it seems they allow you to make few withdraw in small amount before suspend you or forbid you to withdraw.

People should know that you cannot mine anything using a mobile device. You are a product to them. They show you ads, use your bandwidth, and your personal data to show you personalized ads so they can make more money. I never used this browser, so I do not have any idea how it works. If I am not wrong, another browser was sending BitTorrent tokens to the browser users. I guess Brave browser was also promising a similar thing to their users, NO?

I don't know what browser give you BitTorrent token. But IMO brave browser have far less red flags than this CryptoTab. Source code of brave browser is available and their token reward is opt-in/optional.
18  Bitcoin / Bitcoin Discussion / Re: Are there block explorers which respect your privacy? on: August 02, 2025, 10:22:55 AM
Since you're fairly technical user, are you aware of blockchain explorer that claim to use fully homomorphic encryption?

Some are in the process of implementing this idea with fully homomorphic encryption, but as a block explorer: https://btc.usespiral.com/
This is their paper: https://eprint.iacr.org/2022/368
And this their repository: https://github.com/menonsamir/spiral-rs

The website is no longer online, but it supposed to let them perform some query task without knowing decrypted input/output data.
19  Economy / Marketplace / Re: Bitcoin Life Insurance on: August 02, 2025, 10:16:46 AM
Stop making post in a row, you violate forum rule.

32. Posting multiple posts in a row (excluding bumps and reserved posts by the thread starter) is not allowed.



--snip--
Also as for the CryptoTab thing, it was legitimate. It was my intro to mining. I mined 1,000 sats in a month from the app.
Yes, that's not a lot, but it was an intro course for me.
I wasn't "shilling" it. I mentioned it to another member of the forum, as an intro to mining.
I now do some home mining myself with a couple of Avalon nano miners. I don't get a lot of sats from it, a few hundred per day, but I like contributing to the network hash rate, and I enjoy it.

Do you really think CryptoTab legit? Have you seen it's review on trustpilot?

List of scam accusations

Trustpilot for some of their website have poor rating, where many review complaint unbale to withdraw "mined" Bitcoin.

https://www.trustpilot.com/review/cryptobrowser.site (2.2 rating with 1028 reviews)
https://www.trustpilot.com/review/cryptotab.com (1.3 rating with 182 reviews)
https://www.trustpilot.com/review/cryptotab.farm (1.3 rating with 89 reviews)
https://www.trustpilot.com/review/getcryptotab.com (2.0 rating with 14 reviews)
20  Economy / Reputation / Re: Users who spread false/fake/unhelpful information on technical board on: August 02, 2025, 09:16:14 AM
User: Jibdeen

Additional information (optional):
* This user suspected using AI/chatbot, see his trust feedback.
* This user suspected peforming plagiarism, see https://bitcointalk.org/index.php?topic=1926895.msg65627497#msg65627497.
* Some of the post already deleted by moderator before i write this thread.

List of post:

To unlock my wallet?
If you forget your wallet passphrase. However, it matters how the wallet is structured to access it using key:

1. Private Key: If you have the private key associated with the wallet, you can access the funds directly using the key, bypassing the need for the use of passphrase. This can only be possible if your wallet allows the import of private key

2. Seed Phrase: If the wallet was created with a seed phrase (mnemonic), the seed can sometimes also be used to recover the wallet. Depending on the application, the seed phrase may or may not be encrypted with the passphrase.

3. Encryption: If the wallet is encrypted with a passphrase, you would still need that passphrase to decrypt it, even if you have the wallet's private key.

If you only have the private key and the wallet is not encrypted, you should be able to access your Bitcoin. But if the  wallet is encrypted with a passphrase and you don't remember the passphrase, recovering the wallet becomes much more difficult without it, even if you remember the wallet key.


1. If you already have private key, you don't have to deal with encrypted wallet.
2. Seed phrase always can be used to recover your wallet/Bitcoin, unless you miswrote it or the wallet generate invalid seed phrase.
3. Passphrase for seed phrase (BIP 39 ones) isn't used to perform encryption.

not true theres tons of new projects out there this year alone that are doing very well this is just the beginning of the industry

Which one is not true? Having a clone version of Bitcoin with the same feature? Why would I go invest in that new project without a unique feature?
Anyone can create a clone version of BTC, but the problem is if you think deeply, why would people use that coin if it works just like BTC? No use case?
Have you noticed most of the GPU mining these days? They are dying compared to BTC.
Look at some scammers; they use pump.fun to create a useless token to scam anyone.

For sure budding a clone version of bitcoin is a wrong decision because it doesn’t have any additional benefits or new features.

For anyone looking to create a custom crypto currency, I think drafting a new ideas, different features and a pattern for potential success that will attract investors is essential.

To avoid being scam tgat I’d the reason why I don’t invest in other coin other than bitcoin because bitcoin is the most trusted crypto currency even tho sometimes during altcoin season investment in altcoin to buy and sell is somehow beneficial.

Generally off-topic/unhelpful since the topic is about someone who ask whether they should use Bitcoin or create their own coin for their self hosted (?) AI project.

--snip--

This highlight the reasons why future blockchain nodes needs to operate without full storage of transactions history data.
I’m currently on a research to know how these innnovations could pave way for higher transactions and more adaptation of blockchain technology.
I found this article helpful

Generally unhelpful/spam, since it doesn't add anything to the topic.


Source: https://ninjastic.space/post/65642794

Generally unhelpful/spam, as it has been deleted by moderator.


Source: https://ninjastic.space/post/65574067

1. Blockchain explorer hardly can be used for proper blockchain analysis purpose.
2. Glassnode and intoTheBlock  mainly provide statistic of blockchain data. Their homepage doesn't mention feature to track specific address or UTXO either.
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 ... 247 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!