How to create a simple lightweight wallet (without mining) for an Altcoin

0

1

I am trying to create a wallet using electrum for an altcoin that uses the Scrypt algorithm. I am looking around for tutorials that can show a step by step process on how to create a simple wallet for this altcoin that simply sends, receives and stores your coin for windows, linux and android. Does anyone have any recommendations on how to do this or where I can look to build this myself?

I prefer using electrum because there are multiple clone repos for electrum and its pretty simple to use but I am open to other easier options.

Thank you again!

Nixxed

Posted 2018-04-01T02:27:04.997

Reputation: 9

Answers

0

you can probably modify https://github.com/OutCast3k/coinbin/ to your needs

GiorgosK

Posted 2018-04-01T02:27:04.997

Reputation: 116

Thank you for the response, but I am looking for something that is more app based... something that can be installed on linux, windows, android and mac. Do you know any tutorials that shows you how to make modifications to a wallet like electrum for a scrypt based altcoin?Nixxed 2018-04-01T07:35:43.127

0

If your altcoin is based on Scrypt then you can go for Qt wallet. There are tutorial in bitcointalk on how to create QT wallet for X-platform. Its simple and easy process and does must of what is needed

Check this link . Might be useful for you

cryptoKTM

Posted 2018-04-01T02:27:04.997

Reputation: 489