Bitcoin Forum
May 12, 2024, 01:39:38 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 »
1  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: February 28, 2023, 11:16:55 AM
The $25k resistance is annoying why can we not break it and stay above it?

We have got above it a few times but then a couple of days later we are again trying to break it. What needs to happen to get past it and stay past it? Does any one have any charts that explain what is happening?
2  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: February 07, 2022, 04:32:26 PM
Meantime we should be warming up the pictures of trains. I think we have seen the bottom last month.....

That is a nice bottom. I mean the sub 30k bottom we had....



Good joke I would shower you in merit if I had some
3  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: January 30, 2022, 12:39:56 PM
If I had an "extra" house, I could have sold it in 2016 too as I was trying to invest as much as I could (within some strict limits), but selling the house where I live-you have to be a bit more adventurous-like the Taihuttu dude (he sold the house when btc was $900, became a nomad with his whole family).

In any case, selling a live-in house to try to gain a bit of leverage is probably beyond most people. I have seen a couple reports like this, but usually it was a second house of a house that was inherited.
I have thought about this for a long time.

If you have no family depending on you and you do not have a partner it is a good idea. Sell the house for $300k buy a small camper van to live in so I am not homeless and travel the country by setting aside 10k by the time I have traveled all states I would probably profited by at least 1.5x.

280k x 1.5 = 420k

that is the minimum i think it rises it probably would be 2x

I could move into a house bigger then I have now for  1-2 years of living in a camper van. I would not need a mortgage and if a short time I would have improved my lifestyle forever

4  Alternate cryptocurrencies / Mining (Altcoins) / Re: C# mining app project on: January 30, 2022, 12:30:41 PM
I always learn stuff that way lole
I respect that! I thought it was going to be released to the public and not used to learn my bad.

Aight, I forgot bitcoin and seek for altcoins https://coinwut.com/mining-pool-single-gpu/
And I will ask a mod to migrate to altcoin section.
Use the report to moderator button
5  Economy / Reputation / Re: [Discussion] Bitcointalk Community Awards 🏆 on: January 30, 2022, 12:29:14 PM
Can you clarify what this means? The end of February plus 2 weeks would make it March 14, but in that case it doesn't make sense to say the end of Feb.
Two additional weeks will be required if 200 votes are not reached by the end of February [how was it last time].
We are at 80+ votes and we have 28 days left.
6  Other / Meta / Re: [Voting 2021] Bitcointalk Community Awards 🏆 on: January 30, 2022, 12:21:37 PM
1. Absolute Hero of Good: JayJuanGee, Ratimov, LFC_Bitcoin they spread information, merit and love
2. Golden Feather: LoyceV, DdmrDdmr, o_e_l_e_o, El duderino_ without these people this forum would be dead
3. Bitcointalk Ninja: TryNinja, LFC_Bitcoin
4. Bitcoin Geek: pooya87, ETFbitcoin, DannyHamilton  sometimes I ask myself how they are not btc devs
5. Event of the Year: El Salvador/legal tender
6. Fail of the Year: elon musk
7. Discovery of the Year: n0nce Unlimited knowledge already has 1000+ merits
8. Best SpamBuster: GazetaBitcoin, Ratimov how these people not mods?
9. Best ScamBuster: Ratimov, yahoo62278,
10. Craft Master:Maus0728
11. Antihero: franky1 he embraced his recent nomination by putting a devil on his profile pic
12. Miss Bitcointalk:  lovesmayfamilis
13. Best Moderator: mprep, hilariousandco, mrbig
7  Bitcoin / Development & Technical Discussion / Re: bitcoin-master.pro on: January 30, 2022, 11:59:46 AM
In future when pasting logs use the code tag.

Here is your log in the code tag. Quote my reply and see how to do it. It makes it easier for us to read.

Code:
 # Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.

#/* Major version */
#define CLIENT_VERSION_MAJOR 22
#/* Minor version */
#define CLIENT_VERSION_MINOR 99
######################################################################
# Automatically generated by qmake (3.1) Sat Jan 29 14:06:00 2022
######################################################################
QT += core gui network

TEMPLATE = app
TARGET = bitcoin-master
INCLUDEPATH += . \
               src \
               src/bench \
               src/common \
               src/compat \
               src/config \
               src/consensus \
               src/crc32c/include \
               src/crypto \
               src/index \
               src/init \
               src/interfaces \
               src/ipc \
               src/leveldb \
               src/logging \
               src/minisketch/include \
               src/node \
               src/policy \
               src/primitives \
               src/qt \
               src/rpc \
               src/script \
               src/secp256k1/include \
               src/support \
               src/univalue/include \
               src/util \
               src/wallet \
               src/zmq

QMAKE_CC = gcc
QMAKE_CFLAGS = -pthread -g -O0 -std=c17
QMAKE_CFLAGS +=  -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  \
-DHAVE_BUILD_INFO -DPROVIDE_FUZZ_MAIN_FUNCTION

QMAKE_CXX = g++ -std=c++17
QMAKE_CXXFLAGS =  -fstack-reuse=none -Wstack-protector -fstack-protector-all \
-fcf-protection=full -fstack-clash-protection  -Wall -Wextra -Wformat \
-Wformat-security -Wvla -Wredundant-decls -Wdate-time -Wduplicated-branches \
-Wduplicated-cond -Wlogical-op -Woverloaded-virtual -Wsuggest-override \
-Wimplicit-fallthrough  -Wno-unused-parameter -Wno-deprecated-copy   \
-g -O0 -fno-extended-identifiers

QMAKE_LIBDIR_FLAGS = -lpthread  -Wl,-z,relro -Wl,-z,now -Wl,-z,separate-code -pie
QMAKE_AR_CMD = cr

QMAKESPEC = -O2  -std=c89 -pedantic -Wno-long-long -Wnested-externs -Wshadow \
-Wstrict-prototypes -Wundef -Wno-overlength-strings -Wall -Wno-unused-function \
-Wextra -Wcast-align -Wcast-align=strict -fvisibility=hidden


# The following define makes your compiler warn you if you use any
# feature of Qt which has been marked as deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS HAVE_CONFIG_H

# You can also make your code fail to compile if you use deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000    # disables all the APIs deprecated before Qt 6.0.0

# Input
HEADERS += ui_addressbookpage.h \
           ui_askpassphrasedialog.h \
           ui_editaddressdialog.h \
           ui_overviewpage.h \
           ui_sendcoinsdialog.h \
           ui_sendcoinsentry.h \
           ui_transactiondescdialog.h \
           build/ui_addressbookpage.h \
           build/ui_askpassphrasedialog.h \
           build/ui_editaddressdialog.h \
           build/ui_overviewpage.h \
           build/ui_sendcoinsdialog.h \
           build/ui_sendcoinsentry.h \
           build/ui_transactiondescdialog.h \
           build_msvc/libsecp256k1_config.h \
           src/addrdb.h \
           src/addrman.h \
           src/addrman_impl.h \
           src/arith_uint256.h \
           src/attributes.h \
           src/banman.h \
           src/base58.h \
           src/bech32.h \
           src/blockencodings.h \
           src/blockfilter.h \
           src/chain.h \
           src/chainparams.h \
           src/chainparamsbase.h \
           src/chainparamsseeds.h \
           src/checkqueue.h \
           src/clientversion.h \
           src/coins.h \
           src/compat.h \
           src/compressor.h \
           src/core_io.h \
           src/core_memusage.h \
           src/cuckoocache.h \
           src/dbwrapper.h \
           src/deploymentinfo.h \
           src/deploymentstatus.h \
           src/external_signer.h \
           src/flatfile.h \
           src/fs.h \
           src/hash.h \
           src/httprpc.h \
           src/httpserver.h \
           src/i2p.h \
           src/indirectmap.h \
           src/init.h \
           src/key.h \
           src/key_io.h \
           src/logging.h \
           src/mapport.h \
           src/memusage.h \
           src/merkleblock.h \
           src/net.h \
           src/net_permissions.h \
           src/net_processing.h \
           src/net_types.h \
           src/netaddress.h \
           src/netbase.h \
           src/netmessagemaker.h \
           src/noui.h \
           src/outputtype.h \
           src/pow.h \
           src/prevector.h \
           src/protocol.h \
           src/psbt.h \
           src/pubkey.h \
           src/random.h \
           src/randomenv.h \
           src/reverse_iterator.h \
           src/scheduler.h \
           src/serialize.h \
           src/shutdown.h \
           src/signet.h \
           src/span.h \
           src/streams.h \
           src/sync.h \
           src/threadinterrupt.h \
           src/threadsafety.h \
           src/timedata.h \
           src/tinyformat.h \
           src/torcontrol.h \
           src/txdb.h \
           src/txmempool.h \
           src/txorphanage.h \
           src/txrequest.h \
           src/uint256.h \
           src/undo.h \
           src/validation.h \
           src/validationinterface.h \
           src/version.h \
           src/versionbits.h \
           src/walletinitinterface.h \
           src/warnings.h \
           src/bench/bench.h \
           src/bench/data.h \
           src/bench/nanobench.h \
           src/common/bloom.h \
           src/compat/assumptions.h \
           src/compat/byteswap.h \
           src/compat/cpuid.h \
           src/compat/endian.h \
           src/compat/sanity.h \
           src/compat/stdin.h \
           src/config/bitcoin-config.h \
           src/consensus/amount.h \
           src/consensus/consensus.h \
           src/consensus/merkle.h \
           src/consensus/params.h \
           src/consensus/tx_check.h \
           src/consensus/tx_verify.h \
           src/consensus/validation.h \
           src/crypto/aes.h \
           src/crypto/chacha20.h \
           src/crypto/chacha_poly_aead.h \
           src/crypto/common.h \
           src/crypto/hkdf_sha256_32.h \
           src/crypto/hmac_sha256.h \
           src/crypto/hmac_sha512.h \
           src/crypto/muhash.h \
           src/crypto/poly1305.h \
           src/crypto/ripemd160.h \
           src/crypto/sha1.h \
           src/crypto/sha256.h \
           src/crypto/sha3.h \
           src/crypto/sha512.h \
           src/crypto/siphash.h \
           src/index/base.h \
           src/index/blockfilterindex.h \
           src/index/coinstatsindex.h \
           src/index/disktxpos.h \
           src/index/txindex.h \
           src/init/common.h \
           src/interfaces/chain.h \
           src/interfaces/echo.h \
           src/interfaces/handler.h \
           src/interfaces/init.h \
           src/interfaces/ipc.h \
           src/interfaces/node.h \
           src/interfaces/wallet.h \
           src/ipc/context.h \
           src/ipc/exception.h \
           src/ipc/process.h \
           src/ipc/protocol.h \
           src/logging/timer.h \
           src/node/blockstorage.h \
           src/node/caches.h \
           src/node/chainstate.h \
           src/node/coin.h \
           src/node/coinstats.h \
           src/node/context.h \
           src/node/miner.h \
           src/node/minisketchwrapper.h \
           src/node/psbt.h \
           src/node/transaction.h \
           src/node/ui_interface.h \
           src/node/utxo_snapshot.h \
           src/policy/feerate.h \
           src/policy/fees.h \
           src/policy/packages.h \
           src/policy/policy.h \
           src/policy/rbf.h \
           src/policy/settings.h \
           src/primitives/block.h \
           src/primitives/transaction.h \
           src/qt/addressbookpage.h \
           src/qt/addresstablemodel.h \
           src/qt/askpassphrasedialog.h \
           src/qt/bantablemodel.h \
           src/qt/bitcoin.h \
           src/qt/bitcoinaddressvalidator.h \
           src/qt/bitcoinamountfield.h \
           src/qt/bitcoingui.h \
           src/qt/bitcoinunits.h \
           src/qt/clientmodel.h \
           src/qt/coincontroldialog.h \
           src/qt/coincontroltreewidget.h \
           src/qt/createwalletdialog.h \
           src/qt/csvmodelwriter.h \
           src/qt/editaddressdialog.h \
           src/qt/guiconstants.h \
           src/qt/guiutil.h \
           src/qt/initexecutor.h \
           src/qt/intro.h \
           src/qt/macdockiconhandler.h \
           src/qt/macnotificationhandler.h \
           src/qt/macos_appnap.h \
           src/qt/modaloverlay.h \
           src/qt/networkstyle.h \
           src/qt/notificator.h \
           src/qt/openuridialog.h \
           src/qt/optionsdialog.h \
           src/qt/optionsmodel.h \
           src/qt/overviewpage.h \
           src/qt/paymentserver.h \
           src/qt/peertablemodel.h \
           src/qt/peertablesortproxy.h \
           src/qt/platformstyle.h \
           src/qt/psbtoperationsdialog.h \
           src/qt/qrimagewidget.h \
           src/qt/qvalidatedlineedit.h \
           src/qt/qvaluecombobox.h \
           src/qt/receivecoinsdialog.h \
           src/qt/receiverequestdialog.h \
           src/qt/recentrequeststablemodel.h \
           src/qt/rpcconsole.h \
           src/qt/sendcoinsdialog.h \
           src/qt/sendcoinsentry.h \
           src/qt/sendcoinsrecipient.h \
           src/qt/signverifymessagedialog.h \
           src/qt/splashscreen.h \
           src/qt/trafficgraphwidget.h \
           src/qt/transactiondesc.h \
           src/qt/transactiondescdialog.h \
           src/qt/transactionfilterproxy.h \
           src/qt/transactionoverviewwidget.h \
           src/qt/transactionrecord.h \
           src/qt/transactiontablemodel.h \
           src/qt/transactionview.h \
           src/qt/utilitydialog.h \
           src/qt/walletcontroller.h \
           src/qt/walletframe.h \
           src/qt/walletmodel.h \
           src/qt/walletmodeltransaction.h \
           src/qt/walletview.h \
           src/qt/winshutdownmonitor.h \
           src/rpc/blockchain.h \
           src/rpc/client.h \
           src/rpc/mining.h \
           src/rpc/protocol.h \
           src/rpc/rawtransaction_util.h \
           src/rpc/register.h \
           src/rpc/request.h \
           src/rpc/server.h \
           src/rpc/server_util.h \
           src/rpc/util.h \
           src/script/bitcoinconsensus.h \
           src/script/descriptor.h \
           src/script/interpreter.h \
           src/script/keyorigin.h \
           src/script/script.h \
           src/script/script_error.h \
           src/script/sigcache.h \
           src/script/sign.h \
           src/script/signingprovider.h \
           src/script/standard.h \
           src/support/cleanse.h \
           src/support/events.h \
           src/support/lockedpool.h \
           src/test/scriptnum10.h \
           src/util/asmap.h \
           src/util/bip32.h \
           src/util/bytevectorhash.h \
           src/util/check.h \
           src/util/epochguard.h \
           src/util/error.h \
           src/util/fastrange.h \
           src/util/fees.h \
           src/util/getuniquepath.h \
           src/util/golombrice.h \
           src/util/hash_type.h \
           src/util/hasher.h \
           src/util/macros.h \
           src/util/message.h \
           src/util/moneystr.h \
           src/util/overflow.h \
           src/util/overloaded.h \
           src/util/rbf.h \
           src/util/readwritefile.h \
           src/util/serfloat.h \
           src/util/settings.h \
           src/util/sock.h \
           src/util/spanparsing.h \
           src/util/strencodings.h \
           src/util/string.h \
           src/util/syscall_sandbox.h \
           src/util/system.h \
           src/util/thread.h \
           src/util/threadnames.h \
           src/util/time.h \
           src/util/tokenpipe.h \
           src/util/trace.h \
           src/util/translation.h \
           src/util/types.h \
           src/util/ui_change_type.h \
           src/util/url.h \
           src/util/vector.h \
           src/wallet/bdb.h \
           src/wallet/coincontrol.h \
           src/wallet/coinselection.h \
           src/wallet/context.h \
           src/wallet/crypter.h \
           src/wallet/db.h \
           src/wallet/dump.h \
           src/wallet/external_signer_scriptpubkeyman.h \
           src/wallet/feebumper.h \
           src/wallet/fees.h \
           src/wallet/ismine.h \
           src/wallet/load.h \
           src/wallet/receive.h \
           src/wallet/salvage.h \
           src/wallet/scriptpubkeyman.h \
           src/wallet/spend.h \
           src/wallet/sqlite.h \
           src/wallet/transaction.h \
           src/wallet/wallet.h \
           src/wallet/walletdb.h \
           src/wallet/wallettool.h \
           src/wallet/walletutil.h \
           src/zmq/zmqabstractnotifier.h \
           src/zmq/zmqnotificationinterface.h \
           src/zmq/zmqpublishnotifier.h \
           src/zmq/zmqrpc.h \
           src/zmq/zmqutil.h \
           src/crc32c/src/crc32c_arm64.h \
           src/crc32c/src/crc32c_arm64_check.h \
           src/crc32c/src/crc32c_extend_unittests.h \
           src/crc32c/src/crc32c_internal.h \
           src/crc32c/src/crc32c_prefetch.h \
           src/crc32c/src/crc32c_read_le.h \
           src/crc32c/src/crc32c_round_up.h \
           src/crc32c/src/crc32c_sse42.h \
           src/crc32c/src/crc32c_sse42_check.h \
           src/crypto/ctaes/ctaes.h \
           src/ipc/capnp/context.h \
           src/ipc/capnp/init-types.h \
           src/ipc/capnp/protocol.h \
           src/leveldb/db/builder.h \
           src/leveldb/db/db_impl.h \
           src/leveldb/db/db_iter.h \
           src/leveldb/db/dbformat.h \
           src/leveldb/db/filename.h \
           src/leveldb/db/log_format.h \
           src/leveldb/db/log_reader.h \
           src/leveldb/db/log_writer.h \
           src/leveldb/db/memtable.h \
           src/leveldb/db/skiplist.h \
           src/leveldb/db/snapshot.h \
           src/leveldb/db/table_cache.h \
           src/leveldb/db/version_edit.h \
           src/leveldb/db/version_set.h \
           src/leveldb/db/write_batch_internal.h \
           src/leveldb/port/port.h \
           src/leveldb/port/port_example.h \
           src/leveldb/port/port_stdcxx.h \
           src/leveldb/port/thread_annotations.h \
           src/leveldb/table/block.h \
           src/leveldb/table/block_builder.h \
           src/leveldb/table/filter_block.h \
           src/leveldb/table/format.h \
           src/leveldb/table/iterator_wrapper.h \
           src/leveldb/table/merger.h \
           src/leveldb/table/two_level_iterator.h \
           src/leveldb/util/arena.h \
           src/leveldb/util/coding.h \
           src/leveldb/util/crc32c.h \
           src/leveldb/util/env_posix_test_helper.h \
           src/leveldb/util/env_windows_test_helper.h \
           src/leveldb/util/hash.h \
           src/leveldb/util/histogram.h \
           src/leveldb/util/logging.h \
           src/leveldb/util/mutexlock.h \
           src/leveldb/util/no_destructor.h \
           src/leveldb/util/posix_logger.h \
           src/leveldb/util/random.h \
           src/leveldb/util/testharness.h \
           src/leveldb/util/testutil.h \
           src/leveldb/util/windows_logger.h \
           src/minisketch/include/minisketch.h \
           src/minisketch/src/false_positives.h \
           src/minisketch/src/fielddefines.h \
           src/minisketch/src/int_utils.h \
           src/minisketch/src/lintrans.h \
           src/minisketch/src/sketch.h \
           src/minisketch/src/sketch_impl.h \
           src/minisketch/src/util.h \
           src/qt/test/addressbooktests.h \
           src/qt/test/apptests.h \
           src/qt/test/rpcnestedtests.h \
           src/qt/test/uritests.h \
           src/qt/test/util.h \
           src/qt/test/wallettests.h \
           src/secp256k1/contrib/lax_der_parsing.h \
           src/secp256k1/contrib/lax_der_privatekey_parsing.h \
           src/secp256k1/include/secp256k1.h \
           src/secp256k1/include/secp256k1_ecdh.h \
           src/secp256k1/include/secp256k1_extrakeys.h \
           src/secp256k1/include/secp256k1_preallocated.h \
           src/secp256k1/include/secp256k1_recovery.h \
           src/secp256k1/include/secp256k1_schnorrsig.h \
           src/secp256k1/src/assumptions.h \
           src/secp256k1/src/basic-config.h \
           src/secp256k1/src/bench.h \
           src/secp256k1/src/ecdsa.h \
           src/secp256k1/src/ecdsa_impl.h \
           src/secp256k1/src/eckey.h \
           src/secp256k1/src/eckey_impl.h \
           src/secp256k1/src/ecmult.h \
           src/secp256k1/src/ecmult_const.h \
           src/secp256k1/src/ecmult_const_impl.h \
           src/secp256k1/src/ecmult_gen.h \
           src/secp256k1/src/ecmult_gen_impl.h \
           src/secp256k1/src/ecmult_gen_prec.h \
           src/secp256k1/src/ecmult_gen_prec_impl.h \
           src/secp256k1/src/ecmult_gen_static_prec_table.h \
           src/secp256k1/src/ecmult_impl.h \
           src/secp256k1/src/ecmult_static_pre_g.h \
           src/secp256k1/src/field.h \
           src/secp256k1/src/field_10x26.h \
           src/secp256k1/src/field_10x26_impl.h \
           src/secp256k1/src/field_5x52.h \
           src/secp256k1/src/field_5x52_asm_impl.h \
           src/secp256k1/src/field_5x52_impl.h \
           src/secp256k1/src/field_5x52_int128_impl.h \
           src/secp256k1/src/field_impl.h \
           src/secp256k1/src/group.h \
           src/secp256k1/src/group_impl.h \
           src/secp256k1/src/hash.h \
           src/secp256k1/src/hash_impl.h \
           src/secp256k1/src/libsecp256k1-config.h \
           src/secp256k1/src/modinv32.h \
           src/secp256k1/src/modinv32_impl.h \
           src/secp256k1/src/modinv64.h \
           src/secp256k1/src/modinv64_impl.h \
           src/secp256k1/src/scalar.h \
           src/secp256k1/src/scalar_4x64.h \
           src/secp256k1/src/scalar_4x64_impl.h \
           src/secp256k1/src/scalar_8x32.h \
           src/secp256k1/src/scalar_8x32_impl.h \
           src/secp256k1/src/scalar_impl.h \
           src/secp256k1/src/scalar_low.h \
           src/secp256k1/src/scalar_low_impl.h \
           src/secp256k1/src/scratch.h \
           src/secp256k1/src/scratch_impl.h \
           src/secp256k1/src/selftest.h \
           src/secp256k1/src/testrand.h \
           src/secp256k1/src/testrand_impl.h \
           src/secp256k1/src/util.h \
           src/support/allocators/secure.h \
           src/support/allocators/zeroafterfree.h \
           src/test/fuzz/fuzz.h \
           src/test/fuzz/FuzzedDataProvider.h \
           src/test/fuzz/util.h \
           src/test/util/blockfilter.h \
           src/test/util/chainstate.h \
           src/test/util/logging.h \
           src/test/util/mining.h \
           src/test/util/net.h \
           src/test/util/script.h \
           src/test/util/setup_common.h \
           src/test/util/str.h \
           src/test/util/transaction_utils.h \
           src/test/util/validation.h \
           src/test/util/wallet.h \
           src/univalue/include/univalue.h \
           src/univalue/lib/univalue_escapes.h \
           src/univalue/lib/univalue_utffilter.h \
           src/wallet/rpc/util.h \
           src/wallet/rpc/wallet.h \
           src/wallet/test/init_test_fixture.h \
           src/wallet/test/util.h \
           src/wallet/test/wallet_test_fixture.h \
           src/crc32c/include/crc32c/crc32c.h \
           src/leveldb/helpers/memenv/memenv.h \
           src/leveldb/include/leveldb/c.h \
           src/leveldb/include/leveldb/cache.h \
           src/leveldb/include/leveldb/comparator.h \
           src/leveldb/include/leveldb/db.h \
           src/leveldb/include/leveldb/dumpfile.h \
           src/leveldb/include/leveldb/env.h \
           src/leveldb/include/leveldb/export.h \
           src/leveldb/include/leveldb/filter_policy.h \
           src/leveldb/include/leveldb/iterator.h \
           src/leveldb/include/leveldb/options.h \
           src/leveldb/include/leveldb/slice.h \
           src/leveldb/include/leveldb/status.h \
           src/leveldb/include/leveldb/table.h \
           src/leveldb/include/leveldb/table_builder.h \
           src/leveldb/include/leveldb/write_batch.h \
           src/minisketch/src/fields/clmul_common_impl.h \
           src/minisketch/src/fields/generic_common_impl.h \
           src/secp256k1/src/modules/ecdh/bench_impl.h \
           src/secp256k1/src/modules/ecdh/main_impl.h \
           src/secp256k1/src/modules/ecdh/tests_impl.h \
           src/secp256k1/src/modules/extrakeys/main_impl.h \
           src/secp256k1/src/modules/extrakeys/tests_exhaustive_impl.h \
           src/secp256k1/src/modules/extrakeys/tests_impl.h \
           src/secp256k1/src/modules/recovery/bench_impl.h \
           src/secp256k1/src/modules/recovery/main_impl.h \
           src/secp256k1/src/modules/recovery/tests_exhaustive_impl.h \
           src/secp256k1/src/modules/recovery/tests_impl.h \
           src/secp256k1/src/modules/schnorrsig/bench_impl.h \
           src/secp256k1/src/modules/schnorrsig/main_impl.h \
           src/secp256k1/src/modules/schnorrsig/tests_exhaustive_impl.h \
           src/secp256k1/src/modules/schnorrsig/tests_impl.h
FORMS += src/qt/forms/addressbookpage.ui \
         src/qt/forms/askpassphrasedialog.ui \
         src/qt/forms/coincontroldialog.ui \
         src/qt/forms/createwalletdialog.ui \
         src/qt/forms/debugwindow.ui \
         src/qt/forms/editaddressdialog.ui \
         src/qt/forms/helpmessagedialog.ui \
         src/qt/forms/intro.ui \
         src/qt/forms/modaloverlay.ui \
         src/qt/forms/openuridialog.ui \
         src/qt/forms/optionsdialog.ui \
         src/qt/forms/overviewpage.ui \
         src/qt/forms/psbtoperationsdialog.ui \
         src/qt/forms/receivecoinsdialog.ui \
         src/qt/forms/receiverequestdialog.ui \
         src/qt/forms/sendcoinsdialog.ui \
         src/qt/forms/sendcoinsentry.ui \
         src/qt/forms/signverifymessagedialog.ui \
         src/qt/forms/transactiondescdialog.ui
SOURCES += src/addrdb.cpp \
           src/addrman.cpp \
           src/arith_uint256.cpp \
           src/banman.cpp \
           src/base58.cpp \
           src/bech32.cpp \
           src/bitcoin-cli.cpp \
           src/bitcoin-tx.cpp \
           src/bitcoin-util.cpp \
           src/bitcoin-wallet.cpp \
           src/bitcoind.cpp \
           src/blockencodings.cpp \
           src/blockfilter.cpp \
           src/chain.cpp \
           src/chainparams.cpp \
           src/chainparamsbase.cpp \
           src/clientversion.cpp \
           src/coins.cpp \
           src/compressor.cpp \
           src/core_read.cpp \
           src/core_write.cpp \
           src/dbwrapper.cpp \
           src/deploymentinfo.cpp \
           src/deploymentstatus.cpp \
           src/dummywallet.cpp \
           src/external_signer.cpp \
           src/flatfile.cpp \
           src/fs.cpp \
           src/hash.cpp \
           src/httprpc.cpp \
           src/httpserver.cpp \
           src/i2p.cpp \
           src/init.cpp \
           src/key.cpp \
           src/key_io.cpp \
           src/logging.cpp \
           src/mapport.cpp \
           src/merkleblock.cpp \
           src/net.cpp \
           src/net_permissions.cpp \
           src/net_processing.cpp \
           src/net_types.cpp \
           src/netaddress.cpp \
           src/netbase.cpp \
           src/noui.cpp \
           src/outputtype.cpp \
           src/pow.cpp \
           src/protocol.cpp \
           src/psbt.cpp \
           src/pubkey.cpp \
           src/random.cpp \
           src/randomenv.cpp \
           src/rest.cpp \
           src/scheduler.cpp \
           src/shutdown.cpp \
           src/signet.cpp \
           src/sync.cpp \
           src/threadinterrupt.cpp \
           src/timedata.cpp \
           src/torcontrol.cpp \
           src/txdb.cpp \
           src/txmempool.cpp \
           src/txorphanage.cpp \
           src/txrequest.cpp \
           src/uint256.cpp \
           src/validation.cpp \
           src/validationinterface.cpp \
           src/versionbits.cpp \
           src/warnings.cpp \
           src/bench/addrman.cpp \
           src/bench/base58.cpp \
           src/bench/bech32.cpp \
           src/bench/bench.cpp \
           src/bench/bench_bitcoin.cpp \
           src/bench/block_assemble.cpp \
           src/bench/ccoins_caching.cpp \
           src/bench/chacha20.cpp \
           src/bench/chacha_poly_aead.cpp \
           src/bench/checkblock.cpp \
           src/bench/checkqueue.cpp \
           src/bench/coin_selection.cpp \
           src/bench/crypto_hash.cpp \
           src/bench/data.cpp \
           src/bench/duplicate_inputs.cpp \
           src/bench/examples.cpp \
           src/bench/gcs_filter.cpp \
           src/bench/hashpadding.cpp \
           src/bench/lockedpool.cpp \
           src/bench/mempool_eviction.cpp \
           src/bench/mempool_stress.cpp \
           src/bench/merkle_root.cpp \
           src/bench/nanobench.cpp \
           src/bench/peer_eviction.cpp \
           src/bench/poly1305.cpp \
           src/bench/prevector.cpp \
           src/bench/rollingbloom.cpp \
           src/bench/rpc_blockchain.cpp \
           src/bench/rpc_mempool.cpp \
           src/bench/util_time.cpp \
           src/bench/verify_script.cpp \
           src/bench/wallet_balance.cpp \
           src/common/bloom.cpp \
           src/compat/glibcxx_sanity.cpp \
           src/compat/stdin.cpp \
           src/compat/strnlen.cpp \
           src/consensus/merkle.cpp \
           src/consensus/tx_check.cpp \
           src/consensus/tx_verify.cpp \
           src/crypto/aes.cpp \
           src/crypto/chacha20.cpp \
           src/crypto/chacha_poly_aead.cpp \
           src/crypto/hkdf_sha256_32.cpp \
           src/crypto/hmac_sha256.cpp \
           src/crypto/hmac_sha512.cpp \
           src/crypto/muhash.cpp \
           src/crypto/poly1305.cpp \
           src/crypto/ripemd160.cpp \
           src/crypto/sha1.cpp \
           src/crypto/sha256.cpp \
           src/crypto/sha256_avx2.cpp \
           src/crypto/sha256_shani.cpp \
           src/crypto/sha256_sse4.cpp \
           src/crypto/sha256_sse41.cpp \
           src/crypto/sha3.cpp \
           src/crypto/sha512.cpp \
           src/crypto/siphash.cpp \
           src/index/base.cpp \
           src/index/blockfilterindex.cpp \
           src/index/coinstatsindex.cpp \
           src/index/txindex.cpp \
           src/init/bitcoin-gui.cpp \
           src/init/bitcoin-node.cpp \
           src/init/bitcoin-qt.cpp \
           src/init/bitcoin-wallet.cpp \
           src/init/bitcoind.cpp \
           src/init/common.cpp \
           src/interfaces/echo.cpp \
           src/interfaces/handler.cpp \
           src/interfaces/init.cpp \
           src/ipc/interfaces.cpp \
           src/ipc/process.cpp \
           src/node/blockstorage.cpp \
           src/node/caches.cpp \
           src/node/chainstate.cpp \
           src/node/coin.cpp \
           src/node/coinstats.cpp \
           src/node/context.cpp \
           src/node/interfaces.cpp \
           src/node/miner.cpp \
           src/node/minisketchwrapper.cpp \
           src/node/psbt.cpp \
           src/node/transaction.cpp \
           src/node/ui_interface.cpp \
           src/policy/feerate.cpp \
           src/policy/fees.cpp \
           src/policy/packages.cpp \
           src/policy/policy.cpp \
           src/policy/rbf.cpp \
           src/policy/settings.cpp \
           src/primitives/block.cpp \
           src/primitives/transaction.cpp \
           src/qt/addressbookpage.cpp \
           src/qt/addresstablemodel.cpp \
           src/qt/askpassphrasedialog.cpp \
           src/qt/bantablemodel.cpp \
           src/qt/bitcoin.cpp \
           src/qt/bitcoinaddressvalidator.cpp \
           src/qt/bitcoinamountfield.cpp \
           src/qt/bitcoingui.cpp \
           src/qt/bitcoinstrings.cpp \
           src/qt/bitcoinunits.cpp \
           src/qt/clientmodel.cpp \
           src/qt/coincontroldialog.cpp \
           src/qt/coincontroltreewidget.cpp \
           src/qt/createwalletdialog.cpp \
           src/qt/csvmodelwriter.cpp \
           src/qt/editaddressdialog.cpp \
           src/qt/guiutil.cpp \
           src/qt/initexecutor.cpp \
           src/qt/intro.cpp \
           src/qt/main.cpp \
           src/qt/modaloverlay.cpp \
           src/qt/networkstyle.cpp \
           src/qt/notificator.cpp \
           src/qt/openuridialog.cpp \
           src/qt/optionsdialog.cpp \
           src/qt/optionsmodel.cpp \
           src/qt/overviewpage.cpp \
           src/qt/paymentserver.cpp \
           src/qt/peertablemodel.cpp \
           src/qt/peertablesortproxy.cpp \
           src/qt/platformstyle.cpp \
           src/qt/psbtoperationsdialog.cpp \
           src/qt/qrimagewidget.cpp \
           src/qt/qvalidatedlineedit.cpp \
           src/qt/qvaluecombobox.cpp \
           src/qt/receivecoinsdialog.cpp \
           src/qt/receiverequestdialog.cpp \
           src/qt/recentrequeststablemodel.cpp \
           src/qt/rpcconsole.cpp \
           src/qt/sendcoinsdialog.cpp \
           src/qt/sendcoinsentry.cpp \
           src/qt/signverifymessagedialog.cpp \
           src/qt/splashscreen.cpp \
           src/qt/trafficgraphwidget.cpp \
           src/qt/transactiondesc.cpp \
           src/qt/transactiondescdialog.cpp \
           src/qt/transactionfilterproxy.cpp \
           src/qt/transactionrecord.cpp \
           src/qt/transactiontablemodel.cpp \
           src/qt/transactionview.cpp \
           src/qt/utilitydialog.cpp \
           src/qt/walletcontroller.cpp \
           src/qt/walletframe.cpp \
           src/qt/walletmodel.cpp \
           src/qt/walletmodeltransaction.cpp \
           src/qt/walletview.cpp \
           src/qt/winshutdownmonitor.cpp \
           src/rpc/blockchain.cpp \
           src/rpc/client.cpp \
           src/rpc/external_signer.cpp \
           src/rpc/mining.cpp \
           src/rpc/misc.cpp \
           src/rpc/net.cpp \
           src/rpc/rawtransaction.cpp \
           src/rpc/rawtransaction_util.cpp \
           src/rpc/request.cpp \
           src/rpc/server.cpp \
           src/rpc/server_util.cpp \
           src/rpc/util.cpp \
           src/script/bitcoinconsensus.cpp \
           src/script/descriptor.cpp \
           src/script/interpreter.cpp \
           src/script/script.cpp \
           src/script/script_error.cpp \
           src/script/sigcache.cpp \
           src/script/sign.cpp \
           src/script/signingprovider.cpp \
           src/script/standard.cpp \
           src/support/cleanse.cpp \
           src/support/lockedpool.cpp \
           src/test/addrman_tests.cpp \
           src/test/allocator_tests.cpp \
           src/test/amount_tests.cpp \
           src/test/arith_uint256_tests.cpp \
           src/test/banman_tests.cpp \
           src/test/base32_tests.cpp \
           src/test/base58_tests.cpp \
           src/test/base64_tests.cpp \
           src/test/bech32_tests.cpp \
           src/test/bip32_tests.cpp \
           src/test/blockchain_tests.cpp \
           src/test/blockencodings_tests.cpp \
           src/test/blockfilter_index_tests.cpp \
           src/test/blockfilter_tests.cpp \
           src/test/bloom_tests.cpp \
           src/test/bswap_tests.cpp \
           src/test/checkqueue_tests.cpp \
           src/test/coins_tests.cpp \
           src/test/coinstatsindex_tests.cpp \
           src/test/compilerbug_tests.cpp \
           src/test/compress_tests.cpp \
           src/test/crypto_tests.cpp \
           src/test/cuckoocache_tests.cpp \
           src/test/dbwrapper_tests.cpp \
           src/test/denialofservice_tests.cpp \
           src/test/descriptor_tests.cpp \
           src/test/flatfile_tests.cpp \
           src/test/fs_tests.cpp \
           src/test/getarg_tests.cpp \
           src/test/hash_tests.cpp \
           src/test/i2p_tests.cpp \
           src/test/interfaces_tests.cpp \
           src/test/key_io_tests.cpp \
           src/test/key_tests.cpp \
           src/test/logging_tests.cpp \
           src/test/main.cpp \
           src/test/mempool_tests.cpp \
           src/test/merkle_tests.cpp \
           src/test/merkleblock_tests.cpp \
           src/test/miner_tests.cpp \
           src/test/minisketch_tests.cpp \
           src/test/multisig_tests.cpp \
           src/test/net_peer_eviction_tests.cpp \
           src/test/net_tests.cpp \
           src/test/netbase_tests.cpp \
           src/test/pmt_tests.cpp \
           src/test/policy_fee_tests.cpp \
           src/test/policyestimator_tests.cpp \
           src/test/pow_tests.cpp \
           src/test/prevector_tests.cpp \
           src/test/raii_event_tests.cpp \
           src/test/random_tests.cpp \
           src/test/reverselock_tests.cpp \
           src/test/rpc_tests.cpp \
           src/test/sanity_tests.cpp \
           src/test/scheduler_tests.cpp \
           src/test/script_p2sh_tests.cpp \
           src/test/script_parse_tests.cpp \
           src/test/script_standard_tests.cpp \
           src/test/script_tests.cpp \
           src/test/scriptnum_tests.cpp \
           src/test/serfloat_tests.cpp \
           src/test/serialize_tests.cpp \
           src/test/settings_tests.cpp \
           src/test/sighash_tests.cpp \
           src/test/sigopcount_tests.cpp \
           src/test/skiplist_tests.cpp \
           src/test/sock_tests.cpp \
           src/test/streams_tests.cpp \
           src/test/sync_tests.cpp \
           src/test/system_tests.cpp \
           src/test/timedata_tests.cpp \
           src/test/torcontrol_tests.cpp \
           src/test/transaction_tests.cpp \
           src/test/txindex_tests.cpp \
           src/test/txpackage_tests.cpp \
           src/test/txrequest_tests.cpp \
           src/test/txvalidation_tests.cpp \
           src/test/txvalidationcache_tests.cpp \
           src/test/uint256_tests.cpp \
           src/test/util_tests.cpp \
           src/test/util_threadnames_tests.cpp \
           src/test/validation_block_tests.cpp \
           src/test/validation_chainstate_tests.cpp \
           src/test/validation_chainstatemanager_tests.cpp \
           src/test/validation_flush_tests.cpp \
           src/test/validation_tests.cpp \
           src/test/validationinterface_tests.cpp \
           src/test/versionbits_tests.cpp \
           src/util/asmap.cpp \
           src/util/bip32.cpp \
           src/util/bytevectorhash.cpp \
           src/util/error.cpp \
           src/util/fees.cpp \
           src/util/getuniquepath.cpp \
           src/util/hasher.cpp \
           src/util/message.cpp \
           src/util/moneystr.cpp \
           src/util/rbf.cpp \
           src/util/readwritefile.cpp \
           src/util/serfloat.cpp \
           src/util/settings.cpp \
           src/util/sock.cpp \
           src/util/spanparsing.cpp \
           src/util/strencodings.cpp \
           src/util/string.cpp \
           src/util/syscall_sandbox.cpp \
           src/util/system.cpp \
           src/util/thread.cpp \
           src/util/threadnames.cpp \
           src/util/time.cpp \
           src/util/tokenpipe.cpp \
           src/util/url.cpp \
           src/wallet/bdb.cpp \
           src/wallet/coincontrol.cpp \
           src/wallet/coinselection.cpp \
           src/wallet/context.cpp \
           src/wallet/crypter.cpp \
           src/wallet/db.cpp \
           src/wallet/dump.cpp \
           src/wallet/external_signer_scriptpubkeyman.cpp \
           src/wallet/feebumper.cpp \
           src/wallet/fees.cpp \
           src/wallet/init.cpp \
           src/wallet/interfaces.cpp \
           src/wallet/load.cpp \
           src/wallet/receive.cpp \
           src/wallet/salvage.cpp \
           src/wallet/scriptpubkeyman.cpp \
           src/wallet/spend.cpp \
           src/wallet/sqlite.cpp \
           src/wallet/transaction.cpp \
           src/wallet/wallet.cpp \
           src/wallet/walletdb.cpp \
           src/wallet/wallettool.cpp \
           src/wallet/walletutil.cpp \
           src/zmq/zmqabstractnotifier.cpp \
           src/zmq/zmqnotificationinterface.cpp \
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: C# mining app project on: January 30, 2022, 11:56:26 AM
they do show no Hash rate after I run the miner (I have like 3 Khash).
Bitcoin's total hashrate is currently around 180 EHS (that is 1018), so your 3*103h/s is so little in comparison that the pools you connect to consider it to be nothing.

I see and it's confirming a reaction I had telling those mining pools are for ASIC, not GPU nor CPU, so is there any mining pools that is fit for GPU/CPU hash power ?

Edit: I am trying https://minexmr.com/
For Bitcoin? No GPU/CPU became useless many years ago. If you want to mine Bitcoin you will need to invest into a dedicated bitcoin miner. Before doing that be sure that you can afford the electricity costs

If you do not understand mining why are you developing a app for it? knowledge is needed to create a app for something
9  Bitcoin / Hardware wallets / Re: Trezor AOPP Integration on: January 29, 2022, 02:29:39 PM
I don't think that's going to do much good. For the wealth tax for instance they can go back 5 years, and if funds are abroad they'll go back 12 years.
And they'll tax you on funds you don't longer own, such as bitcoin held by lost wallets or lost private keys? That seems ridiculous.
It would be ridiculous how can they require INCOME tax or CAPITAL GAIN tax on something that you have not earned? It would be theft and not tax. For what reason are hardware wallets which are suppose to the best interest  for peoples security allowing this to happen without any resistance? If they are suppose to be the most secure then privacy is part of security.

I don't think that's going to do much good. For the wealth tax for instance they can go back 5 years, and if funds are abroad they'll go back 12 years.
And they'll tax you on funds you don't longer own, such as bitcoin held by lost wallets or lost private keys? That seems ridiculous.

Or it might be true that they introduced it because they thought some people could find it useful, and the rest (those who aren't affected) wouldn't care.
I'm sure some people would find it useful if they could upload their KYC documents to their Trezor and then just connect up their Trezor every time a new exchange asks for KYC and it sends it all off for them. And some people will find it useful that Ledger are letting them complete KYC to link a crypto debit card directly to their hardware wallet. Doesn't mean these things are good ideas or that they should be introduced simply because some people might benefit. Hardware wallets should not be implementing features (and therefore indicating support for such features) which help to reduce privacy or security.

It's good that they are removing this, but it does reveal some questionable thought processes and direction of the Trezor team.
This always is what happens they convince you that you need these things make them streamlined and then people do not resist! Im tired  of our privacy getting destroyed because without any compensation I think if the companies want to violate my privacy they should be dropping their fees because of it but no they still charge the same amount and and require more intrusive information from me

It's good that they are removing this, but it does reveal some questionable thought processes and direction of the Trezor team.
I lost my faith in them. Are there any others which care about users?
10  Other / Meta / Re: Merry Christmas to the Forum on: December 26, 2021, 04:14:10 PM
Merry Christmas and happy new year to all the people from around the world Smiley
11  Economy / Gambling discussion / Re: Premier League Prediction Thread 2021/2022 on: December 26, 2021, 04:10:54 PM
What a match! Manchester City took a 4-0 lead in the 25th minute. I bet on Manchester's victory. But I didn't think they would play so well. I like the gameplay of Kevin De Bruyne and Gundogan. Leicester players could not resist their attack. But Leicester made a few attacks. Leicester failed to score for City's strong defense. The best defense in the Premier League is now the City of Manchester.

Leicester City have been terrible this year I am not surprised that they are losing again by a big margin. Manchester City have won the league this year no other team is on their level and will not compete with them. I predicted Manchester City to win the league but I am getting bored of seeing them win the league.
12  Economy / Gambling discussion / Re: Premier League Prediction Thread 2021/2022 on: August 31, 2021, 09:42:50 PM
I am sick and tired of everyone acting as if Adame Traore is a great player, and I just have to say that he is not as good as people think he is, he is seriously not. I have to say that it is obvious that dude is a very very fast player, probably one of the fastest players I have ever seen in my life, and he is also a very strong player as well so for him to run around create a chance is a bit easier than everyone else, lacks technique but at least he can create his own shots.

You know what is the main problem is? Dude has absolutely no feet at all, zero, I can shoot better than him and last time I shot a ball was probably 5-6 years ago, don't get me wrong I am not bragging about you, if you study shooting for a month you could make someone who never shot a ball be better than him. For a 30+ million euro worth player dude can't shoot if the goal is empty. He bothers me so much.
He is a good player but he is not a striker his passing is not bad but it is clear to me that he is one of the best dribblers in the game. Manchester United last weekend struggled to contain him and their back line is worth 100+ million while Adama is not worth 40 million. He is strong and he is very fast but I think you have to acknowledge that he does have feet because he uses it to dribble. He does need to work on his shooting but he is not a striker he plays in the winger position which he does not need to score goals. I would like to see him assist more but that might be because of the quality around him is not good. I think if he was playing in a better team his numbers would be better but I think what you are saying has stopped him from getting a transfer to a bigger team than wolves.
13  Bitcoin / Bitcoin Discussion / Re: Why is the price of Bitcoin variable and can it stabilize? on: August 18, 2021, 06:00:27 PM
It is a new currency think that fiat has been around for a long time Bitcoin has been around for a little over 10 years. Bitcoin also has a way of injecting new Bitcoin by mining which causes a little unpredictability in the short term because of the amount that is rewarded each block reward but this will reduce in the future helping stabilize Bitcoin. There are also different types of investors atm some are looking to buy into Bitcoin but sell at the price that they define as their target and that causes instability in the market. This should reduce in the future when more people are using Bitcoin as a currency instead of investing to make a profit in fiat.
14  Bitcoin / Bitcoin Discussion / Re: What factors can affect the value of Bitcoin? on: August 14, 2021, 12:15:50 PM
If Bitcoin adoption(and price) continues to increase as time goes, this should be enough incentive for miners to continue mining. And knowing that it's estimated that year 2140 is the year where almost all bitcoin has been mined already, that's more than enough time for Bitcoin to have enough adoption.

In the end, time will tell. And unfortunately we wouldn't be around in 2140 to see the results. All we can do is to have enough bitcoin for our children and grand children so they can reap the fruits of our labour. Tongue
If Bitcoin does not increase in price and stays the same price that it is now that is enough incentive I think as long as Bitcoin is worth something then it will be worth mining for some people because as you say block rewards do not end until 2140 after that I think the miners will go down because they will only be rewarded with transaction fees but that is over a 100 years away.
15  Bitcoin / Bitcoin Discussion / Re: Is cryptocurrency bad for the environment? on: August 14, 2021, 12:14:09 PM
Cryptucurrency is not bad for the environment what is bad is the miners that decide to mine the cryptocurrencies it is their choice if they want to use green energy or not and most of them at the moment are not using green energy and that is what the criticism comes from but I think because of the issues have not been highlighted slowly each miner will change to green energy.
16  Economy / Gambling discussion / Re: Can anything make you stop gambling on: August 14, 2021, 12:06:56 PM
Running out of money Cheesy

No I like to put deposit limits on gambling websites I use not many cryptocurrencyu gambling websites allow you to do this and I think that is one of the improvements that could be made by cryptocurrency gambling websites because they are helping their players not get addicted and lose all of their money.
17  Economy / Gambling discussion / Re: Football Transfers Speculation, Odds and Predictions on: August 14, 2021, 12:05:46 PM
Ben White must be the robbery of the season looking at the highlights of the Arsenal game he was one of the reasons they were bad. He has 0 aerial control and cannot play out from the back. Arsenal are in deep trouble if he is to continue being their number 1 choice for a defender. They might need to buy another one before the transfer window ends.
18  Economy / Gambling discussion / Re: Premier League Prediction Thread 2021/2022 on: August 14, 2021, 12:03:12 PM
Manchester United look like a new team they are destroying a very good Leeds team both Pogba and Bruno look like they are working together. I think Manchester United might win the league if they continue playing like this. What a team they have!

1-0 to Mancheser United in 30 minutes but it could be more for Manchester United they have had 3/4 clear chances and they should have scored. I have not seen a dangerous attack from Leeds while I have been watching.
19  Economy / Gambling discussion / Re: Premier League Prediction Thread 2021/2022 on: August 09, 2021, 05:21:44 PM
Chelsea are taking a big risk Lukaku did not work out for them before and it is not certain that Lukaku is a better player now than he was then because the league is different. Italian league is not as competitive as the Premier League and the Premier League is more aggressive style of play which Lukaku will be used to but he will not be able to bully as many players as he did in the Italian league. I do not think he is one of the best players in the world like alot of people here are saying. I think he is a above average player who is built perfectly for a aggressive league but has been playing in a lower standard league and that is why he has looked better than he is.

If Chelsea do buy Lukaku what happens to werner? They paid Werner 50 million to come to Chelsea and I do not think many teams will be interested in signing him unless it is half that amount. I do not see Chelsea playing with two up the front because of Mason Mount and Kai Havertz.

Romelu had a really good season at Inter. Inter continues to strengthen their squad. I heard that a fee of 115 million Euros was spoken for the transfer of Lukaku to Chelsea. At such a high price, of course Inter would let him go. Does Lukaku want to return to the Premier League again? How will it perform when it returns? Chelsea can do very well this year if Lukaku plays like he did in Italy.

WOW 115 millions euros? The rumors I saw were 90 million euros. 115 millions euros for Lukaku is a bigger risk than I thought. IMO he has not played like a 115 million euro player in the Italian league and while he does have experience in the English league before that has a couple of years ago and he would have got used to the Italians way of playing. He is 27/28 years old 115 million for a player that old that is still unproven in the Premier League at the elite level is a big risk IMO.

Can only say things after how he gels up with the current Chelsea squad in 1-2 matches after his arrival.
I think a couple of months because he is used to playing in the Italian league which is not as aggressive and the congestion of the Premier League might take awhile before he gets used to it. 1-2 matches would not be enough IMO.
20  Economy / Services / Re: [OPEN]Stake.com Signature Campaign l 2 Spots Open on: August 09, 2021, 05:13:40 PM
Bitcointalk Username: funsponge
Profile Link: https://bitcointalk.org/index.php?action=profile;u=240233
Post Count: 766
Forum Rank: Hero
Wear Signature& Avatar: Yes
Stake Username: funsponge1
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!