ragmondo / BitcoinWifi

http://www.bitcoinwifi.net
35 stars 9 forks source link

Admin page design #10

Open ragmondo opened 11 years ago

ragmondo commented 11 years ago

The project is in need of an admin page to be designed. It also needs to be coded too - but this issue is a design one!

Anyway, the page itself has to list:

1) currently active users + and a "disconnect" button 2) current balance of payments received and not cashed out 3) a "cashout" section in which the admin will put a bitcoin address into and then cash out 4) anything that is relevant to the project.

Techwolf12 commented 11 years ago

1) Why disconnect people who payed for it? And what about some allowed mac addresses that don't have to pay?

thgh commented 11 years ago

@Techwolf12 1) in case of abuse for example

2) What do you think about using a deterministic public keychain? This would mean no sensitive information has to be hold on the machine and no payout code. There is this implementation: https://github.com/richardkiss/pycoin Could you check how hard it is to implement it?