Pages:
Author

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

full member
Activity: 299
Merit: 100
newbie
Activity: 9
Merit: 0
FUKUKAMI fix your crap instead of stealing from others !!! You have no shame Huh It would be nice if you could write some code once in a while !!
Your android wallet widget still shows megacoin logo on it 2 months later. Do you need help changing the logo or cant you find it on GIT on Google Huh?


You're wrong, sir. I have no relation to this wallet. But you can surely make pull request if you want to.

Also, what can you say about this library? github.com/dayreiner/vertcoinj/commits/master?
dayreiner/vertcoinj forked from HashEngineering/megacoinj
Is forking done by vertcoin devs is the righteous thing to do and by execoin dev - it is not?

Also, accusing of forking from open source projects is kinda stupid. Because that's the point why opensource exists in a first place - to promote learning, using and reusing code of other people.

And funny pictures and CAPS doesn't make your point more correct. Nor it makes you look smarter.

open source using other coins logos on your own coin Huh who looks stupid now ? Just dont bother even talking youre simply digging a bigger hole .

FYI open source exist so others can obtain the source and improve/work on it ! NOT to copy and paste trying to make a quick buck without creating anything
Theres a name for creatures with such behaviours ---->>   parasites !

Quote
When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish)
, that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs
, and that you know you can do these things.

That's what  I'm talking about. You completely miss the point.

Also, where exactly have you seen this logo? Can you provide a screenshot?
full member
Activity: 299
Merit: 100
FUKUKAMI fix your crap instead of stealing from others !!! You have no shame Huh It would be nice if you could write some code once in a while !!
Your android wallet widget still shows megacoin logo on it 2 months later. Do you need help changing the logo or cant you find it on GIT on Google Huh?


You're wrong, sir. I have no relation to this wallet. But you can surely make pull request if you want to.

Also, what can you say about this library? github.com/dayreiner/vertcoinj/commits/master?
dayreiner/vertcoinj forked from HashEngineering/megacoinj
Is forking done by vertcoin devs is the righteous thing to do and by execoin dev - it is not?

Also, accusing of forking from open source projects is kinda stupid. Because that's the point why opensource exists in a first place - to promote learning, using and reusing code of other people.

And funny pictures and CAPS doesn't make your point more correct. Nor it makes you look smarter.

open source using other coins logos on your own coin Huh who looks stupid now ? Just dont even bother talking youre simply digging a bigger hole .

FYI open source exist so others can obtain the source and improve/work on it ! NOT to copy and paste trying to make a quick buck without creating anything
Theres a name for creatures with such behaviours ---->>   parasites !
newbie
Activity: 9
Merit: 0
FUKUKAMI fix your crap instead of stealing from others !!! You have no shame Huh It would be nice if you could write some code once in a while !!
Your android wallet widget still shows megacoin logo on it 2 months later. Do you need help changing the logo or cant you find it on GIT on Google Huh?


You're wrong, sir. I have no relation to this wallet. But you can surely make pull request if you want to.

Also, what can you say about this library? github.com/dayreiner/vertcoinj/commits/master
dayreiner/vertcoinj forked from HashEngineering/megacoinj
Is forking done by vertcoin devs is the righteous thing to do and by execoin dev - it is not?

Also, accusing of forking from open source projects is kinda stupid. Because that's the point why opensource exists in a first place - to promote learning, using and reusing code of other people.

And funny pictures and CAPS doesn't make your point more correct. Nor it makes you look smarter.
full member
Activity: 299
Merit: 100
EXECOIN fix your crap instead of stealing from others !!! You have no shame Huh It would be nice if you could write some code once in a while !!

Your android wallet widget still shows megacoin logo on it 2 months later. Do you need help changing the logo or cant you find it on GIT or Google Huh?


newbie
Activity: 9
Merit: 0
1) No your code doesn't magically fix confirmation bugs, you are too stupid to use electrum-vert.
2) Yes there are are enough good developers out there - they just aren't on execoin. You did absolutely nothing so far except copying code by others.
3) I am not even going to comment the sueing shit from you code stealing fags, feel free to sue me too for speaking out the truth.
4) Stop writing me PMs to clear this in private, we wont.

If it doesn't, you are welcome to submit bug report. But it does, and you are not going to do that anyway, because I bet you can't even describe curcumstances that introduces this bug. And as you said "bugs", you probably don't even undertand what I was talking about.


As for wallets. Let's compare https://paperwallet.vertcoin.org, http[Suspicious link removed]coin.net and https://www.bitaddress.org
1. Vertcoin developers replaced copyrights of the original developers and (likely, but we are not 100% sure) replaced the donation address by their own.
2. Last tab -'Wallet details' - being used for conversion between key and address formats. Try Qt8yngFMGxpN5mYZ5S3HaorrcTGVTLAf34kVfAPBDJ1tfQyi29t6 on http[Suspicious link removed]coin.net (valid Execoin private key, corresponding address ETeXsJnN87MyPGEHaM1VH2wgk8z19PicVq) and WZbtDqm5aFX6yyXyKQbjMhqWQomt1iXevwyMxuRTCSKkADEtP756 on https://paperwallet.vertcoin.org (valid Vertcoin private key, corresponding address Vt1mjajspSTKDHQdWZHK9qN4e1VpYiKRXx). Vertcoin's converter does not work at all.

Is it good idea to "copy pasta" this code? Not at all.
We wouldn't like to say that Vertcoin developers are not good, in fact, they are excellent (probably, they were very busy with more important things while creating their paper wallet, those issues with the paper wallet are not so important - in fact, seems like nobody even noticed). This is just to point out that our commitment is to improve and innovate.



full member
Activity: 204
Merit: 100
Thanks for stealing our hard work again without giving credits to Wozz and Paybee.


https://github.com/paybee/electrum-vert

This is where all the hard work was done but you forked the ltc electrum and just copy pasted it over so no one sees its from the electrum-vert github, nice work.
Wozz did the main work on this, writing all the KGW  stuff in python etc.



https[Suspicious link removed]/blob/master/lib/blockchain.py

Code:
try:
    from vtc_scrypt import getPoWHash
except ImportError:
    print_msg("Warning: vtc_scrypt not available, using fallback")
    from scrypt import scrypt_2048_1_1_80 as getPoWHash


https://github.com/paybee/electrum-vert/blob/master/lib/blockchain.py

Code:
try:
    from vtc_scrypt import getPoWHash
except ImportError:
    print_msg("Warning: vtc_scrypt not available, using fallback")
    from scrypt import scrypt_N_1_1_80 as getPoWHash


funny that you didn't even make a working scrypt execoin module for python, so this electrum will stop working when execoin nfactor changes...

PS: The version you use has still bugs left thats why it wasnt really published.
PS2: We are all sooo impressed by the hard working execoin dev.......

Dear othe!

