Bitcoin Forum
June 21, 2024, 10:25:02 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4] 5 6 »
61  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TIPS] FedoraCoin - Euphoria - Enlightenment - Intelligence on: February 02, 2014, 02:27:45 AM
02 February 2014 - FedoraCoin announces world first coin mixing feature and beta release.
Mixing beta is released on IRC in #team-tips on freenode, a web-client is at https://kiwiirc.com/client/irc.freenode.net/#team-tips

Now that we've had confirmation it works, time to announce the new feature we've been working on.

As you can see at the image at http://imgur.com/TjgdW4h, a new "Mix Coins" option has been added to the wallet.

That's right, you can now mix coins directly from the wallet! Coins you send to people can be transparently sent to a mixing node, which will then queue the transaction and every 7 minutes send the queued transactions out to the destinations. RPC consumers can also make sure of the mixing feature by setting the "mix" parameter in the sendtoaddress/sendfrom/sendmany commands to true.

In case you don't know what coin mixing is, it allows you to mix up the coins you send to someone and make their origin completely untraceable.

Right now we only have one mixing node online which is operated by me. By release we hope to be able to support many mixer nodes, so long as they get approved by the development team first. Allowing anyone to start a mixing node would be nice but there's a lot of risks that involves... If in the future we can mitigate those risks we will do it as soon as we can, but the current architecture doesn't really lend itself to having completely trust-less coin mixing.

Why?
What with governments and other entities starting to become more and more aware of cryptocurrencies it's become apparent that they, along with services such as Coin Validation, seek to disturb the pseudo-anonymous nature of cryptocurrency. By attempting to track down coins and keep a paper trail of where they've been, they're trying to turn cryptocoins into another glorified credit card provider, allowing governments, law enforcement officers and people-with-the-right-friends to track down where you've spent your coins at.

Hearing about this unsettled me, it seemed to me like they almost wanted to destroy the very nature of cryptocoins. I first heard about this when I started using StableCoins, the developer of that coin had announced plans for a mixing feature of his own, giving a detailed write up about why it's needed (the writeup is available at https://bitcointalk.org/index.php?topic=353971 it's a very good read and should help you realize why mixing features are important).

As a holder of StableCoins I waited a long time for the mixing feature of StableCoin to come about, but after some sad months of waiting and hearing almost nothing from the developer, I decided to try adding it myself. After around a day or so of straight coding (and energy drink abuse Wink) FedoraCoins mixing feature was born.

Release information
A release will be coming very soon, I only have to clean up a few rough parts on the wallet, add multi-mixing node support and ensure everything works. Once all that's done we can make a full public release.

Until that time there's a beta version available for testing on IRC. Join the room #Team-TIPS on freenode to take part.
The beta currently only supports the mixing nodes that I operate, but the full public release should either allow you to choose what node to use, or choose the node randomly (haven't decided yet, join #Team-TIPS if you have any ideas!)

Also, for anyone wondering, this doesn't cause a hard fork Wink I worked hard to ensure that older clients will still accept mixed transactions, and it looks like that work paid off.

A small note: Due to this feature not being planned from the outset of FedoraCoin there was no pre-mine or even any attempts to gather coins for the mixer. The beta node currently has around 10 million TIPS to mix with, which is hardly a lot considering many people own 500 million or more.

If you feel that this mixing idea would be good for FedoraCoin feel free to donate to the mixer node, the main address used by it is ETSzZNZyAt1XhbKUReneEb5YkmMjVXTzBy

Technical explanation / use case
Mixing nodes are split into two parts, a sender node and a receiver node, these two nodes are in two different locations completely apart from each other and only communicate to each other via Tor.

Alice sends a transaction to Bob's address with the mix option turned on
Transaction is sent out (transparently) to the mixing receiver nodes address, to Alice it'll show in history as a transaction sent to the mixer.
Transaction outputs in the transaction are exploited to store the mixing data (to allow older clients to accept the transaction), encrypted with the receiver nodes public key.
 
Receiver node receives the transaction and decrypts the destination addresses with its private key
(at this stage the Receiver node knows Alice's address, Bob's address and the amount)

Receiver node checks if the sender node has enough coins, using RPC over Tor. If it doesn't the sent coins are refunded.

Receiver node queues the transaction.

Every 7 minutes on the receiver node, the node sends all the queued transactions to the sender node via RPC, over Tor to ensure their communication is private.
(once the queued transactions are sent the receiver node removes all traces of the decrypted transaction data, only storing hashes of the transaction ID and destination address to aid with problems such as missing coins. Since they're hashed there's no way to identify where they were going unless you already know the destination)
 
Sender node's RPC daemon receives the send coin request and checks the RPC connection info (user/pass/etc) to ensure it's from the receiver. If it's invalid it disregards it.
(at this stage the Sender only knows Bob's address and the amount, not Alice's address)
 
Sender node sends the coins as a normal transaction to the destination address (the sender node would also have all of it's balance split between different addresses for extra security)
 
Bob receives the coins, with no connection to Alice recorded on the blockchain at all.
Alice's address is recorded to have used the coin mixer, but thanks to the public-key encrypted transaction info the destination of the coins cannot be found.

Risks
Node may be compromised:
- The Receiver doesn't send any communications out to the network at all, it only listens to the network.
  The only communications it makes are to the Sender over Tor, so there is no way to trace it back and find where the Receiver node is
 
- The only node that would be connected to the destination is the Sender, so any investigators would only be able to track the Sender (if at all)
 
- The Sender node only knows about the destination address and the amount, not who sent it
 
- The sender of the coins (Alice) can rest assured that nobody would be able to find out that they sent the coins, unless the Receiver node was compromised, which is an almost 1 in a billion chance as it only listens to the network and communicates over Tor.


Thanks for reading this, I hope you'll find coin mixing as useful as I've designed it to be!
62  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TIPS] FedoraCoin - Euphoria - Enlightenment - Intelligence on: February 01, 2014, 10:04:14 AM
Thanks alot, now some idiot won't stop posting this comparison on the do/g/ecoin thread.
Thanks a lot for telling people good news about TIPS? What? You obviously aren't a TIPS miner.

i am sorry but:

pools are mining at low difficulty 10 blocks super fast, while rest of regular miners doing hard job mining another 10 blocks under 160-190 diff super slow, so you can't put 30.0000 difficulty at field, if you put the correct true values it is only 1,33$ per day compared to 6,5$ Doge
It's still people mining behind the pools though, and if multipools are choosing to mine TIPS then that just further proves we're the most profitable coin.

Anyway I've got a very nice announcement to make soon, something that show blow people away. If you want to hear more join us on IRC.
63  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TIPS] FedoraCoin - Euphoria - Enlightenment - Intelligence on: January 31, 2014, 09:47:44 PM
Also guys, any changes to the difficulty algo will take at minimum a month for them to kick in (so we can be sure everybody has updated). It's useless groaning on about it, the best solution right now is to spread euphoria and enlighten people to the fact that Fedora is more profitable than DOGE or any other coin.

Proof that we're the most profitable:
http://www.coinwarz.com/calculators/dogecoin-mining-calculator/?h=500&p=0&pc=0&pf=0.00&d=1319.14716337&r=500000.00000000&er=0.00000189&btcer=936.41510000&hc=0.00
That's the calculator for DogeCoin

http://www.coinwarz.com/calculators/dogecoin-mining-calculator/?h=500.00&p=0.00&pc=0.00&pf=0.00&d=30&r=2500000.00000000&er=0.00000001&btcer=936.41510000&hc=0.00
That's the calculator for FedoraCoin (remember that we're based on DogeCoin) at a normal, non-multipool difficulty (this is the reason Multipools target us!)

Feel free to spread this around, the more dedicated miners we have the less the multipools will effect us!
64  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Fedoracoin - The Community is Taking Over [MAIN] on: January 31, 2014, 08:59:21 PM
If anyone has some actual ideas on how to adjust the difficulty algo, other than "the difficulty algo needs to be fixed!", you're welcome to talk about it on the IRC with us, we're at #TIPS on freenode. Webclient is at https://kiwiirc.com/client/irc.freenode.net/#TIPS

The best explanation for what's happening that I've seen is at http://www.reddit.com/r/FedoraCoin/comments/1wo8jl/a_simple_summary_of_what_is_happening_right_now/
Unlike other explanations this actually gives a neutral view on whats happening, rather than someone spreading FUD (Fear, Uncertainty and Doubt) to scare people away. It's a good read, I'd suggest you all take a look at it.
65  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TIPS] FedoraCoin - Euphoria - Enlightenment - Intelligence on: January 31, 2014, 08:25:20 PM
Looks like the DNS seed died while I was asleep, I've set it up to auto restart if it dies again so there shouldn't be any problems with peer discovery any more, thanks for helping people to connect while it was down though, it's great to see how the community here helps out Smiley

We're trying to think of a new algo over at #TIPS on irc.freenode.net, any helpful advice and ideas are appreciated (people who write things like "<dream_miner> lol at 100k we are dead Cheesy ha ha" without giving any factual reasons will be banned however)

I also got in touch with CoinMarketCap and asked them to update the chain explorer, which got done pretty fast, the admins there are helpful people Smiley It should be showing our proper total supply and other stats now, many thanks Gliss Smiley
66  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TIPS] FedoraCoin - Euphoria - Enlightenment - Intelligence on: January 31, 2014, 01:00:41 AM
New block explorer is up Smiley http://chain.fedoraco.in/
As soon as CoinMarketCap is updated to it I'm sure our market cap will rise, does anyone know how I can get in touch with them?
67  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TIPS] FedoraCoin - Euphoria - Enlightenment - Intelligence on: January 30, 2014, 11:58:05 PM
CoinMarketCap is using fedorachain.info to get their values, sadly the owner of that site moved on to a different coin and abandoned TIPS, closing the daemon and leaving it stuck at values from a few days ago (visit http://fedorachain.info and see for yourself EDIT: actually they've completely closed it now)
The last time anyone heard from the owner he was asking for donations to keep it going, I guess receiving TIPS is more important than having the value of the TIPS he already has rise.

I'm looking into hosting the chain explorer at fedoracoin.net, almost got it ready, just need to setup apache and have it run as a daemon and it should be good to go.

By the way, if you're a pool owner and you have crashing troubles please read the note I posted when I released 0.55 that says pools should stick with 0.5 for now instead of making wild posts on your site, like some pool that I won't name did.
Also if you say in the same post that you're going to get in touch with the development team please do, I need help from anyone who has crashes to debug it with them since I'm not experiencing any problems on my pool.

Again, to stress:
POOL OWNERS PLEASE STICK WITH 0.5 FOR NOW!
(unless you want to help debug the cause of the crashes, which would be useful because so far I've had 2 reports of crashes but no offers to help debug them, not even a debug log file...)
68  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TIPS] FedoraCoin - Euphoria - Enlightenment - Intelligence on: January 30, 2014, 06:50:00 PM
Quote
We've already risen over 100 litoshis a few times, the recent drop to 60 was caused by the same reason as all the other coin prices dropping.

The new soon-to-be-publicly-announced features should make us a bit different from those other coins too, Bitcoin included Wink


What are you taking about?

Yes, what are you talking about?
Can you change the difficult higher or make pls something that the price go over 100 or more, thx.  Smiley

You'll soon see Wink I don't want to announce anything publicly until it's done because I've seen other coins announcing features early and having everybody get more angry everyday it's not released, we've talked about it a lot on the IRC channel though, if you want to find out more join #TIPS at irc.freenode.net.

I wish I could affect the difficulty and price, but sadly I can't without causing a hard fork Sad We might be adding a new difficulty algo in soon though (gravity well sounds interesting, it sorta sounds like what we were planning on in the beginning) which should help us combat multipools.

Edit: forgot to mention, a beta version of the new feature should be out in the next week or two, after some more testing + feature additions (should take about another week or so) the feature will be complete. Trust me when I say this feature will be good, no other coin has it yet and it's a pretty highly requested addition for all coins Wink
69  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TIPS] FedoraCoin - Euphoria - Enlightenment - Intelligence on: January 30, 2014, 05:37:46 PM
I have also a few hundred millions of this coin.
But do you realy think this coin can rise over 100 litoshi?
When yes, why? There are everyday more and more billion of coins.
We've already risen over 100 litoshis a few times, the recent drop to 60 was caused by the same reason as all the other coin prices dropping.

The new soon-to-be-publicly-announced features should make us a bit different from those other coins too, Bitcoin included Wink
70  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TIPS] FedoraCoin - Euphoria - Enlightenment - Intelligence on: January 30, 2014, 05:29:37 PM
Hi guys , update your wallets to 0.55 version for windows.
Nice job , nice community.
3 update in less of 1 month .

Gooo Fedora.
I've been waiting on more testing before I announced it properly, but yeah 0.55 is now out.
Windows binaries are on http://fedoraco.in/ and the code is on the github.
If you run a pool it might be best to stick with 0.5 for now, I've had some reports of pools crashing with the newest version
This version doesn't cause a hard fork so you can stick with an older version if you like (0.43+), but it's still recommended to update to it (On Windows at least, it seems to be running fine there)

0.55 update:
- Rebase us to Litecoin instead of DogeCoin
- Update to latest Litecoin code (which brings us all the new features from Litecoin 0.6 onwards)
- Rearrange tabs on wallet to show icons on the left side
- Use a sexy new icon for the splash screen and program icon

Enjoy Cheesy If any pool owners try it out and happen to run into any issues feel free to join the IRC and let me know (webclient link is on http://reddit.com/r/fedoracoin sidebar, or join #TIPS on freenode, I'm under tipsfedora on there)

It might also be worth joining the IRC even if you aren't a pool owner, we'll have a few nice features to announce soon that should set us apart from other coins Wink
71  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TIPS] FedoraCoin - Euphoria - Enlightenment - Intelligence on: January 27, 2014, 08:01:44 PM
I like how TIPS is gaining so much traction other coins feel the need to spam in the thread Roll Eyes

Here's a nice picture someone sent earlier, just to show how popular we are right now:

This pic is outdated too, we have 46 retweets now compared to 30 for the other coins Tongue
72  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TIPS] FedoraCoin - Euphoria - Enlightenment - Intelligence on: January 26, 2014, 10:23:10 PM
Sorry for my disappearance everybody, I explained it all over at reddit. I expect you'll probably be seeing my personal info show up somewhere soon.

Anyway now that I'm back I wanted to return with a bang, that's why I just pushed out the 0.50 update

0.50 update:
- Fixes the peer discovery/wallet sync bug (more below)
- Adds -walletnotify (thanks to icanprogram!)
- Fixes GetNetworkHashPS function using the wrong block count and not converting parameters
- Update font to look more euphoric

There was a problem where people couldn't sync with the network, this was down to me making the peer discovery only use one room since I didn't want the (at the time) small userbase to be split into different rooms. Thanks to the recent surge in activity that room got filled up and new people couldn't join. 0.50 fixes this by splitting people into 25 different rooms, which should be enough for the time being.

Because of this you might be waiting a short while for connections while the room you're assigned to fills up. Don't worry though as this shouldn't take too long as people update to 0.50.

Windows binaries and Linux tarball available at http://fedoraco.in/, an OS X 0.50 wallet will be compiled soon
As always the latest code is available at github, https://github.com/fedoracoin/fedoracoin.

