July 18, 2025, 11:08:13 PM

Author Topic: Goldcoin online wallet beta  (Read 7240 times)

0 Members and 1 Guest are viewing this topic.

Offline Joshua174

  • Newbie
  • *
  • Posts: 18
  • Karma: +6/-0
    • View Profile
Goldcoin online wallet beta
« on: March 23, 2014, 04:31:40 PM »
I am currently working on a php based online wallet that will allow users to register and send/receive goldcoin without installing any software. I have it working and plan to post the code here in a week or two. I was wondering what you guys think (link below). I only have one more thing that I definitely want to add and that is the currency conversion threw an API (im having trouble with that). If anyone can help withthe api it would be much aappreciated. Im also looking for suggestions.

Current features:
* user registration
* ability to change account password
* ability to see previous transactions
* withdraw pin protection

Demo: https://arehost.net:9092/goldcoin/

MODERATOR EDIT:  the word beta was corrected in its spelling.
« Last Edit: April 03, 2014, 12:41:24 AM by Stouse49 »
GLD: DyxZv1xbH1tLUibbtpKQMLJTKjjojU1qCA

Offline MicroGuy

  • System Admin
  • *****
  • Posts: 3471
  • Karma: +47/-0
  • "Shoot for the Stars!"
    • View Profile
    • MicroGuy.com
Re: Goldcoin online wallet bata
« Reply #1 on: March 23, 2014, 05:11:13 PM »
This is great news! We've needed an online wallet for so long.  :)
"The heart of any cryptocurrency can be found in the spirit of its community."

Offline Stouse49

  • Gold Engineer
  • DevTeam
  • *****
  • Posts: 711
  • Karma: +66/-0
    • View Profile
Re: Goldcoin online wallet bata
« Reply #2 on: March 23, 2014, 07:56:53 PM »
I took a look at the front page of the site.  There are some spelling errors:
Very top says "Golcoin" instead of "GoldCoin".
Other places say "Goldcoin" instead of "GoldCoin".

Fixing these errors will go a long way towards looking professional.

Currency conversion can be done using queries to Cryptsy for the GLD/BTC price (http://pubapi.cryptsy.com/api.php?method=singlemarketdata&marketid=30) and then a site that gives prices for BTC in many currencies (one site is this:  https://blockchain.info/api/exchange_rates_api).

The GoldCoin android wallet uses the above method for its currency conversion calculations.
GLD: E1A6WogjpqU3KjjoRUD63f7kofrFozmyfg

Offline Joshua174

  • Newbie
  • *
  • Posts: 18
  • Karma: +6/-0
    • View Profile
Re: Goldcoin online wallet bata
« Reply #3 on: March 26, 2014, 06:28:18 PM »
ok, I have gotten the API to work for all of the currencies provided by the block chain api. I have also added options for setting timezones (for transaction timestamps) and default currency exchange. I also added some JS that converts a users default currency to the appropriate GLD amount (and vice-versa) in real time. Anymore suggestions and bug reports would be appreciated.
 
Screen shots:
http://arehost.net:9090/photo_share/t6bwmn
http://arehost.net:9090/photo_share/oke3j
http://arehost.net:9090/photo_share/irqbfoik
http://arehost.net:9090/photo_share/6pi1c4ewrq
GLD: DyxZv1xbH1tLUibbtpKQMLJTKjjojU1qCA

Offline dustint

  • Gold Miner
  • ****
  • Posts: 163
  • Karma: +18/-0
    • View Profile
Re: Goldcoin online wallet bata
« Reply #4 on: March 26, 2014, 06:48:25 PM »
looking pretty good  :)

Offline Joshua174

  • Newbie
  • *
  • Posts: 18
  • Karma: +6/-0
    • View Profile
Re: Goldcoin online wallet bata
« Reply #5 on: March 28, 2014, 11:07:30 AM »
Ok, I think the script is done. I will release it on March 30. In the mean time I want to test for vulnerabilities so here is the deal. I jave created an aaccount and sent it 10 GLD  (I know this isn't much) if anyone can bypass the pin protection and have it send you  the GLD you can have it but please come here and tell me how it was dont and I will send you another 100 GLD. (Please dont change the account password)

Account username: goldcoin
Account password: password
GLD: DyxZv1xbH1tLUibbtpKQMLJTKjjojU1qCA

Offline jkeefer

  • Gold Panner
  • **
  • Posts: 43
  • Karma: +6/-0
    • View Profile
Re: Goldcoin online wallet bata
« Reply #6 on: March 28, 2014, 11:52:36 AM »
Josh,

Do you plan to make the source available?  I can use this to fast track the GLDCapital.com website.  I would be greatly appreciative.

Thank you,

Jamie

Offline Viscis

  • Prospector
  • ***
  • Posts: 50
  • Karma: +6/-0
  • Programmer, Enthusiast, Organiser
    • View Profile
    • GoldCoin Discussion!
Re: Goldcoin online wallet bata
« Reply #7 on: March 28, 2014, 12:13:28 PM »
It would be useful if you removed the withdraw timeout (for testing purposes). Otherwise its going to be pretty annoying to test!
GoldCoin: E4DhKLSjtgTkunKN7nx9Cb2nJ49uf55puy

Offline Joshua174

  • Newbie
  • *
  • Posts: 18
  • Karma: +6/-0
    • View Profile
Re: Goldcoin online wallet bata
« Reply #8 on: March 28, 2014, 12:29:48 PM »
Josh,

Do you plan to make the source available?  I can use this to fast track the GLDCapital.com website.  I would be greatly appreciative.

Thank you,

Jamie

Yes, on March 30.

It would be useful if you removed the withdraw timeout (for testing purposes). Otherwise its going to be pretty annoying to test!

hahaha... no, this is what you are supposed to try to bypass. :) I have reduced the time to one minute.
« Last Edit: March 28, 2014, 12:39:37 PM by Joshua174 »
GLD: DyxZv1xbH1tLUibbtpKQMLJTKjjojU1qCA

Offline jkeefer

  • Gold Panner
  • **
  • Posts: 43
  • Karma: +6/-0
    • View Profile
Re: Goldcoin online wallet bata
« Reply #9 on: March 29, 2014, 08:48:48 PM »
Cool Josh, that's awesome.

I look forward to checking it out.

Jamie

Offline Joshua174

  • Newbie
  • *
  • Posts: 18
  • Karma: +6/-0
    • View Profile
Re: Goldcoin online wallet bata
« Reply #10 on: March 30, 2014, 11:16:42 AM »
Ok, I have released the script you can download it here: http://arehost.net:9090/forums/index.php?/topic/162-goldcoin-online-wallet-v11/
GLD: DyxZv1xbH1tLUibbtpKQMLJTKjjojU1qCA

Offline jkeefer

  • Gold Panner
  • **
  • Posts: 43
  • Karma: +6/-0
    • View Profile
Re: Goldcoin online wallet bata
« Reply #11 on: March 30, 2014, 03:29:07 PM »
Joshua,

Thank you for your efforts.  I will not forget this if I am able to put this to good work.

Thank you again.

jamie