Bitcoin Forum
April 20, 2024, 03:10:32 AM *
News: Latest Bitcoin Core release: 26.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 28 29 30 31 32 33 34 35 »
  Print  
Author Topic: 🌟🌟🌟 [SIL] 611 SIXELEVEN ◥◣ BLOCKCHAIN DOMAIN NAME SYSTEM 🌟🌟🌟  (Read 79750 times)
PatrickMacH (OP)
Sr. Member
****
Offline Offline

Activity: 442
Merit: 251


View Profile
November 03, 2015, 03:17:30 AM
Last edit: October 30, 2023, 01:14:36 AM by PatrickMacH
Merited by notsofast (1)
 #1


               >611 (SixEleven) is a crypto currency featuring an included free anonymous domain name system based on reliable Bitcoin blockchain technology.

Published objects are accessible globally using the 611.to gobal domain name system. Cheesy

Using SIL, which is the currency unit of 611 (SixEleven), you can do more with your 611 (SixEleven) wallet: Register name and id objects.

  • Simple & Ready-To-Use
    Data associated with a name or id object can be published to any device connected to the Internet using standardized domain name resolve requests. That's as simple as browsing a website.
  • Stable & Secure
    Once a name or id object is registered successfully, no-one can take it away from you without your consent. You can associate and publish data with it that everyone can be sure is originated from you but which can neither be forged nor censored by unauthorised attackers.
    Ownership of a name and/or id is based on ownership of a coin, which is based on public key cryptography. The 611 (SixEleven) network reaches consensus about every five minutes as to which names have been reserved or updated.

What's new
611 (SixEleven) is directly integrated into the public Domain Name System (DNS) - the Internet's Phone Book. Information stored within the 611 blockchain will therefore be accessible worldwide as subpart of the .611.to domain within minutes offering new possiblities for users and developers like
  • store and share data using the 611 blockchain cloud
  • create your own apps
  • create your own cloud services
  • pay and transfer with SIL (611 coin) within minutes

Project Website
www.611project.net

Download
611 (SixEleven) is available in source and binary download on Github: https://github.com/611project/sixeleven/releases
There you can download the latest 611 [coin] wallet client for Windows, Mac OS X and Linux:
Any 611 [coin] wallet includes full support for 611 domain name registration, setup and maintenance.

Docker
Try out the latest 611(SixEleven) Docker container - ready to run on your operating system preferred. Check the release notes for usage examples, known bugs and privacy hints.

Paper Wallet
Paper Wallet Generator service for 611 (SixEleven) [coin] and 150 other crypto currencies.

Quick Start
Flo's press 4u - Guide howto install 611-Qt - Howto register, setup and manage name objects




Market
You can trade or invest into #611coin [SIL] using the following markets:


611 (SixEleven) works on the proven first come, first served principle.
Coin supply matches [static const int64 MAX_MONEY = 611000 * COIN;] which means that the number of SIL coins is restricted to about 611 thousand.
Fees and mining values are set appropriate to ensure a good balance of demand and supply.

Chart, Market, Forecast and Analysis, Investor, Social, Tools and Historical Data

Online Wallet
Secure web based online wallet: wallet.611.to.



Mine
611 (SixEleven) is a miner friendly crypto currency. The network fee is increased to 0.0611 SIL (611 coin) to make changes to the blockchain and DNS system more valueable and to prevent possible abuse scenarios. The network fee is rewarded to the miners for sharing the neccessary ressources for the public network.
611 (SixEleven) can be merge mined together with Bitcoin and other sha256 compatible altcoins (like i.e. Namecoin) to optimize your mining profit and revenue.
It's recommended to merge mine 611 (SixEleven) together with Bitcoin using P2Pool to optimize efficiency and profits.

Quick and easy start is to pool mine 611 [SIL] coin on poolmine.611.to or simply mine.611.to. Sign-up, login and register your workers. Point your stratum miners to stratum+tcp://poolmine.611.to:3333. No fees apply. [service offline; join discussion about setting up a new mining pool...]



Block Explorer

URL Shortener
Hint: Blockchain registration needed, to prevent abuse.



Technical overview
Forked from Namecoin the Bitcoin protocol is augmented with 611 operations, to reserve, register and update names. In addition to DNS like entries, arbitrary name/value pairs are allowed and multiple namespaces will be available. This will include a personal handle namespace mapping handles to public keys and personal address data.

The protocol differences from bitcoin include:
  • different blockchain, port, IRC bootstrap, dnsseed and message header
  • new transaction types: new, first-update, update
  • validation on the new transaction types
  • rpc calls for managing names
  • increased network fees to slow down the initial rush and to prevent abuse
  • doubled mining rate to make 611 operations more interactive

Technical specification
  • algo sha256
  • dynamic pow mining reward with constant reduction: on average half the coin value every 2^18 blocks, since block 10110
  • fixed pow mining reward for initial blocks: blocks 1 to 287: 611, blocks 288 to 2779: 61.1, blocks 2880 to 10099: 0.611
  • re-target every 48 blocks
  • merged mined with Bitcoin
  • proof-of-work



Expert Guide [short Wiki: 611d or Debug console]
-> register a 611.to domain name or object
You can register a .611.to domain for 0.1922 SIL (SixEleven coin) using the 611 (SixEleven) software 611d or 611-Qt. The fee consists of two parts:
a) the registration fee, and
b) the transaction fees for the name_new and the name_firstupdate transactions.
commandcost w. fees*summarynote
name_new0.1922pre-order a domain, fixed cost incl. free name_firstupdateyou still do not own the domain!
name_firstupdate0finalize the registration after being mined into some blocks. your name becomes public, now.
name_update0.0611domain is updated, transfered or renewedreset the expire time to the max!
* To prevent spam & abuse network fees may be higher depending on the size of your request.

-> pre-order a domain name
<611-name> is your .611.to domain name without .611.to, in lowercase. For internationalized domain names, the IDNA ASCII standard applies. Unicode entries are not supported.
To check if the name is available, use the command line
Code:
./611d name_show d/<611-name>
or 611-Qt -> help -> debug window -> console:
Code:
name_show d/<611-name>

If the name is available you can now pre-order the name with the following command:
Code:
name_new d/<611-name>

The output will look like this: "0e0e03510b0b0b7dbba6e301e519693f66162121b29f3cd3a6652c238360d0d0", "9f212ff4a582fd65"

This will reserve a name but it's still not visible yet (and you still don't own the domain!). Make a note of the short hex number! You will need it for the next step. Wait at least 12 blocks, which is usually about an hour and then finalize your registration by issueing the following command:
Code:
name_firstupdate d/<611-name> <short hex number> '<json-value>'
Notes: Your json-value must be enclosed in quotes and escaped properly. Please do not shut down 611d or 611-Qt during the waiting time. If you lose the random number, you have to issue name_new again. In case of an error message you may try the <long hex number> instead of the <short hex number>.

-> update and renew a domain name
Use the name_update command if you want to change the <json-value> of your domain.

Furthermore, name_update command is used for the renewal of a registration:
Code:
name_update d/<name> '<json-value>'

This step is neccessary to prevent your <611-name> from expiring before the block countdown is heading towards zero! Each name_update resets the expire time to the maximum value, which is the block number below block #108000 and fixed to 108000 blocks after that time:
Code:
// Names registered with 611 should be valid at least 365 days.
// Increase expiration to 108000 gradually starting at block 18000.
// Use for validation purposes and pass the chain height.
int GetExpirationDepth(int nHeight) {
    if (nHeight < 18000)
        return 18000;
    if (nHeight < 108000)
        return nHeight;
    return 108000;
}

Note: Use can use name_update to transfer a name to someone else.



Terms of Service
Publishing 611 (SixEleven) blockchain information via DNS you agree that published entries are setup accurate and do not violate the tonic terms of service.

Thank you!




◥◣◥◣
◥◣◥◣
611 (SixEleven) [SIL coin] following the spirit of the age,
you have to follow the edge of technology
◥◣◥◣
◥◣◥◣
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
notsofast
Legendary
*
Offline Offline

Activity: 1517
Merit: 1042


@notsofast


View Profile WWW
November 03, 2015, 03:22:54 AM
 #2

Can you please state the mining algo, reward structure, etc. in the original post?

twitter.com/notsofast
invest4al2
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile WWW
November 03, 2015, 03:47:08 AM
 #3

{
    "version" : 61100,
    "balance" : 0.00000000,
    "blocks" : 20835,
    "timeoffset" : 0,
    "connections" : 4,
    "proxy" : "",
    "generate" : false,
    "genproclimit" : -1,
    "difficulty" : 18.98224081,
    "hashespersec" : 0,
    "testnet" : false,
    "keypoololdest" : 1446522171,
    "keypoolsize" : 101,
    "paytxfee" : 0.06110000,
    "mininput" : 0.00010000,
    "txprevcache" : false,
    "errors" : ""
}
PatrickMacH (OP)
Sr. Member
****
Offline Offline

Activity: 442
Merit: 251


View Profile
November 03, 2015, 03:50:39 AM
 #4

{
    "version" : 61100,
    "balance" : 0.00000000,
    "blocks" : 20835,
    "timeoffset" : 0,
    "connections" : 4,
    "proxy" : "",
    "generate" : false,
[...]
}
setgenerate true $num_of_threads

◥◣◥◣
◥◣◥◣
611 (SixEleven) [SIL coin] following the spirit of the age,
you have to follow the edge of technology
◥◣◥◣
◥◣◥◣
HunterS
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
November 03, 2015, 04:12:45 AM
 #5

what up with the huge premine?

kevin1234a
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


Decentralizing Jesus on the Blockchain


View Profile WWW
November 03, 2015, 04:22:05 AM
 #6



Hey crypto currency freaks,

maybe this is a nice and new "alt-coin" currency called 611 (SixEleven). Cool

About
611 (SixEleven) is a decentralized key/value registration and transfer system based on Bitcoin technology (a decentralized cryptocurrency).

It's a fork of Namecoin and can be used for multiple purposes, for example a secure and anonymous domain registration service for DNS under sixeleven DOT to: .611.to

Ownership of a name is based on ownership of a coin, which is in turn based on public key cryptography. The 611 network reaches consensus every few minutes as to which names have been reserved or updated.

In despite of Namecoin SixEleven domain objects will be published and accessible globally via the (611.to) gobal domain name system as long as entries are setup accurate and do not violate the tonic terms of service.

What's new
611 (SixEleven) is directly integrated into the public Domain Name System (DNS) - the Internet's Phone Book. Information stored within the 611 blockchain will therefore be accessible worldwide as subpart of the .611.to domain within minutes offering new possiblities for users and developers like
  • store and share data using the 611 blockchain cloud
  • create your own apps
  • create your own cloud services
  • pay and transfer with SIL (611 coin) within minutes

Quick Start
611 (SixEleven) is available in source and binary download on Github:
https://github.com/fflo/sixeleven/releases
There you can download the latest 611-Qt client for Windows and Mac OS X:
You may check the release notes for usage examples, known bugs and privacy hints.


Technical overview
Forked from Namecoin the Bitcoin protocol is augmented with 611 operations, to reserve, register and update names. In addition to DNS like entries, arbitrary name/value pairs are allowed and multiple namespaces will be available. This will include a personal handle namespace mapping handles to public keys and personal address data.

The protocol differences from bitcoin include:
  • different blockchain, port, IRC bootstrap, dnsseed and message header
  • new transaction types: new, first-update, update
  • validation on the new transaction types
  • rpc calls for managing names
  • increased network fees to slow down the initial rush and to prevent abuse
  • doubled mining rate to make 611 operations more interactive

Technical specification
  • algo sha256
  • 0.611 coins per block; but with constant reduction: on average half the coin value every 2^18 blocks.
Code:
+    // default block value
+    int64 nSubsidy = 0.611 * COIN;
+    // on average half the coin value every 2^18 or 262144 blocks
+    nSubsidy = nSubsidy >> (nHeight >> 18);
+    nSubsidy -= (nSubsidy >> 19) * (nHeight % 262144);
  • re-target every 48 blocks
  • merged mined with Bitcoin
  • proof-of-work

Mining
611 (SixEleven) is a miner friendly crypto currency. The network fee is increased to 0.0611 SIL (611 coin) to make changes to the blockchain and DNS system more valueable and to prevent possible abuse scenarios. The network fee is rewarded to the miners for sharing the neccessary ressources for the public network.

Invest
Depending on your risk profile you may invest into 611 (SixEleven). Early adopters benefit from the availability of short and easy to remember domain names to register and maybe higher mining revenues.
The number of SIL coins is restricted to about 611 thousand. Fees and mining values are set appropriate to make sure this service should not become a mass article.

Donation
You're welcome to donate some BTC if this information or article was useful for you: 1FywKA8iQ75VHYXTREk8ZLX58ubiKsdxzW
In case of valuable donations I'm going to code some privacy services for 611 (SixEleven); like an E-Mail or Cloudhosting service.

Thank you for your feedback.





dude would you able to list standard specs of a coin to make it easy for us to sync our binaries

PatrickMacH (OP)
Sr. Member
****
Offline Offline

Activity: 442
Merit: 251


View Profile
November 03, 2015, 04:48:21 AM
 #7

what up with the huge premine?
I guess it's dedicated to cope with infrastructure costs, advocacy and to keep the coin value stable.

◥◣◥◣
◥◣◥◣
611 (SixEleven) [SIL coin] following the spirit of the age,
you have to follow the edge of technology
◥◣◥◣
◥◣◥◣
PatrickMacH (OP)
Sr. Member
****
Offline Offline

Activity: 442
Merit: 251


View Profile
November 03, 2015, 05:01:38 AM
 #8

[...]
dude would you able to list standard specs of a coin to make it easy for us to sync our binaries
sure - you're welcome. Do you have an example of the list standard specs? Sorry, I'm a newbie to this list. Undecided

◥◣◥◣
◥◣◥◣
611 (SixEleven) [SIL coin] following the spirit of the age,
you have to follow the edge of technology
◥◣◥◣
◥◣◥◣
BITDV
Legendary
*
Offline Offline

Activity: 1400
Merit: 1001


Undeads.com - P2E Runner Game


View Profile
November 03, 2015, 07:22:55 AM
 #9

ok you said maybe its a nice coin ??

I guess it's dedicated to cope with infrastructure costs, advocacy and to keep the coin value stable.??

your not really giving much confidence there , like say what it is , not maybe or i guess mate!!

💀|.
   ▄▄▄▄█▄▄              ▄▄█▀▀  ▄▄▄▄▄█      ▄▄    ▄█▄
  ▀▀▀████████▄  ▄██    ███▀ ▄████▀▀▀     ▄███   ▄███
    ███▀▄▄███▀ ███▀   ███▀  ▀█████▄     ▄███   ████▄
  ▄███████▀   ███   ▄███       ▀▀████▄▄███████████▀
▀▀███▀▀███    ███ ▄████       ▄▄████▀▀████   ▄███
 ██▀    ▀██▄  ██████▀▀   ▄▄█████▀▀   ███▀   ▄██▀
          ▀▀█  ▀▀▀▀ ▄██████▀▀       ███▀    █▀
                                      ▀
.
.PLAY2EARN.RUNNER.GAME.
||VIRAL
REF.SYSTEM
GAME
|
████████████████████████████
████████████████████████████
████████████████████████████
██████ ▄▀██████████  ███████
███████▄▀▄▀██████  █████████
█████████▄▀▄▀██  ███████████
███████████▄▀▄ █████████████
███████████  ▄▀▄▀███████████
█████████  ████▄▀▄▀█████████
███████  ████████▄▀ ████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████▀▀▄██████▄▀▀████████
███████  ▀        ▀  ███████
██████                ██████
█████▌   ███    ███   ▐█████
█████▌   ▀▀▀    ▀▀▀   ▐█████
██████                ██████
███████▄  ▀██████▀  ▄███████
████████████████████████████
████████████████████████████
████████████████████████████
wildduck
Legendary
*
Offline Offline

Activity: 966
Merit: 1001


View Profile
November 03, 2015, 07:38:40 AM
 #10

So algo sha256, what is reward per block? number of block? only pow or it will be pos?
TillKoeln
Legendary
*
Offline Offline

Activity: 2282
Merit: 1051

unnamed.Exchange, join the Cool Kids!!!


View Profile WWW
November 03, 2015, 07:53:37 AM
 #11

So algo sha256, what is reward per block? number of block? only pow or it will be pos?

Technical specification
  • algo sha256
  • 0.611 coins per block; but with constant reduction: on average half the coin value every 2^18 blocks.
+    // default block value
+    int64 nSubsidy = 0.611 * COIN;
+    // on average half the coin value every 2^18 or 262144 blocks
+    nSubsidy = nSubsidy >> (nHeight >> 18);
+    nSubsidy -= (nSubsidy >> 19) * (nHeight % 262144);
  • re-target every 48 blocks
  • merged mined with Bitcoin
  • proof-of-work

PatrickMacH (OP)
Sr. Member
****
Offline Offline

Activity: 442
Merit: 251


View Profile
November 03, 2015, 11:54:06 AM
 #12

[...] like say what it is , not maybe or i guess mate!!

Hey - 611 (SixEleven) has one great PRO which is new:
The <611-name> objects you can register using SILs anonymously within the 611-blockchain are accessible worldwide using the Domain Name System (DNS).

It's quite easy and powerful to add and setup additional applications for this crypto currency.
Anyone connected to the Internet can access the distributed information saved in the blockchain easily using standard dns commands.

So it depends on your creativity what maybe or what you guess is possible using 611 (SIL) coins. Freaks of anonymization can use it for example to setup a short <611-name> alias for any "Tor Project .onion address" to make the website available every Internet user. Like DuckDuckGo Search Engine: http://ddg.611.to
Note: Using your Tor Browser you're accessing the search engine anonymously via the onion network address; with any other browser you can access the website using the tor2web.org gateway service. <json-value> looks like this: '{"alias":"3g2upl4pq6kufc4m.tor2web.org.derivo.611.to."}'

You can also use 611 (SixEleven) to create and save authentication tokens within <611-name> objects.

The Namecoin Wiki shares a lot of other useful examples to register and update your <611-name> objects.

I'm sure there are enough freaks out there who have even more creative ideas what's possible with a crypto currency being accessible worldwide for any application via DNS.  Cool

◥◣◥◣
◥◣◥◣
611 (SixEleven) [SIL coin] following the spirit of the age,
you have to follow the edge of technology
◥◣◥◣
◥◣◥◣
samspaces
Legendary
*
Offline Offline

Activity: 1451
Merit: 1030


View Profile
November 03, 2015, 02:36:45 PM
 #13

runValgrind.sh ?

What the hell is that?
PatrickMacH (OP)
Sr. Member
****
Offline Offline

Activity: 442
Merit: 251


View Profile
November 03, 2015, 03:03:01 PM
 #14

runValgrind.sh ?

What the hell is that?

Development tool for debugging and optimization:
http://valgrind.org/docs/manual/quick-start.html
Quote
The Valgrind tool suite provides a number of debugging and profiling tools that help you make your programs faster and more correct. The most popular of these tools is called Memcheck. It can detect many memory-related errors that are common in C and C++ programs and that can lead to crashes and unpredictable behaviour.


◥◣◥◣
◥◣◥◣
611 (SixEleven) [SIL coin] following the spirit of the age,
you have to follow the edge of technology
◥◣◥◣
◥◣◥◣
coinyoo
Full Member
***
Offline Offline

Activity: 210
Merit: 100

★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
November 03, 2015, 06:52:57 PM
 #15

Please provide a list of working nodes. I have tried to synchronized my wallet but without success. Thanks!

PatrickMacH (OP)
Sr. Member
****
Offline Offline

Activity: 442
Merit: 251


View Profile
November 03, 2015, 08:33:53 PM
 #16

Please provide a list of working nodes. I have tried to synchronized my wallet but without success. Thanks!

quick answer: 54.251.47.6, 52.29.35.140, ...

To get a list of active nodes you may poll any of the dns seeds like:
Code:
$ dig @seed-f.611.to dnsseed.611.to

; <<>> DiG 9.8.3-P1 <<>> @seed-f.611.to dnsseed.611.to
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45807
;; flags: qr aa rd; QUERY: 1, ANSWER: 2, AUTHORITY: 1, ADDITIONAL: 0
;; WARNING: recursion requested but not available

;; QUESTION SECTION:
;dnsseed.611.to. IN A

;; ANSWER SECTION:
dnsseed.611.to. 60 IN A 193.192.14.4
dnsseed.611.to. 60 IN A 54.251.47.6

;; AUTHORITY SECTION:
dnsseed.611.to. 40000 IN NS seed-f.611.to.

;; Query time: 112 msec
;; SERVER: 52.29.35.140#53(52.29.35.140)
;; WHEN: Tue Nov  3 21:26:54 2015
;; MSG SIZE  rcvd: 91

Do you have any outbound firewall restrictions on your Internet access?

◥◣◥◣
◥◣◥◣
611 (SixEleven) [SIL coin] following the spirit of the age,
you have to follow the edge of technology
◥◣◥◣
◥◣◥◣
PatrickMacH (OP)
Sr. Member
****
Offline Offline

Activity: 442
Merit: 251


View Profile
November 04, 2015, 08:41:37 PM
 #17

Hey guys,

{
    "version" : 61100,
    "balance" : 0.00000000,
    "blocks" : 20835,
    "timeoffset" : 0,
    "connections" : 4,
    "proxy" : "",
    "generate" : false,
    "genproclimit" : -1,
    "difficulty" : 18.98224081,
    [...]
}

can you please help out and add some stable hashing power to 611 (SixEleven)? With difficulty level 4693 my wallet got stuck at block 21085 since hours, now  Huh

$ sixeleven/src/611d getinfo
{
    "version" : 61100,
    "balance" : 0.00000000,
    "blocks" : 21085,
    "timeoffset" : 0,
    "connections" : 7,
    "proxy" : "",
    "generate" : true,
    "genproclimit" : 1,
    "difficulty" : 4692.86619945,
[...]
}

611 does support merged mining with Bitcoin.  Smiley

◥◣◥◣
◥◣◥◣
611 (SixEleven) [SIL coin] following the spirit of the age,
you have to follow the edge of technology
◥◣◥◣
◥◣◥◣
tobeaj2mer01
Legendary
*
Offline Offline

Activity: 1098
Merit: 1000


Angel investor.


View Profile
November 05, 2015, 06:30:03 AM
 #18

Chinese translation:

https://bitcointalk.org/index.php?topic=1236933.0

http://8btc.com/forum.php?mod=viewthread&tid=24796

Sirx: SQyHJdSRPk5WyvQ5rJpwDUHrLVSvK2ffFa
wildduck
Legendary
*
Offline Offline

Activity: 966
Merit: 1001


View Profile
November 05, 2015, 07:55:23 AM
 #19

Dev wallet still stuck at block 21085..
PatrickMacH (OP)
Sr. Member
****
Offline Offline

Activity: 442
Merit: 251


View Profile
November 05, 2015, 02:09:29 PM
 #20

Dev wallet still stuck at block 21085..

I've contacted fflo - it's a known bug of the original bitcoin design: http://bitcoin.stackexchange.com/questions/25270/what-causes-a-stuck-block

Plan A: We need to add stable and reliable mining power to this altcoin. But I've no access to powerful mining ressources  Undecided

Plan B: He's working on a new beta4 which should enforce the generation of a new block after a certain timeout value to make sure that a new block is generated at least once an hour to overcome situations where powerful mining ressources go away from this altcoin.
- pro: updates into the DNS system 611.to will be planable and reliable
- con: security risk by weakening the difficulty factor after a certain timeout value

What way should we prefer to go?

◥◣◥◣
◥◣◥◣
611 (SixEleven) [SIL coin] following the spirit of the age,
you have to follow the edge of technology
◥◣◥◣
◥◣◥◣
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 »
  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!