Bitcoin Forum
June 19, 2024, 10:01:34 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 »
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN: WORLD FIRST COIN MIXING FEATURE] 0.56 HARD FORK UPDATE! [TIPS] FedoraCoin on: February 07, 2014, 08:23:59 AM
Hi guys!

Please check out our update here: https://bitcointalk.org/index.php?topic=452386.new

This is great. This coin will rule them all.

Next few days I will try to bring up the subject of payments on sites with pay per subscription- deviant art and such.
How do you think guys? The payment system is so easy to adapt that it would really be shame to refuse.

We've specifically designed it with easy of implementation and easy of use in mind (DX and UX).
We have one payment flow that's like that of PayPal, so if a site uses that already they can just add ours.
Then there's the JS payment flow, which couldn't be easier, it's just a question of adding
Code:
<div class="btn-w-fedoracoin" data-amount="10000000000" data-callback="callback"></div>
to your page.

Unfortunately, with the state of the network, we're not yet ready to launch, so it'll be some time (hopefully just like a week).
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN: WORLD FIRST COIN MIXING FEATURE] 0.56 HARD FORK UPDATE! [TIPS] FedoraCoin on: February 06, 2014, 11:19:12 PM
Hi guys!

Please check out our update here: https://bitcointalk.org/index.php?topic=452386.new
23  Alternate cryptocurrencies / Altcoin Discussion / An update from w/ Fedoracoin: The dedicated Fedoracoin payment platform on: February 06, 2014, 11:02:59 PM
Hi Bitcointalk!

It's been a while since we updated here so it's time to let you know what's happening.

First off, here's the email we sent to all registered developers last Sunday:

Newsletter to registered developers

Quote
** Hello developers, site owners and fans of w/!
------------------------------------------------------------
A lot has happened since our last newsletter so we're writing you to give you a few updates.


**
On our development progress
------------------------------------------------------------
We're happy to announce that both the REST API flow (http://dashboard.withfedoraco.in/docs/payment_flows/rest_api)  and the Simple client-sided flow (http://dashboard.withfedoraco.in/docs/payment_flows/simple_client) are working great.
The simple client-sided flow offers the user-friendly approach we were looking for.
There's still a few minor issues we need to look in to (for instance, users can't refresh the page right now since they'll lose the in-memory transaction secret).

Our main goal with w/ was to provide not only a great UX, but also a great DX.
We're confident that we're well on our way to achieving these goals.
Both finished flows are easy to implement.

We're currently finishing up the most advanced flow: the JS client-sided flow (http://dashboard.withfedoraco.in/docs/payment_flows/js_client) .
Once we're done with that we'll release an example web-app so users can see what it's like to use w/.
This will happen before the platform goes live as a form of stress-testing.


**
On the health of the network
------------------------------------------------------------
You may or may not have seen our announcement on the sub-reddit (http://www.reddit.com/r/FedoraCoin/comments/1wms4h/update_from_w_were_considering_pushing_back_the/) that we were considering pushing back the launch because of the state the network is in.

If you're not familiar with what's happening, you should give this post (http://www.reddit.com/r/FedoraCoin/comments/1wo8jl/a_simple_summary_of_what_is_happening_right_now/) a read.
It indicates the problem and why we're having it.

As you can see in this graph (http://zoom.it/w6oL) (courtesy of icanprogram), the network is a bit messed up right now.
If you're not sure what you're seeing: The line indicates the number of seconds it took to find a block.
For w/, the finding of a block means that we can confirm a transaction.
The target time for finding a FedoraCoin block is 60 seconds, the red line in the graph.
The graph shows that there were blocks that took almost 4000 seconds to solve, which is more than an hour!

When checking a transaction, w/ FedoraCoin uses a minimum of three confirmations as a default.
This means that completing a single transaction could take three hours instead of three minutes!

Because of this, we feel that releasing the platform right now could possibly give users that aren't familiar with the problem the wrong impression of both w/ and FedoraCoin.

We'd love to hear what you guys think about this.
If you have a reddit account, please comment here (http://www.reddit.com/r/FedoraCoin/comments/1wms4h/update_from_w_were_considering_pushing_back_the/) .


**
On coin mixing
------------------------------------------------------------
If you've been following the development of FedoraCoin you probably noticed that it's the first coin to implement coin mixing (https://en.bitcoin.it/wiki/Mixing_service) in the main client.
This will practically make payments untraceable.

We've been working with the FedoraCoin lead developer to ensure that payments sent using this mixing service are handled correctly by w/.
After a few tests we've concluded that everything works fine.

However, during this stage there's only one node online that takes care of mixing and that node only sends transactions every 7 minutes.
Because of this, mixed transactions can take a little longer to reach the network.
Once there are more coin mixing nodes online, this should be solved.

That's all folks!

If you have any questions for us, don't be afraid to reply to this email.


** Regards,
------------------------------------------------------------


** The w/ team

If you haven't registered as a developer yet, you can do so at http://dashboard.withfedoraco.in/

Some screenshots of the client-sided flow

One of the more exciting visual things that have happened is the completion of the client-sided flow.



This is what a user sees when he/she opens the pay link



Once the payment has been sent, we show this screen immediately



When we get a confirmation from the network, we show the user the progress



Once the desired number of confirmations has been reached, the user can continue

Progress on the JS-sided flow

We've started to adapt the simple client flow into the JS-sided flow, which opens up a javascript modal so users don't even need to leave your site.

So far it works great and we feel like we've really captured true DX here.
Developers will be happy to know that all they have to do is include a single JS script, after which which they can create a pay button with this simple element:

Code:
<div class="btn-w-fedoracoin" data-amount="10000000000" data-callback="callback"></div>

Here, callback is the name of a JavaScript function defined anywhere on the page.

This button will render like this (though we're still thinking about branding, so this isn't final):



When the user clicks on that button, this dialog will show up:



As soon as the payment is sent, the screen will update to the following:



When the transaction gets more and more confirms, the screen will update to show that and finally confirm.
After this, the JavaScript callback will be run.

Unfortunately, with the status of the network, we can't show you this right now.

Which is what brings us to the next point...

Development of w/ and the status of the Fedoracoin network

Right now the network is really damaged.

The lead developer of Fedoracoin has implemented a new difficulty re-targeting algorithm which should improve everything in roughly 200 blocks.
However, it's proving a bit difficult to find those blocks.

We'd like to stress that we still believe in Fedoracoin for its technical and social merits and we will be continuing development of w/ Fedoracoin.
Unfortunately though, this whole business the last couple of weeks has really slowed us down.

We've reached a point where we're almost ready to release w/ into the wild, but we haven't tested it enough.
With blocks not coming at the regular intervals, it is impossible to get any real-world testing done.

Because of this, it will take some more time to get all the bugs out.
On top of that, as we've stated before on Reddit, we're afraid that launching in an unhealthy network will scare newcomers away.

To sum is all up

  • We still believe in Fedoracoin
  • The payment processor core is done
  • All payment flows are done
  • We're still testing but the network is causing troubles
  • We can't launch with the network like this
  • The network should improve very soon

Don't forget to visit https://pay.withfedoraco.in/ and don't be afraid to ask any and all questions in this thread!
24  Alternate cryptocurrencies / Altcoin Discussion / Re: Payment platform for Fedoracoin coming on: February 03, 2014, 04:18:51 PM
Thanks, we're really proud of it Smiley

As soon as the network health improves we'll be able to provide a lot of sites with Fedoracoin payment processing!
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Fedoracoin - The Community is Taking Over [MAIN] on: January 31, 2014, 02:31:23 PM
AT LAST!

What do you mean?
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TIPS] FedoraCoin - Euphoria - Enlightenment - Intelligence on: January 31, 2014, 08:29:58 AM
Hi bitcointalk,

We're considering pushing back the launch of w/ until the network is a bit more stable.
We haven't decided anything yet, you can comment here:

http://www.reddit.com/r/FedoraCoin/comments/1wms4h/update_from_w_were_considering_pushing_back_the/
27  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Fedoracoin - The Community is Taking Over [MAIN] on: January 31, 2014, 08:25:04 AM
Hi bitcointalk,

We're considering pushing back the launch of w/ until the network is a bit more stable.
We haven't decided anything yet, you can comment here:

http://www.reddit.com/r/FedoraCoin/comments/1wms4h/update_from_w_were_considering_pushing_back_the/
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TIPS] FedoraCoin - Euphoria - Enlightenment - Intelligence on: January 28, 2014, 12:03:46 PM
great project you have.
are you planing to make TIPS jar? so webmasters, etc,  can use it on their webpages instead of paypal donations?
get that guy donatel99 to design a TIPS jar button.. nice work he did with the logo and "accepted here" button..

Thanks! Please see our JS client side flow.
It should be very easy for people to set up a tip jar with that, by essentially adding a JS file to their site and then placing a
Code:
<button>
where they would want the button to show up.
29  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Fedoracoin - The Community is Taking Over [MAIN] on: January 28, 2014, 08:27:01 AM
Is this live and active?
Almost! Sign up here: http://dashboard.withfedoraco.in/

We're currently still looking for launch partners
30  Alternate cryptocurrencies / Altcoin Discussion / Re: [CONTEST] Write an E-book - WIN 2 MIL TIPS on: January 27, 2014, 09:47:16 PM
We'll throw in some extra bounty: We'll help the first webshop that decides to sell e-books for Fedoracoin with implementing w/ Fedoracoin transactions.
31  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Fedoracoin - The Community is Taking Over [MAIN] on: January 27, 2014, 03:55:55 PM
It's 1 mn. So at least 2 or 3 confirmations should be done for minimum security.

Ah, you're right, shame on us!
32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TIPS] FedoraCoin - Euphoria - Enlightenment - Intelligence on: January 27, 2014, 02:10:43 PM
Nice!!! Pumped to see this is up and running. Perfect timing too, you guys must have been hauling ass to get it out  Wink

Can't wait to test it - I have some big plans for a site that's going to use it once you guys have it fully rolled out. Looking forward to any updates.

Thanks again for all the hard work!!!

I think I saw you on the mailing list - is that correct?
You should definitely send us an email at developer@pay.withfedoraco.in, we're looking for somebody ambitious to do real-world testing with before we make it available to everyone.
33  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TIPS] FedoraCoin - Euphoria - Enlightenment - Intelligence on: January 27, 2014, 02:03:47 PM
What is this ?  Wink

Hi, we're https://pay.withfedoraco.in/, nice to meet you!
We've been working on a Fedoracoin payment processor for a while now and have actively been supporting the new community revival since it started.
Until the topics on this forum exploded, we were a large part of the community Smiley
34  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Fedoracoin - The Community is Taking Over [MAIN] on: January 27, 2014, 02:02:02 PM
Looks really good!
How is the estimated progress time calculated?

The target block time for Fedoracoin is 2 minutes, so every confirmation should take about that much time.
35  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TIPS] FedoraCoin - Euphoria - Enlightenment - Intelligence on: January 27, 2014, 01:56:25 PM
[Note: This update was first posted on G+: https://plus.google.com/114816033975093735144/posts, follow us there to stay up to date]

Time for a sneak peek! Now that we're done with the REST API flow, we're working on the next one: the simple client-sided flow (http://dashboard.withfedoraco.in/docs/payment_flows/simple_client).

These screenshots show what happens when a user gets redirected to our dialog to make a payment, much like how +PayPal does it.?



This is what a user sees when he/she opens the pay link



Once the payment has been sent, we show this screen immediately



When we get a confirmation from the network, we show the user the progress



Once the desired number of confirmations has been reached, the user can continue
36  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Fedoracoin - The Community is Taking Over [MAIN] on: January 27, 2014, 01:39:22 PM
[Note: This update was first posted on G+: https://plus.google.com/114816033975093735144/posts, follow us there to stay up to date]

Time for a sneak peek! Now that we're done with the REST API flow, we're working on the next one: the simple client-sided flow (http://dashboard.withfedoraco.in/docs/payment_flows/simple_client).

These screenshots show what happens when a user gets redirected to our dialog to make a payment, much like how +PayPal does it.?



This is what a user sees when he/she opens the pay link



Once the payment has been sent, we show this screen immediately



When we get a confirmation from the network, we show the user the progress



Once the desired number of confirmations has been reached, the user can continue
37  Alternate cryptocurrencies / Altcoin Discussion / Re: Payment platform for Fedoracoin coming on: January 27, 2014, 01:30:10 PM
[Note: This update was first posted on G+: https://plus.google.com/114816033975093735144/posts, follow us there to stay up to date]

Time for a sneak peek! Now that we're done with the REST API flow, we're working on the next one: the simple client-sided flow (http://dashboard.withfedoraco.in/docs/payment_flows/simple_client).

These screenshots show what happens when a user gets redirected to our dialog to make a payment, much like how +PayPal does it.



This is what a user sees when he/she opens the pay link



Once the payment has been sent, we show this screen immediately



When we get a confirmation from the network, we show the user the progress



Once the desired number of confirmations has been reached, the user can continue
38  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Fedoracoin - The Community is Taking Over [MAIN] on: January 25, 2014, 08:56:59 PM
Update on payment processor:

The payment processor is so close to completion. the core is almost done and transactions are being processed.

It is a matter of days until people are using TIPs to pay for things all over the internet.

Check out their google + for updates - https://plus.google.com/114816033975093735144/posts
or
They have a discussion happening here in the forums - https://bitcointalk.org/index.php?topic=395995.0

Thanks for the shout out!
We (correctly!) processed the very first test transactions today, everything looking A-OK.
Next step is adding some more developer friendly flows as described in our docs here: http://dashboard.withfedoraco.in/docs/payment_flows

You can expect some visual updates over the next couple of days.
39  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TIPS] FedoraCoin - Euphoria - Enlightenment - Intelligence on: January 25, 2014, 01:17:10 PM
OMG MAN this is FABULOUS!

Tips now can be widely implemented as.. Tips on websites for whatever.

Good progress!

PLEASE contact invisibel to add it onto the OP.

Thanks, be sure to spread the word!
We (and with us everyone else) haven't had contact with invisibel for about a month now, but we're actively supporting the new community effort here: https://bitcointalk.org/index.php?topic=415633.0
40  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TIPS] FedoraCoin - Euphoria - Enlightenment - Intelligence on: January 25, 2014, 11:57:33 AM
Nice. Is there more going on?

A dedicated payment processor is not enough for you Smiley?

Read our site and let me know what you think.
Pages: « 1 [2] 3 4 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!