Post
Topic
Board Reputation
Merits 4 from 1 user
Re: Users who spread false/fake/unhelpful information on technical board
by
ABCbits
on 01/05/2024, 12:12:31 UTC
⭐ Merited by LoyceV (4)
User: MicroScript

Additional information (optional): -

List of post:

By configuring your Raspberry Pi 5 to adopt both an IPv4 and IPv6, Core Bitcoin will use an IPv6 addressing whenever it is available. Certainly, TOR can be the best way to solve the issue of inbound connections in order not to freak out the central server. The TOR bridges in place ensure complete anonymity provided in TOR. Responding to any possible problem of CGNAT or unstable IPv4 to make your full node approachable and anonymous.

1. Bitcoin is decentralized, so there's no thing such as "central server".
2. Tor Bridge is designed to avoid censorship, see https://support.torproject.org/censorship/censorship-7/. In addition, there's no thing such as complete, absolute or 100% anonymity.

The bitcoins from lobstr wallet er not real are they ?

I have just received 0.03 BTC but I can not swap them or do anything but send them

https://stellar.expert/explorer/public/tx/7ef95f23fc76be72d6ac117dbe4a0f97eb6e9a5c76d616255d65fd1d314de983

Your Bitcoins in Lobster Wallet are actually real. Lobster is a wallet for Stellar Network, not Bitcoin. Your transaction is not related to Bitcoin. It is related to Stellar Lumens (XLM). It is not possible to trade bitcoins in your Lobster Wallet because Lobster Wallet is designed for Stellar. For Bitcoin transactions, you need to use a Bitcoin Core wallet or a hardware wallet like Ledger or Treasure.

1. Statement "Your Bitcoins in Lobster Wallet are actually real." and "Lobster is a wallet for Stellar Network, not Bitcoin." are conflicted.
2. Bitcoin Core and hardware wallet aren't the only Bitcoin wallet out there.

Thank you.
i compiled it but i dont know how to mine the genesis block.
can you help me?


The blockchain client must be configured to mine the Genesis block. Your blockchain client's configuration file for mining should include the algorithm, Coinbase address, difficulty target, and more ancillary settings. After configuring now start mining using the 'start mining' command or you can give the mining command through the user interface. After starting mining you need to monitor whether the correct blocks are being mined successfully. You can verify with Blockchain Explorer whether the Genesis block has been successfully added to the blockchain after it has been mined.

1. The thread talks about modifying Bitcoin-Qt 0.6.2 client. So statement "The blockchain client must be configured to mine the Genesis block" is wrong since genesis block is hardcoded on Bitcoin. See https://en.bitcoin.it/wiki/Genesis_block.
2. If you create your own altcoin, that means you also need to run your own block explorer for your altcoin.