I was not going to steal anyone's credit and hard work. That was just an accidental error during rebase. Thing is, commits in electrum-vert are a bit messy to my liking, so I've decided to recommit only KGW modifications by wozz.
So I'm really sorry I made this to wozz, and I greatly apologize. This is the fix in a repo for that (commit 06612afd5e246628095b518fc9dd83ee21ad2f07)
And as far as I can see out of commit history, paybee did nothing in KGW code except mergin PRs (https://github.com/paybee/electrum-vert/pull/1). If I'm wrong, please correct me, so I should be able to credit him too.

Take a note that my code is based on pooler's electrum-ltc and not on electrum-vert, as you can clearly see here at commit c7dcf10109a6160f9692c9eb264e158a8456267d.
Also, I've modified pooler's scrypt to add support of current N in execoin. Function is called scrypt_2048_1_1_80 that will be changed with another function soon, and will be aware of N change schedule, but in the meantime I use vtc_scrypt (it's nothing wrong with using open source pypi package, rigth?), that will also be changed to exe_scrypt soon, so current implementation will be left only as a fallback.

Anyway, there is at least a year till N in execoin will change, and creating of new function is quick, so don't worry about that.
P.S. Electum-vert has not been updated since May 26. Hasn't it been published yet because of bugs? I bet they still have confirmations bug, that is magically fixed in me code.

I've fixed some of the bugs discovered during testing phase, if you would find more in electrum-exe - your bug reports will be greatly appreciated.

Thank you fukukami for your hard work.
Othe - don't you really think that there are no developers in this world besides vertcoin's ones?
And special thanks to Eoinoc for clarifying possible legal issues to fluffyponyza for defamation of character here http://www.reddit.com/r/Execoin/comments/28gbrn/psa_electrumexe_steals_code_without_attributing/
newbie
Activity: 9
Merit: 0
Thanks for stealing our hard work again without giving credits to Wozz and Paybee.


https://github.com/paybee/electrum-vert

This is where all the hard work was done but you forked the ltc electrum and just copy pasted it over so no one sees its from the electrum-vert github, nice work.
Wozz did the main work on this, writing all the KGW  stuff in python etc.



https[Suspicious link removed]/blob/master/lib/blockchain.py

Code:
try:
    from vtc_scrypt import getPoWHash
except ImportError:
    print_msg("Warning: vtc_scrypt not available, using fallback")
    from scrypt import scrypt_2048_1_1_80 as getPoWHash


https://github.com/paybee/electrum-vert/blob/master/lib/blockchain.py

Code:
try:
    from vtc_scrypt import getPoWHash
except ImportError:
    print_msg("Warning: vtc_scrypt not available, using fallback")
    from scrypt import scrypt_N_1_1_80 as getPoWHash


funny that you didn't even make a working scrypt execoin module for python, so this electrum will stop working when execoin nfactor changes...

PS: The version you use has still bugs left thats why it wasnt really published.
PS2: We are all sooo impressed by the hard working execoin dev.......

Dear othe!

I was not going to steal anyone's credit and hard work. That was just an accidental error during rebase. Thing is, commits in electrum-vert are a bit messy to my liking, so I've decided to recommit only KGW modifications by wozz.
So I'm really sorry I made this to wozz, and I greatly apologize. This is the fix in a repo for that (commit 06612afd5e246628095b518fc9dd83ee21ad2f07)
And as far as I can see out of commit history, paybee did nothing in KGW code except mergin PRs (https://github.com/paybee/electrum-vert/pull/1). If I'm wrong, please correct me, so I should be able to credit him too.

Take a note that my code is based on pooler's electrum-ltc and not on electrum-vert, as you can clearly see here at commit c7dcf10109a6160f9692c9eb264e158a8456267d.
Also, I've modified pooler's scrypt to add support of current N in execoin. Function is called scrypt_2048_1_1_80 that will be changed with another function soon, and will be aware of N change schedule, but in the meantime I use vtc_scrypt (it's nothing wrong with using open source pypi package, rigth?), that will also be changed to exe_scrypt soon, so current implementation will be left only as a fallback.

Anyway, there is at least a year till N in execoin will change, and creating of new function is quick, so don't worry about that.
P.S. Electum-vert has not been updated since May 26. Hasn't it been published yet because of bugs? I bet they still have confirmations bug, that is magically fixed in me code.

I've fixed some of the bugs discovered during testing phase, if you would find more in electrum-exe - your bug reports will be greatly appreciated.
full member
Activity: 196
Merit: 100
Why does this not suprise me.
sr. member
Activity: 364
Merit: 250
Thanks for stealing our hard work again without giving credits to Wozz and Paybee.


https://github.com/paybee/electrum-vert

This is where all the hard work was done but you forked the ltc electrum and just copy pasted it over so no one sees its from the electrum-vert github, nice work.
Wozz did the main work on this, writing all the KGW  stuff in python etc.



https://github.com/fukukami/electrum-exe/blob/master/lib/blockchain.py

Code:
try:
    from vtc_scrypt import getPoWHash
except ImportError:
    print_msg("Warning: vtc_scrypt not available, using fallback")
    from scrypt import scrypt_2048_1_1_80 as getPoWHash


https://github.com/paybee/electrum-vert/blob/master/lib/blockchain.py

Code:
try:
    from vtc_scrypt import getPoWHash
except ImportError:
    print_msg("Warning: vtc_scrypt not available, using fallback")
    from scrypt import scrypt_N_1_1_80 as getPoWHash


funny that you didn't even make a working scrypt execoin module for python, so this electrum will stop working when execoin nfactor changes...

PS: The version you use has still bugs left thats why it wasnt really published.
PS2: We are all sooo impressed by the hard working execoin dev.......

wow. Lame
hero member
Activity: 532
Merit: 500
Thanks for stealing our hard work again without giving credits to Wozz and Paybee.


https://github.com/paybee/electrum-vert

This is where all the hard work was done but you forked the ltc electrum and just copy pasted it over so no one sees its from the electrum-vert github, nice work.
Wozz did the main work on this, writing all the KGW  stuff in python etc.



https://github.com/fukukami/electrum-exe/blob/master/lib/blockchain.py

Code:
try:
    from vtc_scrypt import getPoWHash
except ImportError:
    print_msg("Warning: vtc_scrypt not available, using fallback")
    from scrypt import scrypt_2048_1_1_80 as getPoWHash


https://github.com/paybee/electrum-vert/blob/master/lib/blockchain.py

Code:
try:
    from vtc_scrypt import getPoWHash
except ImportError:
    print_msg("Warning: vtc_scrypt not available, using fallback")
    from scrypt import scrypt_N_1_1_80 as getPoWHash


funny that you didn't even make a working scrypt execoin module for python, so this electrum will stop working when execoin nfactor changes...

PS: The version you use has still bugs left thats why it wasnt really published.
PS2: We are all sooo impressed by the hard working execoin dev.......
newbie
Activity: 19
Merit: 0
ATTENTION!

Lightweight SPV Wallet for Execoin (beta) is now available
http[Suspicious link removed].org/img/electrum_banner.png[/img][/url]

Features

Instant on: Your client does not download the blockchain, it uses a remote server.
Forgiving: Your wallet can be recovered from a secret seed.
Safe: Your seed or private keys are not sent to the server. Information received from the server is verified using SPV.
No downtimes: Several public servers are available, you can switch instantly.
Ubiquitous: You can use the same wallet on different computers, it will auto-synchronize.
Cold Storage: You can have secure offline wallets and still safely spend from an online computer.
Open: You can export your private keys to other Execoin clients.


I'm glad we have an active developer!

Comments, test results and bug reports are welcomed.
And help us to spread the word, we are really busy with the development right now.
Does not multi-language version currently?I change language,but still English interface.
full member
Activity: 230
Merit: 100
Bounty Manager
ATTENTION!

Lightweight SPV Wallet for Execoin (beta) is now available
http[Suspicious link removed].org/img/electrum_banner.png[/img][/url]

Features

Instant on: Your client does not download the blockchain, it uses a remote server.
Forgiving: Your wallet can be recovered from a secret seed.
Safe: Your seed or private keys are not sent to the server. Information received from the server is verified using SPV.
No downtimes: Several public servers are available, you can switch instantly.
Ubiquitous: You can use the same wallet on different computers, it will auto-synchronize.
Cold Storage: You can have secure offline wallets and still safely spend from an online computer.
Open: You can export your private keys to other Execoin clients.




I'm glad we have an active developer!

Comments, test results and bug reports are welcomed.
And help us to spread the word, we are really busy with the development right now.
I will test it,Thanks devs for your hard work!!!

Nice port from ElectrumVert.
full member
Activity: 204
Merit: 100
ATTENTION!

Electrum-EXE Lightweight SPV Wallet for Execoin (beta) is now available
http://electrum-exe.org/

Features

Instant on: Your client does not download the blockchain, it uses a remote server.
Forgiving: Your wallet can be recovered from a secret seed.
Safe: Your seed or private keys are not sent to the server. Information received from the server is verified using SPV.
No downtimes: Several public servers are available, you can switch instantly.
Ubiquitous: You can use the same wallet on different computers, it will auto-synchronize.
Cold Storage: You can have secure offline wallets and still safely spend from an online computer.
Open: You can export your private keys to other Execoin clients.


I'm glad we have an active developer!

Comments, test results and bug reports are welcomed.
And help us to spread the word, we are really busy with the development right now.
sr. member
Activity: 364
Merit: 250
Super Smash Bros. Ultimate Available Now!
ATTENTION!

Electrum-EXE Lightweight SPV Wallet for Execoin (beta) is now available
http://electrum-exe.org/

Features

Instant on: Your client does not download the blockchain, it uses a remote server.
Forgiving: Your wallet can be recovered from a secret seed.
Safe: Your seed or private keys are not sent to the server. Information received from the server is verified using SPV.
No downtimes: Several public servers are available, you can switch instantly.
Ubiquitous: You can use the same wallet on different computers, it will auto-synchronize.
Cold Storage: You can have secure offline wallets and still safely spend from an online computer.
Open: You can export your private keys to other Execoin clients.


I'm glad we have an active developer!

+1 im very happy about it

also this coin is so undervalued.
sr. member
Activity: 336
Merit: 250
There is a day to be born, and another to die
ATTENTION!

Electrum-EXE Lightweight SPV Wallet for Execoin (beta) is now available
http://electrum-exe.org/

Features

Instant on: Your client does not download the blockchain, it uses a remote server.
Forgiving: Your wallet can be recovered from a secret seed.
Safe: Your seed or private keys are not sent to the server. Information received from the server is verified using SPV.
No downtimes: Several public servers are available, you can switch instantly.
Ubiquitous: You can use the same wallet on different computers, it will auto-synchronize.
Cold Storage: You can have secure offline wallets and still safely spend from an online computer.
Open: You can export your private keys to other Execoin clients.


I'm glad we have an active developer!
full member
Activity: 204
Merit: 100
ATTENTION

Electrum-EXE Lightweight SPV Wallet for Execoin (beta) is now available
http://electrum-exe.org/

Features

Instant on: Your client does not download the blockchain, it uses a remote server.
Forgiving: Your wallet can be recovered from a secret seed.
Safe: Your seed or private keys are not sent to the server. Information received from the server is verified using SPV.
No downtimes: Several public servers are available, you can switch instantly.
Ubiquitous: You can use the same wallet on different computers, it will auto-synchronize.
Cold Storage: You can have secure offline wallets and still safely spend from an online computer.
Open: You can export your private keys to other Execoin clients.

hero member
Activity: 2828
Merit: 604
CoinMetro
sr. member
Activity: 248
Merit: 250
I have posted in the alcurEX thread to add EXE to their new exchange

https://bitcointalk.org/index.php?topic=458732.new#new
sr. member
Activity: 248
Merit: 250
It's a good stable coin.
Pages:
Jump to: