Pages:
Author

Topic: [ANNOUNCE] +Coin Web UI for Bitcoin and its forks. (Read 6202 times)

hero member
Activity: 792
Merit: 501
Hi,

will this Frontend also work for coin daemons of PoS Coins like Hyper or Audiocoin ?

Regards
sr. member
Activity: 336
Merit: 254
CEO of Privex Inc. (www.privex.io)
Old thread is old, but +Coin is still alive and working.

Has just been updated to Bootstrap 3 so it looks a little nicer (thanks to X-NicON)

sr. member
Activity: 336
Merit: 254
CEO of Privex Inc. (www.privex.io)
I've updated it and submitted a pull request for a bunch of updates.

It's poorly written, probably buggy, and you could possibly loose all your coins, but hey, it works for me Smiley

I highly recommend using is with a secure web server (https://) you have to log into so that the data transfers are encrypted. Otherwise your passphrase for the wallet would be transmitted in plain text.

The point was originally to run it on a personal web server, (e.g. namecoin used to only have namecoind on windows, so webui = much better). I don't have too much time myself right now, but it shouldn't be too hard for someone to implement a login system.

ALSO - I donated 0.01 to tip4commit for -Coin. So anyone who adds new features or fixes them will get a small payment ( the small number in the tip4commit image below )

legendary
Activity: 1795
Merit: 1198
This is not OK.
I've updated it and submitted a pull request for a bunch of updates.

It's poorly written, probably buggy, and you could possibly loose all your coins, but hey, it works for me Smiley

I highly recommend using is with a secure web server (https://) you have to log into so that the data transfers are encrypted. Otherwise your passphrase for the wallet would be transmitted in plain text.
hero member
Activity: 905
Merit: 1001
as promised a while ago i am sending you my source code with the changes for addressbook, many wallets and so on..
please integrate it in github. i am only working with subversion..
download: http://www.ltc-charts.com/wallet-admin-clean.zip
i hope its useful for somebody Wink
legendary
Activity: 1946
Merit: 1009
SELL bitcoinmarket.net | bitcoinitalia.com SELL
to make a small donation, but your work has any further updates. I do not know if the creator intent to leave it as is or will have to update it over time.
Lacking the creation of btc addresses, address book, maybe the link blockchain when you send btc ... in short, the work is really well done I love it and I would like
BCB
vip
Activity: 1078
Merit: 1002
BCJ
Hey this is slick.

I've added support to enter wallet passphrase.

Why are you using the GET method for the send form?  This will post your rpc user name and password to the https access_log.  Not a good Idea. The Method every time you call the rpc through a FORM should be "POST".  You should  open up all the file and change all the METHOD from GET to POST then change all of the $_GET to $_POST.

it's pretty simple.

add the following under "amount" input  in index.php

Code:



then in send.php  about line 16 (just after the first "try" open bracket{

Code:
$nmc->walletpassphrase($_POST['walletpassphrase'], 1);

the number "1" in the second value it the timeout so your wallet is decrypted for one second which in plenty of time to send.


Also if you are accessing your bitcoind from a second box over a public network be sure you bitcoin.conf file includes

Code:
rpcssl=1

otherwise  your rpc username and password will be sent in clear text each time you make a call.


sr. member
Activity: 336
Merit: 254
CEO of Privex Inc. (www.privex.io)
There are no updates? Too bad it was a good GUI for bitcoind!

For now it works, I haven't had any time to work on it, and nobody has reported any problems so far really.

I'm also interested on it! Can you upload it somewhere? ( maybe on git )

My version is already on github, check the first post. If you mean xchrix's version, he hasn't replied since I've been contacting him for months, so I'm unable to grab the source from him.

Does it support encrypted wallets? Without that whole thing isn't viable, I'm not putting unencrypted wallet on live server...

If I have time, I'll add encryption support to +Coin sometime soon.
sr. member
Activity: 340
Merit: 250
GO http://bitcointa.lk !!! My new nick: jurov
I'm also interested on it! Can you upload it somewhere? ( maybe on git )

It is on git: https://github.com/Someguy123/-Coin/branches , but last change is 6 months ago.

hey

i am using your great +coin for a while now and i have modified it a little bit

- added addressbook
- select from which account to send coins from
- getinfo output on startpage
- support for multiple wallets!
- https connection to wallets

is someone interested in this features? Smiley

Does it support encrypted wallets? Without that whole thing isn't viable, I'm not putting unencrypted wallet on live server...
Did you publish your version of code?
staff
Activity: 4214
Merit: 1203
I support freedom of choice
I'm also interested on it! Can you upload it somewhere? ( maybe on git )
legendary
Activity: 1946
Merit: 1009
SELL bitcoinmarket.net | bitcoinitalia.com SELL
There are no updates? Too bad it was a good GUI for bitcoind!
hero member
Activity: 905
Merit: 1001
i am more the subversion guy Smiley i will just send the source to someguy123 so he can upload it
legendary
Activity: 3920
Merit: 2348
Eadem mutata resurgo
Yep, and if you put it up on github you could send a pull request through to someguy123 ...
hero member
Activity: 905
Merit: 1001
hey

i am using your great +coin for a while now and i have modified it a little bit

- added addressbook
- select from which account to send coins from
- getinfo output on startpage
- support for multiple wallets!
- https connection to wallets

is someone interested in this features? Smiley

sr. member
Activity: 336
Merit: 254
CEO of Privex Inc. (www.privex.io)
Looks good so far :-) Just a couple of can't connect errors, but it should be because of the bitcoin client preoccupied with synchronizing.
Yeah, unfortunately while bitcoin is downloading blocks, the RPC is ridiculously slow, and I can't really do anything about that.
sr. member
Activity: 250
Merit: 250
Looks good so far :-) Just a couple of can't connect errors, but it should be because of the bitcoin client preoccupied with synchronizing.
sr. member
Activity: 336
Merit: 254
CEO of Privex Inc. (www.privex.io)
legendary
Activity: 1400
Merit: 1005
Watching...
sr. member
Activity: 336
Merit: 254
CEO of Privex Inc. (www.privex.io)
Any news on this?
Yeah, thanks to twmz I guess I'll just go all public domain with this code.

I'm planning on CC since that allows most things, but I have a new issue... I'm unsure what the licensing issues I'll have if I throw it under CC considering:
  • Bootstrap is Apache v2
  • and JSONRPC-PHP is GPL v2

Can anyone good with licenses explain to me whether I'm allowed to release my code under Creative Commons, and whatever steps I have to do to ensure I'm not breaking their licenses?

First, please don't release software under Creative Commons.  Creative Commons wasn't designed for software (it's designed for content:  photos, books, music, etc).  See http://wiki.creativecommons.org/Frequently_Asked_Questions#Can_I_apply_a_Creative_Commons_license_to_software.3F

Second, IANAL, but if you use a GPL's library like JSONRPC-PHP and if you choose to distribute your application to others then your code must also be GPL (or public domain, since that means you are relinquishing your copyright altogether).   If this isn't something you want to be forced to do, then don't use the JSONRPC-PHP library (JSON RPC is not that complex... you could probably just whip up a couple wrapper functions yourself if you had the desire).  Apache v2, on the other hand, is a pretty restriction-less license.  In fact, it may be one of the licenses you might want to concider instead of using Creative Commons as it basically says "do whatever you want, just don't blame me, and don't remove my copyright notices, etc").

I'm going to be releasing the first version on my github in the next few hours under public domain Smiley
legendary
Activity: 3920
Merit: 2348
Eadem mutata resurgo
Been watching out for something along these lines.

Taking the first step is half the journey ... good stuff.
Pages:
Jump to: