Bitcoin Forum
May 12, 2024, 05:07:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANNOUNCE] Bitcoin Webskin - open source PHP web interface - Early release  (Read 6457 times)
zamgo (OP)
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
June 05, 2011, 08:41:55 PM
 #1

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...
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715533672
Hero Member
*
Offline Offline

Posts: 1715533672

View Profile Personal Message (Offline)

Ignore
1715533672
Reply with quote  #2

1715533672
Report to moderator
1715533672
Hero Member
*
Offline Offline

Posts: 1715533672

View Profile Personal Message (Offline)

Ignore
1715533672
Reply with quote  #2

1715533672
Report to moderator
timmmay
Member
**
Offline Offline

Activity: 84
Merit: 10



View Profile
June 06, 2011, 06:39:18 AM
 #2

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...


timmmay
Member
**
Offline Offline

Activity: 84
Merit: 10



View Profile
June 06, 2011, 06:52:34 AM
 #3

FIXED...

see line 48 & 60 in header.php.  You left out the php in <?php when opening the php code.


zamgo (OP)
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
June 06, 2011, 07:37:07 AM
 #4

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.


timmmay
Member
**
Offline Offline

Activity: 84
Merit: 10



View Profile
June 06, 2011, 08:00:43 AM
 #5

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!

zamgo (OP)
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
June 11, 2011, 09:08:49 AM
 #6

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.....
x12345
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
November 20, 2012, 05:59:56 PM
 #7

That is very god, I searched it for my Linux!

Sorry for my EN

Thankyou very much!

Key GPG 92B7635F | jabber: bitcoin AT imbox.im | C/V de BTCs

zamgo (OP)
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
May 09, 2013, 01:11:53 PM
 #8

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
mc_lovin
Legendary
*
Offline Offline

Activity: 1190
Merit: 1000


www.bitcointrading.com


View Profile WWW
May 09, 2013, 09:40:40 PM
 #9

Epic, I am looking forward to this.  You should post a screenshot of the prototype Smiley
nick0016
Full Member
***
Offline Offline

Activity: 120
Merit: 100



View Profile
May 09, 2013, 10:13:47 PM
 #10

Nice, would like to see an live example or screenshots though.

Likes Bitcoins!
murasha
Member
**
Offline Offline

Activity: 109
Merit: 10


Developer


View Profile
August 20, 2014, 02:55:07 PM
 #11

Such an interesting project, I hope author will back to it
mblados
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250

Muroko Blados


View Profile
August 21, 2014, 05:02:18 PM
 #12

Is this project still Up!  Huh

[EagsCurrency] We mean Business - Now PURE POS! Stake your Free Share Now! ends Jan. 27
Pages: [1]
  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!