Pages:
Author

Topic: [ANN][EC]▲ Eclipse ▲ Ring Signatures | Anonymous | TOR | Stealth Addresses - page 4. (Read 29638 times)

hero member
Activity: 656
Merit: 500
Don't Trust Words
sr. member
Activity: 450
Merit: 250
price is stablized around here we need a direction as to where this is going so people can know what to do

still waiting to see what dev wants to do with coin...
hero member
Activity: 555
Merit: 500
price is stablized around here we need a direction as to where this is going so people can know what to do
sr. member
Activity: 450
Merit: 250
with roadmap released i see this heading much higher.

                    coin supply     price               cap
  
shadowcash   6,5million      19k sats      $530,000
eclipse          2.1million      2500 sats    $21k

with only 20k on sell side 100k sats lol

maybe.... if devs continue to support EC...

We aren't going anywhere.  You'll see.   Grin

okay i will be watching  Cool

+1  Getting a little bit of volume on c-cex.  Let's hope it builds from here.

with proper planning this can get to at least $100,000 market cap, maybe even compete with shadow later
sr. member
Activity: 462
Merit: 250
HOW to stake  EC ? daily 300 coin EVRY  337.5 block or evry 4 wekend or what ??

Transfer it to your wallet, and leave it opened and unlocked for staking.  Easy as that.

full member
Activity: 434
Merit: 100
HOW to stake  EC ? daily 300 coin EVRY  337.5 block or evry 4 wekend or what ??
sr. member
Activity: 462
Merit: 250
with roadmap released i see this heading much higher.

                    coin supply     price               cap
  
shadowcash   6,5million      19k sats      $530,000
eclipse          2.1million      2500 sats    $21k

with only 20k on sell side 100k sats lol

maybe.... if devs continue to support EC...

We aren't going anywhere.  You'll see.   Grin

okay i will be watching  Cool

+1  Getting a little bit of volume on c-cex.  Let's hope it builds from here.
sr. member
Activity: 450
Merit: 250
with roadmap released i see this heading much higher.

                    coin supply     price               cap
  
shadowcash   6,5million      19k sats      $530,000
eclipse          2.1million      2500 sats    $21k

with only 20k on sell side 100k sats lol

maybe.... if devs continue to support EC...

We aren't going anywhere.  You'll see.   Grin

okay i will be watching  Cool
member
Activity: 98
Merit: 10
with roadmap released i see this heading much higher.

                    coin supply     price               cap
  
shadowcash   6,5million      19k sats      $530,000
eclipse          2.1million      2500 sats    $21k

with only 20k on sell side 100k sats lol

maybe.... if devs continue to support EC...

We aren't going anywhere.  You'll see.   Grin
sr. member
Activity: 450
Merit: 250
with roadmap released i see this heading much higher.

                    coin supply     price               cap
  
shadowcash   6,5million      19k sats      $530,000
eclipse          2.1million      2500 sats    $21k

with only 20k on sell side 100k sats lol

maybe.... if devs continue to support EC...
hero member
Activity: 555
Merit: 500
with roadmap released i see this heading much higher.

                    coin supply     price               cap
  
shadowcash   6,5million      19k sats      $530,000
eclipse          2.1million      2500 sats    $21k

with only 20k on sell side 100k sats lol
newbie
Activity: 66
Merit: 0
Hello dev any bounty for translating???
sr. member
Activity: 450
Merit: 250
Eclipse has been added for trading on c-cex.com!


Here is BTC and USD trading pairs:

https://c-cex.com/?p=ec-btc
https://c-cex.com/?p=ec-usd

Also it is tradable to LTC and DOGE:

https://c-cex.com/?p=ec-ltc
https://c-cex.com/?p=ec-doge

finally EC is on exchange!
member
Activity: 98
Merit: 10
Eclipse has been added for trading on c-cex.com!


Here is BTC and USD trading pairs:

https://c-cex.com/?p=ec-btc
https://c-cex.com/?p=ec-usd

Also it is tradable to LTC and DOGE:

https://c-cex.com/?p=ec-ltc
https://c-cex.com/?p=ec-doge
member
Activity: 98
Merit: 10

Hello, we deleted several posts quoting a particular vicious troll.

If you were deleted it was not because of the content of your messages, but because of the specific troll you quoted.

LOL that wallet has more bugs than a bait store....Good Luck!

Please let us know if you find any.


I wont need too! you'll find them soon enough.


We fixed the main one from SDC, which was the bug that completely deanoned the shadowcash chain. It was a good fix and SDC copied it, scrapping their own fix hours after we pointed out flaws in theirs.

If we find more bugs, then we will fix them and, like our anon fix, SDC is welcome to copy them.
legendary
Activity: 1246
Merit: 1000
ARK Team likes to ban and delete posts in reddit.

Hello, we deleted several posts quoting a particular vicious troll.

If you were deleted it was not because of the content of your messages, but because of the specific troll you quoted.

LOL that wallet has more bugs than a bait store....Good Luck!

Please let us know if you find any.


I wont need too! you'll find them soon enough.
member
Activity: 98
Merit: 10

Hello, we deleted several posts quoting a particular vicious troll.

If you were deleted it was not because of the content of your messages, but because of the specific troll you quoted.

LOL that wallet has more bugs than a bait store....Good Luck!

Please let us know if you find any.
legendary
Activity: 1246
Merit: 1000
ARK Team likes to ban and delete posts in reddit.

Hello, we deleted several posts quoting a particular vicious troll.

If you were deleted it was not because of the content of your messages, but because of the specific troll you quoted.

LOL that wallet has more bugs than a bait store....Good Luck!
member
Activity: 98
Merit: 10

Hello, we deleted several posts quoting a particular vicious troll.

If you were deleted it was not because of the content of your messages, but because of the specific troll you quoted.
legendary
Activity: 1246
Merit: 1000
ARK Team likes to ban and delete posts in reddit.
It looks like SDC went live with our solution for hashToEC.




They switched from creating a new generator, discussed here: https://bitcointalksearch.org/topic/m.14079014

What's this mean?

We are the leaders kids.


This is the heart of our algo, pushed publicly 9 days ago:

Code:
    for (j = 0; j < k; ++j)
    {
        if (j == 0)
            x = u;
        else
        {
            secp256k1_fe_set_int(&i, j);
            secp256k1_fe_add(&x, &i);
        }
        if (secp256k1_ge_set_xquad_var(&Q, &x))
        {
            success = 1;
            break;
        }
    }



This is shadowcash's pushed to their repo 3 days ago:

Code:
        while(!EC_POINT_set_compressed_coordinates_GFp(ecGrp, ptRet, bnTmp, 0, bnCtx) && count < 100)
        {
            count += 1;

            if (count == 100)
                return errorN(1, "%s: Failed to find a valid point for public key.", __func__);

            BN_add(bnTmp, bnTmp, bnOne);
        }


This is their commit after they read our critique of their method:

https://github.com/shadowproject/shadow/commit/106afc6975cf41090ca2a0c47877de0cc8a16f1a




why you hatin on shadowcash? isnt your coin just a shadowcash clone?

since when is stating a fact, "hatin"?

since your dev has been over in the SDC slack channel, pretty much on a daily basis, berating the devs there calling them idiots, fools, etc... I'd call that "hating"
Pages:
Jump to: