PatrickMacH (OP)
|
 |
November 03, 2015, 03:17:30 AM Last edit: August 11, 2020, 10:15:03 PM by PatrickMacH |
|
 > | 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. 
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.org
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. It's a rare coin [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. Depending on your risk profile it's probably worth into 611 (SixEleven).  Early adopters benefit from the availability of short and easy to remember name and id objects.
Support 611 (SixEleven) [SIL coin] to get listed on your favorite exchange.
Chart, Market, Forecast and Analysis, Investor, Social, Tools and Historical Data
- BitScreener: SixEleven's Info & Profile
- CoinMarketCap: SixEleven (611) Charts, Markets, Social, Tools and Historical Data
- coinpaprika: SixEleven (611) Overview, Events, Exchanges and Markets, Social, Tools and Historical Data
- CoinCheckup: SixEleven (611) Charts, Markets, Social, Tools and Historical Data with Market Analysis and Predictions
- WalletInvestor: SixEleven (611) Investor related information: Forecast, Charts, Data, Market and other 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
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.
command | cost w. fees* | summary | note | name_new | 0.1922 | pre-order a domain, fixed cost incl. free name_firstupdate | you still do not own the domain! | name_firstupdate | 0 | finalize the registration after being mined into some blocks. your name becomes public, now. | name_update | 0.0611 | domain is updated, transfered or renewed | reset 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
./611d name_show d/<611-name> or 611-Qt -> help -> debug window -> console:
name_show d/<611-name> If the name is available you can now pre-order the name with the following command:
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:
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:
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:
// 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!
|
|
|
|
|
|
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
|
|
|
notsofast
Legendary
Offline
Activity: 1517
Merit: 1042
@notsofast
|
 |
November 03, 2015, 03:22:54 AM |
|
Can you please state the mining algo, reward structure, etc. in the original post?
|
twitter.com/notsofast
|
|
|
invest4al2
Newbie
Offline
Activity: 18
Merit: 0
|
 |
November 03, 2015, 03:47:08 AM |
|
{ "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)
|
 |
November 03, 2015, 03:50:39 AM |
|
{ "version" : 61100, "balance" : 0.00000000, "blocks" : 20835, "timeoffset" : 0, "connections" : 4, "proxy" : "", "generate" : false, [...] }
setgenerate true $num_of_threads
|
|
|
|
HunterS
|
 |
November 03, 2015, 04:12:45 AM |
|
what up with the huge premine?
|
|
|
|
kevin1234a
Legendary
Offline
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
|
 |
November 03, 2015, 04:22:05 AM |
|
  | Hey crypto currency freaks,
maybe this is a nice and new "alt-coin" currency called 611 (SixEleven). 
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.
+ // 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)
|
 |
November 03, 2015, 04:48:21 AM |
|
what up with the huge premine?
I guess it's dedicated to cope with infrastructure costs, advocacy and to keep the coin value stable.
|
|
|
|
PatrickMacH (OP)
|
 |
November 03, 2015, 05:01:38 AM |
|
[...] 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. 
|
|
|
|
BITDV
Legendary
Offline
Activity: 1358
Merit: 1001
Satoshi Nakamoto
|
 |
November 03, 2015, 07:22:55 AM |
|
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!!
|
|
|
|
wildduck
Legendary
Offline
Activity: 966
Merit: 1001
|
 |
November 03, 2015, 07:38:40 AM |
|
So algo sha256, what is reward per block? number of block? only pow or it will be pos?
|
|
|
|
TillKoeln
Legendary
Offline
Activity: 2282
Merit: 1051
unnamed.Exchange, join the Cool Kids!!!
|
 |
November 03, 2015, 07:53:37 AM |
|
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)
|
 |
November 03, 2015, 11:54:06 AM |
|
[...] 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.toNote: 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. 
|
|
|
|
samspaces
Legendary
Offline
Activity: 1442
Merit: 1030
|
 |
November 03, 2015, 02:36:45 PM |
|
runValgrind.sh ?
What the hell is that?
|
|
|
|
PatrickMacH (OP)
|
 |
November 03, 2015, 03:03:01 PM |
|
runValgrind.sh ?
What the hell is that?
Development tool for debugging and optimization: http://valgrind.org/docs/manual/quick-start.htmlThe 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.
|
|
|
|
coinyoo
Full Member
 
Offline
Activity: 210
Merit: 100
★YoBit.Net★ 350+ Coins Exchange & Dice
|
 |
November 03, 2015, 06:52:57 PM |
|
Please provide a list of working nodes. I have tried to synchronized my wallet but without success. Thanks!
|
|
|
|
PatrickMacH (OP)
|
 |
November 03, 2015, 08:33:53 PM |
|
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: $ 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?
|
|
|
|
PatrickMacH (OP)
|
 |
November 04, 2015, 08:41:37 PM |
|
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  $ 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. 
|
|
|
|
tobeaj2mer01
Legendary
Offline
Activity: 1098
Merit: 1000
Angel investor.
|
 |
November 05, 2015, 06:30:03 AM |
|
|
Sirx: SQyHJdSRPk5WyvQ5rJpwDUHrLVSvK2ffFa
|
|
|
wildduck
Legendary
Offline
Activity: 966
Merit: 1001
|
 |
November 05, 2015, 07:55:23 AM |
|
Dev wallet still stuck at block 21085..
|
|
|
|
PatrickMacH (OP)
|
 |
November 05, 2015, 02:09:29 PM |
|
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-blockPlan A: We need to add stable and reliable mining power to this altcoin. But I've no access to powerful mining ressources  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?
|
|
|
|
|