Is how can I enable my wifi router to accept Bitcoin for adhoc/ anonymous usage?

1

I want to find a WiFi solution where I can sell my internet service with anyone who needs to use it... ideally paying in an altcoin or Bitcoin.

Are there any router modifications, or infrastructures that support a wallet service? (e.g. the user pays at the captive portal) and then has time or bandwith limited access to the internet?

I found this list of router firmware that may support such modding, but not sure which one is best (and most secure) for the job.

Lacking that, perhaps I can leverage RADIUS authentication.

goodguys_activate

Posted 2015-04-02T23:45:58.100

Reputation: 11 898

This should be able to be done via a RADIUS server...goodguys_activate 2016-09-08T13:52:00.677

if RADIUS is a requirement perhaps you could edit the question as that was not clear in the initial question it appears you are more interested in firmwareMark S. 2016-09-08T14:03:58.643

Answers

1

There is a project called wifiportal21 that uses the 21 Bitcoin computer in conjunction with an OpenWRT router running the wifidog captive portal software. This is still in beta at this time, but seems to suit your application.

It is also worth noting that OpenWRT does have the ability to create a separate network that cannot pass traffic to the main network, and works with RADIUS authentication.

Mark S.

Posted 2015-04-02T23:45:58.100

Reputation: 2 415

0

So... it happens I did a research project on this during my exchange semester.

https://github.com/renlord/biternet

TLDR; The software charges based on usage on an interval. Invoices are sent periodically to the browser which triggers payment, if there aren't any sufficient bitcoins, after several warnings, the entry node will eventually revoke access. Technologies used include IpTables, OLSRd and Node.

Although it wasn't done on OpenWRT, I hope this is useful.

renlord

Posted 2015-04-02T23:45:58.100

Reputation: 2 167