Pages:
Author

Topic: Execoin: | First Open-Source Stealth Wallet Released! | Fast | ASIC-proof - page 37. (Read 281667 times)

sr. member
Activity: 336
Merit: 250
There is a day to be born, and another to die
just a copy of Vertcoin,without Vertcoin,the devs have nothing.
if vert team do not open source,what will you do? Grin
Do you read http://cryptocoinchronicle.com/2014/06/execoin-innovates-plus-giveaway/?
member
Activity: 89
Merit: 10
just a copy of Vertcoin,without Vertcoin,the devs have nothing.
if vert team do not open source,what will you do? Grin
sr. member
Activity: 658
Merit: 253
sr. member
Activity: 336
Merit: 250
There is a day to be born, and another to die
sr. member
Activity: 658
Merit: 253
sr. member
Activity: 336
Merit: 250
There is a day to be born, and another to die
first? when? please tell a est time,9 days past since you reply "in 2 weeks likely"

Quote
http://cryptocoinchronicle.com/2014/06/execoin-innovates-plus-giveaway/
You’ve been being accused recently of the lack of your own development and innovation. But some time ago you announced that you are working on your own implementation of stealth payments. Is it true that it will be different from other coin’s implementations preparing for releases at the moment?

Yes, that’s true. In fact, the easiest way to implement stealth addresses is to use base full-node (core) client as a platform. Related to stealth payments C++ code already available in libbitcoin and SX libraries can be used to implement stealth addresses in full-node core client with minimal modifications.
However, we’ve chosen Electrum as a platform for our implementation of stealth payments functionality and have to deal with the following additional development stages otherwise not required in the full-node client:
1. Implementing stealth library in Python language from a scratch;
2. Seamless integration of stealth addresses’ generation into mnemonic system used in Electrum;
3. Modifying Electrum server to support fetch_stealth method;
In addition, we still had to update our base client to support relaying of stealth transactions in the network.

What have you done already and when should we expect the fully functional beta version in mainnet?
Hint: This section contains a giveaway for a savvy reader, Good luck!
Stealth library in Python is ready, integration of stealth addresses’ generation into mnemonic system used in Electrum has been completed in full, we’ve done sending/receiving part in the wallet as well. Currently we are working on modifying Electrum server to support fetch_stealth method. Within 1 week or so a fully functional beta version will be available in the mainnet.
Our network has been upgraded already to the extent sufficient for relaying stealth transactions. Relevant updates to the source code have been committed on June 23, pool operators are encouraged to upgrade their execoind daemons in order to speed up stealth transactions in the network. We already submitted a dozen of stealth transactions to the blockchain, here is one of them (use one of the block explorers with txid given below):
Stealth address: ExkdTFkYbBh4evi5zQnmxg2JFmE3Pc6xDYMKsHeaQizfYooL1Ac9V2YvtDu4mKfAAcdDouw1ac8JkeN vsaYV6mfhsfywzHGzcugtzc
TXid: 0499732cacc82d80ef5ea06565e4d3464b54a4135b9130667dcf35766077fe97
Ephemkey: 03327b0e2f1c0378f39a6ba4c2a42e9cdac951bc137353a5e74e08b6b9c6eeee6e
Scan secret: 79a29d3c9c35ad81ce5ce5dea1386dd721357369b8fc3ba465efe5842bad1b49
Spend secret: 51a757426c6f440033c79391166375a6d0699a736f8e6bfc548781fc5d422eed
We are giving the secrets, related to stealth address, to our readers, there is 5000 EXE reward to anybody who will manage to redeem it.
In fact, being given with the secrets, it’s a fairly simple task, so, before trying, make sure that the reward is still there!
Within 1 week or so a fully functional beta version will be available in the mainnet.
full member
Activity: 140
Merit: 100
first? when? please tell a est time,9 days past since you reply "in 2 weeks likely"
full member
Activity: 299
Merit: 100

A detailed article uncovering Execoin's own implementation of Stealth addresses and future plans has been published at:

http[Suspicious link removed]coin-innovates-plus-giveaway/



I like below:
1: currently we are considering and evaluating possible major changes to Execoin to mitigate over-inflation issue.

2: change PoW algo as well to the completely unique one, not being used in any of the coins existing on the market, thus making the upcoming Scrypt-N ASICs obsolete even before their release.

3:Within 1 week or so a fully functional beta version will be available in the mainnet.

4:in the nearest future we are going to port Electrum with Stealth to Android, create paper wallet with stealth addresses, port Carbonwallet to Execoin and much more!
Yes,EXE will have First Electrum with Stealth addresses,First Android wallet with Stealth addresses,First paper wallet with Stealth addresses etc!!!!!!!!!!!!!!!!!!!!!!!!!!


LOL
newbie
Activity: 19
Merit: 0

A detailed article uncovering Execoin's own implementation of Stealth addresses and future plans has been published at:

http[Suspicious link removed]coin-innovates-plus-giveaway/



I like below:
1: currently we are considering and evaluating possible major changes to Execoin to mitigate over-inflation issue.

2: change PoW algo as well to the completely unique one, not being used in any of the coins existing on the market, thus making the upcoming Scrypt-N ASICs obsolete even before their release.

3:Within 1 week or so a fully functional beta version will be available in the mainnet.

4:in the nearest future we are going to port Electrum with Stealth to Android, create paper wallet with stealth addresses, port Carbonwallet to Execoin and much more!
Yes,EXE will have First Electrum with Stealth addresses,First Android wallet with Stealth addresses,First paper wallet with Stealth addresses etc!!!!!!!!!!!!!!!!!!!!!!!!!!
sr. member
Activity: 336
Merit: 250
There is a day to be born, and another to die
so when will stealth address release? In 2 weeks or need more time?
Most likely even less than in 2 weeks.
Can you tell us the exact date?

It will be out as soon as Vertcoin makes the code available  Cheesy
Idiot!
Quote
http://cryptocoinchronicle.com/2014/06/execoin-innovates-plus-giveaway/
You’ve been being accused recently of the lack of your own development and innovation. But some time ago you announced that you are working on your own implementation of stealth payments. Is it true that it will be different from other coin’s implementations preparing for releases at the moment?

Yes, that’s true. In fact, the easiest way to implement stealth addresses is to use base full-node (core) client as a platform. Related to stealth payments C++ code already available in libbitcoin and SX libraries can be used to implement stealth addresses in full-node core client with minimal modifications.
However, we’ve chosen Electrum as a platform for our implementation of stealth payments functionality and have to deal with the following additional development stages otherwise not required in the full-node client:
1. Implementing stealth library in Python language from a scratch;
2. Seamless integration of stealth addresses’ generation into mnemonic system used in Electrum;
3. Modifying Electrum server to support fetch_stealth method;
In addition, we still had to update our base client to support relaying of stealth transactions in the network.


What have you done already and when should we expect the fully functional beta version in mainnet?
Hint: This section contains a giveaway for a savvy reader, Good luck!
Stealth library in Python is ready, integration of stealth addresses’ generation into mnemonic system used in Electrum has been completed in full, we’ve done sending/receiving part in the wallet as well. Currently we are working on modifying Electrum server to support fetch_stealth method. Within 1 week or so a fully functional beta version will be available in the mainnet.
Our network has been upgraded already to the extent sufficient for relaying stealth transactions. Relevant updates to the source code have been committed on June 23, pool operators are encouraged to upgrade their execoind daemons in order to speed up stealth transactions in the network. We already submitted a dozen of stealth transactions to the blockchain, here is one of them (use one of the block explorers with txid given below):
Stealth address: ExkdTFkYbBh4evi5zQnmxg2JFmE3Pc6xDYMKsHeaQizfYooL1Ac9V2YvtDu4mKfAAcdDouw1ac8JkeN vsaYV6mfhsfywzHGzcugtzc
TXid: 0499732cacc82d80ef5ea06565e4d3464b54a4135b9130667dcf35766077fe97
Ephemkey: 03327b0e2f1c0378f39a6ba4c2a42e9cdac951bc137353a5e74e08b6b9c6eeee6e
Scan secret: 79a29d3c9c35ad81ce5ce5dea1386dd721357369b8fc3ba465efe5842bad1b49
Spend secret: 51a757426c6f440033c79391166375a6d0699a736f8e6bfc548781fc5d422eed
We are giving the secrets, related to stealth address, to our readers, there is 5000 EXE reward to anybody who will manage to redeem it.
In fact, being given with the secrets, it’s a fairly simple task, so, before trying, make sure that the reward is still there!

legendary
Activity: 3136
Merit: 1116
so when will stealth address release? In 2 weeks or need more time?
Most likely even less than in 2 weeks.
Can you tell us the exact date?

It will be out as soon as Vertcoin makes the code available  Cheesy

lols
full member
Activity: 299
Merit: 100
so when will stealth address release? In 2 weeks or need more time?
Most likely even less than in 2 weeks.
Can you tell us the exact date?

It will be out as soon as Vertcoin makes the code available  Cheesy
sr. member
Activity: 336
Merit: 250
There is a day to be born, and another to die

A detailed article uncovering Execoin's own implementation of Stealth addresses and future plans has been published at:

http://cryptocoinchronicle.com/2014/06/execoin-innovates-plus-giveaway/



I like below:
1: currently we are considering and evaluating possible major changes to Execoin to mitigate over-inflation issue.

2: change PoW algo as well to the completely unique one, not being used in any of the coins existing on the market, thus making the upcoming Scrypt-N ASICs obsolete even before their release.

3:Within 1 week or so a fully functional beta version will be available in the mainnet.

4:in the nearest future we are going to port Electrum with Stealth to Android, create paper wallet with stealth addresses, port Carbonwallet to Execoin and much more!
full member
Activity: 204
Merit: 100

A detailed article uncovering Execoin's own implementation of Stealth addresses and future plans has been published at:

http://cryptocoinchronicle.com/2014/06/execoin-innovates-plus-giveaway/


full member
Activity: 204
Merit: 100
when i try to transfer my exe from the regular wallet to electrum wallet, i keep on getting transaction to large.  what is the maximum i can set at 1 transaction?
Could you please try to split this transaction into smaller ones? Maximum transaction size is measured in kilobytes and not in amount of EXE being transferred.
If transaction consist of a lot of small inputs (for example if you are trying to send 100k of EXE mined into your wallet by 50 EXE blocks), this limit may be reached.
Just split it into smaller ones.

// Extremely large transactions with lots of inputs can cost the network
// almost as much to process as they cost the sender in fees, because
// computing signature hashes is O(ninputs*txsize). Limiting transactions
// to MAX_STANDARD_TX_SIZE mitigates CPU exhaustion attacks.
/** The maximum size for transactions we're willing to relay/mine */
static const unsigned int MAX_STANDARD_TX_SIZE = 100000;

This size is enough to hold ~ 1000 of inputs.
newbie
Activity: 16
Merit: 0
when i try to transfer my exe from the regular wallet to electrum wallet, i keep on getting transaction to large.  what is the maximum i can set at 1 transaction?
full member
Activity: 204
Merit: 100
so when will stealth address release? In 2 weeks or need more time?
Most likely even less than in 2 weeks.
Can you tell us the exact date?

A press-release will be published soon. All answers and details will be there.
sr. member
Activity: 336
Merit: 250
There is a day to be born, and another to die
so when will stealth address release? In 2 weeks or need more time?
Most likely even less than in 2 weeks.
Can you tell us the exact date?
hero member
Activity: 2828
Merit: 604
CoinMetro
sr. member
Activity: 248
Merit: 250
:)Go exe Im buyng right now....friends!!
 Smiley

Buy more, you did not buy the ones i am selling Smiley
Pages:
Jump to: