Although informative, this post is a bit out of date :
Check this link post out for more recent advice :
http://forum.feathercoin.com/topic/8594/faq-is-there-any-way-i-can-help-forward-the-feathercoin-project
Cheers for the idea’s. I’ll continue building on what I have when i get a day off next. I’ll see if I can finish this myself, i just may need to ask the community for idea’s from time to time.
I just tried to sign up and it gave me this
{
"status": "failure",
"message": "invalid character 'a' in literal null (expecting 'u')"
}
Also, did you possibly want to move this to the Digital Media section of the forum considering it’s an actively developing project? We can pin it as well if you like.
https://forum.feathercoin.com/index.php?/forum/132-digital-media/
I’m not sure its pretty slick after all the extra features and bug fixes that have been put into it.
I would be interested to hear any feedback about the market and any stats on sales would be great.
The idea seems pretty interesting, as it will give coins yet another purpose while actually helping to decentralize certain commodities… I would like to hear from our tech fellows wether this can be easily implemented in FTC.
[quote name=“wrapper” post=“56477” timestamp=“1391279842”]
Although, If you are announcing Dogecoin Faucet that should be in “Off topic.”
That you are going to make or have the Feathercoin faucet up, that is Feathercoin Discussion thread material…
[/quote]
He’s looking to make one for FTC, but it needs donors.
Last I checked there’s many trading platforms that support multiple exchanges.
There’s just a shortage of trading platforms that support exchanges that support FTC. So the question (I think) you should be asking is are there any trading platforms that support Cryptsy, BTC-e, Crypto-trade, etc.
SierraChart supports Mt.Gox, BitStamp, BTC-e, and BTC China, and comes pretty highly recommended: [url=http://www.sierrachart.com/index.php?l=doc/Bitcoin.php]http://www.sierrachart.com/index.php?l=doc/Bitcoin.php[/url]
I imported one into the Android app “Feathercoin Wallet”…
it reports…
Warning: Due to a Java vulnerability, your wallet contains potentially vulnerable private keys! etc…
It is Version 1.099 from github hank feathercoin-wallet
I also needed OpenSSL to decrypt and encrypt what it Exports and Imports.
OpenSSL explains it’s current version fixes this problem as well.
I’m guessing this is the problem and why these are actually not safe to use.
Please look into it and maybe resolve with a rebuild thanks.
:’(
Thanks, I bought that book like that and filled it.
Very cryptic stuff. Alot is for show, some is coded passages n words.
Been doin it since 08 or 07 idk.
Ill have more. goin to work, bringing doodle stuff
[quote name=“iawgoM” post=“28291” timestamp=“1379365836”]
[quote author=jeremiel link=topic=924.msg28267#msg28267 date=1379352343]
bump
What’s the status of this?
[/quote]
Agreed! What is going on with this? As far as I understand, we’re still waiting something to be implemented into FTC client app, right? This is something that lots of people could use on their websites…something that is visible in public (free advertisements if you will).
[/quote]
It is built into the latest feathercoin-qt.exe v0.6.4.3-QR [url=http://downloads.feathercoin.com/feathercoin-qt.exe]http://downloads.feathercoin.com/feathercoin-qt.exe[/url]
with a feathercoin:addressshere URL you will be prompted to open up the client < [b]But[/b] It does not parse the address, amount, label and auto fill the data into the client yet, this is still work to be done.
[quote name=“BatesResearch” post=“27035” timestamp=“1378129467”]
WOW. Who made this or was I that blind that I totally missed it.
That is exactly what am I looking for.
With the name UKMark I guessed your based in the UK, if your ever near Manchester let me know Ill buy you a few drinks
[/quote]
Yes you missed it :’(
I’m near Liverpool so you may not want to buy me that pint.
BTW more info on the API and its uses can be found here:
[url=http://api.feathercoin.com/?output=info]http://api.feathercoin.com/?output=info[/url]
[quote name=“kris_davison” post=“25745” timestamp=“1376689561”]
Hi API is great was thinking of using it to display current price of an item if it was to be bought in feathercoin. Is there any way it could be extended to have a GBP input with the FTC output maybe
?output=FTC&input=GBP&amount=1
[/quote]
There is no need to add!
Just implement the correct maths at your end.
So for GBP in & FTC out - Simply divide by the current FTC/GBP rate…
so eg:
£10.57 = 10.57 / 0.08236230618 = 128.3354059671378 FTC
Then round your answer down to whatever decimal places you wish to use.
HTH