Pages:
Author

Topic: [ANN]!!!EnigmaCoin!!! - POW - X13 - No premine - Launched! - page 18. (Read 24640 times)

legendary
Activity: 2688
Merit: 1240
Please add

https://enc.suprnova.cc

to the list of pools. See you in about 45 mins
sr. member
Activity: 278
Merit: 250
1 hours countdown and no pool Sad


one already has, https://enc.coin-miners.info,

right now suprnova.cc
sr. member
Activity: 287
Merit: 250
Pass. no cheap x13 to be had and i am not getting into a nicehash war with you guys Tongue

It was fun to see NH go mental at BT launch earlier today Cheesy
hero member
Activity: 560
Merit: 500
Am i broke yet?
Pass. no cheap x13 to be had and i am not getting into a nicehash war with you guys Tongue
newbie
Activity: 3
Merit: 0
1 hours countdown and no pool Sad
legendary
Activity: 1512
Merit: 1000
quarkchain.io
Shadow and OC are here , so lets get the fun Smiley
EDIT: Actually the countdown can't preview..

Glad to see you on board my friend. Smiley
Always pleasure to see you around too Smiley
legendary
Activity: 1568
Merit: 1000
Twitter @Acimirov
Shadow and OC are here , so lets get the fun Smiley
EDIT: Actually the countdown can't preview..

Glad to see you on board my friend. Smiley
legendary
Activity: 1848
Merit: 1018
ocminer, if you are doing this, can you post a pool link please?
newbie
Activity: 57
Merit: 0
Nice, good to see you guys decided to fall back from stupid ICO. Will mine!
newbie
Activity: 21
Merit: 0
I have added the countdown link. For some reason .gif countdown is not displaying properly. The launch is at 21:00 GMT+1 (London time)
hero member
Activity: 784
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
Algo is X13. Lately new coins are mostly with scrypt or sha-256. What do you guys think of the benefits? My take was given that POW phase is relatively short there is no need to use scrypt or sha-256
I think it's a nice change of pace for sure because it seemed there for a while that all coins being released were either Scrypt or SHA-256 so I'm down for this adventure Smiley
newbie
Activity: 21
Merit: 0
Algo is X13. Lately new coins are mostly with scrypt or sha-256. What do you guys think of the benefits? My take was given that POW phase is relatively short there is no need to use scrypt or sha-256
legendary
Activity: 1512
Merit: 1000
quarkchain.io
Shadow and OC are here , so lets get the fun Smiley
EDIT: Actually the countdown can't preview..
member
Activity: 266
Merit: 10
The Experience Layer of the Decentralized Interne
OK .....

https://enc.coin-miners.info/ is open for pre-reg , dev pls add to the op
legendary
Activity: 1148
Merit: 1000
A Wound in Eternity
Anonymity is over rated, its been done before  Huh
hero member
Activity: 784
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
Okay!
You going to be setting up a pool for this OC? I hope so because I want IN!!!! lol
legendary
Activity: 1517
Merit: 1042
@notsofast
I thought I remembered this from awhile back.

Will point my x13 at it for awhile. Good luck!
hero member
Activity: 574
Merit: 500
Anonymity from launch?
newbie
Activity: 21
Merit: 0
[EGMA] EnigmaCoin

http://i.imgur.com/Xm0sYtt.png


http://i.imgur.com/2XUa4jt.png


Windows Wallet
Github
BlockExplorer

Exchanges:
BITTREX
YoBit




POOLS:
https://enc.coin-miners.info
https://enc.suprnova.cc


EnigmaCoin.conf
Code:
port = 11993
rpcport = 11992
addnode = 178.32.53.123

Initially I was seeking an investment of at least 50 BTC's for development efforts for this coin and tried to organize ICO fundraiser. However due to the lack of interest ICO was scraped. I have managed to find enough time to develop the coin and therefore do not require additional funding. So instead of an ICO this coin will be distributed via standard POW.

http://i.imgur.com/9Wc46WS.png

Name: EnigmaCoin
Ticker: [EGMA]
POW+POS (X13)
Block reward: 100 [EGMA] (Block 1-100 - reward 1 ENC)
Distribution: POW+POS
Money Supply: 1,000,000 [EGMA]
POS starts at 7,000 blocks
POW ends at block height: 10,000
Total POW coins ~ 850,000
Block time: 60 seconds
POS interest: 5% per year


http://i.imgur.com/sr3regC.png

Download PDF

http://i.imgur.com/n6icY5S.png

Anonymity

How is your coin balance being tracked and what blockchain properties are responsible for this?

As you all know one can always check coins balance directly from the blockchain using block explorer. In most cases, users prefer to use single wallet address multiple times - to receive money from other users, from pools etc. In theory you could, of course generate a brand new address for each transaction, however this is not particularly convenient. Imagine how it would be if you had to update your payout address in your pool settings every time you want to get your coins out there.
Besides that, using multiple addresses may bring a lot of confusion when your coins are all spread between different addresses and you need to execute single big transaction. For example, you need to pay someone 100 coins and you have 120 coins evenly spread between 3 different addresses. Now your simple 100 coins transaction will require to create at least 4 different transactions: 3 transactions of 40 coins and one return transaction with change.

http://i.imgur.com/oPnlMUD.png

Anyone who happens to throw a glance on the blockchain after your transaction will clearly see that all three address obviously belong to a single person, and how much money this person have. With pretty simple observation anyone can track and analyze blockchain to see major coin holders and accurately estimate your coin balance no matter of how much work you put in mixing your coins between your addresses.

How to change this?

To better understand the idea lets look at the simple example of how the new address generation and further address usage occurs:

At first private key "A" is being generated. Basically "A" is simply a big and random number.
After that your public key "B" is being calculated from your private key using a hash function. An algorithm that creates "B" from "A" is irreversible, which means that even if everyone knows your public key "B", there is no way to find out what was original "A" that gave birth to it. That "B"  will be transformed to "C" in order to represent it as a familiar 34 digit string that will be from now on used as your wallet address. You will give your "C" key (address) to everyone to receive your coins. Your secret "A" key will stay unused until you will need to send some coins to other users. At this point it will be used as a signature that tells everyone that your transaction is in fact valid.  
The simple logic of address generation will now look like that:
http://i.imgur.com/0qYnEEM.png
What happens if another variable is introduced between A and B? It is known that A - is a random number. Imagine that instead of directly calculating B from A an interim Z variable is introduced. Z will be calculated using the irreversible function from A as was previously B. Now from Z multiple B arguments can be generated (all Bs will now be generated from Z instead of A). In order to receive a transaction you will provide your "Z" address instead of your "B", and every time a transaction to you is originated your counterpart will generate new "B" address for every transaction. This it equivalent to generating new wallet address every single time someone sends you a transaction.
When you need to originate a transaction - any of newly generated B arguments will be used and signed by your private key "A" (not Z). Therefore the new logic will look like this:
http://i.imgur.com/ViTpOGm.png
Using this simple change in logic, common analyses of blockchain will become almost impossible. Because blockchain doesn't know of the existence of "Z" and all new Bs are generated every time you receive coins.

However there is still a possibility to analyze the blockchain!

That's correct. And there is a way make it impossible. The only thing that gives away that several wallets belong to a single person is a transactions with multiple inputs. Let's get back to our previous example where you had 3 wallets with 40 coins in each one of them. Suppose you would like to transfer 100 coins to the recipient. To do that, the recipient gives you her Z address. Knowing her Z you will generate 3 different Bs (B1, B2, and B3). Then you will go ahead and create 3 separate transactions. The first and the second transactions will be one-way transactions of 40 coins. For the third transaction the current logic is to send 40 coins and receive 20 coins in change from the recipient. However, instead of doing this you would receive the change to a unique wallet that will be generated from your Z by the recipient - therefore in the blockchain it will be impossible to deduce that all of your wallets are connected.

http://i.imgur.com/rxtjgX8.png

What are the real benefits?

Obfuscation of blockchain analysis is achieved and it provides another tool in the box for the path toward true anonymity. By no means this approach provides the ultimate solution for the anonymity and it should be coupled with other available solutions.
 
Pages:
Jump to: