FTC Paper Wallet
-
Ive used www.bitcoinpaperwallet.com for awhile now and really like the design and layout of the site. Ive printed both Bitcoin and Litecoin wallets from here but Feathercoin was never an option… until now.
Ive asked a good buddy to design the wallet (he does Photoshop on the side) and I modified the site to work with Feathercoin.
My modified files can be found here: https://github.com/AmDDJunkie/BTCPaperWallet
However if you would rather make the changes yourself, grab the original from: https://github.com/cantonbecker/bitcoinpaperwallet and follow the instructions below.
1. Download the zip of all the files and extract them to your local machine.
2. Open the file ‘generate-wallet.html’ in an editor program (notepad++ is good)
3. Starting around Line 92 you need to add a section for Feathercoin. Bitcoin, Litecoin, etc should be listed already so just follow the same format. This is what you should enter:
case 'Feathercoin': window.networkVersion = 0xE; window.privateKeyPrefix = 0x8E; window.WIFPrefix = '6'; window.compressedWIFPrefix = 'T'; document.title = 'Feathercoin paper wallet generator'; break;
4. Starting around line 154 you need to make the next edit. Follow the same format again and add Feathercoin:
case 'alt-feathercoin': setCryptoCurrency('Feathercoin'); break;
5. Starting around line 10537 you need to add a line of code that adds Feathercoin to the dropdown on the main page. Enter this:
6. Save the file and you should be finished with the code.
7. Download the image files called ‘back-300dpi-alt-feathercoin.jpg’ and ‘front-300dpi-alt-feathercoin.jpg’ from https://github.com/AmDDJunkie/BTCPaperWallet/tree/master/images and put them into the images folder you extracted originally.
8. Now open the generate-wallet.html file in a web browser and you should be able to create and print a Feathercoin wallet.
9. ****Be sure to make a wallet and test it by adding and withdrawing funds. If you entered the code wrong it could leave you with a wallet that doesnt function, possibly losing your funds for good.
Below is the wallet design.
-
Wow love the graphics great work. :)
-
Wow love the graphics great work. :)
Yeah, I wish I could take credit for them, hes pretty good at this stuff! He also created a Primecoin wallet which can be seen by clicking the images above. The Feathercoin wallet looks amazing printed!
I’ll pass your comment on to him! :)
-
This is great.
I would even suggest we should for the git above, add the changes and make it available for download from Git and provide the link to the Git on our resource page.
If no-one else wnts to I will have a play with this tonight as this is the kind of things we really need.
AMDD, be sure to add a FTC address to your signature so people can tip you for your good work, also get your friend to post here too as he also deserves a tip
-
This is great.
I would even suggest we should for the git above, add the changes and make it available for download from Git and provide the link to the Git on our resource page.
If no-one else wnts to I will have a play with this tonight as this is the kind of things we really need.
AMDD, be sure to add a FTC address to your signature so people can tip you for your good work, also get your friend to post here too as he also deserves a tip
I have no problem with that. I wanted to add it to the original Git so that it would be more legit but I dont know how. lol Thats why I listed the directions to modify it yourself, so you know its clean code.
I added an address to my sig, but honestly Id rather you tip the guy who created the site. I didnt do much to change it. My buddy isnt real big into crypto but maybe this will be a jump start for him. I’ll tell him his presence is requested! ;)
-
This looks so great!
AmDD should join our team skype…
-
Cloned the original git, have made the modifications and will print some out tomorrow to test it.
I currently don’t have any bitcoins, only Feathercoins, but tomorrow night will send you a small tip and when I next get some BTC will tip the original author
-
Cloned the original git, have made the modifications and will print some out tomorrow to test it.
Thanks, Id appreciate someone testing it for me. My wallets seemed to work but having a second set of eyes is always good.
-
cool!
-
Just sent 1 FTC to my newly created paper wallet and verified it was there on our block explorer, it takes a few minutes for the block explorer to show the transaction though so don’t worry if it does not appear straight away.
I then imported the paper wallet back into my Wallet and it all worked fine.
For those that don’t know how to import a paper wallet this links tells you how
https://en.bitcoin.it/wiki/How_to_import_private_keys_v7%2B
Tip coming your way
-
Small Tip coming your way AmDD
-
Small Tip coming your way AmDD
Got it, thank you sir!
My buddy installed the wallet last night, its syncing… Once setup I’ll give him a quick rundown and get his address posted here as well.
Also, thanks for confirming it works as it should. I hope people will actually use this and benefit the community.
-
No problems.
I have asked for it to be considered to have a link put on the new Faetehrcoin website that is in development
-
No problems.
I have asked for it to be considered to have a link put on the new Faetehrcoin website that is in development
New website? Cool! That was something I was going to suggest, I tend to have issues with the current one sometimes.
-
Thanks for admiring my artwork! I am going to make several others in the coming days. I want there to be a variety.
-
New website? Cool! That was something I was going to suggest, I tend to have issues with the current one sometimes.
Yep, super sexy new website ;)
-
Great project, I updated the bitbucket links to github.