Bitcoin Forum
May 25, 2024, 06:59:47 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 »
301  Other / Beginners & Help / Re: How do you get merit point? on: April 14, 2018, 03:40:26 AM
Do you have to be a certain rank to be able to give (and get) merit points? Can someone give me the cliff notes on the system?
Make a post with a theme that you think will benefit others and do well for the community and not violate the rules of the forum. And you will get merit if your posts are useful
302  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN][AIRDROP] Hyperion -The Next Generation of Financial Applications on: April 14, 2018, 03:26:48 AM
Hyperion Whitepaper Translation Bounty (200 HYPR)

Spanish – French – German –  Russian – Arabic –   Japanese – Portuguese –  Indonesian (Reserved) –  Chinese – Italian – Dutch – Korean – Czech – Turkish –  Vietnamese – Filipino (Reserved)

Whitepaper: https://hyperiontokens.com/whitepaper

* Please message us to reserve your chosen language, bounty is first come first serve *
Try this BBcode to the image shown in your post
Code:
[img]https://i.imgur.com/cL0bRko.png[/img]

Reserve Translate Bounty

BitcoinTalk Name: hoanghai101296
Rank: Jr. Member
BitcoinTalk Profile Link: https://bitcointalk.org/index.php?action=profile;u=157590
Language: Vietnamese
Document for translate: All (ANN, Bounty Thread, WP, Web....)
Eth Address: 0x13e41eb8bf472d8540aa0adf4f8c32db0e5e5eb7
Email: hoanghai101296@gmail.com
Telegram: @hoanghai101296

Please PM or email me if you accept.
I will finish well because I am Vietnamese
303  Other / Beginners & Help / Re: How to create new posts, for newbies on: April 14, 2018, 02:55:24 AM

Thank you for helping me improve my writing


As fellow users of this forum (especially as fellow Jr.member) should not we have to help each other? and perhaps I do not have the idea for making a good post like yours, and rather than just criticizing the shortcomings of others, it would be better if we share the knowledge I know even if it is just a little, and hopefully with this kind of discussion, it will make us to be better in the next time.
You can point out the lack of other people's fever means you pay close attention to the small things you are very interested in helping others develop, that is a good thing. Please try to create an article that you think will help other people I'm sure there will be many people interested, try it will succeed, good luck
304  Other / Beginners & Help / Re: How to create new posts, for newbies on: April 14, 2018, 02:50:53 AM
It's basic information but I think that many new members may not know about it, so, thanks for making this guide. You also can upload code to resize image. But I recomend to not overuse all these effects and styling. It can make your post difficult to read and some members may put you on ignore list.
Thank you, what you share really will be useful. I will note it and try to improve
305  Other / Beginners & Help / Re: How to create new posts, for newbies on: April 13, 2018, 04:32:12 PM
Of course we can assume that Jr.member is also a newbie, but for a newbie who reads this thread with not carefully, and they have not read the term & condition, and other rules they (Newbie rank) surely think they can post an image...

So I think in this thread especially in the section of...

"Add an image in the post
The BBCode tags in the phpBB software incorporate the image tag in the post. There are two important things to remember when using this tag: Many people do not appreciate using too many images in the article and secondly, the image you use in the article must exist on the web, It can not be the image on your computer unless your computer is a Web server. To display the image, you must place its URL in the"

You need add a condition like "To post an image you must have at least a Jr.member rank".. Wink Wink
Thank you for helping me improve my writing
306  Other / Beginners & Help / Re: How to create new posts, for newbies on: April 13, 2018, 06:22:02 AM
This is how I usually use to upload pictures to my posts

You follow the order from 1> 2> 3
Copy BBCode (Forum) paste into the image post will be displayed
307  Other / Beginners & Help / SMF Bulletin Board Code (BBCode), Help post for beginner on: April 13, 2018, 05:59:18 AM
Starting a New Topic

I was also a newbie and had to find and research the forum for a long time before I could understand how to create a new complete article.
I created this article so that novices can more easily manipulate to create a complete article
How to create bold, italic and underlined text?

Using BBCode tags you can quickly change the style of the text. Consider the following methods:
To bold text, place it in the [b ] [/ b] tag, for example:
Code:
[b] Hello! [/b]

will become Hello!

To underline the use of the pair of [u ] [/ u], for example:

Code:
[u] Good morning! [/u]

will become Good morning!

To create text in italics, use the [i ] [/ i] tag, for example

Code:
[i]This is great![/i] 

will show up This is great!

Strikethrough
Code:
[s]strikethrough[/s]	

Glow
Code:
[glow=red,2,50]glow[/glow]

Shadow
Code:
[shadow=red,left]
shadow
[/shadow]

Preformatted Text
Code:
[pre ]Simple
  Machines
    Forum[/pre]

Left Align
Code:
[left ]left align[/left]

Centered
Code:
[center ]centered[/center]

Right Align
Code:
[right ]right align[/right]

Insert Flash
Code:
[flash =200,200]http://somesite/somefile.swf[/flash]

How to change the color or size of the text?
To change the color or size of the text, the following BBCode tags will be used. Remember that the display depends on the viewer's browser and the system:
To change the text color, place it in the [color =] [/ color] tag. You can specify an acceptable color name such as: red, blue, yellow ... or use hex color codes like #FFFFFF, # 000000 ... For example, to create a text with red letters you can Use as follows
Code:
[color=red] Hello! [/ color]
will give the same result Hello!
Changing the size of the text is the same as above but using the [size =] [/ size] tag. The use of this tag depends on the interface that the user has chosen to use in the system, but we recommend that you use the size as a typical counter value with the unit as a percentage, starting at 5. (very small) up to 50 (very large) by default. For example:

Code:
[size=5pt] SMALL [/ size]

will create SMALL

whereas:

Code:
[size=50pt] BIG BIG [/ size]

will be BIG BIG

Can I combine the formatting cards together?
Yes! Surely you can do this. For example, to create someone's attention, you could write:
Code:
[size=20pt][color=red][b]LOOK AT ME![/b][/color][/size]
it will show LOOK AT ME!

Links to other websites
The BBCode command tag supports many ways to generate better Uniform Resource Indicators (URIs) than other types of URL links.
The first pair of cards to use is [url =]  [/ url]. Anything you enter after the = sign becomes the content of that tag and is interpreted as a URL. For example, to link to the bitcointalk.org  website you will use the following:
Code:
[url=bitcointalk.org]Welcome bitcointalk![/url]
A link will be generated as follows: Welcome bitcointalk!
If you want to make a link visible to its own URL, do the following:
Code:
[url]bitcointalk.org[/url]
The link generated will be: http://bitcointalk.org

Add an image in the post (To post an image you must have at least a Jr.member rank)
The BBCode tags in the phpBB software incorporate the image tag in the post. There are two important things to remember when using this tag: Many people do not appreciate using too many images in the article and secondly, the image you use in the article must exist on the web, It can not be the image on your computer unless your computer is a Web server. To display the image, you must place its URL in the [img ] [/ img] tag
. For example

Code:
[img]http://www.google.com/intl/en_ALL/images/logo.gif[/img]


You can also create a link as an image when using the above combination with the [url ] [/ url] tag. For example:

Code:
[url=http://www.google.com/][img]http://www.google.com/intl/en_ALL/images/logo.gif[/img][/url]
will create to:


Hope it will help you

Learn more here


308  Other / Beginners & Help / How To Get Bitcointalk URL And ID Number on: April 13, 2018, 04:20:48 AM
I see many new people do not know how to get the URL, so I wrote this article to share how to get the Bitcointalk URL And ID number of that person.

You should delete the "sa = showPosts" section to leave a unique ID number. That's Bitcointalk URL of you


This is your account ID number

Hope it helps you
309  Other / Beginners & Help / Re: >>HOW TO CHOOSE BOUNTIES FOR NEWBIES << on: April 13, 2018, 03:53:07 AM
This is a start for me. Really happy to have read this post immediately while browsing the forum. Although I still find this article a bit confusing because I am still learning, still its a great help.

How do I send merit though?
You must first be given forum merit points, and then you can give it to others if you find it valuable
310  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN][ICO] ViValid - Items' value and ownership in the blockchain on: April 13, 2018, 03:40:50 AM
Reserve Translate Bounty

