Author

Topic: ANN: ELIXIR (ELIX) Crowdfunding and E-Commerce With Token Rewards - page 114. (Read 172854 times)

sr. member
Activity: 546
Merit: 257
Have you found the Yellow Sign?
Hello, does anyone know what the max possible amount for ELIX is? it appears to be 5.7 million right now according to the smart contract, but can this number increase as TME/EXOR is made into ELIX? or is th 5.7 millino ELIX in the contract the amount forever and anyone converting TME/EXOR are getting their claimed amount from the wallet that has 50%?

Thanks in advance~
full member
Activity: 420
Merit: 101
I am the original miningteam23
I sent my EXOR to the ELIX contract address but I did not get the ELIX token in my wallet.
Can anyone explain why this happened ?
is the transaction confirmed yet? do you have manually added the elix token in myetherwallet?

Forgive me, it turns out I have not add custome for ELIX token. after reading your post, i do that and the ELIX token appears in my wallet. Thank you very much and forgive me for my stupidity Wink

Happens to the best of us Cheesy if you have any other questions then let us know!

I'm a little lost....maybe someone can help out. I still haven't done anything with my original TME token (haven't sent any from the child address to the parent address). Am I OK for now or is there something I need to do now that we are ELIXIR?
You can add Exor contract details to MEW and you should see 1 Exor under your same child address. Detailed instruction about this is provided by dev in the first page.

Thank you Neon....I will check out the first post. I hope it goes smoothly. I sometimes have a way of messing these things up Grin

Before I do this, if I have no intention of trading ELIX, do I just change my TME into EXOR and leave there until I want to create some ELIX?
full member
Activity: 420
Merit: 101
I am the original miningteam23
I sent my EXOR to the ELIX contract address but I did not get the ELIX token in my wallet.
Can anyone explain why this happened ?
is the transaction confirmed yet? do you have manually added the elix token in myetherwallet?

Forgive me, it turns out I have not add custome for ELIX token. after reading your post, i do that and the ELIX token appears in my wallet. Thank you very much and forgive me for my stupidity Wink

Happens to the best of us Cheesy if you have any other questions then let us know!

I'm a little lost....maybe someone can help out. I still haven't done anything with my original TME token (haven't sent any from the child address to the parent address). Am I OK for now or is there something I need to do now that we are ELIXIR?
You can add Exor contract details to MEW and you should see 1 Exor under your same child address. Detailed instruction about this is provided by dev in the first page.

Thank you Neon....I will check out the first post. I hope it goes smoothly. I sometimes have a way of messing these things up Grin
member
Activity: 213
Merit: 26
ELIX Translation Bounties

500 ELIX For ANN Translation

Reserved Languages

Reserve A Language Below
Futhermore I would like to reserve for german translation.

Thanks in advance again  Cheesy

Reserved on bounties sheet.
newbie
Activity: 18
Merit: 0
ELIX Translation Bounties

500 ELIX For ANN Translation

Reserved Languages

Reserve A Language Below
Futhermore I would like to reserve for german translation.

Thanks in advance again  Cheesy
member
Activity: 213
Merit: 26
ELIX Translation Bounties

500 ELIX For ANN Translation

Reserved Languages

Reserve A Language Below
I would like to reserve translation in Turkish for ANN page and Whitepaper.
ETHadress: 0x82fE2E0bdB0AF2a9EB661DFd2AbAEE53011605c0

Can you confirm that?

Thanks in advance

Added to the language bounties sheet. Please add the logo to the top of your thread:
https://i.imgur.com/AtAeULY.jpg
newbie
Activity: 18
Merit: 0
ELIX Translation Bounties

500 ELIX For ANN Translation

Reserved Languages

Reserve A Language Below
I would like to reserve translation in Turkish for ANN page and Whitepaper.
ETHadress: 0x82fE2E0bdB0AF2a9EB661DFd2AbAEE53011605c0

Can you confirm that?

Thanks in advance
member
Activity: 213
Merit: 26
API Documentation
https://novaexchange.com/remote/faq/
List balances in account

URL: /remote/v2/private/getbalances/
Params: None

Code:
Expected response

{
    "status": "success",
    "message": "Your currency balances",
    "balances":
        [{
            "currencyid": 1,
            "currency": "BTC",
            "currencyname": "Bitcoin",
            "amount": "0.00189703",
            "amount_trades": "0.00000000",
            "amount_lockbox": "0.00000000",
            "amount_total": "0.00189703"
        },
        {
            "currencyid": 2,
            "currency": "LTC",
            ...
        }]
}

what do you mean with that? I do understand the code but don't know what's your point.

I think the user is suggesting alternate ways to prove Nova balance rather than moving all other coins out of it and sharing the login credentials with ELIX dev.

Just took a quick look at the API. This will work as well. I'll update the TME recovery post.
sr. member
Activity: 275
Merit: 250
API Documentation
https://novaexchange.com/remote/faq/
List balances in account

URL: /remote/v2/private/getbalances/
Params: None

Code:
Expected response

{
    "status": "success",
    "message": "Your currency balances",
    "balances":
        [{
            "currencyid": 1,
            "currency": "BTC",
            "currencyname": "Bitcoin",
            "amount": "0.00189703",
            "amount_trades": "0.00000000",
            "amount_lockbox": "0.00000000",
            "amount_total": "0.00189703"
        },
        {
            "currencyid": 2,
            "currency": "LTC",
            ...
        }]
}

what do you mean with that? I do understand the code but don't know what's your point.

I think the user is suggesting alternate ways to prove Nova balance rather than moving all other coins out of it and sharing the login credentials with ELIX dev.
full member
Activity: 420
Merit: 100
ELIXIR TOKEN
API Documentation
https://novaexchange.com/remote/faq/
List balances in account

URL: /remote/v2/private/getbalances/
Params: None

Code:
Expected response

{
    "status": "success",
    "message": "Your currency balances",
    "balances":
        [{
            "currencyid": 1,
            "currency": "BTC",
            "currencyname": "Bitcoin",
            "amount": "0.00189703",
            "amount_trades": "0.00000000",
            "amount_lockbox": "0.00000000",
            "amount_total": "0.00189703"
        },
        {
            "currencyid": 2,
            "currency": "LTC",
            ...
        }]
}

what do you mean with that? I do understand the code but don't know what's your point.
full member
Activity: 420
Merit: 108
API Documentation
https://novaexchange.com/remote/faq/
List balances in account

URL: /remote/v2/private/getbalances/
Params: None

Code:
Expected response

{
    "status": "success",
    "message": "Your currency balances",
    "balances":
        [{
            "currencyid": 1,
            "currency": "BTC",
            "currencyname": "Bitcoin",
            "amount": "0.00189703",
            "amount_trades": "0.00000000",
            "amount_lockbox": "0.00000000",
            "amount_total": "0.00189703"
        },
        {
            "currencyid": 2,
            "currency": "LTC",
            ...
        }]
}
full member
Activity: 392
Merit: 130
ELIX Translation Bounties

500 ELIX For ANN Translation

Reserved Languages

Reserve A Language Below
Reserve Filipino language please : Grin
hero member
Activity: 1442
Merit: 578
ELIX Translation Bounties

500 ELIX For ANN Translation

Reserved Languages

Reserve A Language Below
I would like to reserve italian translation. Italian is my motherlanguage, so i'll not use automatic translation like google translate.

Thanks
member
Activity: 213
Merit: 26

ELIX Translation Bounties

500 ELIX For ANN Translation

Reserved Languages

Reserve A Language Below
I would like to reserve Greek translation.
I asked a few days ago but never got a reply here



Added to the bounties list. Thank you.
legendary
Activity: 2165
Merit: 1002

ELIX Translation Bounties

500 ELIX For ANN Translation

Reserved Languages

Reserve A Language Below
I would like to reserve Greek translation.
I asked a few days ago but never got a reply here

sr. member
Activity: 275
Merit: 250
I sent my EXOR to the ELIX contract address but I did not get the ELIX token in my wallet.
Can anyone explain why this happened ?
is the transaction confirmed yet? do you have manually added the elix token in myetherwallet?

Forgive me, it turns out I have not add custome for ELIX token. after reading your post, i do that and the ELIX token appears in my wallet. Thank you very much and forgive me for my stupidity Wink

Happens to the best of us Cheesy if you have any other questions then let us know!

I'm a little lost....maybe someone can help out. I still haven't done anything with my original TME token (haven't sent any from the child address to the parent address). Am I OK for now or is there something I need to do now that we are ELIXIR?
You can add Exor contract details to MEW and you should see 1 Exor under your same child address. Detailed instruction about this is provided by dev in the first page.
full member
Activity: 294
Merit: 100
ELIX Translation Bounties

500 ELIX For ANN Translation

Reserved Languages

Reserve A Language Below
I would like to reserve Dutch translation.
Some time ago I also did the TME translation.
member
Activity: 110
Merit: 10
We are transitioning to the email [email protected] over the next few weeks. If you have inquiries, you can send them there.
Ok thank you, and do you know if we now have enough volume on coinexchange that we can fill out the
coinmarketcap form to get it added on there?


Yes, there is enough volume. That form was submitted as soon as soon the volume reached a sufficient amount.

Nice news devs!

What about checking the current EXOR/ELIX circulating supply as it was already implemented on timereum.com?
It could be a nice feature though.

You can view that information on the website.

Well, my bad.
Seems to be a recent update as I wasn't able to see it few days ago.
That said, we still can't see the EXOR circulating supply either (this including the current EXOR amount per batch)
full member
Activity: 322
Merit: 100
We are transitioning to the email [email protected] over the next few weeks. If you have inquiries, you can send them there.
Ok thank you, and do you know if we now have enough volume on coinexchange that we can fill out the
coinmarketcap form to get it added on there?


Yes, there is enough volume. That form was submitted as soon as soon the volume reached a sufficient amount.

Nice news devs!

What about checking the current EXOR/ELIX circulating supply as it was already implemented on timereum.com?
It could be a nice feature though.

You can view that information on the website.
member
Activity: 110
Merit: 10
We are transitioning to the email [email protected] over the next few weeks. If you have inquiries, you can send them there.
Ok thank you, and do you know if we now have enough volume on coinexchange that we can fill out the
coinmarketcap form to get it added on there?


Yes, there is enough volume. That form was submitted as soon as soon the volume reached a sufficient amount.

Nice news devs!

What about checking the current EXOR/ELIX circulating supply as it was already implemented on timereum.com?
It could be a nice feature though.
Jump to: