Project or just idea?
-
[quote name=“jeremiel” post=“3727” timestamp=“1368632138”]
One of the things I’ve noticed is most of the crypto coins just get stashed.Is there a project where the goal is to get bloggers or website admins “donate” buttons for feathercoin? You know people donate a tip to a website or blogger. Find a way to put right next to the reddit. Some people have “donation” messages with their websites but I mean more of a click on a link it pops up your wallet and puts the address in and all you have to do is adjust the amount.
Am I asking for trouble or just ignorant of all of this… :o
[/quote][url=http://schoolofprivacy.eu/]http://schoolofprivacy.eu/[/url]
See bottom right of the site. Click crypto-coin of your choice, enter amount.
-
[quote name=“Tuck Fheman” post=“3832” timestamp=“1368671280”]
[quote author=jeremiel link=topic=512.msg3727#msg3727 date=1368632138]
One of the things I’ve noticed is most of the crypto coins just get stashed.Is there a project where the goal is to get bloggers or website admins “donate” buttons for feathercoin? You know people donate a tip to a website or blogger. Find a way to put right next to the reddit. Some people have “donation” messages with their websites but I mean more of a click on a link it pops up your wallet and puts the address in and all you have to do is adjust the amount.
Am I asking for trouble or just ignorant of all of this… :o
[/quote][url=http://schoolofprivacy.eu/]http://schoolofprivacy.eu/[/url]
See bottom right of the site. Click crypto-coin of your choice, enter amount.
[/quote]And then? Doesn’t seem to do anything further when you click ok?
The idea is great tho!
-
[quote name=“Tuck Fheman” post=“3832” timestamp=“1368671280”]
[quote author=jeremiel link=topic=512.msg3727#msg3727 date=1368632138]
One of the things I’ve noticed is most of the crypto coins just get stashed.Is there a project where the goal is to get bloggers or website admins “donate” buttons for feathercoin? You know people donate a tip to a website or blogger. Find a way to put right next to the reddit. Some people have “donation” messages with their websites but I mean more of a click on a link it pops up your wallet and puts the address in and all you have to do is adjust the amount.
Am I asking for trouble or just ignorant of all of this… :o
[/quote][url=http://schoolofprivacy.eu/]http://schoolofprivacy.eu/[/url]
See bottom right of the site. Click crypto-coin of your choice, enter amount.
[/quote]Didn’t work for me. it pops up a message but nothing to do with my wallet.
BTW, does anyone know where I can submit this as a feature request for the ftc wallet? I’m noobish so excuse me.
-
I think the topic here will be enough.
If you want to know for sure, you could send Bushstar a PM.
-
-
[quote name=“sheepson” post=“3904” timestamp=“1368704338”]
And then? Doesn’t seem to do anything further when you click ok?
The idea is great tho!
[/quote]Hmm, I just assumed he had it working; didn’t try; should have.
-
[quote name=“Tuck Fheman” post=“4267” timestamp=“1368841554”]
[quote author=sheepson link=topic=512.msg3904#msg3904 date=1368704338]
And then? Doesn’t seem to do anything further when you click ok?
The idea is great tho!
[/quote]Hmm, I just assumed he had it working; didn’t try; should have.
[/quote]It doesn’t work because it’s just a prompt box :)
[code][
][0][/code][0]: javascript:void(0);
-
Well, someone asked for suggestions on Feathercoin new features. A lot of the stuff looks like UI design choices. I added this to the mix which is would be something to interact with a browser…
This goes off of ChristianRiesen’s suggestion…
donation reference link aka drl
coin-ftc://6y2x6dZNuxrnNBNHmwjxZm63CBthWKZHp1/10.1234I’d rather put the coin-ftc in the front instead of just ftc. Don’t want the federal trade commission to come after us…LOL That and it dictates the url usage. So in the future it could also be coin-btc but either way the only thing I really care about is that someone can click on a link at a site to bring up a 2 to 3 click transfer of funds.
-
for the one that want the direct wallet it seems that the protocol will need to be registered to be include like the bitcoin, yes bitcoin is
usual way to start app is via a protocolhandler registration
[quote]scheme (registerProtocolHandler() only)
A scheme, such as mailto or web+auth. The scheme must be compared in an ASCII case-insensitive manner by user agents for the purposes of comparing with the scheme part of URLs that they consider against the list of registered handlers.
The scheme value, if it contains a colon (as in “mailto:”), will never match anything, since schemes don’t contain colons.
If the registerProtocolHandler() method is invoked with a scheme that is neither a whitelisted scheme nor a scheme whose value starts with the substring “web+” and otherwise contains only lowercase ASCII letters, and whose length is at least five characters (including the “web+” prefix), the user agent must throw a SecurityError exception.
The following schemes are the whitelisted schemes:
bitcoin
irc
geo
mailto
magnet
mms
news
nntp
sip
sms
smsto
ssh
tel
urn
webcal
xmpp
[/quote]other technics can be used but will be a bit less clean, like registering a content type (like opening a document)
I will look at what else is possible in another 20H from now
-
Didn’t Mike Hern just get bitcoin: url handler standardized? Let me look…
Yep. He did. It’s part of the HTM5 spec. https://plus.google.com/100132233764003563318/posts/CDnMpM9iV74
Let’s NOT reinvent the wheel here. There’s already a specification for doing EXACTLY this here: https://en.bitcoin.it/wiki/URI_Scheme
Furthermore, since bitcoin: is whitelisted in HTML5, you may want to consider extending the existing specification rather than supporting a parallel one. Although that’s a problem since the most likely registered handler of bitcoin: is going to be the bitcoin client.
-
[quote name=“Kevlar” post=“5231” timestamp=“1369200995”]
Didn’t Mike Hern just get bitcoin: url handler standardized? Let me look…Yep. He did. It’s part of the HTM5 spec. https://plus.google.com/100132233764003563318/posts/CDnMpM9iV74
Let’s NOT reinvent the wheel here. There’s already a specification for doing EXACTLY this here: https://en.bitcoin.it/wiki/URI_Scheme
Furthermore, since bitcoin: is whitelisted in HTML5, you may want to consider extending the existing specification rather than supporting a parallel one. Although that’s a problem since the most likely registered handler of bitcoin: is going to be the bitcoin client.
[/quote]Yup I keep saying it; HTML5 for FTW :)
[code]bitcoin:1Lga7x6ttEbqNaFMatLrnVkXad4BmBznKv [/code]
^Copy and paste my address above into an HTML5 compatible browser and it will ask for an application to be opened, I use multibit (still my favourite client) - any amount of BTC will do :)
-
This is where [i]we need [/i]to be looking…
http://www.w3.org/community/webpayments/
-
[quote name=“UKMark” post=“5588” timestamp=“1369264315”]
This is where [i]we need [/i]to be looking…http://www.w3.org/community/webpayments/
http://www.w3.org/community/webpayments/wiki/Main_Page
https://payswarm.com/specs/source/web-commerce/
[/quote]I agree!
-
Bump! :)
[quote][b]Why choose MultiBit ?
MultiBit is:
Quick and easy to install across all major desktop operating systems (Windows, Mac, Linux)
Secure by design - all private keys are kept encrypted on your local machine (or on a USB stick)
Faster to synchronize - usually a minute or so
Lighter - the stored data is much smaller (usually a few megabytes)
Flexible - multiple wallets allow for a “current account”, “savings account”, “expenses” etc
International - multiple languages (25+ at the last release)If you are an ordinary user of Bitcoin and simply want a wallet that just works without hassle, then MultiBit is the right choice for you.[/b][/quote]
^^ I would really like our client to take a leaf or two out of multibit’s book!
Also
I am prepared to develop/assist in HTML5 plugins/code snippets if we can get this url protocol off the ground, I am just unsure how we go about gaining the Feathercoin:Addresshere protocol accepted into the next HTML5 WC3 spec (maybe justabit or bush can advise me on this?)…Once this can be done, FTC growth will be seen, I promise!
-
[quote name=“UKMark” post=“5975” timestamp=“1369391052”]
Bump! :)[quote][b]Why choose MultiBit ?
MultiBit is:
Quick and easy to install across all major desktop operating systems (Windows, Mac, Linux)
Secure by design - all private keys are kept encrypted on your local machine (or on a USB stick)
Faster to synchronize - usually a minute or so
Lighter - the stored data is much smaller (usually a few megabytes)
Flexible - multiple wallets allow for a “current account”, “savings account”, “expenses” etc
International - multiple languages (25+ at the last release)If you are an ordinary user of Bitcoin and simply want a wallet that just works without hassle, then MultiBit is the right choice for you.[/b][/quote]
^^ I would really like our client to take a leaf or two out of multibit’s book!
Also
I am prepared to develop/assist in HTML5 plugins/code snippets if we can get this url protocol off the ground, I am just unsure how we go about gaining the Feathercoin:Addresshere protocol accepted into the next HTML5 WC3 spec (maybe justabit or bush can advise me on this?)…Once this can be done, FTC growth will be seen, I promise!
[/quote]Gonna sound ignorant but why can’t we just try this…
uhhh yeah baby…
uhhh yeah baby…And then make sure the client can read it. submit it for approval afterwards. I know a few unregistered uri’s that work with programs just the programs have to know what the format is and of course that could change…
-
[quote name=“jeremiel” post=“6113” timestamp=“1369420532”]
[quote author=UKMark link=topic=512.msg5975#msg5975 date=1369391052]
Bump! :)[quote][b]Why choose MultiBit ?
MultiBit is:
Quick and easy to install across all major desktop operating systems (Windows, Mac, Linux)
Secure by design - all private keys are kept encrypted on your local machine (or on a USB stick)
Faster to synchronize - usually a minute or so
Lighter - the stored data is much smaller (usually a few megabytes)
Flexible - multiple wallets allow for a “current account”, “savings account”, “expenses” etc
International - multiple languages (25+ at the last release)If you are an ordinary user of Bitcoin and simply want a wallet that just works without hassle, then MultiBit is the right choice for you.[/b][/quote]
^^ I would really like our client to take a leaf or two out of multibit’s book!
Also
I am prepared to develop/assist in HTML5 plugins/code snippets if we can get this url protocol off the ground, I am just unsure how we go about gaining the Feathercoin:Addresshere protocol accepted into the next HTML5 WC3 spec (maybe justabit or bush can advise me on this?)…Once this can be done, FTC growth will be seen, I promise!
[/quote]Gonna sound ignorant but why can’t we just try this…
uhhh yeah baby…
uhhh yeah baby…And then make sure the client can read it. submit it for approval afterwards. I know a few unregistered uri’s that work with programs just the programs have to know what the format is and of course that could change…
[/quote]No not at all, that is not ignorant, it is extremely valid!
I have mentioned this already to bush about building this in to the client, I totally agree, if we want an easy path forward then this is it. 8)
-
Great idea. I’ve now this on my increasing list of things to look into tomorrow. Keep doing research on this and I’ll get up to speed in the morning.
-
[quote name=“Bushstar” post=“6223” timestamp=“1369432888”]
Great idea. I’ve now this on my increasing list of things to look into tomorrow. Keep doing research on this and I’ll get up to speed in the morning.
[/quote]Will do and thanks bush, I know you are extremely busy! 8)
-
[quote name=“UKMark” post=“6234” timestamp=“1369433367”]
[quote author=Bushstar link=topic=512.msg6223#msg6223 date=1369432888]
Great idea. I’ve now this on my increasing list of things to look into tomorrow. Keep doing research on this and I’ll get up to speed in the morning.
[/quote]Will do and thanks bush, I know you are extremely busy! 8)
[/quote]I figured I would be busy but I never knew how busy. Yesterday I actually took a break and went to Tescos with my wife :)
-
[quote name=“Bushstar” post=“6345” timestamp=“1369488251”]
[quote author=UKMark link=topic=512.msg6234#msg6234 date=1369433367]
[quote author=Bushstar link=topic=512.msg6223#msg6223 date=1369432888]
Great idea. I’ve now this on my increasing list of things to look into tomorrow. Keep doing research on this and I’ll get up to speed in the morning.
[/quote]Will do and thanks bush, I know you are extremely busy! 8)
[/quote]I figured I would be busy but I never knew how busy. Yesterday I actually took a break and went to Tescos with my wife :)
[/quote]:)
Imagine the day when you go to Tesco’s and pay with FTC ;)