Enjoy Cheesy
73  Alternate cryptocurrencies / Altcoin Discussion / Re: Coingen.io let you create your own SHA256 coin or Scrypt coin on: January 07, 2014, 10:03:37 AM
Selling binaries of open source code? Check
Withholding the code so you can sell a "remove branding" option as an extra? Check
Forcing people to pay extra for open source code? Check

Someone should probably make the bitcoin/litecoin devs aware of this, I bet they won't be too happy about it.
74  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TIPS] FedoraCoin - Euphoria - Enlightenment - Intelligence on: December 30, 2013, 12:56:49 AM
Hi!...So what more are you adding , and what can we expect?
Also anynews about Cryptsys?
Well I just launched our first dice game at http://dice.fedoracoin.net/, we've already had 30+ winners in the last few hours!

There's also been some mentions of a payment processor in the works on IRC, right now there's legal issues that need to be sorted out but we should hear more about that soon.

Not sure about Cryptsy though, somebody on IRC said it was being worked on but I'm not really sure what they meant, I haven't seen Cryptsy themselves confirm anything yet, keep your fingers crossed though

Edit: Don't forget to vote on https://cryptsy.freshdesk.com/support/discussions/topics/46339 for us!
75  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TIPS] FedoraCoin - Euphoria - Enlightenment - Intelligence on: December 30, 2013, 12:49:41 AM
Its been a fun ride Smiley
Again thanks for all your hard work, we'd be nothing without your help Wink
76  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][TIPS] [0.43 REQUIRED HARDFORK UPDATE!] FedoraCoin - Euphoria - Enlightenme on: December 30, 2013, 12:37:39 AM
I disappear for a day to see family and people start spreading rumors of how the coin is dead, just as we're adding more to it!

Anyway I've made a new thread in order to move the thread to a new owner (me) here, MystPhysX can close this one now, thanks for your help Myst!
77  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN] TiPS ★ Kimotos Gravity Well ★ World first coin anonymizer launched! on: December 30, 2013, 12:36:34 AM
17 February 2014 - TiPS (FedoraCoin) releases world first coin mixing/anonymity feature, a first for any coin.


Mixing service is completed and version 0.60 is released!

Download from http://fedoraco.in/
Info and changelog available here
If your client has stuck syncing, update your wallet to 0.60 and clear your cache




"In this moment I am Euphoric, not because of any government's own archaic Fiat system, but because of the power of my own FedoraCoin mining rig" ~ DeShizz
"TIP of the hat, wag of the DOGE." ~ waspbr