BitcoinTalk Name: hoanghai101296
Rank: Jr. Member
BitcoinTalk Profile Link: https://bitcointalk.org/index.php?action=profile;u=157590
Language: Vietnamese
Document for translate: All (ANN, Bounty Thread, WP, Web....)
Eth Address: 0x13e41eb8bf472d8540aa0adf4f8c32db0e5e5eb7
Email: hoanghai101296@gmail.com
Telegram: @hoanghai101296

Please PM or email me if you accept.
I will finish well because I am Vietnamese
311  Alternate cryptocurrencies / Bounties (Altcoins) / Re: [BOUNTY] [AIRDROP] : [SUPERSET] $80000 WORTH OF SUPER GIVEAWAY on: April 13, 2018, 03:04:05 AM
1) Telegram username @hoanghai101296
2) Bitcointalk profile link. https://bitcointalk.org/index.php?action=profile;u=1575909
312  Alternate cryptocurrencies / Bounties (Altcoins) / Re: [BOUNTY]Modern Finance Chain - MERCHANT PAYMENTS + REWARD SYSTEM on: April 12, 2018, 06:20:00 AM
BCT Name: hoanghai101296
Twitter link: https://twitter.com/hoanghai101296
Spreadsheet : 349

Links to the RTs&likes:
Week 1
11/04 - 17/04

1- (04/12): https://twitter.com/hoanghai101296/status/984314795133321217
2- (04/13): https://twitter.com/hoanghai101296/status/984633783595876352
3- (04/14): https://twitter.com/hoanghai101296/status/984997104949985280
4- (04/15): https://twitter.com/hoanghai101296/status/985361077977284608
5- (04/16): https://twitter.com/hoanghai101296/status/985723047255535616
6- (04/17): https://twitter.com/hoanghai101296/status/986072563305463808

week 2 18/04 - 24/04
1- (04/20): https://twitter.com/hoanghai101296/status/987167350859489280
2- (04/21): https://twitter.com/hoanghai101296/status/987531875248881664
3- (04/22): https://twitter.com/hoanghai101296/status/987896377966395392
4- (04/23): https://twitter.com/hoanghai101296/status/988223057826230272

week 3  25/04 - 1/05
1- (04/26): https://twitter.com/hoanghai101296/status/989338513186279425
2- (04/27): https://twitter.com/hoanghai101296/status/989690621823664128
3- (04/28): https://twitter.com/hoanghai101296/status/990054569689337856
4- (04/29): https://twitter.com/hoanghai101296/status/990430542758723584
5- (04/30): https://twitter.com/hoanghai101296/status/990775695642017793
6- (05/01): https://twitter.com/hoanghai101296/status/991137950367825920

week 4 2/05 - 8/05
1 https://twitter.com/hoanghai101296/status/992244298287538177
2 https://twitter.com/ModernChain/status/991925254661591040
3 https://twitter.com/hoanghai101296/status/992572776262201344
4 https://twitter.com/ModernChain/status/992538241998950401
5 https://twitter.com/hoanghai101296/status/993355233135812608
6 https://twitter.com/ModernChain/status/993329004856971269
7 https://twitter.com/hoanghai101296/status/993676315516534784
8 https://twitter.com/ModernChain/status/993568681367097344

Links to the RTs&likes:
Week 5
9/05 - 15/05
1. https://twitter.com/hoanghai101296/status/994496565761916928
2. https://twitter.com/ModernChain/status/994323786441904131
3. https://twitter.com/hoanghai101296/status/995126878129160192
4. https://twitter.com/ModernChain/status/995047394218737664
5. https://twitter.com/hoanghai101296/status/995495640229560323
6. https://twitter.com/ModernChain/status/993704150096666624
7. https://twitter.com/hoanghai101296/status/996205162459947009
8. https://twitter.com/ModernChain/status/995710942838247427
313  Other / Beginners & Help / Re: Finding and getting in Bounties on: April 12, 2018, 05:50:35 AM
Find out about the ico on the COIN or ICO review pages where you will see, but Coin is rated good and not good. I have a page that I like most Here
314  Other / Beginners & Help / Re: which bounty going scam on: April 12, 2018, 05:45:11 AM
Me too. To participate in Bounty or Airdrop, please check carefully before joining, to avoid cheating, please refer to the Coin or Ico evaluation site if more people are interested, you should join.
This is one of the coin reviews I like the most
Web here
Hope it will help you
315  Bitcoin / Bitcoin Discussion / The end of Bitcoin and cryptocurrencies? on: April 12, 2018, 04:41:06 AM
Is it the end of Bitcoin and cryptocurrencies? First of all, let’s find out the reason why this question is very popular nowadays.

Bitcoin: from $20,000, in December 2017, to $7,000.
Ethereum: from $1,450, in January 2018, to $380.
Ripple: from $3.90, in January 2018, to $0.50.
Bitcoin cash: from $4,400, in December 2017, to $660.
Litecoin: from $380, in December 2017, to $120.

These are only the first 5 cryptocurrencies ordered by market cap. It’s obvious that there is a strong downtrend since the beginning of 2018.
So is it the end of Bitcoin and cryptocurrencies? I can only share my point of view: NO!

We always talk about investing in cryptocurrencies, most of people don’t even know what they can be used for, how, why. Any of these cryptocurrencies has a team behind that is working to develop a technology that can be useful for people. We are talking about a new technology, which can improve people’s lives.

How many people have an iPhone or a Mac?
Have you ever bought something on Amazon? It’s very convenient, isn’t it?
This chart shows Amazon’s stock price between August and November 2008. The price went from $88 to $35 (-60%) in 3 months.

Do we really need to talk about the dot-com bubble? 🙂

I have received a few messages during last weeks. I can summarize them with: “all the cryptos are going down, how are you handling this situation? Are you not worried?”.
When you invest in a cryptocurrency (I’m not talking about trading), you invest in the company behind it. As I say in my course, you perform a due-diligence of the company, studying the project, the founder, the team, the development through the years etc.
You are not alone in this boat. If you lose your investment, the company loses its project.
I lost 22% of my investments in cryptocurrencies since January 2018. I’m not happy about it, but I’m glad that this crisis is removing all the “take-the-money-fast-and-run” from the market. At the end, I believe it will be just like the stock market. You buy a share of the company that you believe in, that you share the same vision with. If you keep thinking of cryptocurrencies like gambling, you will panic even after seeing -10%. If you take time to think about it and start to see cryptocurrencies like an investment in the company, an investment in a new technology, an investment in something that can be the future, you will live this crisis much better.

Let’s also talk about the technologies that they are developing. Right now, the technology is rudimentary, many teams are working on solving problems and they are finding solutions every month. I started to use internet in 2000, I was 10. Do you remember the sound of dial-up modem?
It is funny to hear it now, 18 years after I started to use the internet. How many things have changed? How the technology improved? How many people were skeptical about that technology at the beginning?

So if you ask me “is this the end of Bitcoin and cryptocurrencies?”, I tell you: “this is just the beginning”.
316  Economy / Scam Accusations / Sophisticated scams from Airdrop? on: April 12, 2018, 04:17:46 AM
Airdrop enter Private key to verify, be careful with type of airdrop like this!


Do not give PRIVATE KEY, FILE KEY to any airdrop

Thank you for reading my article
317  Alternate cryptocurrencies / Bounties (Altcoins) / Re: [BOUNTY] OTPPAY - BOUNTY & AIRDROP = 12 MILLION TOKENS on: April 12, 2018, 03:58:20 AM
#JOIN

Bitcointalk username: hoanghai101296
Program: Twitter Campaign
Fllow : 4200+
Spreadsheet number : 4239
Twitter Account : https://twitter.com/hoanghai101296
ETH address: 0x13e41EB8BF472d8540Aa0ADF4f8C32Db0E5e5eB7
Link proof of work:
Week 6 (6.04 - 13.04)
Tweeted
1 https://twitter.com/hoanghai101296/status/982110053497880579
2 https://twitter.com/hoanghai101296/status/982452482751123456
3 https://twitter.com/hoanghai101296/status/982836225886240768
4 https://twitter.com/hoanghai101296/status/983912632695402497
Retweeted
1 https://twitter.com/otppay/status/972113837171261440
2 https://twitter.com/otppay/status/981052217007329280
3 https://twitter.com/otppay/status/982703071624028160
4 https://twitter.com/otppay/status/983544062346080257

Week 6 (14.04 - 20.04)
Tweeted
1 https://twitter.com/hoanghai101296/status/985351500414074881
2 https://twitter.com/hoanghai101296/status/985720676978835456
3 https://twitter.com/hoanghai101296/status/986463784263806976
4 https://twitter.com/hoanghai101296/status/987165687943581697

Retweeted
1 https://twitter.com/otppay/status/982701486483189760
2 https://twitter.com/otppay/status/980928090531442689
3 https://twitter.com/otppay/status/980759540265230337
4

Week 7 (21.04 - 27.04)
Tweeted
1 https://twitter.com/hoanghai101296/status/987894146626080769
2 https://twitter.com/hoanghai101296/status/988220558503374848
3 https://twitter.com/hoanghai101296/status/988593569911881728
4 https://twitter.com/hoanghai101296/status/988961170596941827
5 https://twitter.com/hoanghai101296/status/989337301913296901
Retweeted
1 https://twitter.com/otppay/status/975797960033296384
2 https://twitter.com/otppay/status/989010916434821121
3
4
5
318  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] [ICO] ZUFLO.IO [ZFL] - INTEGRATED TRADING & FINANCE PLATFORM ON BLOCKCHAIN on: April 11, 2018, 04:28:08 AM
Reserve Translate Bounty

BitcoinTalk Name: hoanghai101296
Rank: Jr. Member
BitcoinTalk Profile Link: https://bitcointalk.org/index.php?action=profile;u=157590
Language: Vietnamese
Document for translate: All (ANN, Bounty Thread, WP, Web....)
Eth Address: 0x13e41eb8bf472d8540aa0adf4f8c32db0e5e5eb7
Email: hoanghai101296@gmail.com
Telegram: @hoanghai101296

Please PM or email me if you accept.
I will finish well because I am Vietnamese
319  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] Tebura Ninja Tourism Revolution with P2P solution on Blockchain on: April 11, 2018, 04:21:11 AM
Reserve Translate Bounty

BitcoinTalk Name: hoanghai101296
Rank: Jr. Member
BitcoinTalk Profile Link: https://bitcointalk.org/index.php?action=profile;u=157590
Language: Vietnamese
Document for translate: All (ANN, Bounty Thread, WP, Web....)
Eth Address: 0x13e41eb8bf472d8540aa0adf4f8c32db0e5e5eb7
Email: hoanghai101296@gmail.com
Telegram: @hoanghai101296

Please PM or email me if you accept.
I will finish well because I am Vietnamese
320  Bitcoin / Bitcoin Discussion / Three other countries joined the lawsuit against the advertising ban on: April 09, 2018, 06:19:51 AM
Cryptocurrency and Blockchain organizations in Switzerland, Kazakhstan and Armenia have recently partnered with Russia, China and South Korea to combine large Internet companies to prohibit virtual currency-related advertising, RNS in the United States. into month 6 months 4.
A joint back-up against Google technology giants Twitter and Facebook was first revealed on March 27. Organizations initially filed complaints, including the Cryptocurrency Association and the Russian Blockchain (RACIB). ), The Korea Association of Joint Venture Enterprises and LCBT, the Association of Investment Enterprises in China.

According to Yury Pripachkin, President of RACIB, new members of the organization include Swiss InnMind Fintech Switzerland, Blockchain Armenia Association, Blockchain Association and Kazakhstan Cryptocurrency.

General events will be submitted in May 2018 in New York. According to lawyer Pripachkin, funds to serve the services will be collected on an example registered in Estonia.

On January 30, Facebook banned ads related to money and ICO activity, Facebook called "carrying out misleading and deceptive campaigns." In March, following that information, Google will announce that they will block all ad links in June 2018. By the end of March, Twitter also confirmed that it would prohibit link advertising. to amount of amount, nothing of ICO, the transaction amount of and transactions, except the advertised of these companies.

Recently, Johnl McAfee, a software engineer and prominent figure in the cryptocurrency community, has revealed that he charged $ 105,000 for each tweet to promote cryptocurrency projects and related products, wearing though previously denied that his advertising tweets were paid.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 [16] 17 18 19 20 21 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!