Thanks for stealing our hard work again without giving credits to Wozz and Paybee.https://github.com/paybee/electrum-vertThis 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.pytry:
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.pytry:
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.......