Bitcoin Forum

Other => Beginners & Help => Topic started by: tysat on April 15, 2013, 02:01:00 PM



Title: NEWBIE README
Post by: tysat on April 15, 2013, 02:01:00 PM
Welcome to bitcointalk.org!  This thread goes over the basics of bitcoin (https://bitcointalk.org/index.php?topic=15918.0), so I would suggest checking it out.  Look below for more info about the forums.

Forum Tips
theymos (the forum admin) explains how to use Watchlist. (https://bitcointalk.org/index.php?topic=121853.msg1311529#msg1311529)  This feature makes it easy to keep track of threads you have posted in.

Sent PMs are not saved by default, to change that:
(I'm pretty sure the default does have them saved now, instructions here just in case)
Go to 'Profile'
Click 'Personal Message Options' (left side)
Check the box that says 'Save a copy of each Personal Message in my outbox by default.'
Click 'Change Profile'
It will save messages in your outbox after you send them from now on.

Please use the report feature if you think a post deserves it!  We will take action on reports.

Read up on the trust system in this thread. (https://bitcointalk.org/index.php?topic=211858.0)  If you have questions about it, ask them over here. (https://bitcointalk.org/index.php?topic=215278.0)



Other Information
  • Do not trust people! Check out for some good reasoning (https://bitcointalk.org/index.php?topic=33835.0).
  • This thread (https://bitcointalk.org/index.php?topic=159424.0) has some solid security protocols.
  • Don't make threads or posts solely for putting up referral links, that's what signatures are for.
  • Be careful with PayPal, deepceleron's thread (https://bitcointalk.org/index.php?topic=164254.0) does a good job explaining why PayPal is bad to use when exchanging bitcoins.
  • Membergroups explained (https://bitcointalk.org/index.php?topic=178608.0) - Check this thread out to learn what the icons under usernames mean.
  • Want to know how to create a really secure wallet? Check out this thread for a good guide (https://bitcointalk.org/index.php?topic=17240.0).
  • There's a lot of weird terminology, this thread is a good guide (https://bitcointalk.org/index.php?topic=126798.0).
  • If you think you deserve to be whitelisted, write up a post then PM me with the link.  Messages without links (or a good reason) will be ignored.
  • If you're looking for free bitcoin giveaways, check out the games and rounds subforum (https://bitcointalk.org/index.php?board=71.0). WARNING: It does contain gambling as well.
  • Forum ranks/positions (What do those shiny coins under my name mean?) check out https://bitcointalk.org/index.php?topic=178608.0


Signature Restrictions:
- Newbie: No styling (including links) allowed. Max 50 characters.
- Jr. Member: Links allowed. Max 150 characters.
- Member: Unlimited length.
- Full: Color allowed.
- Sr. Member: Size allowed
- Hero: Background color allowed

Hopefully this thread helps with some of the beginner questions.  This thread will be locked to keep it clean, you can reply over here! (https://bitcointalk.org/index.php?topic=177136.0)


USELESS SPAM AND BEGGING IS LIABLE TO BE DELETED/EDITED WITHOUT WARNING!

Edit: Edited by Miningbuddy, added link to rank/position info


Title: Re: NEWBIE README
Post by: tysat on February 12, 2014, 07:47:31 PM
A shorter version courtesy of quarkyplum (https://bitcointalk.org/index.php?action=profile;u=212579)

IS THE README TOO DIFFICULT TO READ, NEWBIE?
WELL, HERE IS A SUMMARY OF THE NEWBIE README

FORUM RULES
  • NO SPAM
  • NO BEGGING (AKA ASKING FOR BITCOINS)
  • NO REFERRAL LINKS

UPGRADES
  • 0 Posts: Brand New
  • 0 Activity: Newbie
  • 30 Activity: Jr. Member
  • 60 Activity: Member
  • 120 Activity: Full Member
  • 240 Activity: Sr. Member
  • 480 Activity: Hero Member
What is activity?
  • Activity = min(time * 14, posts)
  • Increase activity by posting.
  • Activity is updated every 30 minutes.
  • Maximum of 14 activity every 2 weeks.
Wait Times
Code:
waittime = 360;
if(activity >= 15)
        waittime = (int)(90 - activity);
if(activity >= 60)
        waittime=(int)(34.7586 - (0.0793103 * activity));
if(activity >= 100)
        waittime = max((int)(14-(activity/50)), 4);