January 20, 2025, 05:55:27 PM

Author Topic: [WANTED] GLD Paper Wallet Dev - Joint Project  (Read 6558 times)

0 Members and 1 Guest are viewing this topic.

Offline Sting17

  • Legendary
  • *****
  • Posts: 120
  • Karma: +16/-0
    • View Profile
[WANTED] GLD Paper Wallet Dev - Joint Project
« on: June 19, 2013, 06:05:33 AM »
I'm looking for a Dev to develop a GLD Paper Wallet. I need someone to alter the Open Source Paper Wallet so it can be used for GLD. I will provide the wallet sites graphics and wallet graphics.

Pm me if you can help.

Also happy to offer a bounty of 5k GLD to start with. Would love other members to donate to that bounty if they would find a Paper Wallet useful.
« Last Edit: June 19, 2013, 06:11:29 AM by Sting17 »

Offline ipaint

  • Global Moderator
  • *****
  • Posts: 524
  • Karma: +22/-0
  • Artist View
    • View Profile
    • Abstract Artist
Re: [WANTED] GLD Paper Wallet Dev - Joint Project
« Reply #1 on: June 21, 2013, 10:42:39 PM »
Sting,

Have you checked the information for Litecoin paper wallet? You can find the info here on how to do it.  https://forum.litecoin.net/index.php/topic,1622.0.html

I also downloaded a script  https://github.com/litecoin-project/liteaddress.org Seeing what it would take to make changes for GLD.
Artist, Writer, Producer, Voice-overs,  DJ,
View my art work on AbstractArtist.xyz
GLD: DtJthUQungFQZ65c9j7PcmjSyTfWKRq3LL

Offline Sting17

  • Legendary
  • *****
  • Posts: 120
  • Karma: +16/-0
    • View Profile
Re: [WANTED] GLD Paper Wallet Dev - Joint Project
« Reply #2 on: July 22, 2013, 11:23:50 AM »
I'm still looking for someone to help with this project.

Offline bitcoinluis

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: [WANTED] GLD Paper Wallet Dev - Joint Project
« Reply #3 on: August 23, 2013, 03:52:46 AM »
Willing to contribute 50ltc to the person who gets this done. I know it's not much but it's what I can spare.

Offline Stouse49

  • Gold Engineer
  • DevTeam
  • *****
  • Posts: 711
  • Karma: +66/-0
    • View Profile
Re: [WANTED] GLD Paper Wallet Dev - Joint Project
« Reply #4 on: August 23, 2013, 10:58:48 AM »
Willing to contribute 50ltc to the person who gets this done. I know it's not much but it's what I can spare.

50LTC sounds like a lot to me.  Sounds like a great project to work on.
GLD: E1A6WogjpqU3KjjoRUD63f7kofrFozmyfg

Offline headless

  • Gold Panner
  • **
  • Posts: 36
  • Karma: +1/-0
  • The one and only
    • View Profile
Re: [WANTED] GLD Paper Wallet Dev - Joint Project
« Reply #5 on: August 23, 2013, 07:17:47 PM »
If you've yet to find a dev, please consider bitcointalk. They have a ton of devs there.
Buy & Sell Goldcoin with both LTC and BTC: https://www.cryptsy.com (most volume) | https://coinex.pw/
GLD for video games: http://www.crypto4games.com/

Offline demontn

  • Newbie
  • *
  • Posts: 20
  • Karma: +2/-0
    • View Profile
Re: [WANTED] GLD Paper Wallet Dev - Joint Project
« Reply #6 on: August 24, 2013, 03:32:43 PM »
Did you found how to do it? i will take a look at it tonight, i think i have a way to do it. (will post here if any news)

Offline Stouse49

  • Gold Engineer
  • DevTeam
  • *****
  • Posts: 711
  • Karma: +66/-0
    • View Profile
Re: [WANTED] GLD Paper Wallet Dev - Joint Project
« Reply #7 on: August 24, 2013, 05:12:58 PM »
Hopefully, you have found a way.

While working on the main client and android app development, we have found that the code for GoldCoin and Litecoin (and also Bitcoin) address generation differs by only one parameter.  It is referred to as the PUBKEY_ADDRESSBitcoin.Address.networkVersion or addressHeader.

For Litecoin, this number is 48 (or in hex, it is 30).  GoldCoin uses 32 (or in hex 20).  Bitcoin uses 0, which in hex is also 0.

Lastly is the PRIVKEY_ADDRESS, which is 128 + PUBKEY_ADDRESS.  GoldCoin uses 160 (or in hex, 0xa0).

Good luck.
« Last Edit: August 24, 2013, 06:33:36 PM by Stouse49 »
GLD: E1A6WogjpqU3KjjoRUD63f7kofrFozmyfg

Offline Stouse49

  • Gold Engineer
  • DevTeam
  • *****
  • Posts: 711
  • Karma: +66/-0
    • View Profile
Re: [WANTED] GLD Paper Wallet Dev - Joint Project
« Reply #8 on: December 13, 2013, 02:09:41 AM »
This project is complete.

Code is posted here:  https://github.com/goldcoin/paperwallet.
GLD: E1A6WogjpqU3KjjoRUD63f7kofrFozmyfg