Specifications:
Algorithm: Scrypt
Max Coins: 500,000,000,000
Block Time: 60 seconds
Difficulty Retarget Time: 10 minutes
Premine: 3 blocks as test. (Original ANN: https://archive.installgentoo.net/g/thread/38958517#p38963172)


Rewards (UPDATED 04/02):
Block 0 - 51,999: 0-5,000,000 FedoraCoin reward
Block 52,000 - 103,999: 0-2,500,000 FedoraCoin reward
Block 104,000 - 207,999: 0-1,250,000 FedoraCoin reward
Block 208,000 - 415,999: 0-625,000 FedoraCoin reward
Block 416,000 - 831,999: 0-312,500 FedoraCoin reward
Block 832,000 - 1,663,999: 0-156,250 FedoraCoin reward
Block 1,664,000+: 50,000 FedoraCoin reward


Downloads:
You can download compiled wallets for Windows and Mac OS X at http://fedoraco.in/
The source code is available at http://github.com/fedoracoin/fedoracoin
It's recommended that Linux users build it themselves, although we do have an AUR package courtesy of mxtm.


Communities:
IRC / Live Chatroom: freenode #TIPS (NO BEGGING HERE)
/r/FedoraCoin
/r/fedoracoinmining
/r/FedoraCoinTalk
/r/TIPmarket
/r/FedoraCoinBeg


Pools:
(want your pool added to this list? Join us on IRC and message tipsfedora!)
FedoraCore - 1% fee, managed by invisibel (offline pending server move)
PCFiL - 1% fee, managed by PCFiL
ChickenStrips - 0.5% fee, managed by chisefu
Coin-Pool.org - 1% fee, managed by speed-
SuchPool - 1% fee, managed by CryptoSiD
DedicatedPool.com - 2% fee, managed by binaryclock


Logo contest currently on hold!


TIP the developer: EaZ8B3GhK758JXZwKEAjM5YB4rxUTBJhL3
TIP the mixer: ETiPMiXedut8GPBug1hzSJzBDsx4xG6ww6
78  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][TIPS] [0.43 REQUIRED HARDFORK UPDATE!] FedoraCoin - Euphoria - Enlightenme on: December 26, 2013, 09:55:51 AM
The difficulty looks like its fixed now  Grin
79  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SBC] From Death Comes Life – The Rebirth of StableCoin - URGENT UPDATE on: December 26, 2013, 01:47:20 AM
Just FYI, FedoraCoin adapted SBC's 1.4 difficulty algo for itself but it turns out the difficulty only adjusts up, not down, eg. we had 1gH/s when FedoraCoin started and the difficulty jumped to 38+, but when people left and the hashrate went down to 400mH/s the difficulty didn't change, and it hasn't changed since, so we had to go back to DogeCoin's difficulty algo for now
Doesn't mean that it is same with SBC. Since that would be a problem. I also think there was a larger hype at the begining as it is with every coin but it stabilize after a while. If such an issue exists with StableCoin hope it will get fixed.
It probably does, looking at the difficulty for SBC it doesn't seem to have dropped once since their new algo came in.

I think I've figured out why this is, in the new algo (and the one FedoraCoin adopted up until block 2500, for any fedora fans reading) he does
Code:
nActualTimespanMax = nTargetTimespan * (112/100); //12% down
nActualTimespanMin = nTargetTimespan * (100/111); //10% up
Where nActualTimespanMax/nActualTimespanMin and nTargetTimespan are all int64's, and from what I remembered int64's couldn't do floating point arithmetic directly without something bad happening

So I wrote some simple code to test it (long long is the VC++ name for int64):
Code:
	long long nTargetTimespan = 600;
long long nActualTimespanMax = nTargetTimespan * (112 / 100); //12% down
long long nActualTimespanMin = nTargetTimespan * (100 / 111); //10% up

float expectedMax = (float)nTargetTimespan * (float)(112.f / 100.f);
float expectedMin = (float)nTargetTimespan * (float)(100.f / 111.f);

printf("ActualTimespanMax: %lld, ActualTimespanMin: %lld, expectedMax: %g, expectedMin: %g", nActualTimespanMax, nActualTimespanMin, expectedMax, expectedMin);

Which output:
Code:
ActualTimespanMax: 600, ActualTimespanMin: 0, expectedMax: 672, expectedMin: 540.541

So yeah, something is definitely wrong, he needs to fix this asap otherwise the difficulty will probably stick for SBC miners too, wish I found this out before I switched back to DogeCoin's algo, I don't think the FedoraCoin miners would like another hard fork update so soon...
80  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][TIPS] [0.43 REQUIRED HARDFORK UPDATE!] FedoraCoin - Euphoria - Enlightenme on: December 25, 2013, 08:00:33 PM
The first FedoraCoin faucet is now open! Win between 1 and 1000 TIPS every 12 hours!
(bonus, till 12pm GMT tomorrow, which is when Christmas is over around the world, you'll get double faucet drips!)

http://faucet.fedoraco.in/ or http://faucet.fedoracoin.net/ or http://207.12.89.21/faucet/

It's a bit basic right now but our HTML designer is looking into making it better  Grin

The source code for it is available at
https://github.com/invisibel/fedorafaucet
Pages: « 1 2 3 [4] 5 6 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!