Bitcoin Forum
May 02, 2024, 11:15:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 »
  Print  
Author Topic: AI Spam Report Reference Thread  (Read 13525 times)
ABCbits
Legendary
*
Offline Offline

Activity: 2870
Merit: 7443


Crypto Swap Exchange


View Profile
October 31, 2023, 10:10:28 AM
Merited by nutildah (1)
 #261

I found someone spamming on technical board with generic/off-topic response

User: PopeyeCrypto https://bitcointalk.org/index.php?action=profile;u=3587145

Post-Quantum Cryptography (PQC):
Coded-based cryptosystems: These rely on error-correcting codes and have shown to be resistant against quantum attacks. However, they typically have larger key sizes and increased computational complexity.
Lattice-based: Lattice-based cryptography is considered a promising approach as it has a strong resistance to quantum attacks. It offers various encryption and signature schemes, but their efficiency and performance can be a challenge.
Multivariate-based: These schemes are based on mathematical problems that are hard to solve using classical or quantum computers. However, implementing and managing them can be complex, and their security against new attacks is still being studied.
Hybrid schemes: Combining different post-quantum cryptographic schemes can provide increased security. Hybrid approaches aim to leverage the strengths of multiple techniques while mitigating their individual weaknesses.
Super-singular elliptic-curve isogenie cryptosystems: This is a relatively new area of research, and while it shows promise, further analysis is required to evaluate its security and practicality.
Hash-based digital signature cryptosystems: These are based on hash functions and are considered secure against quantum threats. However, they have some limitations, such as large signature sizes.
Quantum Key Distribution (QKD):
QKD allows two parties to securely establish a symmetric encryption key using the laws of quantum mechanics. It offers security against both classical and quantum attacks. However, challenges exist around its vulnerability to implementation flaws, practicality for large-scale deployment, and the need for specialized hardware.
Effectiveness: Post-Quantum Cryptography aims to provide security against attacks from both classical and quantum computers. However, the effectiveness of these techniques depends on factors such as the specific algorithm used, implementation details, and the security assumptions made.

Challenges: Key challenges include finding efficient algorithms that can withstand quantum attacks, managing larger key sizes and increased computational complexity, and ensuring interoperability with existing cryptographic systems. Additionally, there is a need for standardized and well-vetted post-quantum cryptographic algorithms.

User-friendliness: User-friendliness is an important consideration when deploying cryptographic techniques in real-world scenarios. It's crucial to design user-friendly interfaces, develop easy-to-use libraries, and provide sufficient documentation for the integration of these techniques into blockchain systems.

Observations: The field of post-quantum cryptography and quantum-resistant techniques is still evolving. Ongoing research and collaborations are necessary to address the challenges and make practical, secure solutions available for safeguarding blockchains against quantum threats.

Remember to consult additional academic sources and experts in the field for a comprehensive understanding of this subject matter. Good luck with your research assignment!

Copyleaks: AI Content Detected
Hivemoderation: likely to contain AI Generated Text (99.9%)

t's difficult to provide a specific number of SHA256 hashes a consumer-grade CPU can compute because this varies greatly depending on the make and model of the CPU, its clock speed, and other factors.

However, there are benchmarks available for various CPUs computing hashes. For instance, the site https://monerobenchmarks.info provides benchmarks for various CPUs computing Cryptonight, a different hash function, which can give you a rough idea.

As for a code snippet, here's a simple example in C using OpenSSL's SHA256 and pthreads:

```c
#include <pthread.h>
#include <stdio.h>
#include <openssl/sha.h>

#define NUM_THREADS 4
#define NUM_ITERATIONS 1000000

void *compute_hashes(void *threadid) {
    long tid;
    tid = (long)threadid;
    unsigned char digest[SHA256_DIGEST_LENGTH];
    char string[] = "Hello, World!";
    for (int i = 0; i < NUM

Copyleaks: AI Content Detected
Hivemoderation: likely to contain AI Generated Text (99.8%)

If you are looking for a specific wallet that supports generating seed phrases in multiple languages, it is currently uncommon to find this feature. The industry-standard is to use the BIP39 wordlist, which consists of words in English. It provides a standardized and widely adopted method for creating and recovering wallets.

Copyleaks: AI Content Detected
Sapling.ai: Fake: 100.0%

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
1714648540
Hero Member
*
Offline Offline

Posts: 1714648540

View Profile Personal Message (Offline)

Ignore
1714648540
Reply with quote  #2

1714648540
Report to moderator
1714648540
Hero Member
*
Offline Offline

Posts: 1714648540

View Profile Personal Message (Offline)

Ignore
1714648540
Reply with quote  #2

1714648540
Report to moderator
1714648540
Hero Member
*
Offline Offline

Posts: 1714648540

View Profile Personal Message (Offline)

Ignore
1714648540
Reply with quote  #2

1714648540
Report to moderator
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714648540
Hero Member
*
Offline Offline

Posts: 1714648540

View Profile Personal Message (Offline)

Ignore
1714648540
Reply with quote  #2

1714648540
Report to moderator
1714648540
Hero Member
*
Offline Offline

Posts: 1714648540

View Profile Personal Message (Offline)

Ignore
1714648540
Reply with quote  #2

1714648540
Report to moderator
1714648540
Hero Member
*
Offline Offline

Posts: 1714648540

View Profile Personal Message (Offline)

Ignore
1714648540
Reply with quote  #2

1714648540
Report to moderator
nutildah (OP)
Legendary
*
Offline Offline

Activity: 2982
Merit: 7961



View Profile WWW
October 31, 2023, 10:31:35 AM
 #262

Lim Zhe Qin is another one known in this topic AI user who didn't get a tag yet. Both him and Accerx-1 are active both in English and Chinese, so probably these are connected accounts.

I saw these posts as well but didn't report them because it doesn't seem like the mods are deleting posts where ChatGPT was used to rewrite an article, which appears to be the case for this particular user. Will be interesting to see if they get deleted. I also haven't been reporting many posts by newbies or accounts not in signature campaigns. But we are still figuring out what is delete-able by trial-and-error, so I don't want to discourage anyone from posting here & reporting for anybody where the detectors come back positive.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
jokers10
Legendary
*
Offline Offline

Activity: 1946
Merit: 3003



View Profile
October 31, 2023, 12:53:54 PM
 #263

Lim Zhe Qin is another one known in this topic AI user who didn't get a tag yet. Both him and Accerx-1 are active both in English and Chinese, so probably these are connected accounts.

I saw these posts as well but didn't report them because it doesn't seem like the mods are deleting posts where ChatGPT was used to rewrite an article, which appears to be the case for this particular user. Will be interesting to see if they get deleted. I also haven't been reporting many posts by newbies or accounts not in signature campaigns. But we are still figuring out what is delete-able by trial-and-error, so I don't want to discourage anyone from posting here & reporting for anybody where the detectors come back positive.

To be honest I see no difference between those who participate in signature campaigns and who not if we talk about trashing forum with nonsense posting. When you read some topics and there are AI written posts alternating with one line posts written just to meet quota of some campaign, the topic becomes unreadable. The less there is nonsense posts the easier communication goes. Doesn't matter from newbies or from frequenters.

As for rewritten articles. Each AI text is a rewritten article of some kind, it differs just with which parameters you give a bot to write you that text. I just tried to ask a ChatGPT to write me a Chinese market analysis referring to the market analyst Lim Zhe Qin, and it did it easily. Lim Zhe Qin was mentioned several times in that text. So you just give a bot parameters you need and get an article. How many data did you give and from which sources we can hardly know.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
nutildah (OP)
Legendary
*
Offline Offline

Activity: 2982
Merit: 7961



View Profile WWW
November 01, 2023, 11:18:09 AM
Merited by PowerGlove (1)
 #264

This one is a triple-whammy: bought account, tied to alts & using ChatGPT to crank out shitposts. First the post results for the reports.

Biznesmen

Post #1

You're absolutely right. It's crucial to have a solid understanding of technical analysis and the factors to consider when trading. By learning technical analysis, you can make informed decisions based on market trends and indicators. It's important to be skeptical of anyone claiming to have all the answers, as thorough research and verification are essential. Being resourceful and gathering quality information will help you navigate the market and make more informed investment choices. Remember, knowledge is power in the world of trading.

Hivemoderation: 100% likely to be AI-generated
Sapling.ai: 100% fake

Post #2

I understand your concerns about Pi Coin and the hype surrounding it. It's important to have accurate information before investing time and effort in any project. As of now, Pi Coin is still in the development phase and has not been officially launched. The team behind Pi Coin has not provided a specific timeline for the launch, which has led to questions about the delay. Additionally, the idea of allowing ads on mobile to fund project expenses is a valid concern. It's crucial to stay informed and make informed decisions when it comes to investing time and resources in any cryptocurrency project.

Hivemoderation: 100% likely to be AI-generated
Sapling.ai: 100% fake

Post #3

Animoca Brands is considered a promising investment option in the cryptocurrency space for several reasons. Firstly, they have a diverse portfolio of blockchain-based games and digital assets, reducing the risk associated with investing in a single project. Secondly, their partnerships with established entities like Formula E and MotoGP provide access to well-known brands and a large user base. Thirdly, the growing market for blockchain-based games and digital assets presents significant growth potential. Additionally, Animoca Brands has an experienced team with expertise in gaming and blockchain, increasing the likelihood of successful project execution. Lastly, the potential for token appreciation, such as REVV and SAND, adds to the investment appeal, although it's important to consider the volatility of token values.

Hivemoderation: 100% likely to be AI-generated
Sapling.ai: 100% fake

Post #4

Meme coins have gained popularity due to several reasons. One of the main reasons is the viral nature of memes themselves. Memes are widely shared and spread quickly on social media platforms, creating a sense of community and excitement around certain coins.
Additionally, meme coins often have low entry barriers, allowing anyone to participate in the market with a small investment. This accessibility attracts a large number of retail investors who are looking for quick gains.
However, it's important to note that investing in meme coins can be risky. As mentioned in the opinion, many meme coins are prone to "rug pulls." This refers to the creators or early investors selling off their holdings, causing the price to fall and leaving late investors with significant losses.
Therefore, it's crucial to conduct thorough research and exercise caution when investing in meme coins or any other speculative assets.

Hivemoderation: 100% likely to be AI-generated
Sapling.ai: 100% fake



Here we see this account using the same BSC address as ||bit, who deleted their post:

Bitcointalk username: Biznesmen
BSC wallet: 0x92cE85250f073206365F414748e5543e3b47C351

This address received BNB from this address, which received BNB from this address, which also sent BNB to roslinpl, a famously-hacked account.

It should also be noted that this account has a near 7-year gap in posting, going from selling digital goods to bounty hunting shitposter.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
examplens
Legendary
*
Offline Offline

Activity: 3262
Merit: 3165


Crypto Swap Exchange


View Profile WWW
November 01, 2023, 01:12:38 PM
 #265

User zumlimodre created his first topic, whatever his purpose was

Introduction:
Welcome, Bitcointalk newcomers! This topic is your quick guide to understanding cryptocurrencies and blockchain.

Cryptocurrency Defined:
Cryptocurrency is digital money secured by cryptography. Bitcoin, created in 2009 by Satoshi Nakamoto, is the most famous example.

Blockchain Basics:
Blockchain is a distributed database that stores transaction information. It ensures transparency and security in cryptocurrency transactions.

Getting Started:

Wallet Creation: Choose a cryptocurrency wallet – online, mobile, or hardware – for storing and managing your assets.

Obtaining Cryptocurrency: Use exchanges, peer-to-peer platforms, or ATMs to acquire cryptocurrency, considering fees and verification.

Security Measures: Protect your assets with strong passwords and two-factor authentication.

Learning and Research: Keep up-to-date with market trends, news, forums, and discussions on Bitcointalk.

Active Engagement: Participate in the community, ask questions, and share knowledge.

Conclusion:
Starting your cryptocurrency journey can be thrilling. Just remember, the market can be volatile, so invest cautiously and keep learning. The world of cryptocurrencies awaits!

Hivemoderation: The input is: likely to contain AI Generated Text 99.9%
Copyleaks: AI content detected

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Gladitorcomeback
Hero Member
*****
Offline Offline

Activity: 658
Merit: 593


#SWGT CERTIK Audited


View Profile WWW
November 08, 2023, 01:45:48 AM
 #266

A user want to teach newbie the important details about crypto currency. i appreciate his work but I wish it was not written with AI.

User::CryptoDeivid


Here I show you 8 important points for those who begin to enter this immense world of cryptocurrencies, in a summarized and direct way.


1. How exactly do cryptocurrencies work and what is the technology behind them?

Cryptocurrencies are digital currencies that use cryptography to support and verify transactions, as well as to control the creation of new units. In technical terms, they are based on distributed ledger systems (DLT) called blockchain, which allow decentralized and secure verification of transactions on a network. Once a transaction is entered into the blockchain, it is virtually impossible to alter. Blockchain technology also offers transparency in the trail of each transaction on the network, which implies greater security and confidentiality in the management of information.


2. What is the difference between a cryptocurrency and a traditional currency issued by a central bank?

The main difference lies in its structure. A traditional currency is a form of currency in which its value is backed by trust in the central authority that issues it. On the other hand, cryptocurrencies are independent of any central entity and operate on a decentralized network, so their value is based on supply and demand in the markets and their use for the execution of transactions. Ultimately, cryptocurrencies are a digital alternative to forms of state currency, offering a payment and storage of value system that functions in a more autonomous and decentralized manner.
-snip


Hivemoderation: likely to contain AI Generated Text 99.9
Copyleaks: AI content detected

Note: Full post is AI created, I just short it to two paragraphs


Showing a wallet address can be risky because doing so is revealing critical and potentially private information. Wallets are used to store and transfer cryptocurrency and are protected by passwords and private encryption keys. A wallet address is used to receive cryptocurrency and is the only information accessible to the public. When showing a wallet address to anyone, several risks can arise, such as using that information to manipulate or trick the person into making a cryptocurrency transfer. Fraudsters may falsify transactions or reverse the sequence of transactions. Additionally, it could cause the person to transfer their funds to a different address that they themselves control, giving clues to hackers and anyone who may be interested in stealing the cryptocurrencies.

Although a wallet address does not provide all the information hackers need to access the wallet, it can be a piece of the puzzle they need to gain access. If a wallet address is shared publicly, all transaction history associated with that address is also exposed.

For all these reasons, it is essential to keep the wallet address private and not share it recklessly. If you ever need to share your public address, it is important to do so only with people you trust and only after you have properly verified them. You should always be careful when displaying your wallet and ensure that your passwords and private keys are protected and secured.

Hivemoderation: likely to contain AI Generated Text 99.9
Copyleaks: AI content detected


As I understand it and if my answer is incorrect, please correct me, a hardware wallet is a physical device that stores cryptographic keys used to access cryptocurrencies. It is considered to be the safest way to store cryptocurrencies compared to software wallets because of its offline storage and advanced security features.

The primary information that is stored in a hardware wallet is the private key. A private key is a unique secret code that is used to access and control cryptocurrencies. With the private key, users can sign transactions and make transfers from their cryptocurrency accounts. The private key is generated by the wallet when it is set up and is stored securely on the device.
Hardware wallets also store the public key, which is used to receive cryptocurrencies. The public key is similar to a bank account number, and other users can send cryptocurrencies to this address.

Additionally, most hardware wallets also have backup and recovery features that allow users to easily recover their private keys if the device is lost or damaged. The backup phrases are usually a series of words that are stored on a piece of paper or other physical medium and kept in a secure location.

Overall, a hardware wallet stores the critical cryptographic keys that enable the user to send and receive cryptocurrencies, and protects these cryptographic keys with advanced security measures, including offline storage and encryption.

Hivemoderation: likely to contain AI Generated Text 99.9
Copyleaks: AI content detected

digaran
Copper Member
Hero Member
*****
Offline Offline

Activity: 1330
Merit: 899

🖤😏


View Profile
November 08, 2023, 06:48:29 AM
Merited by Solosanz (1)
 #267

"I apologize for the confusion", where have I heard this phrase? Right the same apologetic idiot we call AI uses such phrases all the time. I don't know how these things go usually, I'm not the type to report such things, but this one is worthy.
https://bitcointalk.org/index.php?topic=5473275.msg63122253#msg63122253



I apologize for the confusion. You are correct that the maximum block size in terms of weight units is close to 4MB. While the maximum block size on-disk and over-the-wire can be almost 4MB, this size is rarely reached in practice.

The actual size of a block can vary depending on the number and format of the transactions included in it. If the block contains a large number of small, simple transactions, the block size will be smaller. On the other hand, if the block contains complex transactions with many inputs and outputs, the block size will be larger.

It's important to note that the Bitcoin network has a block size limit to ensure the stability and security of the blockchain. This limit helps prevent spam transactions and ensures that blocks can be propagated and validated by the network efficiently.

The block size debate in the Bitcoin community has revolved around finding the right balance between scalability and decentralization. Increasing the block size too much could lead to centralization concerns, while keeping it too small could limit the number of transactions the network can handle.

Overall, the actual size of a block will depend on the specific transactions included within it, and the block size limit is a critical factor in maintaining the functionality and security of the Bitcoin network.

🖤😏
lovesmayfamilis
Legendary
*
Offline Offline

Activity: 2086
Merit: 4279


✿♥‿♥✿


View Profile
November 08, 2023, 07:20:36 AM
 #268

The newbie account, which surprised everyone with its first post on the forum, did not come up with anything better than to continue its activity using AI tools.

CryptoDeivid


Showing a wallet address can be risky because doing so is revealing critical and potentially private information. Wallets are used to store and transfer cryptocurrency and are protected by passwords and private encryption keys. A wallet address is used to receive cryptocurrency and is the only information accessible to the public. When showing a wallet address to anyone, several risks can arise, such as using that information to manipulate or trick the person into making a cryptocurrency transfer. Fraudsters may falsify transactions or reverse the sequence of transactions. Additionally, it could cause the person to transfer their funds to a different address that they themselves control, giving clues to hackers and anyone who may be interested in stealing the cryptocurrencies.

Although a wallet address does not provide all the information hackers need to access the wallet, it can be a piece of the puzzle they need to gain access. If a wallet address is shared publicly, all transaction history associated with that address is also exposed.

For all these reasons, it is essential to keep the wallet address private and not share it recklessly. If you ever need to share your public address, it is important to do so only with people you trust and only after you have properly verified them. You should always be careful when displaying your wallet and ensure that your passwords and private keys are protected and secured.
copyleaks AI Content Detected
hivemoderation 99.9% likely to contain AI Generated Text
sapling.ai Fake: 100%


As I understand it and if my answer is incorrect, please correct me, a hardware wallet is a physical device that stores cryptographic keys used to access cryptocurrencies. It is considered to be the safest way to store cryptocurrencies compared to software wallets because of its offline storage and advanced security features.

The primary information that is stored in a hardware wallet is the private key. A private key is a unique secret code that is used to access and control cryptocurrencies. With the private key, users can sign transactions and make transfers from their cryptocurrency accounts. The private key is generated by the wallet when it is set up and is stored securely on the device.
Hardware wallets also store the public key, which is used to receive cryptocurrencies. The public key is similar to a bank account number, and other users can send cryptocurrencies to this address.

Additionally, most hardware wallets also have backup and recovery features that allow users to easily recover their private keys if the device is lost or damaged. The backup phrases are usually a series of words that are stored on a piece of paper or other physical medium and kept in a secure location.

Overall, a hardware wallet stores the critical cryptographic keys that enable the user to send and receive cryptocurrencies, and protects these cryptographic keys with advanced security measures, including offline storage and encryption.

copyleaks AI Content Detected
hivemoderation 99.9% likely to contain AI Generated Text
sapling.ai Fake: 100%



Here I show you 8 important points for those who begin to enter this immense world of cryptocurrencies, in a summarized and direct way.


1. How exactly do cryptocurrencies work and what is the technology behind them?

Cryptocurrencies are digital currencies that use cryptography to support and verify transactions, as well as to control the creation of new units. In technical terms, they are based on distributed ledger systems (DLT) called blockchain, which allow decentralized and secure verification of transactions on a network. Once a transaction is entered into the blockchain, it is virtually impossible to alter. Blockchain technology also offers transparency in the trail of each transaction on the network, which implies greater security and confidentiality in the management of information.


2. What is the difference between a cryptocurrency and a traditional currency issued by a central bank?

The main difference lies in its structure. A traditional currency is a form of currency in which its value is backed by trust in the central authority that issues it. On the other hand, cryptocurrencies are independent of any central entity and operate on a decentralized network, so their value is based on supply and demand in the markets and their use for the execution of transactions. Ultimately, cryptocurrencies are a digital alternative to forms of state currency, offering a payment and storage of value system that functions in a more autonomous and decentralized manner.

3. How is the value of a cryptocurrency determined and how can it vary in the market?

The value of a cryptocurrency depends on supply and demand in the market, like any other tradable asset. Each cryptocurrency has a limited supply, meaning its value can be influenced by the amount of demand for it. Also influencing its volatility is the fact that many people and institutions can buy or sell large amounts of cryptocurrencies simultaneously, which can increase or decrease its value. However, cryptocurrencies have no fixed intrinsic value, so they can experience drastic fluctuations over short periods of time.

4. Can cryptocurrencies be subject to theft or hacks and how does one protect against them?

Yes, cryptocurrencies can be subject to theft and hacking, and there have been many cases of people losing their cryptocurrencies due to false exchanges, theft of private keys, or electronic fraud in virtual wallets used to pay with these currencies. Protecting cryptocurrencies involves a high degree of security and caution, including storing private keys in secure locations, investing in hardware wallets, and using secure online payment methods.

5. What type of government regulations exist and how do they affect the use and trading of cryptocurrencies?

Government regulations on cryptocurrencies vary significantly from country to country. While some countries, such as Switzerland and Japan, have accepted and adopted regulations to regulate cryptocurrencies, others have chosen to ban them. Government regulation can impact the value and demand for cryptocurrencies, limit their use or trade in certain countries, and generally influence payment systems and the adoption of cryptocurrencies in the economy.

6. Can cryptocurrencies be used for illegal activities such as money laundering and terrorist financing?

In some cases, cryptocurrencies can be used to finance illegal activities, just as happens with traditional currencies, but it is important to remember that transactions on the blockchain network are recorded and are completely public activities, so any attempt to use cryptocurrencies to Illicit transactions can be easily tracked and detected.

7. How can I start investing in cryptocurrencies and what precautions should I take?

To start investing in cryptocurrencies, a process similar to any investment is required, including selecting a reliable trading platform, investing in a currency, and the hosting and security procedures necessary to maintain the investment. As a precaution, it is advisable to thoroughly research the trading platforms and cryptocurrencies where you wish to invest, and also diversify the investment to minimize risks and minimize exposure to large losses.

8. What is the impact that cryptocurrencies can have on the global financial system and how can they change the way we do business and handle money in the future?

Cryptocurrencies have great potential to transform the global financial system and the way we manage money. Decentralization can reduce the need for centralized banking institutions and increase the transparency and security of transactions. In addition, the use of cryptocurrencies and their compatibility with the federal payment system can reduce the commissions and costs of international financial transactions, allowing business to be conducted globally. They could also improve financial inclusion in developing countries where banking systems are not as developed. The adoption of cryptocurrencies is a very complex issue, but it undoubtedly has the potential to transform the economy worldwide, which makes its study and evaluation increasingly important.


copyleaks AI Content Detected
hivemoderation 99.9% likely to contain AI Generated Text
sapling.ai Fake: 100%

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
digaran
Copper Member
Hero Member
*****
Offline Offline

Activity: 1330
Merit: 899

🖤😏


View Profile
November 08, 2023, 08:25:24 AM
Merited by nutildah (1)
 #269

While I don't have much information and data about this project. I can provide some general insights on the potential risks involved with projects like Flow. It's important to note that these risks can vary and are not specific to Flow without further analysis. Here are some common risks associated with blockchain projects:

1. Market Volatility: The cryptocurrency market can be highly volatile, which means the value of tokens like FLOW can experience significant fluctuations. This volatility can affect the overall market cap and investor sentiment.

2. Regulatory Uncertainty: The regulatory landscape surrounding cryptocurrencies and blockchain technology is still evolving in many jurisdictions. Regulatory changes or actions could impact the project's operations, token utility, or legal compliance.

3. Technological Risks: Blockchain technology is complex, and there can be risks associated with security vulnerabilities, consensus mechanisms, or scalability limitations. Projects need to address these risks to ensure the stability and robustness of their platform.

4. Competition: The blockchain space is highly competitive, with numerous projects vying for market share and attention. Flow would need to differentiate itself and continually innovate to stay ahead of the competition.

5. Adoption and Network Effects: The success of blockchain projects often relies on widespread adoption. Flow would need to attract developers, users, and businesses to build on its platform and create network effects necessary for sustained growth.

6. Ecosystem Expansion: Flow's success relies on expanding its ecosystem beyond the NFT space. This expansion may require strategic partnerships, developer support, and attracting a diverse range of projects to the platform.

7. Tokenomics and Governance: The design and implementation of a project's tokenomics and governance models are crucial for its long-term viability. Ensuring fair distribution, effective governance, and proper token utility are essential considerations.

It's important to conduct thorough research and analysis, including reviewing project documentation, team credentials, partnerships, and market trends, to gain a comprehensive understanding of the risks specific to Flow.
Hive moderation: 99.9% AI generated.
Copyleaks, AI content detected.
Sapling.AI 100% fake.


Then the usual ad hominem. These parasites should be dealt with, have you seen a human saying I don't have much information and data? Lol what are you a cyborg?

Note, I wouldn't mind someone providing useful information by using AI, only if they learn and type the post by using their own fingers, using AI to type everything for you is no good. Anyways I apologize for not following the thread rules, this is because of my knowledge cutoff, you know.😂

🖤😏
nutildah (OP)
Legendary
*
Offline Offline

Activity: 2982
Merit: 7961



View Profile WWW
November 08, 2023, 08:43:28 AM
 #270

Before going ahead to make reports I advice you thoroughly make your investigations and not just handpicking phrases and Automatically assuming the whole context was AI generated.

It is obvious to any native English speaker that the majority of words you've written on this forum are from ChatGPT. If you don't want your posts deleted, stop using ChatGPT and start using your own brain. Its very simple.

...
Regarding the current situation, it's important to note that the block size of Bitcoin is actually limited to 1MB, not 4MB. However, the implementation of SegWit allows for more transaction capacity by separating some of the transaction data. This has helped alleviate some congestion on the network.

As for ORDI and its impact on the blockchain, there's no doubt that it's causing additional strain on the network due to the on-chain nature of its operations. Thereby resulting to a slower transaction times and higher fees for Bitcoin users. It's an ongoing challenge for the Bitcoin community to balance scalability and decentralization while accommodating new developments such as NFTs.
...

Hivemoderation: 99.5% likely to be AI-generated
Sapling.ai: 100% fake


You're correct that the Bitcoin blockchain cannot be rolled back, as it operates on a principle of immutability. Rolling back the blockchain would undermine the trust and integrity of the network.

In terms of addressing the congestion caused by ORDI transactions, it is indeed possible for mining pools and individual nodes to implement settings that exclude or prioritize certain transactions. This can be done to mitigate the impact of ORDI on the network and prioritize other transactions.

Hivemoderation: 100% likely to be AI-generated
Sapling.ai: 100% fake


I apologize for the confusion. You are correct that the maximum block size in terms of weight units is close to 4MB. While the maximum block size on-disk and over-the-wire can be almost 4MB, this size is rarely reached in practice.

The actual size of a block can vary depending on the number and format of the transactions included in it. If the block contains a large number of small, simple transactions, the block size will be smaller. On the other hand, if the block contains complex transactions with many inputs and outputs, the block size will be larger.

It's important to note that the Bitcoin network has a block size limit to ensure the stability and security of the blockchain. This limit helps prevent spam transactions and ensures that blocks can be propagated and validated by the network efficiently.

The block size debate in the Bitcoin community has revolved around finding the right balance between scalability and decentralization. Increasing the block size too much could lead to centralization concerns, while keeping it too small could limit the number of transactions the network can handle.

Overall, the actual size of a block will depend on the specific transactions included within it, and the block size limit is a critical factor in maintaining the functionality and security of the Bitcoin network.

Hivemoderation: 100% likely to be AI-generated
Sapling.ai: 100% fake

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
Solosanz
Hero Member
*****
Offline Offline

Activity: 784
Merit: 564



View Profile
November 08, 2023, 08:46:25 AM
 #271

"I apologize for the confusion", where have I heard this phrase?
For me the phrase is still make sense to use, but the next sentence it definitely looks using AI because he talk more than he should.

The @OP give a correction to him, instead of agree nor disagree with the @OP's opinion, he wrote like the @OP is asking about the explanation lol.

Hold on, what do I expect from someone who has
over 6 negative Trusts from other forum members, I believe this is what you always do, Harassing people.
I'm didn't mean to defend him, but I think it's really make sense for a two days user understand about negative trust. /s

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits.
▄▄█▄▄░░▄▄█▄▄░░▄▄█▄▄
███░░░░███░░░░███
░░░░░░░░░░░░░
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░░░░███▄█░░░
░░██▌░░███░▀░░██▌
█░██░░███░░░██
█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀
.
REGIONAL
SPONSOR
███▀██▀███▀█▀▀▀▀██▀▀▀██
██░▀░██░█░███░▀██░███▄█
█▄███▄██▄████▄████▄▄▄██
██▀ ▀███▀▀░▀██▀▀▀██████
███▄███░▄▀██████▀█▀█▀▀█
████▀▀██▄▀█████▄█▀███▄█
███▄▄▄████████▄█▄▀█████
███▀▀▀████████████▄▀███
███▄░▄█▀▀▀██████▀▀▀▄███
███████▄██▄▌████▀▀█████
▀██▄█████▄█▄▄▄██▄████▀
▀▀██████████▄▄███▀▀
▀▀▀▀█▀▀▀▀
.
EUROPEAN
BETTING
PARTNER
Who is John Galt?
Sr. Member
****
Offline Offline

Activity: 322
Merit: 280



View Profile
November 08, 2023, 06:09:53 PM
Merited by nutildah (1)
 #272

Nechiequ


Bitmain is one of the world's leading Bitcoin mining hardware manufacturers. However, Bitmain does not sell its products directly to end users through their official website, but through official distributors and mining hardware partners spread throughout the world. Some prominent sellers and distributors who frequently sell Bitmain products include:

  • AntminerStore.com: This is the official Bitmain online store that often provides the latest Antminer.
  • Canaan: Apart from Bitmain, Canaan is another leading Bitcoin mining hardware manufacturer that sells AvalonMiner, their product. Canaan's official website and its distribution partners are frequent places to purchase AvalonMiner products.
  • Bitfury: Bitfury is also a major player in the Bitcoin mining industry and can offer their own mining hardware.
  • Authorized Distributors: There are a number of authorized distributors selling Bitcoin mining hardware from various leading manufacturers, including Bitmain, Canaan, and others.

It is important to be careful when purchasing Bitcoin mining hardware, because it is possible that the goods offered are of inappropriate quality. Be careful before deciding to purchase this product, and ask about the warranty offered before making a purchasing decision.
Maybe that will help.
Thank you 🙏🙏🙏
copyleaks AI Content Detected
hivemoderation 99.9% likely to contain AI Generated Text
sapling Fake 93.3%

As far as I know, Antminer is a brand of Bitcoin mining hardware produced by the company Bitmain Technologies. Bitmain is a company headquartered in Beijing, China. Therefore, most Antminers are produced in China.

Bitmain has long been one of the major players in the Bitcoin mining industry and has produced various types of mining hardware, including Antminer, which is used by Bitcoin miners around the world. Bitmain has production facilities and factories in various locations in China, where they assemble their mining hardware.



That's the information I got, I hope it helps.
Thank you🙏🙏🙏
copyleaks AI Content Detected
hivemoderation 99.9% likely to contain AI Generated Text
sapling Fake 91.2%


The appropriate age to achieve financial stability can vary from individual to individual, depending on a variety of factors, including income, financial goals, and personal circumstances.
 However, there is some general information I got about when someone can achieve financial stability:
1. Early career in your 20s:
   Early in a career, many people will build their financial foundations, such as setting aside an emergency fund, starting investments, and paying off student debt.
2. Age 30s:
   At this age, a person may have gained job stability and can begin to focus on medium-term financial goals, such as buying a home, saving for children's education, and planning for retirement.
3. Age 40s: Most people hope to achieve greater financial stability in their 40s, such as having greater home ownership, having substantial retirement savings, and seeing significant investment growth.
4. Age 50s:
   In this decade, many people will start planning for retirement and managing their financial assets carefully. Financial goals involve achieving financial independence.

However, there is no definite age limit for achieving financial stability. Maybe some people achieve it quickly, and maybe there are also those who take more time to get it.
The most important thing is to have a good financial plan as best as possible, in order to minimize unwanted things.

copyleaks AI Content Detected
hivemoderation 99.9% likely to contain AI Generated Text
sapling Fake 94.2%
Nechiequ
Member
**
Offline Offline

Activity: 111
Merit: 24


View Profile
November 09, 2023, 01:54:57 AM
 #273

Nechiequ


Bitmain is one of the world's leading Bitcoin mining hardware manufacturers. However, Bitmain does not sell its products directly to end users through their official website, but through official distributors and mining hardware partners spread throughout the world. Some prominent sellers and distributors who frequently sell Bitmain products include:

  • AntminerStore.com: This is the official Bitmain online store that often provides the latest Antminer.
  • Canaan: Apart from Bitmain, Canaan is another leading Bitcoin mining hardware manufacturer that sells AvalonMiner, their product. Canaan's official website and its distribution partners are frequent places to purchase AvalonMiner products.
  • Bitfury: Bitfury is also a major player in the Bitcoin mining industry and can offer their own mining hardware.
  • Authorized Distributors: There are a number of authorized distributors selling Bitcoin mining hardware from various leading manufacturers, including Bitmain, Canaan, and others.

It is important to be careful when purchasing Bitcoin mining hardware, because it is possible that the goods offered are of inappropriate quality. Be careful before deciding to purchase this product, and ask about the warranty offered before making a purchasing decision.
Maybe that will help.
Thank you 🙏🙏🙏
copyleaks AI Content Detected
hivemoderation 99.9% likely to contain AI Generated Text
sapling Fake 93.3%

As far as I know, Antminer is a brand of Bitcoin mining hardware produced by the company Bitmain Technologies. Bitmain is a company headquartered in Beijing, China. Therefore, most Antminers are produced in China.

Bitmain has long been one of the major players in the Bitcoin mining industry and has produced various types of mining hardware, including Antminer, which is used by Bitcoin miners around the world. Bitmain has production facilities and factories in various locations in China, where they assemble their mining hardware.



That's the information I got, I hope it helps.
Thank you🙏🙏🙏
copyleaks AI Content Detected
hivemoderation 99.9% likely to contain AI Generated Text
sapling Fake 91.2%


The appropriate age to achieve financial stability can vary from individual to individual, depending on a variety of factors, including income, financial goals, and personal circumstances.
 However, there is some general information I got about when someone can achieve financial stability:
1. Early career in your 20s:
   Early in a career, many people will build their financial foundations, such as setting aside an emergency fund, starting investments, and paying off student debt.
2. Age 30s:
   At this age, a person may have gained job stability and can begin to focus on medium-term financial goals, such as buying a home, saving for children's education, and planning for retirement.
3. Age 40s: Most people hope to achieve greater financial stability in their 40s, such as having greater home ownership, having substantial retirement savings, and seeing significant investment growth.
4. Age 50s:
   In this decade, many people will start planning for retirement and managing their financial assets carefully. Financial goals involve achieving financial independence.

However, there is no definite age limit for achieving financial stability. Maybe some people achieve it quickly, and maybe there are also those who take more time to get it.
The most important thing is to have a good financial plan as best as possible, in order to minimize unwanted things.

copyleaks AI Content Detected
hivemoderation 99.9% likely to contain AI Generated Text
sapling Fake 94.2%
Sorry if my writing might resemble Ai,
But, why could this happen?
Indeed, I know/read all that information on the internet, and I filter it in such a way, then I post it.
Is it really wrong if I find out information that I know on the internet or something, then I post it on Bitcointalk?

Please just straighten it out, because I'm a beginner and I don't have a special teacher.
Are you willing to be my special teacher?
Is it possible that because I translated it into English the writing looks like this...?
nutildah (OP)
Legendary
*
Offline Offline

Activity: 2982
Merit: 7961



View Profile WWW
November 09, 2023, 02:17:23 AM
Merited by DdmrDdmr (4), Jawhead999 (1)
 #274

Please just straighten it out, because I'm a beginner and I don't have a special teacher.
Are you willing to be my special teacher?

You don't need a "special teacher"; like the guy above you, Vvaanniieell (who is now banned BTW), you just need to post using your own brain & words and stop using ChatGPT to write your posts for you. People have been doing this for hundreds of years, it shouldn't be a big deal.

Even your post in Bahasa comes back ChatGPT positive:

Menurut versi saya ada beberapa cara yang dapat membantu individu meningkatkan penghasilan ekonomi masyarakat di Indonesia:

  • Pendidikan dan Keterampilan: Investasi dalam pendidikan dan pelatihan keterampilan dapat membuka pintu ke pekerjaan yang lebih baik dan peluang karier yang lebih tinggi.
  • Kewirausahaan: Memulai usaha kecil atau bisnis sendiri dapat menjadi cara untuk meningkatkan penghasilan. Kewirausahaan dapat menciptakan peluang pendapatan tambahan.
  • Investasi Keuangan: Berinvestasi dalam instrumen keuangan seperti saham, obligasi, atau reksadana dapat membantu menghasilkan pendapatan pasif dari dividen atau bunga.
  • Kerja Sampingan: Mencari pekerjaan paruh waktu atau kerja sampingan adalah cara umum untuk meningkatkan penghasilan tambahan.
  • Jasa Freelance atau Pekerjaan Online: Memanfaatkan platform freelance atau pekerjaan online dapat membantu individu memperoleh penghasilan tambahan, terutama jika mereka memiliki keterampilan dalam bidang seperti penulisan, desain, atau pemrograman.
  • Investasi dalam Properti: Investasi dalam properti atau real estate, seperti menyewakan properti, bisa menghasilkan penghasilan sewa rutin.
  • Mengambil Peluang dari Perkembangan Ekonomi Lokal: Misalnya memantau perkembangan ekonomi di wilayah atau sektor tertentu di Indonesia dan mencari peluang bisnis yang terkait.

Hivemoderation: 95.7% likely to be AI-Generated
(language not supported by other detection services)

It appears to be largely based on text in these links, as well:

https://kudo.tips/apa-yang-dapatdi-lakukan-untuk-me-ningkatkan-penghasilan-penduduk-yang-masih-rendah.html
https://brainly.co.id/tugas/54415936

Use your time on the forum as an opportunity to not only learn about bitcoin, cryptocurrency and the blockchain, but about English as well.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
Nechiequ
Member
**
Offline Offline

Activity: 111
Merit: 24


View Profile
November 09, 2023, 02:40:26 AM
 #275

Hivemoderation: 95.7% likely to be AI-Generated
(language not supported by other detection services)

It appears to be largely based on text in these links, as well:

https://kudo.tips/apa-yang-dapatdi-lakukan-untuk-me-ningkatkan-penghasilan-penduduk-yang-masih-rendah.html
https://brainly.co.id/tugas/54415936

Use your time on the forum as an opportunity to not only learn about bitcoin, cryptocurrency and the blockchain, but about English as well.
I translated it into English which is available on the internet, but many of my colleagues have also experienced cases like this, even though they typed it themselves looking for their own information, why is it considered AI?
Can you help me on how to detect AI writing or not...?
nutildah (OP)
Legendary
*
Offline Offline

Activity: 2982
Merit: 7961



View Profile WWW
November 09, 2023, 03:17:16 AM
 #276

I translated it into English which is available on the internet, but many of my colleagues have also experienced cases like this, even though they typed it themselves looking for their own information, why is it considered AI?
Can you help me on how to detect AI writing or not...?

I don't really understand what you're saying but you can help yourself by reading the first post in this thread. Here is the best AI detection website:

https://hivemoderation.com/ai-generated-content-detection

When I put your post I mentioned above into it, the result is this:



This is not conclusive proof, but it is evidence that suggests you are also using ChatGPT to write your native language posts for you, as Bahasa Indonesian is one of the languages supported by ChatGPT. This is not just lazy but it is also dishonest. If you can't write your own words, don't expect your posts to remain undeleted.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
Nechiequ
Member
**
Offline Offline

Activity: 111
Merit: 24


View Profile
November 09, 2023, 03:27:47 AM
 #277

I translated it into English which is available on the internet, but many of my colleagues have also experienced cases like this, even though they typed it themselves looking for their own information, why is it considered AI?
Can you help me on how to detect AI writing or not...?

I don't really understand what you're saying but you can help yourself by reading the first post in this thread. Here is the best AI detection website:

https://hivemoderation.com/ai-generated-content-detection
How to use.?
I've tried clicking the link but how do I enter the text that will be detected?
Jawhead999
Legendary
*
Offline Offline

Activity: 1652
Merit: 1156



View Profile
November 09, 2023, 03:36:35 AM
 #278

I translated it into English which is available on the internet, but many of my colleagues have also experienced cases like this, even though they typed it themselves looking for their own information, why is it considered AI?
Can you help me on how to detect AI writing or not...?
Assuming you're not using AI and translate from English to Bahasa, you're committing plagiarism, as this forum has zero tolerance about plagiarism. Why you're not provided the original source in your post?

Either using AI or translating without original source, both are wrong.

How to use.?
I've tried clicking the link but how do I enter the text that will be detected?
Scroll down, paste your text, click submit.

If you write with your brain, you don't have to check it.

.freebitcoin.       ▄▄▄█▀▀██▄▄▄
   ▄▄██████▄▄█  █▀▀█▄▄
  ███  █▀▀███████▄▄██▀
   ▀▀▀██▄▄█  ████▀▀  ▄██
▄███▄▄  ▀▀▀▀▀▀▀  ▄▄██████
██▀▀█████▄     ▄██▀█ ▀▀██
██▄▄███▀▀██   ███▀ ▄▄  ▀█
███████▄▄███ ███▄▄ ▀▀▄  █
██▀▀████████ █████  █▀▄██
 █▄▄████████ █████   ███
  ▀████  ███ ████▄▄███▀
     ▀▀████   ████▀▀
BITCOIN
DICE
EVENT
BETTING
WIN A LAMBO !

.
            ▄▄▄▄▄▄▄▄▄▄███████████▄▄▄▄▄
▄▄▄▄▄██████████████████████████████████▄▄▄▄
▀██████████████████████████████████████████████▄▄▄
▄▄████▄█████▄████████████████████████████▄█████▄████▄▄
▀████████▀▀▀████████████████████████████████▀▀▀██████████▄
  ▀▀▀████▄▄▄███████████████████████████████▄▄▄██████████
       ▀█████▀  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  ▀█████▀▀▀▀▀▀▀▀▀▀
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.PLAY NOW.
Nechiequ
Member
**
Offline Offline

Activity: 111
Merit: 24


View Profile
November 09, 2023, 03:46:02 AM
 #279

I translated it into English which is available on the internet, but many of my colleagues have also experienced cases like this, even though they typed it themselves looking for their own information, why is it considered AI?
Can you help me on how to detect AI writing or not...?
Assuming you're not using AI and translate from English to Bahasa, you're committing plagiarism, as this forum has zero tolerance about plagiarism. Why you're not provided the original source in your post?

Either using AI or translating without original source, both are wrong.

How to use.?
I've tried clicking the link but how do I enter the text that will be detected?
Scroll down, paste your text, click submit.

If you write with your brain, you don't have to check it.
Yes, I'm still learning, and I'm trying to post globally, and after I type it in my cellphone notes, then I translate it from Indonesian into English.
Is there a solution to translate Indonesian into English properly and correctly, so that my writing is not considered to be sourced from AI?
jokers10
Legendary
*
Offline Offline

Activity: 1946
Merit: 3003



View Profile
November 09, 2023, 04:49:26 AM
 #280

Yes, I'm still learning, and I'm trying to post globally, and after I type it in my cellphone notes, then I translate it from Indonesian into English.
Is there a solution to translate Indonesian into English properly and correctly, so that my writing is not considered to be sourced from AI?

We checked it multiple times with automated Google translations from different languages: if something was written by a person himself, AI detectors say it was written by human. So even automated translation doesn't make a text look like AI written.

Luckily we have big enough Indonesian board on this forum, so I just went, chose several random posts from there, translated them via Google Translate and then checked with AI detectors. And know what? All were detected as human written, zero possibility of AI usage.

So don't try to fool others with a story about automated translations, it can be checked not so hard.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
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 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!