Questions tagged [ens]

Questions related to the Ethereum Name Service, a distributed, extensible naming system based on the Ethereum blockchain.

Questions related to the Ethereum Name Service, a distributed, extensible naming system based on the Ethereum blockchain.

156 questions
8
votes
2 answers

Can a .eth domain from ENS be used for a website?

I recently registered a .eth domain through the Ethereum Name Service. Is it possible to use this domain for a website? Or is it just an alias for an ethereum address (and other metadata)?
sfmiller940
  • 498
  • 1
  • 3
  • 9
5
votes
1 answer

Setting a subdomain under my DOMAIN.eth

I have my primary DOMAIN through the Ethereum Name Service. I see documentation that shows you can set subdomains as I would like to do this for security for an up-coming ICO. So I would like to register ICO.DOMAIN.eth to point to the contract for…
mazecreator
  • 423
  • 1
  • 4
  • 12
4
votes
3 answers

creating ENS namehash via web browser?

Is there an easy GUI way to get the namehash of an ENS subdomain name? I know how to get the needed namehashes from Geth console using the ensutils script, or writing javascript that uses web3 & eth-ens-namehash. But is there a way for people to get…
GusGorman402
  • 441
  • 5
  • 15
3
votes
1 answer

ENS look up an address

How do I resolve an ENS name to an address? Hopefully with a pretty interface, something my grandmom can use.
William Entriken
  • 4,690
  • 15
  • 42
3
votes
2 answers

ENS domain expiring and renewal

From what I understand, ENS is less than one year old at the time of this post. So, it follows that no domain has expired for any owner. No person has experience renewing the rights to their ENS domain. Do expired domains go back into the auction…
3
votes
1 answer

In Ethereum Name Service, once I won an auction, can I assign any address to that name?

Once I have won the auction, I can set the address for the name I just won. I use the setAddr function in the ENS Public Resolver Contract. The question is if that address can be any address or it must be the same address I used to make the…
3
votes
2 answers

Are ENS bids public?

Is it possible to view the bids on Ethereum Name Service (ENS)? For example, via https://etherscan.io, or https://myetherwallet.com
3to
  • 401
  • 3
  • 9
3
votes
0 answers

ENS Error: 'It seems this transaction will fail' when executing ethRegistrar.unsealBid() from Mist

When I want to execute the follwing transaction in Mist UI: ethRegistrar.unsealBid(web3.sha3('name'), web3.toWei(1, 'ether'), web3.sha3('secret'), {from: web3.eth.accounts[0], gas: 500000}); I get: What does that mean? How can I get this…
Bumblebee
  • 1,751
  • 3
  • 14
  • 23
3
votes
0 answers

ENS setResolver bad jump destination

When i use the Ens - Registry Contract to setResolver(), I am getting a bad jump destination. I am the using the proper namehash of my newly won domain and the "0x1da022710df5002339274aadee8d58218e9d6ab5" proper ENS resolver addr for the resolver…
Jethro82
  • 115
  • 1
  • 6
3
votes
2 answers

Namehash algorithm function in PHP

So I am trying to create the namehash() function in PHP for my own project and to also learn how to do it. But i am having issues. This python function works as intended: def namehash(name: str, encoding = 'utf-8'): if name == '': return…
Andriy Lysak
  • 271
  • 1
  • 5
2
votes
1 answer

How to create the ENS subdomain and assign it to an address?

The full code: https://plnkr.co/edit/WYDB9fOvmRoUvCVw Testing on the mainnet because: ENS on Rinkeby - Network does not support ENS? 1️⃣ setSubnodeOwner…
Mars Robertson
  • 1,011
  • 1
  • 15
  • 35
2
votes
0 answers

IPs for .eth domains

I'm new to ENS and would like to explore the field. Is there a way to get a list of all active .eth domain that are mapped to IP address? Thanks
2
votes
1 answer

I've bid 1ETH for ENS domain and was the only bidder - revealed during the 48 hours period - how do I get the refund?

Please have a look at tx: https://etherscan.io/tx/0x4831dbed82aaf859b484beae26ed8a24be2fce4c3912a5958d0b35950a72c90e It seems like I've correctly revealed my bid: How do I get the refund? Tried checking internal transactions but nothing…
Mars Robertson
  • 1,011
  • 1
  • 15
  • 35
2
votes
1 answer

How does the secret phrase work in ENS?

The secret phrase is used to encrypt a bid, and then to decrypt it. What type of encryption and decryption is used?
algora
  • 21
  • 1
2
votes
1 answer

Where is ENS deployed?

ENS is a deployed contract. Where is it? Specification: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-137.md And why didn't they specify that in the EIP?
William Entriken
  • 4,690
  • 15
  • 42
1
2 3