Bitcoin Forum
June 01, 2024, 07:23:11 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 [296] 297 298 299 300 301 302 303 304 »
5901  Other / Beginners & Help / Re: High Bitcoin Transation!! on: May 20, 2020, 05:19:36 AM
You can visit our thread into services ▂▃▅▆█ Accelerate your transaction + RECOVER UR BTC SENT TO BCH ADDY (VV) █▆▅▃▂ and FREE/PAY BITCOIN TRANSACTION ACCELERATOR
5902  Other / Beginners & Help / Re: [INFORMATION] The Cipher, it's meaning, types and connection in cryptography on: May 20, 2020, 05:07:50 AM
Good thing aside also I want to add that we have today the modern cryptography that we are using today because of the ability of its authenticity, confidentiality and data integrity. This modern cryptography today are consist of three kinds secret-key cryptography, private key cryptography and the most popular today which is the hashing.

Secret-key cryptography

We are just using the same key from the sender and the receiver of the message. This cryptography uses a symmetric algorithm. Which consist of two types of symmetric crypto


Stream Cipher

uses a fix length key to produce a pseudo-random
To make encryption and decryption you need to use the exclusive or (XOR)

For decryption, we have the formula of
CT = KS ⊕ PT

Example :
Plain text(64 bit): 1001
Keystream(128 bit): 0101
With the use of the formula, we have now the CT of 1100


For encryption, we have the formula of
PT = KS ⊕ CT

CT - Ciphertext
PT - Plain text
Keystream - KS

Example :
Ciphertext: 1100
Keystream: 0101
With the use of the formula, we have now the CT of 1001

Block Cipher

fixed-length key to encrypted a fixed-length block of data.
If you have a 64-bit plain text and you will use a Data Encryption Standard (DES) or Advanced Encryption Standard(AES) still it will convert the text into a 64 bit.

Example :
 
Plain text (64 bits) → Keystream (128 bits) →  Ciphertext (64 bit)

Public Key cryptography
A cryptography technique that the sender and the receiver use different keys. This kind of cryptography uses RSA Algorithm. RSA Examples and computation

Example :

Plain Text → Public key → (Received) Private key.

Hashing
is a one-way procedure that creates a fixed length with a combination of number and letters

Quote from: Peanutswar

Code:
 Random r = new Random();
        char[] codes = "abcdefghijklmnopqrstuvwzyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ".ToArray();
        string output;
        void generateKey(int gkey)
        {
            output = null;
            for (int x = 0; x < codes.Length; x++)
            {
              output += codes[r.Next(0, codes.Length)];
            }

            t1bx.Text = output;
        }

        private void B_generate_Click(object sender, RoutedEventArgs e)
        {
            generateKey(10);
        }

        static string ComputeSha256Hash(string rawData)
        {
            // Create a SHA256  
            using (SHA256 sha256Hash = SHA256.Create())
            {
                // ComputeHash - returns byte array  
                byte[] bytes = sha256Hash.ComputeHash(Encoding.UTF8.GetBytes(rawData));

                // Convert byte array to a string  
                StringBuilder builder = new StringBuilder();
                for (int i = 0; i < bytes.Length; i++)
                {
                    builder.Append(bytes[i].ToString("x2"));
                }
                return builder.ToString();
            }
        }


        private void B_hash_Click(object sender, RoutedEventArgs e)
        {
            txtbx_hash.Text = ComputeSha256Hash(output);
        }

    


Code:
For more details
https://www.tutorialspoint.com/cryptography/modern_cryptography.htm
https://www.youtube.com/watch?v=10BX3zOr7wk
https://www.youtube.com/watch?v=dmVwblN1Lz4
5903  Economy / Reputation / Re: [self-moderated] Report unmerited good posts to Merit Source on: May 19, 2020, 07:33:20 AM
1.Hex.win is a scam
Description : Ponzi Sheme
Category : Scamming platform
Section : Scam Accusations

2.( Scam ) Bottlecoin [BOTLEC] copied from RavenCoin
Description : Website platform
Category : Scamming platform
Section : Scam Accusations

3.[SCAM] Elunium Coin- plagiarized Whitepaper
Description : Whitepaper
Category : Plagirism
Section : Scam Accusations

4.[SCAM] Linuxbtc.org fake Bitcoin giveaway
Description : Bitcoin Give away
Category : Scam
Section : Scam Accusations



1. Blue Hill Mining Scam - Marcel Sanders, Kurt Becker & Darryl Tjin Wong Joe
Description : Scam by big personalities
Section : Scam Accussations

2. [Warning] SSSolutions plagiarized whitepaper!
Description : Website platform
Category : Plagiarism
Section : Scam Accussations


3. SwapZilla - 1 BTC Give away
Description : Investment platform
Section : Scam Accussations


4. SWC Poker owes me like .0027 BTC!!!!
Description : Bug/Glitch
Category : Gambling game
Section : Scam Accussations

5. [WARNING] Google/CMC Advertised Scam - doge.live Cloud Mining 8+% profit daily
Description : Website platform
Category : Scam investment.
Section : Scam Accussations
5904  Local / Nigeria (Naija) / Re: Project Covid-19 : Supply to 20 families in Nigeria {New Update}. on: May 19, 2020, 07:11:22 AM
Good job to Cryptopreneurbrainbos and everyone who helps to lift up this campaign and to other people. It is a good thing to help others even there is a crisis we are facing I'm giving all my respect to everyone who contributes, donate and risk their lives to give other people a source of food. It is just a reflection that we have a good forum and contributors. We prove that helping is not only limited to help each other. I give a thumbs up and round of applause to all.
5905  Other / Meta / Re: Imagine bitcointalk.org in 2140 on: May 19, 2020, 05:51:55 AM
The forum is still the same because this is the reason why it becomes popular by having a lot of contents and simple UI. In the year 2140, the same problem we are facing people does not know how to read the rule, struggle and complain about the merit system, spoon feed to them what they need ( I highly recommended we avoid this and let them explore and learn through this forum ). There are a lot of opportunities to make improvement on the forum but still, I think they will stick how it becomes popular.
5906  Local / Pamilihan / Re: [FULL]Project Covid-19 Signature Campaign (Pilipinas Local Version) on: May 18, 2020, 03:09:53 PM
Thumbs up para kay OP

Dahil sa pagkakaroon ng magandang loob upang makatulong, saludo din ako sa kapwa katin kabayan na handang sumuporta sa signature na ito.

Nais ko sumali sa campaign na ito at suutin ng signature pero Hindi ako hihingi ng kapalit nais ko lang supportahan ang campaign na ito.



Keep safe mga kabayan.
5907  Local / Pilipinas / Online platform offered Cryptocurrency and Blockchain to learn. on: May 18, 2020, 08:16:28 AM
Noong mga nakaraang araw ay nag bahagi ako ng unang topic patungkol sa online course [Courses] Online class. Ngayon ang ginawa kong Online learning. na nais ko isalin at ibahagi ngayon sa ating local na ang mga nilalaman ay patungkol sa online class na sumusuporta sa pag aaral na relate sa blockchain at cryptocurrency.
Ngayon dahil asa ECQ tayo hindi hadlang ang pag-aaral dahil ang ilan sa atin ay mayroong internet connection at asa tahanan lamang.


1. UNIC Blockchain Program
Isang website na nag bibigay para mas maiging kaalaman sa pag gamit ng mga kumpanya, businesses at ibang pang asa mundo ng transaction upang mas mag palawak ang kaalaman sa mundo ng digital currency at kung gaano ito mas ka epektibo.

May bayad ba?
Mayroon, ang kanilang master degree ay umaabot ng €12961 sa ating currency ay nasa ₱714000 ngunit may ilang courses din naman sila na nag bibigay ng discount at asa 10% lang ang iyong babayaran. Sila din ay tumatanggap ng BTC bilang bayad sa enrollment fee.

Ilan sa kanilang course outline

2. Coinbase learn
Ilan sa atin ay alam na ang coinbase at nakita na ang ilang bahagi nito, ngunit para sa iba ang coinbase din ay mayroong coinbase learn kung saan nag bibigay sila ng ilang mga introduction kung ano nga ba ang cryptocurrency, paano bumili at mag benta nito, ano ang kinaibahan nito sa tunay na pera at iba pa.

May bayad ba?
Wala itong bayad, isa lamang itong preview sa mundo ng cryptocurrency at blockchain.




3. Class Central
Ang Class central ay nag bibigay din ng online course patungkol sa bitcoin and cryptocurrency at ilang sa kanilang course na umaabot sa 1100+ ay libre lamang, ngunit may ilang course padin na maari mo ma-access sa subscribe sa kanila.

Quote from: Class Central
We focus primarily on free (or free to audit)

May bayad ba?
Halos ang mga online course sa kanila ay Libre ay may ilan din na may bayad at umaabot lamang sa $39-79 sa currency natin ay ₱1986 hanggang ₱ 4023.

Itong ang ilang talakayan nila sa kanilang syllabus




4. Ethereum.org
Ito ay isa sa mga madalas kong binibisita patungkol sa mundo ng ethereum dahil marami itong nilalaman tulad ng mga artikulo, ibat-ibat batis at mga gabay kung ano nga ba ang mayroong sa ethereum.

May bayad ba?
ito ay libre lang.



5. Udemy: Introduction to Cryptocurrencies and Blockchain
Marahil ang ilang sa atin ay nakikita na madalas ang udemy pag patungkol sa usaping online class ngayon ay nag bibigay nadin sila ng mga kaaalaman patungkol sa crypto at blockchain at isa dito ay ang Introduction to Cryptocurrencies and Blockchain.

May bayad ba?
Mayroong libre lamang ngunit ang mga nilalaman lang ay Online video content. Kung nais mo ng Certificate of completion at makipag talakayan sa sa guro ito ay mayroon ng bayad na umaabot hanggang $18.99 o sa atin ay ₱967.19


6. Shawn Cademy
Tulad ng ibag online class platform sila ay nag bibigay lamang ng audio at video presentation para sa kanilang mga estudyante para ibahagi ang kanilang kaalaman. Para sakin bilang estudenyate ito ay mukhang nalilimitahan lang ang pag-aaral dahil sa audio at video lang ang kanilang ibinibigay sabi nga nila iba-iba tayo kung paano makukuha ang kaalaman.
May bayad ba?
ito ay umaabot hanggang $149 - $1,500 o ₱7588.79 -  ₱76397.25



7. Edx: Introduction to Hyperledger Blockchain Technologies
Itong platform na ito ay sinusuportahan ng Linux Production na nag lalayon at mag bigay ng kaalaman patungo sa bitcoin, ethereum at iba pa ang kurso na ito ay libre lamang ngunit kung gusto mo maka tanggap ng certificate ay kailangan mo mag bayad.

May bayad ba?
Oo ito ay may bayad na $99 sa atin ay ₱5033.70 kung gusto mo matanggap ng certificate.




5908  Other / Beginners & Help / Re: Online learning. on: May 18, 2020, 05:44:43 AM
What is needed besides the free knowledge is a step-by-step guide that is well explained. This is what you won't get when searching on Google with a random search.
If learning bitcoin fundamentally must be with learning that is easy to understand and can be digested by the mind because bitcoin is not limited to cryptocurrency but is related to several programming languages. I think it is not difficult to search randomly to find what you want and even easier for YouTube to find cryptocurrency content even for crypto knowledge for children such as https://www.youtube.com/watch?v=nqdv6Ad9Nt4

I think not all of the concepts that are related into the world of cryptocurrency can be tackled in just a single video because sometimes there are some ideas, techniques and strategy that you will only learn by the help of online courses too also it helps to enlighten us the different concept and definition we commonly saw into the world of cryptocurrency. If we are trying to search in google most of the time you will find a different perspective and understanding of the people on different topics that cause misunderstanding too.
5909  Economy / Trading Discussion / Re: Small assets, trade or invest? Good decision? on: May 17, 2020, 12:52:32 PM
It doesn't matter if you will start trading and investment because still, the market is volatile no one is safe on this kind of movement of the market.

Also, it is better what kind of earning process would you prefer. If you are good at trading go with this if you want just to make investment go for it.  You don't need to listen to others because you just make an investment or trade once we enter into the world of crypto it is full of risk it depends on you how you handle the situation and avoid losing your funds.
5910  Economy / Scam Accusations / SwapZilla - 1 BTC Give away on: May 17, 2020, 11:07:46 AM
While I'm browsing to different groups about the platform they are earning there is one website caught my attention and this is the SwapZilla.co because they are giving away for over 0.01 BTC just to register your account on their platform. I made some research about this platform and to withdraw your funds you need to verify your account first with the requirement of scanning your passport, proof of residency and picture of you holding the passport.
This kind of actions is too much suspicious this might be a phishing platform


See lots of prizes in the telegram and one of them now is

🔥 A great opportunity to get 1 BTC and 3 ETH from SwapZilla! 🔥

❗️ We are launching an awesome referral campaign where every participant will get 0.1 BTC just for the registration on our platform. To get bigger rewards, you should be active and invite more friends 💰

We will also transfer additional 3 ETH to the wallet of the person who first reaches 1 BTC ❗️

💰 How to get up to 1 BTC for inviting your friends❓

📌 Go to https://www.swapzilla.co/terminal/register and register!
📌 Fill in your: email address, password, username.
📌 Join our Telegram Channel (https://t.me/SwapZilla) and Telegram chat. (https://t.me/swapzillachat)

Hurry up! Your 1 BTC is waiting for you!  🕑
The more you invite, the more BTC you get! 💸

Be the first to post your results to the Telegram chat (https://t.me/swapzillachat) and get your 3 ETH! 🤑
I try to search their domain and it is no registered result.

Also to unlock their rewards you need to 20 SWZL and invite other people to get more. Getting up to1 BTC is too much amount to give on every user reaches their referral system.




[ANN]SwapZilla-Unique infrastructure solution that revolutionizes crypto trading
When I check on their ANN thread most of the comment came from the newbies and does not have serious discussions.

With the help [CLUB] The SpamBusters! Busting rule-breakers for more than a year. by LoyceV. This proves that they are just spamming the thread.


Be careful on the giveaway and platform that are giving a huge amount of money just only when you register and inviting friends this might be a scam or a phishing website that may cause too much trouble on you.
5911  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 🔴⚪️ BOUNTY & AIRDROP SERVICE | PROMOTE YOUR AIRDROP/BOUNTY TO TURKEY ⚪️🔴 on: May 17, 2020, 09:54:42 AM
I think this thread is appropriate into our Bounties (Altcoins)
5912  Local / Others (Pilipinas) / Re: Blockchain Technology "AMA" on: May 17, 2020, 08:41:37 AM
Some topics na nagpapaliwanag sa ibang terms ay available din dito sa lokal kagaya ng mga ito:

Para sa mga kabayan natin gusto makita at paano makita ang code sa pag gawa ng hash ay may gusto ako ibihagi na ginawa ko gamit sa c# programming language at ang hashing algorithm na gamit ko dito ay SHA256.


Code:
 Random r = new Random();
        char[] codes = "abcdefghijklmnopqrstuvwzyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ".ToArray();
        string output;
        void generateKey(int gkey)
        {
            output = null;
            for (int x = 0; x < codes.Length; x++)
            {
              output += codes[r.Next(0, codes.Length)];
            }

            t1bx.Text = output;
        }

        private void B_generate_Click(object sender, RoutedEventArgs e)
        {
            generateKey(10);
        }

        static string ComputeSha256Hash(string rawData)
        {
            // Create a SHA256  
            using (SHA256 sha256Hash = SHA256.Create())
            {
                // ComputeHash - returns byte array  
                byte[] bytes = sha256Hash.ComputeHash(Encoding.UTF8.GetBytes(rawData));

                // Convert byte array to a string  
                StringBuilder builder = new StringBuilder();
                for (int i = 0; i < bytes.Length; i++)
                {
                    builder.Append(bytes[i].ToString("x2"));
                }
                return builder.ToString();
            }
        }


        private void B_hash_Click(object sender, RoutedEventArgs e)
        {
            txtbx_hash.Text = ComputeSha256Hash(output);
        }

    

5913  Other / Meta / Re: [TELEGRAM] Yet Another BitcoinTalk Notification BOT (merits, mentions, topics,+) on: May 17, 2020, 06:13:57 AM
Good day mate, that was a great work of having a bitcointalk notifications bot to help us about what we need, I just have a test on this output can I recommend something just for improvements?

I think it is better before to qualify into your UID there is a verification first if on the bitcointalk name if its already listed on the database.
Because I try to use my name Peanutswar with UID which is correct and approved by the bot. When I try this with different username but the same UID it proceeds on the main menu and accepts it.



This is responsive bot so every input by the user there is a specific response on it. I just want to suggest that even there is a button for enable notifications/mentions and enable merits. It is better if the bot is still responsive on the input of the user if they chat "Enable Mentions", "Enable Merits" (even in lower or uppercase)


Ps. This is just my suggestion only in case of having enhancement of the notification bot.
5914  Other / Beginners & Help / Re: Bitcointalk game on: May 16, 2020, 01:14:12 PM
< snip >

I just only made this on visual studio with the use of arrays and it is the full project on the download link from Google drive if this will harm other users I will now closed the thread and remove the link.


This might be very well just a false positive.
But generally, i'd be careful with files from accounts which are only a few months old.

I do not imply that you are a malicious actor. I just point out the possibility.

To avoid getting suspicious and problem I provide the whole code

Code:

public partial class MainWindow : Window
    {
        int tries = 0;
        int score = 0;
        int gameNumber = 0;
        string[] question = new string[10];
        string[] answer = new string[10];
        Question[] game = new Question[10];

        public MainWindow()
        {
            InitializeComponent();

            question[0] = "This is the general discussion about the bitcoin ecosystem " +
                "that doesn't fit better elsewhere. News, the Bitcoin community, innovations, the general environment, etc. Discussion of specific Bitcoin-related services usually belongs in other sections.";
            question[1] = "Allows you to post images even if you are a newbie, reduces the time-between-actions limit, and provides some of the same benefits as being of natural Member rank.";
            question[2] = "Discussion of sports games and other gambling-related topics which are separate from games and services themselves.";
            question[3] = "Button enables registered members to subscribe to email notification of replies to the topic.";
            question[4] = "Other topics that might be of interest to bitcoiners.";
            question[5] = "Discussion about the Bitcoin Forum.";
            question[6] = "This section is for topics about individual Bitcoin bonds, stocks, etc. Topics about exchange sites which deal in securities should go in the top-level Marketplace section.";
            question[7] = "The Administrator of the Bitcointalk.org";
            question[8] = "Longest Active Campaign";
            question[9] = "Thread that can share idea, knowledge, and skills with the use of your native language";


            string[] choices1 = { "A. Serious discussion", "B.Development & Technical Discussion", "C.Trading Discussion", "D. Bitcoin Discussion" };
            string[] choices2 = { "A.Member", "B. Hero Member", "C. Full Member", "D. Copper Member" };
            string[] choices3 = { "A.Games and rounds", "B.Gambling discussion", "C.Investor-based games", "D.Gambling" };
            string[] choices4 = { "A. Help", "B. +Merit", "C. Notify", "D. Print" };
            string[] choices5 = { "A. Serious Discussion", "B. Off-topic", "C. Politics & Society", "D. Mining" };
            string[] choices6 = { "A. Altcoin Discussion", "B. Development & Technical Discussion", "C. Serious discussion", "D. Meta" };
            string[] choices7 = { "A. Lending", "B. Securities", "C. Auctions", "D. Service Discussion" };
            string[] choices8 = { "A. Cyrus", "B. Theymos", "C. DdmrDdmr", "D. LoyceV" };
            string[] choices9 = { "A. Best Change", "B. Freebitco.io", "C. Yobit", "D. Chipmixer" };
            string[] choices10 = { "A. Bitcoin Discussion", "B. Local", "C. Marketplace (Altcoins)", "D. Meta" };

            answer[0] = choices1[3];
            answer[1] = choices2[3];
            answer[2] = choices3[1];
            answer[3] = choices4[2];
            answer[4] = choices5[1];
            answer[5] = choices6[3];
            answer[6] = choices7[1];
            answer[7] = choices8[1];
            answer[7] = choices8[0];
            answer[8] = choices9[3];
            answer[9] = choices10[1];

            game[0] = new Question(question[0], choices1, answer[0]);
            game[1] = new Question(question[1], choices2, answer[1]);
            game[2] = new Question(question[2], choices3, answer[2]);
            game[3] = new Question(question[3], choices4, answer[3]);
            game[4] = new Question(question[4], choices5, answer[4]);
            game[5] = new Question(question[5], choices6, answer[5]);
            game[6] = new Question(question[6], choices7, answer[6]);
            game[7] = new Question(question[7], choices8, answer[7]);
            game[8] = new Question(question[8], choices9, answer[8]);
            game[9] = new Question(question[9], choices10, answer[9]);
     
            display();
        }

        private void display()
        {
            txtScore.Text = score.ToString();
            txtTries.Text = tries.ToString();

            if (game.Length == gameNumber)
            {
                GameView.Visibility = Visibility.Collapsed;
                GameOverView.Visibility = Visibility.Visible;
                txtFinalScore.Text = score.ToString();
                return;
            }

            RadioButton[] choices = { choices1, choices2, choices3, choices4 };
            txtQuestion.Text = game[gameNumber].question;
            for(int i = 0; i < 4; i++)
            {
                choices[i].Content = game[gameNumber].choices[i];
            }

            choices[0].IsChecked = true;
        }

        private void btnOkay_Click(object sender, RoutedEventArgs e)
        {
            RadioButton[] choices = { choices1, choices2, choices3, choices4 };
            for(int i = 0; i < choices.Length; i++)
            {
                if(choices[i].IsChecked == true)
                {
                    if((string)choices[i].Content == game[gameNumber].answer)
                    {
                        MessageBox.Show("Correct");
                        ++score;
                        ++gameNumber;
                        tries = 0;
                        display();
                    }
                    else
                    {
                        MessageBox.Show("Wrong");
                        ++tries;
                        txtTries.Text = tries.ToString();

                        if (tries == 2)
                        {
                            ++gameNumber;
                            tries = 0;
                            display();
                        }                       
                    }
                }
            }
        }

        private void btnTryAgain_Click(object sender, RoutedEventArgs e)
        {
            GameOverView.Visibility = Visibility.Collapsed;
            GameView.Visibility = Visibility.Visible;
            score = 0;
            tries = 0;
            gameNumber = 0;
            display();
        }
    }

Are there still people who download unknown executables? Create a website for this!

Sorry for now I don't have skills for now on web development.
5915  Other / Beginners & Help / Re: Bitcointalk game on: May 16, 2020, 12:57:16 PM
< snip >

I just only made this on visual studio with the use of arrays and it is the full project on the download link from Google drive if this will harm other users I will now closed the thread and remove the link.
5916  Other / Beginners & Help / Re: Bitcointalk game on: May 16, 2020, 12:08:20 PM
I would suggest you create a website for it, I'm just not comfortable, that's all.

My skills in web development are still not good so I try first on programming languages. Soon I try to make a web base next on my outputs.

Cyrus is also another administrator of the forum.

Yes, I already made a research on that and I just indicate more admins for confusing players and made them a background check if this is real too. Sorry for misunderstanding that is part of the game.
5917  Other / Beginners & Help / Re: Bitcointalk game on: May 16, 2020, 11:42:18 AM
this game over can i know full details about bitcointalk forum ?

Good day, friend I highly recommended to visit the Newbies - Read before posting by Lauda and FAQ: Everything you need to know about forum 'activity, account ranks and merit by hilariousandco
5918  Other / Beginners & Help / Bitcointalk game on: May 16, 2020, 11:22:08 AM
Today I created a game which can help newbies and other users of this forum just to explore some part of the forum. I called this a bitcointalk game.

Why do I create this game?
Some of the people today are having struggle which board name is appropriate to their topics. Also to enlighten other people that there is a section like this in our forum. Most of us are thinking about a topic unexpectedly that we would like to share to others and you want to indicate which board index it is included because you now have an idea also to lessen the work of the admin/moderators to transfer a lot of topics because you are now aware this is the appropriate board for your content/s.

What are the contents of the game?
This is a game with a question and answers only. You only need is to identify what is the Board name according to its description with additional questions related to the forum.

Mechanics of the game
You only have four choices on each ten (10) question and you only have two (2) attempts to answer the question correctly if you reach the limit attempts to you will now direct to the next question.




This is the end of the game if you want to re-try or quit the game.



Are you getting curious what is the other question? Try it now. It is just for fun and learning only I hope you like it.


Ps. Click here -  to download the file it will direct you to google drive download.
5919  Other / Meta / Re: How to find your post in a topic? on: May 15, 2020, 05:05:12 PM

You can use our search button and use the forum search to make it easier and faster to search also it is better if you indicate your username and if you remember some words on your post it is easier to find the post you are looking for.
5920  Alternate cryptocurrencies / Altcoin Discussion / Re: New exchanges worth my money???? on: May 15, 2020, 08:02:03 AM
It takes time before the coin becomes to the moon but still if you want to try to make an investment on the Binance token why not because it has already a value of 16$ that makes you make more profit and use for this on your trading or anything you would like it takes time before a coin becomes more profitable and one thing I believe if you want to make an investment for the new coins all you need is just trust to make sure it gives you a huge market profit soon.
Pages: « 1 ... 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 [296] 297 298 299 300 301 302 303 304 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!