Author

Topic: [ANNOUNCE] Bitcoin Webskin - open source PHP web interface - Early release (Read 6458 times)

sr. member
Activity: 350
Merit: 250
Muroko Blados
Is this project still Up!  Huh
member
Activity: 109
Merit: 10
Developer
Such an interesting project, I hope author will back to it
full member
Activity: 120
Merit: 100
Nice, would like to see an live example or screenshots though.
legendary
Activity: 1190
Merit: 1000
www.bitcointrading.com
Epic, I am looking forward to this.  You should post a screenshot of the prototype Smiley
newbie
Activity: 32
Merit: 0
Recent developments with Bitcoin Webskin, now Version 0.0.3:

* merged pull request from cutnpaster for 'Misc fixes for updated bitcoind 0.8.1 api'. see https://github.com/zamgo/bitcoin-webskin/pull/3
* testing integration of PHPCoinAddress, to create public/private key pairs

More info: https://github.com/zamgo/bitcoin-webskin
sr. member
Activity: 266
Merit: 250
That is very god, I searched it for my Linux!

Sorry for my EN

Thankyou very much!
newbie
Activity: 32
Merit: 0
Some new updates to Bitcoin Webskin Early Release:

- server control - start and stop server, and view server process (windows only so far)
- mtgox public api - view ticker, market depth, and latest orders
- more debugging templates

latest files at:  https://github.com/zamgo/bitcoin-webskin

More to come.....
member
Activity: 84
Merit: 10
No worries Smiley  I can see this being very useful.  I'm keen to be able to check the running status of bitcoind and start it if possible. If you need any linux guidance let me know..

Keep up the good work!
newbie
Activity: 32
Merit: 0
Thanks for the quick bug fix, and glad you got it running OK. 

You're right, you can ignore the windows and localhost settings in the config file.  A later release will have some demo code for that.  For now the system is just json rpc calls.


member
Activity: 84
Merit: 10
FIXED...

see line 48 & 60 in header.php.  You left out the php in
member
Activity: 84
Merit: 10
Got it running on linux.  I ignore the section in the config about the windows tasklist etc.


It seems to work however at the top of the page I have this:

wallet_is_open ) {

      print 'Balance: ' . $this->info['balance'] . ''
      . '   Blocks: ' . $this->info['blocks']       
      . '   Connections: ' . $this->info['connections']
      . '   Network: ' . SERVER_NETWORK . ($this->info['testnet'] ? ' Testnet' : '')       
       //. ' Pay Tx Fee: ' . $this->num($this->info['paytxfee'])
        //. ' Oldest key: ' . $this->info['keypoololdest_date']
      ;

   } else {
   
      ?>Not Connected to Wallet

DEBUG: getinfo

and then the results of the query (I ran getinfo)

Array
(
    [version] => 32100
    [balance] => 0
    [blocks] => 128956
    [connections] => 1
    [proxy] =>
    [generate] =>
    [genproclimit] => -1
    [difficulty] => 434882.7217497
    [hashespersec] => 0
    [testnet] =>
    [keypoololdest] => 1307099314
    [paytxfee] => 0
    [errors] =>
    [keypoololdest_date] => Fri, 03 Jun 2011 21:08:34 +1000
)
 

So it's reporting what it was asked.

The top info comes from header.php and I'm not sure why as it appears to be encapsulated properly...

newbie
Activity: 32
Merit: 0
Bitcoin Webskin is an open source PHP web interface to bitcoind.  It is a 'thin client' that allows access to bitcoin functionality via the web.  (and namecoin too)

An early release is now available: https://github.com/zamgo/bitcoin-webskin

Please be warned, this is development software with many bugs, security holes, missing functions, and generaly ugly design. 

This software is NOT ready for production use.  But it is ready for testnet use!

Thanks, and see you soon for the next release...
Jump to: