-
Notifications
You must be signed in to change notification settings - Fork 34
/
readme.txt
82 lines (54 loc) · 2.39 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Bitcoin Webskin
an open source PHP web interface to bitcoind and namecoind
Copyright (c) 2011 14STzHS8qjsDPtqpQgcnwWpTaSHadgEewS
http://webskin.bitcoincommons.org/
https://github.com/zamgo/bitcoin-webskin
---------------------------------------------------------------------
Version 0.0.2 - Prototype release
This is an early release of Bitcoin Webskin.
This is development software.
This software has many bugs, security holes, and missing functionality.
This software is NOT ready for production use.
But it is ready for testnet use!
---------------------------------------------------------------------
Quicky Install Instructions:
- Download latest files from
https://github.com/zamgo/bitcoin-webskin
- put the files in a web-accessible directory
- copy config.sample.php to config.php,
and fill in correct info for your system
- setup bitcoind to allow access. Sync your user/pass/host settings
of bitcoin.conf file and bitcoin-webskin/config.php
- run bitcoind
- load the top level index.php file in your browser
Files:
/index.php
/config.php
/license.txt
/readme.txt
/libs/bitcoin-webskin.php - the main controller
/libs/bitcoin-interface.php - interface definition for bitcoind methods
/plugins/jsonRPCClient.php - json RPC client with webskin interface
/plugins/test.php - the debug interface
/plugins/mtgox.php - plugin to mtgox json public api
/skins/simple/*.php - the simple html skin
---------------------------------------------------------------------
Making a new skin:
- copy the full /skins/simple/ directory to /skins/YOUR.NEW.SKIN/
- edit /libs/bitcoin-webskin.php, __construct() function,
- change $this->skin = 'simple'; to $this->skin = 'YOUR.NEW.SKIN';
- edit the template PHP files in /skins/YOUR.NEW.SKIN/
for your desired design
---------------------------------------------------------------------
Making a new bitcoin interface:
- create new php class in /plugins/ that implements the
Bitcoin interface (see /libs/bitcoin-interface.php)
- edit /libs/bitcoin-webskin.php, open_wallet() function, replace:
include_once('plugins/jsonRPCClient.php');
$this->wallet = new jsonRPCClientControler;
with an include of your new interface file, and set $this->wallet.
---------------------------------------------------------------------
Donating to this project:
- bitcoin: 14STzHS8qjsDPtqpQgcnwWpTaSHadgEewS
and/or
- namecoin: NAGPRdQtxPazbjxK9KGe143fwsP1axQxDC