Pages:
Author

Topic: 🌟 [SIL] 611 (SixEleven) ◥◣ FREE ANONYMOUS DOMAIN NAME SYSTEM ◥◣ 🌟 - page 8. (Read 79802 times)

full member
Activity: 1589
Merit: 214
Yes this feature is already available in the qt- and cli-wallet:


Simply add a valid public 611 address of the receiver into the "Transfer to: " field.
Oww! Ok! I didn't saw this field. Didn't even pay attention there. Now I see a tooltip there.
And... I'll test it soon!..

UPD:
Domain transfer test.
1. Did rename file wallet.dat with my names.
2. 611-qt.exe was been restarted
3. Did copy new generated address from new wallet.dat
4. Did turn off rename wallet.dat
5. Name was been transferred to copied address.
6. Wait 1 confirmation.
7. Exiting from qt.
8. Again did rename wallet.dat to using copied address.
9. 611-qt.exe was been started with this wallet.dat
10. Did saw my domain name there.
11. Used console command "dumpprivkey COPIED_ADDRESS" -> got PRIVATE_KEY -> Copied it.
12. Did exit from 611-qt.exe
13. Did turn off renamed wallet.dat again
14. Didn't saw transferred name there.
15. Used console command "importprivkey PRIVATE_KEY"
16. Did saw my name there again.


Transfer the domain name to another holder address is working!

Web-Wallet.611.to is based on the piWallet project.
There is incorrect support email. It's not working.
https://wallet.611.to/index.php -> log in -> Support button -> Please contact support via email at [email protected]

Mail Delivery Subsystem
550 5.7.1 <[email protected]>: Recipient address rejected: User [email protected] temporary locked. Please try again later!
Final-Recipient: rfc822; [email protected]
Action: failed
Status: 5.7.1
Remote-MTA: dns; lb-mx.zmail.com. (82.165.227.141, the server for the domain india.com.)
Diagnostic-Code: smtp; 550 5.7.1 <[email protected]>: Recipient address rejected: User [email protected] temporary locked. Please try again later!
Last-Attempt-Date: Mon, 23 Oct 2017 21:21:17 -0700 (PDT)


Can you fix it and specify there correct support email?
newbie
Activity: 50
Merit: 0
I've already seen some similar ICO, why are you different?
legendary
Activity: 1498
Merit: 1007
I used 611 for my demo domains last year, and haven’t been visiting here for some time. I am happy to see that the coin is still being developed. I hope it reaches to price it deserves. This market is so full with scam coins; people can’t even spot good projects like 611.
sr. member
Activity: 442
Merit: 251
Ack. 611 [coin] is still missing a web based PushTX api, like i.e.
https://github.com/blockchain/api-v1-client-php/tree/master/src/PushTX
...
Web-Wallet.611.to is based on the piWallet project.
Can you do in qt-wallet and web-wallet's option to transfer domain,
from my address accociated with domain name for another 611-address to be this associated with domain name (like Namecoin and EmerCoin)?

Yes this feature is already available in the qt- and cli-wallet:


Simply add a valid public 611 address of the receiver into the "Transfer to: " field.
full member
Activity: 1589
Merit: 214
Ack. 611 [coin] is still missing a web based PushTX api, like i.e.
https://github.com/blockchain/api-v1-client-php/tree/master/src/PushTX
...
Web-Wallet.611.to is based on the piWallet project.
Can you do in qt-wallet and web-wallet's option to transfer domain,
from my address accociated with domain name
for another 611-address to be this associated with domain name (like Namecoin and EmerCoin)?
Is this action supporting by 611-blockchain??
Or I need to dumpprivkey from this address and tell it to any my partner
to open him the way for manage this domain in his qt wallet?
sr. member
Activity: 442
Merit: 251
Demo is online: brain.611.to or brainwallet.611.to
Wow, all is working, like from my hard disk.
Transactions tab not working, and you can re-write it for your blockchain specification!

Ack. 611 [coin] is still missing a web based PushTX api, like i.e.
https://github.com/blockchain/api-v1-client-php/tree/master/src/PushTX

I saw experemental web-wallet here: https://wallet.611.to/
there is the way to do transactions and donation transfers,
but there no any options for import/export the generated private keys,
or set random seed for the action of generation this keys.
Web-Wallet.611.to is based on the piWallet project.

full member
Activity: 1589
Merit: 214
Demo is online: brain.611.to or brainwallet.611.to
Wow, all is working, like from my hard disk.
Transactions tab not working, and you can re-write it for your blockchain specification!
I saw experemental web-wallet here: https://wallet.611.to/
there is the way to do transactions and donation transfers,
but there no any options for import/export the generated private keys,
or set random seed for the action of generation this keys.

WARNING! Do not use it to store serious funds.

@crypto_trader#43xzEXrP
How about this serious security issue using brainwalletX?

brainwalletX is missing a reliable random number generator.
You can re-write it and add to the main functions a separate parameter - RANDOM SEED.
Then you can add the link Download ZIP to open the way for all users to download this in ZIP.
Then, if any user want to using secure generating
(if he afraid PRNG hacks or cycles as example
https://connect.microsoft.com/VisualStudio/feedback/details/634761/system-random-serious-bug ),
he can set RANDOM SEED value from any TRNG, and then can be possible
to using brainwalletx just the same, but more, MORE SECURE.

For example:
Standart brainwallet:
1. Passphrase.
2. Hash(passphrase) -> secret exponent -> privatekey -> address.
3. Success dictionary attack on passphrase -> private key from address hacked.

Safe generation, using Random SEED:
1. Passphrase.
2. Random SEED.
3. Hash(passphrase) XOR hash(random_SEED) -> secret exponent -> private_key -> address.
4. Random seed can be generated once for each user like http://bitaddress.org/ ,
but will be better to using TRNG, white noise or thermal noise in semiconductors.
Also can be used a modified values from https://random.org/
or radioactive random https://www.fourmilab.ch/hotbits/
(random from radioactive decay detectors).



sr. member
Activity: 442
Merit: 251

Hey, we got official support on WalletGenerator.net Smiley
Based on our wallet generator 611 (SixEleven) [coin] support has been commited to the official source code tree, too:
https://github.com/MichaelMure/WalletGenerator.net/commit/8f165e35ef61c6f60dbfab100911f518c08dbf59
Thx. guys for the great work!!
You all can also do analog of brainwalletx.github.io for SixEleven, like I did for SIGT and VTC in my previous posts.
There can working Armory, electrum, signing and verify messages (even armory hex) and converters.
I see this coin like bitcoin, using uncompressed private keys and addresses, and no any problems with import it in qt wallet.

Good idea. Do you have an example?
paperwallet.611.to already supports a brain wallet. Look at the forth tab after generating the random keys.
I did not have an example, but I did it now for you all.
Download HERE: brainwalletX.github.io_SixEleven(611Coin).zip
Read Changes.txt for get more details.
All options are working there.
File will be delete after 90 days.

You can test is and add it to your sites and to the first post of this thread,
and also you can donate me here: NDihpv3nd5TPiBUcUyutL5Jaqkb51jJWEf (My 611 address)

Demo is online: brain.611.to or brainwallet.611.to

WARNING! Do not use it to store serious funds.

@crypto_trader#43xzEXrP
How about this serious security issue using brainwalletX?

brainwalletX is missing a reliable random number generator.
sr. member
Activity: 442
Merit: 251
611 (SixEleven, SIL)
PatrickMacH, can I know why this coin name is 611?? 611 subdomain in .to zone or 611000 total coins?
Yeah it's both and in addition the 611 [coin] transaction fee.

The second level domain of this domain name service coin should be as short and easy as possible to remember.
Afaik there have been no more anonymous (dot)TO two digit SLDs available in 2015.

Combinations of number plus eleven are catchy, like the famous brands 7-Eleven or Porsche 911.

Coin supply should be limited to avoid common altcoin inflation in relation to BTC.
sr. member
Activity: 442
Merit: 251
P.P.S:
[...]
But, if i using public DNS as NS servers from where I got resolving both domains,
then I cann't find there my domain_NAME.611.to
and when I try to resolving 611.to domain through your ns servers (c.ns.buddyns.com)
I see this:
>nslookup my_domain_name.611.to c.ns.buddyns.com
Name:    my_domain_name.611.to
Served by:
- my_domain_name.ns-glue.611.to (What is this?)
          8.8.4.4, 51.255.48.78 (google public DNS and openNIC public DNS that I specify as NS servers)
          my_domain_name.611.to (my domain name)
As you can see your ns servers cann't resolving 611.to name then.
[...]
But look at this response from 611.to ns servers...
>nslookup dyndns_name.twodns.de c.ns.buddyns.com
DNS request timed out.
    timeout was 2 seconds.
*** Can't find server name for address 88.198.106.11: Timed out
Server:  UnKnown
Address:  88.198.106.11

DNS request timed out.
    timeout was 2 seconds.
DNS request timed out.
    timeout was 2 seconds.
*** Request to UnKnown timed-out
Directly not resolving...
Hint: Domain names do not support underscore(s).
Try it with d/my-domain-name and add the name servers (one per line) to the domain configuration:
Code:
ns1.register-it.net
ns2.register-it.net
(or whatever DNS server twodns.de is using for customer entries)
full member
Activity: 1589
Merit: 214
611 (SixEleven, SIL)
PatrickMacH, can I know why this coin name is 611?? 611 subdomain in .to zone or 611000 total coins?

Looking forward in creating my domain name under the SIL platform I have already some dns collections on the namecoin blockchain but going to add more on the SIL platform, this is a good project to join with because of the decentralization of the www in the near future and the mission of free information around the world!
Hm... What about decentralization of the Neuronet in near future?  Grin

P.S.:

Hey, guys! Do you know any extensions to specify dns server in URL?
Why I cann't specify this server in url directly with any special symbol,
like: http://nf.bit~52.174.55.168/ or http://nf.bitØ52.174.55.168/
to get ip of server with opened page for site http://nf.bit/
where domain name nf.bit was been resolved by OpenNIC PUBLIC DNS server 52.174.55.168?
So then I can specify in the settings for extencion the DNS servers for the some zones in the list,
for resolving:
.bit domains from OpenNIC PUBLIC DNS,
611.to from Tongo servers,
.onion domains from another different TOR public DNS, etc...
Also can be used DNSCrypt in this case and peer exchange of this data in DHT.


P.P.S:
My idea is about setting up a small DB based DNS cloud for a subdomain, like i.e. dyndns.611.to:
Using an optional field of the d/Example field can be used by any router to auto-setup or update the corresponding example.dyndns.611.to DDNS record.
Hey, PatrickMacH!
For using DDNS we can just using "alias" JSON-parameter in domain settings
and specify there ddns domain name with a dot in the end,
to do DNS-redirect nice_611_domain_name to not_nice_domain_name_from_any_ddns_service.
But Tongo DNS servers not resolving all DDNS domain names and some sites, and that's problem.
You can set up there a DNS-cache service with copy data from another DNS
to do resolving for any another domain names on this server.
And if with alias I will add NS servers from DDNS service,
where dyndns domain name is resolving, then 611 domain cann't be found there.
So in this case I think I need to specify there PUBLIC OPEN DNS SERVERS as NS servers
that is fast resolving both domain names (myname123.611.to and myname123.dyndns.bit).
After all I see only one transaction for name_update with one value:
{"alias":"dyndns_name.twodns.de.", "ns": ["ns1.PUBLIC_DNS_for.both", "ns12.PUBLIC_DNS_for.both"]}
But, if i using public DNS as NS servers from where I got resolving both domains,
then I cann't find there my domain_NAME.611.to
and when I try to resolving 611.to domain through your ns servers (c.ns.buddyns.com)
I see this:
>nslookup my_domain_name.611.to c.ns.buddyns.com
Name:    my_domain_name.611.to
Served by:
- my_domain_name.ns-glue.611.to (What is this?)
          8.8.4.4, 51.255.48.78 (google public DNS and openNIC public DNS that I specify as NS servers)
          my_domain_name.611.to (my domain name)
As you can see your ns servers cann't resolving 611.to name then.

So in this case to do DDNS for my 611.to domain,
I just can using this JSON-string in domain parameters:

Quote
{"alias":"dyndns_name.twodns.de."}
Without specify any NS-servers.
Then I can open the site on my_name.611.to and I see IP updating through DDNS!


But look at this response from 611.to ns servers...
>nslookup dyndns_name.twodns.de c.ns.buddyns.com
DNS request timed out.
    timeout was 2 seconds.
*** Can't find server name for address 88.198.106.11: Timed out
Server:  UnKnown
Address:  88.198.106.11

DNS request timed out.
    timeout was 2 seconds.
DNS request timed out.
    timeout was 2 seconds.
*** Request to UnKnown timed-out
Directly not resolving...
sr. member
Activity: 442
Merit: 251
I am concerned about the domain name system project, there are many projects, but the anonymous domain name system how to understand?

It's quite simple. You can use the 611 [coin] client to register and manage domain (and id) keys which are published under YourDomain.611.to or YourId.611.to. If you like I can share some screenshots of the client with some examples ...
full member
Activity: 476
Merit: 102
Looking forward in creating my domain name under the SIL platform I have already some dns collections on the namecoin blockchain but going to add more on the SIL platform, this is a good project to join with because of the decentralization of the www in the near future and the mission of free information around the world!
full member
Activity: 1589
Merit: 214
can you share some screenshots how it works?
It works like https://brainwalletx.github.io/ but for SixEleven.
Just unzip file, and open do drag and drop file index.html to the tab of your browser.
Also you can host it on your site, like brainwalletx.611.to
All files are based on opensource code and I did modify it for 611.
You can using program like WinMerge_portable.exe or another soft
compare the code of all this files with files from original zip
https://github.com/brainwalletX/brainwalletX.github.io/archive/master.zip
to see all modifications. I wrote it in Changes.txt

Tabs:
Generator - generating private key and address from passphrase.
Secret exponent is a hash from passphrase, and it is private key hex.
To see private key, just press button "Toogle Key".
Chains:
Armory and Electrum deterministic wallet implementation (public domain).
Generating the chains of private keys and addresses, which depended from starting personal data: complex seed.
Transactions:
It is not working, but this is an experimental development of a web-wallet,
like https://blockchain.info/ internal account, but with local signing and verify RAW transactions.
So no need import any private keys to any sites or downloading any blockchains to make transfer.
Converter: Convert any formats of data.
hex to base58Check, hex to poetry seed, dec to hex, bin to dec, etc...
Sign and Verify:
Variants for signing and verify messages by private keys for different bitcoin clients.

All is working for SixEleven. Just download it, unzip, test, and use or host it.

Best regards.

And....... But if you cann't download file, just press the button "Cкaчaть".
full member
Activity: 200
Merit: 100
I am concerned about the domain name system project, there are many projects, but the anonymous domain name system how to understand?
sr. member
Activity: 442
Merit: 251

Cloud storage this module is an innovation that will solve a lot of waste of resources has been,

XBY coin project claims to work on a blockchain based cloud storage. But as far as I can see there is no real usage progress.

What cloud storage features do you like to use with blockchain technology?

Allegedly, the dev holding bulk of the supply is keeping the price so down.. Once most of it is dumped to the market, things might change

Currently, the current volume is the victim of the low price. It has to go to 0.001 for it to start generating any real volume. At that point, it would be around 2 million marketcap which is reasonable for an old surviving alt (novelty alt)

I was following this project a few month ago but missed the thread since that time. Can you already store information in the XBY blockchain cloud and if yes how does it work technically?

Is this something which might be useful for the 611 [coin] project?
sr. member
Activity: 442
Merit: 251
Hey, we got official support on WalletGenerator.net Smiley
Based on our wallet generator 611 (SixEleven) [coin] support has been commited to the official source code tree, too:
https://github.com/MichaelMure/WalletGenerator.net/commit/8f165e35ef61c6f60dbfab100911f518c08dbf59
Thx. guys for the great work!!
You all can also do analog of brainwalletx.github.io for SixEleven, like I did for SIGT and VTC in my previous posts.
There can working Armory, electrum, signing and verify messages (even armory hex) and converters.
I see this coin like bitcoin, using uncompressed private keys and addresses, and no any problems with import it in qt wallet.

Good idea. Do you have an example?
paperwallet.611.to already supports a brain wallet. Look at the forth tab after generating the random keys.
I did not have an example, but I did it now for you all.
Download HERE: brainwalletX.github.io_SixEleven(611Coin).zip
Read Changes.txt for get more details.
All options are working there.

can you share some screenshots how it works?
full member
Activity: 1589
Merit: 214
My idea is about setting up a small DB based DNS cloud for a subdomain, like i.e. dyndns.611.to:
Using an optional field of the d/Example field can be used by any router to auto-setup or update the corresponding example.dyndns.611.to DDNS record.

That should work just in time like with any other DynDNS service, because the dedicated DNS cloud is not bound to the blockchain based TTLs of the official 611.to dns tree.
Good idea. You can using dymanic API-tokens with timestamp,
like https://nxtportal.org/tools/nxt_auth_token.html
to verify user who want to update IP on his domain name on your NS servers.
But... I think this network can to be really decentralized, fast, and independed from any admins!
And we all can do it using technology, as I said in my previous posts In This Thread.

Hey, we got official support on WalletGenerator.net Smiley
Based on our wallet generator 611 (SixEleven) [coin] support has been commited to the official source code tree, too:
https://github.com/MichaelMure/WalletGenerator.net/commit/8f165e35ef61c6f60dbfab100911f518c08dbf59
Thx. guys for the great work!!
You all can also do analog of brainwalletx.github.io for SixEleven, like I did for SIGT and VTC in my previous posts.
There can working Armory, electrum, signing and verify messages (even armory hex) and converters.
I see this coin like bitcoin, using uncompressed private keys and addresses, and no any problems with import it in qt wallet.

Good idea. Do you have an example?
paperwallet.611.to already supports a brain wallet. Look at the forth tab after generating the random keys.
I did not have an example, but I did it now for you all.
Download HERE: brainwalletX.github.io_SixEleven(611Coin).zip
Read Changes.txt for get more details.
All options are working there.
File will be delete after 90 days.

You can test is and add it to your sites and to the first post of this thread,
and also you can donate me here: NDihpv3nd5TPiBUcUyutL5Jaqkb51jJWEf (My 611 address)
legendary
Activity: 1030
Merit: 1000

Cloud storage this module is an innovation that will solve a lot of waste of resources has been,

XBY coin project claims to work on a blockchain based cloud storage. But as far as I can see there is no real usage progress.

What cloud storage features do you like to use with blockchain technology?

Allegedly, the dev holding bulk of the supply is keeping the price so down.. Once most of it is dumped to the market, things might change

Currently, the current volume is the victim of the low price. It has to go to 0.001 for it to start generating any real volume. At that point, it would be around 2 million marketcap which is reasonable for an old surviving alt (novelty alt)
sr. member
Activity: 442
Merit: 251

Cloud storage this module is an innovation that will solve a lot of waste of resources has been,

XBY coin project claims to work on a blockchain based cloud storage. But as far as I can see there is no real usage progress.

What cloud storage features do you like to use with blockchain technology?
Pages:
Jump to: