Bitcoin Forum
April 24, 2024, 10:04:58 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 »  All
  Print  
Author Topic: Web implementation of the Windows Bitcoin Client  (Read 3132 times)
niko
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


There is more to Bitcoin than bitcoins.


View Profile
June 23, 2012, 04:54:41 PM
 #21

Why is "show QR code" greyed out under "receive coins"? I can't highlight (select) any of the receiving addresses to activate this button.

They're there, in their room.
Your mining rig is on fire, yet you're very calm.
1713953098
Hero Member
*
Offline Offline

Posts: 1713953098

View Profile Personal Message (Offline)

Ignore
1713953098
Reply with quote  #2

1713953098
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713953098
Hero Member
*
Offline Offline

Posts: 1713953098

View Profile Personal Message (Offline)

Ignore
1713953098
Reply with quote  #2

1713953098
Report to moderator
Kris (OP)
Donator
Hero Member
*
Offline Offline

Activity: 640
Merit: 500


View Profile
June 23, 2012, 05:00:09 PM
 #22

That is a cool implementation but come on where the mac osx loving?

Do you really want me to make a mac osx skin?

If you want to but I was being dick LOL

 Tongue
Cryptoman
Hero Member
*****
Offline Offline

Activity: 726
Merit: 500



View Profile
June 23, 2012, 05:18:35 PM
 #23

Is it still working?  Seems like the time is wrong.

"A small body of determined spirits fired by an unquenchable faith in their mission can alter the course of history." --Gandhi
Kris (OP)
Donator
Hero Member
*
Offline Offline

Activity: 640
Merit: 500


View Profile
June 23, 2012, 05:28:47 PM
 #24

Why is "show QR code" greyed out under "receive coins"? I can't highlight (select) any of the receiving addresses to activate this button.

Fixed Smiley

Is it still working?  Seems like the time is wrong.

The time is based on the timestamp from the transcations, so cannot really answer you on that.
Cryptoman
Hero Member
*****
Offline Offline

Activity: 726
Merit: 500



View Profile
June 23, 2012, 05:35:15 PM
 #25

As you read the transaction list from the bottom up, the time stamp keeps getting later and then gets earlier for the last two transactions.  I don't use the satoshi client that much, so I'm not sure if that is correct behavior. 

"A small body of determined spirits fired by an unquenchable faith in their mission can alter the course of history." --Gandhi
Kris (OP)
Donator
Hero Member
*
Offline Offline

Activity: 640
Merit: 500


View Profile
June 23, 2012, 05:47:10 PM
 #26

As you read the transaction list from the bottom up, the time stamp keeps getting later and then gets earlier for the last two transactions.  I don't use the satoshi client that much, so I'm not sure if that is correct behavior. 

Oh I see, very strange indeed.
Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
June 23, 2012, 06:47:54 PM
 #27

Can you open source it with instructions on how we should connect it to the API using our own Walletbit.com account? Tongue
Kris (OP)
Donator
Hero Member
*
Offline Offline

Activity: 640
Merit: 500


View Profile
June 23, 2012, 07:06:36 PM
 #28

Can you open source it with instructions on how we should connect it to the API using our own Walletbit.com account? Tongue

Can I charge for the instructions?  Tongue
Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
June 23, 2012, 07:21:45 PM
 #29

Can you open source it with instructions on how we should connect it to the API using our own Walletbit.com account? Tongue

Can I charge for the instructions?  Tongue

You will charge every time someone uses it because users will pay tx fees to walletbit Tongue
gweedo
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000


View Profile
June 23, 2012, 08:06:08 PM
 #30

Can you open source it with instructions on how we should connect it to the API using our own Walletbit.com account? Tongue

Can I charge for the instructions?  Tongue

I am going to be honest, just open source it, otherwise just looking thru your site and quick

Code:
wget \
     --recursive \
     --no-clobber \
     --page-requisites \
     --html-extension \
     --convert-links \
     --restrict-file-names=windows \
     --no-parent \
http://blockchain.dk/

and one could have the whole site, and then they would just have to setup the connectors and they can use anything like instawallet, etc. This way if you provided the source code they would most likely use your service Smiley
Kris (OP)
Donator
Hero Member
*
Offline Offline

Activity: 640
Merit: 500


View Profile
June 23, 2012, 08:08:00 PM
 #31

Can you open source it with instructions on how we should connect it to the API using our own Walletbit.com account? Tongue

Can I charge for the instructions?  Tongue

I am going to be honest, just open source it, otherwise just looking thru your site and quick

Code:
wget \
     --recursive \
     --no-clobber \
     --page-requisites \
     --html-extension \
     --convert-links \
     --restrict-file-names=windows \
     --domains website.org \
     --no-parent \
http://blockchain.dk/

and one could have the whole site, and then they would just have to setup the connectors and they can use anything like instawallet, etc. This way if you provided the source code they would most likely use your service Smiley

There are a bit more to it than that. But I think I will open source it on the request of psy  Cool
gweedo
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000


View Profile
June 23, 2012, 08:12:40 PM
 #32

There are a bit more to it than that. But I think I will open source it on the request of psy  Cool

sounds good just make sure you put it on github that is my only request
Kris (OP)
Donator
Hero Member
*
Offline Offline

Activity: 640
Merit: 500


View Profile
June 23, 2012, 08:20:05 PM
 #33

There are a bit more to it than that. But I think I will open source it on the request of psy  Cool

sounds good just make sure you put it on github that is my only request

May I ask why?
gweedo
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000


View Profile
June 23, 2012, 09:15:33 PM
 #34

There are a bit more to it than that. But I think I will open source it on the request of psy  Cool

sounds good just make sure you put it on github that is my only request

May I ask why?

Wait you need a reason more than it a hosting platform that using Git?

So many reasons...

1) It is easy to clone and fetch updates
2) People can fork your source code and change it to make it better
3) Those people can then submit a Pull Request with the changes helping the original code get better
4) It has syntax highlighting when looking at the code
5) It has an easy way to display a Readme so people know how to use your code
6) It has a wiki
7) It has an Issue Manager
Cool IT IS GIT
Kris (OP)
Donator
Hero Member
*
Offline Offline

Activity: 640
Merit: 500


View Profile
June 24, 2012, 09:30:59 AM
 #35

There are a bit more to it than that. But I think I will open source it on the request of psy  Cool

sounds good just make sure you put it on github that is my only request

May I ask why?

Wait you need a reason more than it a hosting platform that using Git?

So many reasons...

1) It is easy to clone and fetch updates
2) People can fork your source code and change it to make it better
3) Those people can then submit a Pull Request with the changes helping the original code get better
4) It has syntax highlighting when looking at the code
5) It has an easy way to display a Readme so people know how to use your code
6) It has a wiki
7) It has an Issue Manager
Cool IT IS GIT

Well I'm used to SVN. Guess I'm a old timer.
Kris (OP)
Donator
Hero Member
*
Offline Offline

Activity: 640
Merit: 500


View Profile
June 24, 2012, 11:03:16 AM
Last edit: June 24, 2012, 12:17:22 PM by Kris
 #36

https://github.com/kreal/BitcoinWallet
niko
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


There is more to Bitcoin than bitcoins.


View Profile
June 24, 2012, 02:48:28 PM
 #37

Where's my money?!

They're there, in their room.
Your mining rig is on fire, yet you're very calm.
Kris (OP)
Donator
Hero Member
*
Offline Offline

Activity: 640
Merit: 500


View Profile
June 24, 2012, 04:20:32 PM
 #38

Where's my money?!

Are you for real? Trying to figure out, but I can't.

Please explain.
Kris (OP)
Donator
Hero Member
*
Offline Offline

Activity: 640
Merit: 500


View Profile
June 28, 2012, 03:47:36 PM
 #39

How many are running the wallet for themselves from my github repository?
fatigue
Full Member
***
Offline Offline

Activity: 196
Merit: 100


Bitcoin is a food group.


View Profile
June 29, 2012, 07:11:38 AM
Last edit: June 29, 2012, 07:58:54 AM by fatigue
 #40

How many are running the wallet for themselves from my github repository?

attempting now,

EDIT: if someone not such a newb to this kind of stuff feels like they could help me out, id appreciate it a ton.
Pages: « 1 [2] 3 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!