Bitcoin Forum
June 21, 2024, 07:41:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 6 »
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN: WORLD FIRST COIN MIXING FEATURE] 0.56 HARD FORK UPDATE! [TIPS] FedoraCoin on: February 10, 2014, 11:12:19 AM
Looks like the KGW kicked in fine Smiley A few hiccups but it seems its gone back to normal now
Small update: the mixer is complete! Anyone can run a mixer node so long as they contact me to check it and announce it, mixer nodes get an extra 2% on top of every transaction processed by them.

I only have to fix two small things (unrelated to the mixer, they're to do with the new RPC user system) and then I can put out a release candidate for testing, once the testing is over I'll fix up any small leftover bugs (if any) and put out a full release!

Changelog of things implemented in 0.60 so far:
Quote
    - Coin mixing (decentralized, new mixers can be announced/revoked via announcements, 2% fee on mixed transactions goes to nodes that mixed for you)
        - Added announcements, copy of alerts system, for announcing new mixing nodes (and creation/signing/sending/list commands)
        - Update sendtoaddress/sendfrom/sendmany to allow sending mixed transactions by appending :mixed to the end of accounts/addresses

    - Add RPC user system (users stored in leveldb database, can be added by admin account with adduser/authuser commands)
        - Add passwd command (users can change password / admin can change user passwords)
        - Add admin-only command root to find root username
        - Add rootuser to getinfo command output (admin-only)
        - Add whoami command to display logged in user name

    - Add getchainvalue command to display total mined coins
    - Updated alert key + add new admin-only alert creation/signing/sending commands
    - Fix RPC server access from JavaScripts / web wallets
    - Change miniTIPS/tinyTIPS to thousands and millions
    - TestNet fixed (generate genesis block, update hashes etc..)
    - Update block checkpoints
    - Rearrange code (no more warnings!)
    - Update int64 -> uint64
    - Update NSIS script + icons
    - Make splash screen transparent

Todo:
Quote
- per-user wallet encryption
- sendtoaddress command still sends coins from the whole wallet, not just a single users

Once I finish those two things on the todo prepare yourselves Cheesy

Edit: also I should mention in the recent server move I seem to have lost the keys for the old mixer addresses, which means ~15M worth of coins has vanished... Until I manage to recover them somehow the new mixer address is ETiPMiXedut8GPBug1hzSJzBDsx4xG6ww6, I've backed up the keys for this address on a few different locations now so there should be no chance of losing the coins again.
Any donations toward it are appreciated Smiley
42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN: WORLD FIRST COIN MIXING FEATURE] 0.56 HARD FORK UPDATE! [TIPS] FedoraCoin on: February 08, 2014, 10:48:30 PM
80 blocks to go!
By the way the old block explorers are broken atm and the owner's away, there's a working one over at http://198.144.178.108:2750/chain/Fedoracoin though.

Also in case anyone is wondering coin mixing will probably take another week, but don't worry though as I've been hard at work, here's a changelog of things added so far:
Quote
0.60 changelog
    - TestNet support
    - Beta coin mixing support (single mixing node right now)
    - Add RPC user system (users stored in database, can be added by admin account with adduser/authuser commands)
        - Add passwd command (users can change password / admin can change user passwords)
        - Add admin-only command root to find root username
        - Add rootuser to getinfo command output (admin-only)
        - Add whoami command to display logged in user name
    - Add getchainvalue command to display total mined coins
    - Updated alert key + new alert creation/signing/sending commands
    - Allow RPC server access from JavaScript requests / web wallets
    - Change miniTIPS/tinyTIPS to thousands and millions
    - Update block checkpoints
    - Update int64 -> uint64
    - Update NSIS script + icons
    - Rearrange code (no more warnings!)
    - Fixups for MSVC 2012 / Qt 5
    - Fix genbuild.sh
    
NOTES:
    - still need to add mixer node announcements/revokements etc
    - sendtoaddress command still doesn't take user / users addresses into consideration yet
          
Technical info of above:
    - fix testnet (generate genesis block, update merkle root, update checkpoints)
    - update alert keys
    - add generatekey/createalert/signalert/sendalert admin-only commands
    - add Access-Control headers to allow client-side JS to connect to RPC
    - add RPC user system
        - add adduser/authuser admin-only commands
        - add root (find root username) admin-only command
        - add rootuser to getinfo output (only shows for admin)
        - add whoami/passwd commands
        - changed certain commands to only run if user is admin

    - add beta coin mixing support (still have to add mixer announcements/revokements/network testing)
    - add "anonymize coins" checkbox to send coins form and update rpc commands to allow :mixed after addresses
        (see help messages for sendtoaddress/sendfrom/sendmany)
    - add mixing fee display
    - hide boost warnings (no more warnings!)
    - change miniTIPS/tinyTIPS to thousands and millions
    - add getchainvalue command (total mined TIPS up to block N)
    - update checkpoints
    - update int64 -> uint64
    - update nsis logos/icons
    - fix nsis script file
    - rearrange code
    - fixups for MSVC 2012 and Qt 5.1
    - fix genbuild.sh
0.60 will be a nice update Smiley

Now that I've updated the alert keys I can send alerts through the network informing people about updates and changes, etc. The key will probably be shared with other developers later on in case something happens.

Also the new RPC user system means that you can create extra RPC users who only have access to accounts they've created on the server, basically allowing anyone to host a web-wallet!

We'll probably talk more about web-wallets later on when we have more news to share Wink
43  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN: WORLD FIRST COIN MIXING FEATURE] 0.56 HARD FORK UPDATE! [TIPS] FedoraCoin on: February 04, 2014, 06:34:40 PM
If you've been having troubles connecting recently I'm sorry for the (brief) downtime. I updated our P2P port numbers on the daemon since some peoples ISPs were blocking access to those ports but I'd forgotten to update our dns seed node to use those ports after I updated the seed node to 0.56, it should be resolved now though and you should be able to connect fine Smiley
44  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN: WORLD FIRST COIN MIXING FEATURE] 0.56 HARD FORK UPDATE! [TIPS] FedoraCoin on: February 04, 2014, 06:11:49 AM
I am having issues with the new wallet , both the 'windows installer' version & the zip. Have tried 3 downloads of each, both giving problems. Known issue? Help? Advise?     (win 7 Ult 64)
I've heard some people have issues with the downloads, we're trying to get extra mirrors for them but until then try clearing your cache, it might help you download them.

Also we might have some more big news to share soon, just need to speak with everyone tomorrow and make sure they're on board. I won't announce anything yet as I'm not fond of making announcements and being forced to work on them, but I'll probably announce it after we've gotten the mixing service released.

Small scratchpad for things I'm going to implement for the mixing service
Code:
1) Nodes are announced over the network by me via transactions. No hard fork is needed to implement this, it's a simple matter of
a. Node owner contacts me asking if they can be announced
b. I check their security, ensure everything is configured properly
c. I receive their public key and addresses
d. Using my special announcement address I send a transaction to another of my addresses, with the mixers public key + addresses embedded as 0 value transaction outputs (along with flags in the data saying if it's being announced or revoked)

Embedded TX data looks like:
[4 byte flags field]
[256 byte node public key field]
[20 byte node receiving address public key]
[20 byte node sending address public key]

e. Clients see this transaction, check if its from my announcement address then decode and add the mixers public key, along with the mixers receiving address and sending address to a list of mixers built into the daemon
f. New clients, while downloading the blockchain, when they see a transaction from my announcement address they do as above.

2) Node revocation works much the same way as above, except the flags field specifies a removal bit and the receiving address, no need for public key or sending address

3) Automated way of checking if nodes actually send out data, works like:
a) Someone sends a TX to be mixed
b) Network sees the TX being sent to known mixer receiving address
c) Clients on network keep a tab on the mixers sending address to make sure it actually sends coins with equal or more value out in the next 8 (extra minute for slow networks) minutes
d) If it doesn't the node must be offline and it gets removed from all the clients mixer lists
This would also apply while people download the blockchain, the only way to be readded is for me to issue another node announcement.

4) A ping-pong system to check if nodes are online, receiving nodes that get added by me get added to a script that automatically sends 1 coin without any mixing data embedded. Works like
a) My script sends receiving address 1 coin, with a 0 value transaction output specifying my own address (in a format different to normal mixing data, this wouldn't be encrypted and would only need a single output)
b) Receiving node receives the coin, does the normal mixing procedure
c) Sending node sends the coin back to me
d) My script marks the node as still online

If I don't receive the coin back then the node must be offline and a revocation message is issued to the network saying that the node can be removed.

TODO:
1) make mixer scripts allow for transactions with value of 1 to be sent to the sending node and sent out without any fees or encryption of the tx data needed
2) set the encrypted mixing data (when decrypted) to be completely random and then write the mixing data over it, along with the number of tx's to send.
3) ??? (TBA)
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN: WORLD FIRST COIN MIXING FEATURE] 0.56 HARD FORK UPDATE! [TIPS] FedoraCoin on: February 04, 2014, 03:10:35 AM
Any updated pool out there?
FedoraCore (http://core.fedoraco.in/) just got updated to 0.56

why are you changing the reward system , it looks like a scam now , because you are trying to pump the price by cuting the rewards in half  
We were meant to cut the block rewards in half ages ago but I delayed it since people made me realize how soon the rewards would end (see https://github.com/fedoracoin/fedoracoin/commit/da59a374356235a567a964257e9c0730593b7b2c)
Now I realize delaying it wasn't the best option, we've already mined almost 130 billion coins, over 20% of the total.
46  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN: WORLD FIRST COIN MIXING FEATURE, BETA RELEASED 02/02/14] [TIPS] FedoraCoin on: February 04, 2014, 01:45:44 AM
Is mixing service in a working state?

stablecoin dev never deliver his promises. It's a deadcoin.
Yep, we have a working beta, it's not fully publicly released yet though. Should be ready for a full release in the next week or so.

0.56 RELEASED: HARD FORK UPDATE

- Changes P2P port from 22889 to 44889
- Remove some small DogeCoin references
- Changes difficulty algo from block 51000+ to use KGW (takes effect in about 2 days)
- Changes block rewards (new rewards described here http://pastebin.com/Ka389WQ3)
Block reward will be halved at block 52000 (about 3 days from now!)

Update should be available on http://fedoraco.in shortly. The github is already updated to it.
If you used the installer you might have to uninstall the older version first!
Don't worry though as it should leave your wallet intact, but you should always backup your wallet before updating though!

Windows builds are up! Tarball and AUR update soon, OS X update later on.. if you know how to build for OS X please get in touch!
47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN: WORLD FIRST COIN MIXING FEATURE, BETA RELEASED 02/02/14] [TIPS] FedoraCoin on: February 03, 2014, 11:32:38 PM
To be honest I wish I'd pre-mined a bit more for the mixer Tongue It wasn't originally part of our plan though.
If anyone feels generous the mixers address is ETSzZNZyAt1XhbKUReneEb5YkmMjVXTzBy, I won't see those coins at all, they'll only be used to mix other peoples transactions.

We've got some nice things coming on the horizon too, we might not need to implement the gravity well since icanprogram has a neat idea concerning block rewards. I'll have to delay the release until I've heard him out properly but rest assured that a fix for the multipools will be coming soon Smiley

We may also be relaunching FedoraCoin soon with a whole new image, the new guy we have on board (not sure if he wants to be named) is an amazing graphics designer and has some great ideas on how to make FedoraCoin more accessible to the normal person. You'll hear more about that very shortly Wink
48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN: WORLD FIRST COIN MIXING FEATURE, BETA RELEASED 02/02/14] [TIPS] FedoraCoin on: February 03, 2014, 04:51:48 AM
I'm kinda confused by the FedoraCoin developments recently. When Fedoracoin first came out it was marketed as a "joke" / "tipping" coin similar to dogecoin. I even mined some.

But now with the recent development updates it seems you're taking what used to be a joke coin and trying to make it a more serious coin with new features, but you're still stuck with the old fedoracoin image.

Why not create a new coin with these features? I just can't imagine owning "fedoracoin", the image of the fedora makes me still think it's a joke coin.
The difference between Fedora and DOGE is that DOGE has an already popular meme backing it up, meanwhile Fedora only had a meme that was mostly known by the most scummiest places of the internet (4chan, /r/atheist, etc..)

This was by design, I didn't mean for Fedora to get value. Initially I only wanted it to be used as a coin you can throw around, not something that would become valuable.

Since then though the value of it skyrocketed (from what it was before at least) and I've since realized that the only way to take it even further is to change the direction of it. There's a lot of people who've invested in Fedora now and I don't want them to lose out because they took a gamble with us.

Fedora doesn't have to be a joke, the only places that think of it as a joke are 4chan and some reddit subreddits. To normal people a fedora tip is a gesture, a sign of approval. It's only the -- for lack of a better term -- "edgy" sites that twist it around to make it seem bad.

If DogeCoin holders can revive the Doge meme (lets face it, before DogeCoin came around it was hardly being posted anymore) then I think FedoraCoin holders can turn fedora tips back into their original meaning too.

We've also got a great new guy helping us out now who has a lot of experience with brand management and marketing, he's worked with many big companies in the past and we're pretty lucky to have him aboard. You should be seeing some of his work soon Wink

Will there be a reduction of total coins (similar to kittehcoin) ?

In my opinion,

With multi pool protection and scarcity of coins #TIPS and #MEOW have the opportunity to make it into the top 10 market cap.
That's not a bad idea actually, seeing as we're changing direction from being a joke-coin into being a valuable commodity it'd only be suiting to change from our joke coin-limit/block rewards too. I'll have to discuss this in the IRC. (Once the freenode netsplit is over with any way  Roll Eyes)
49  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN: WORLD FIRST COIN MIXING FEATURE, BETA RELEASED 02/02/14] [TIPS] FedoraCoin on: February 02, 2014, 10:13:34 PM
As long as something is being done Tongue from my experience as a miner, both options are doing a fine job of getting rid of multi pools (not totally tough.) Can we expect this update in the next following days invisibel ?
If all goes well then hopefully tomorrow Cheesy I just need to do some more research first and make sure it'll benefit us, nothing is set in stone though, we might choose to use a different algo altogether. Once I've decided I'll let you guys know Wink
50  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SBC] From Death Comes Life – The Rebirth of StableCoin - URGENT UPDATE on: February 02, 2014, 10:04:00 PM
No problem. Would you ever consider working on StableCoin? It does have better name Wink

I was actually thinking of asking artos if he would accept me into the dev team before I started on FedoraCoin, but from what I'd heard at the time it sounded like he wanted to work on it alone. If this has changed he can always feel free to get in touch with me Smiley

Thanks invisibel for the extra information. Don't worry nobody is adverse to you posting on here, at least I'm not! It's good that you've done something positive to move the features forward and found what is workable from your viewpoint. As I posted over on your thread, good luck with it, nice to see development happening.

That's great, I was worried that people here would start to hate me/FedoraCoin because we'd managed to implement it first. As I said above if artos wants any help with it he can always get in touch with me, I'd like to see StableCoin succeed too Cheesy
51  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SBC] From Death Comes Life – The Rebirth of StableCoin - URGENT UPDATE on: February 02, 2014, 09:51:42 PM
TIPS claims to have succeeded in implementing the mixing service.
https://bitcointalk.org/index.php?topic=391192.1140
If this is true, SBC is in for a tough ride ahead.
This alleged mixing service lacks the anonymity algorithm that SBC has.  Under artos' system, there is an 80 character random chain added to each transaction to obscure the address . . . here's the description:

We still will be able to offer a better, superior product, but artos had better hustle his bustle on finishing.

Also, this is only a beta announcement.  They still are about where we are, except they are making the beta public.

Let's not surrender until the battle is engaged, at least.

FedoraCoin actually adds a 200+ byte (or character) random padding to the mixed transaction, which is then encrypted.
I didn't even intend to add it, but the RSA encryption we use forces us to use 256 bytes minimum to store transaction data inside, so we may as well make use of it Smiley

Sorry if it seems like I'm advertising, just spreading facts, I'm also a StableCoin supporter too (I helped to write some stuff on the wikipedia article before it got deleted, and also own a nice share of StableCoins) and I'm pretty interested in how artos plans to add his mixing feature.

EDIT: If artos needs any advice about adding it feel free to get in touch, I'd like to see StableCoin succeed also. I noticed a few issues with the original way he posted about how he was implementing it while I was adding the mixing feature to FedoraCoin, nothing major though, the way he plans for it still seems pretty tight. Just some small things that can turn into a real headache.
52  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN: WORLD FIRST COIN MIXING FEATURE, BETA RELEASED 02/02/14] [TIPS] FedoraCoin on: February 02, 2014, 07:49:13 PM
Alright guys, we've chosen to delay the public release of the mixing feature until we've added support for multi-mixing nodes, which may take a few days (but then again I told people that coin mixing would take a week or two and I had it done in less than 12 hours Tongue)
We'll probably be dropping the difficulty fix update before that though since it desperately needs fixing. Since it'll be a hard fork update make sure to watch this thread and keep up to date!

Why choose kimoto gravity  over re-target at every block?
As far as I know retargeting every block with the current algo is really inaccurate toward the hashrate of the network, that's why gravity well was made, to retarget every block, accurate to the network hashrate.

This is what I've gathered so far though, I might be wrong, there really isn't a lot of info about it out there. To be honest I'm surprised so many coins use it while it's hardly documented.
53  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN: WORLD FIRST COIN MIXING FEATURE, BETA RELEASED 02/02/14] [TIPS] FedoraCoin on: February 02, 2014, 03:00:25 PM
any proof of this supposed coin mixing feature?
Join the IRC, download the beta client and try mixing some coins with it Smiley

Code is also available on IRC so you can see how the coin mixing works, I'll be committing it to github shortly
54  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN: WORLD FIRST COIN MIXING FEATURE, BETA RELEASED 02/02/14] [TIPS] FedoraCoin on: February 02, 2014, 01:29:26 PM
Sorry i meant the full release. Not the beta client.

Also hows the beta client been going?

irc doesn't work. message about a ddos.
Ah, well it should be ready in the next few days, it'll also bring the gravity well difficulty algo with it so the next update will be required for people to update to.

Mixing service beta is working well so far, haven't received a single report of missing coins so it seems to be running pretty smoothly, although only a small amount of transactions have been made with it so far, we need more testers to help out.

And yeah kiwiirc have been having some troubles lately, I can still connect fine with it though.
55  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN: WORLD FIRST COIN MIXING FEATURE, BETA RELEASED 02/02/14] [TIPS] FedoraCoin on: February 02, 2014, 12:54:30 PM
Whens the coin mixing feature going to be released?
A beta is already available on the IRC, I would post it here but I'd rather testers come on IRC so that they can let us know if anything goes wrong.
A web-client to join us is at https://kiwiirc.com/client/irc.freenode.net/#team-tips
56  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN: WORLD FIRST COIN MIXING FEATURE, BETA RELEASED 02/02/14] [TIPS] FedoraCoin on: February 02, 2014, 09:05:01 AM
No, people will not like a 2% fee on all transactions.  And if privacy is not on by default, most people will not use it.   The privacy enhancing tools that have been most succesful are the ones that are always on, automatic.   SSL is probably the best example.

Also, if all coins are mixed, then that greatly improves the untraceability of the coins that NEED to be mixed, as they are no longer a special, interesting case and higher volumes make it harder to analyze by amounts, timing, etc.

So basically, I believe that the first coin to get perfect fungibility by default will be a real winner.   Maybe it can be Fedora, or maybe it will be ZeroCoin, or DarkCoin, or AnonCoin, or something unheard of yet.

Anyway, I'm very glad to see progress in this space.
Those are some good points, I'll have to have a think about them. There could be a way that we can make every FedoraCoin user/daemon into a mixing node, hmm...

How could I could about creating a mixing node?
The way I'm thinking of would require node operators to sign up with the dev. team and be closely monitored to make sure that their service is safe, secure and untraceable, this could change though.

Gravity well algo doesn't  reset the current Fedora, right?
Thanks, and good work.
Nope, the algo change would just result in a hard fork, meaning everybody would have to update before a certain date (probably a week after the public release) otherwise they'd be mining on the wrong block chain.
57  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN: WORLD FIRST COIN MIXING FEATURE, BETA RELEASED 02/02/14] [TIPS] FedoraCoin on: February 02, 2014, 04:26:59 AM
Qs:

1) Does either party (sender or receiver) have to be running Tor?   ( if so, that seems like a barrier to use. )

2) What happens if either party is not running Tor?

3) Any chance of send-by-mixing becoming the default?   This would greatly improve fungibility of the coins.

4) I would suggest creating new APIs rather than adding new params.  The reason is that many people are writing tools that interact with multiple coins and pretty much expect the bitcoin RPC API.    And unfortunately named params (json 2.0) are not supported yet.

1) Nope, only the mixing nodes have to use Tor, the users themselves can use the network as usual

2) They're still secure, the senders transaction data is encrypted with the mixing node public key, so only the mixer can decrypt it. The receiver gets the coins from the mixing nodes sending address, so there's no way to trace it back to the sender.

3) Maybe, right now there's a 2% fee charged on top of mixing transactions though to support mixing nodes and give them an incentive to operate, I'm not sure if many people would like a 2% fee on top of all their transactions.

4) I had the same thought about tools being incompatible, maybe separate commands would be better like you said. I was thinking of just adding the params to the end of the commands but then you'd have to fill out each parameter, adding new commands sounds easier to manage though (and less chance of accidentally not doing what you intended).
58  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN: WORLD FIRST COIN MIXING FEATURE, BETA RELEASED 02/02/14] [TIPS] FedoraCoin on: February 02, 2014, 03:54:25 AM
How the hell is this the first coin mixing service.

https://bitcointalk.org/index.php?topic=402095.0


Seriously.
It's just announced (since months). Nobody knows if even one line of code is written so far. TIPS mixing is currently in a running beta. You get the idea...
Exactly, as a holder of StableCoins myself I've been waiting on it's mixing service to come about with great hopes for it. Sadly it seems that the developer announced it and hasn't done much since. The beta signups were a good step in the right direction but I haven't heard anything since then.

I'm not sure what's taking them so long, the way I implemented it in FedoraCoin is almost exactly the same way they planned it for StableCoin, but we managed to get a actual proof of concept running in less than 6 hours, with a working usable beta running in less than half a day. Compare this to StableCoins 6+ months of waiting and you'll see why I'm surprised it's taking them so long.

I actually hope that StableCoin manages to bring it out soon because I'm interested in how they plan on implementing it, the way that artos originally described seemed good on paper but when it came down to developing it I realized it'd require everybody to be running the latest version, which would be a miracle in the world of cryptocoins (There's still people running FedoraCoin 0.43, which is 2 versions older than the current version!)

I wish the best to all StableCoin holders. Maybe now that there's a competitor with an actual working mixing service this will help to bring StableCoins service up and running soon.
59  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TIPS] [ANN: NEW COIN MIXING FEATURE BETA RELEASED!] FedoraCoin on: February 02, 2014, 03:09:22 AM
Also forgot to mention, we will likely be using the gravity well algo in the next public update, unless anyone has any major issues with it. From what I've seen coins that use the gravity well algo no longer have trouble with multipools.

So before the gravity well is implemented get mining! The difficulty is still low right now so you can make quite a lot of TIPS while helping the network out too!

ABOUT time thats what everyone here really wanted to see!
I need to do some more research first to make sure it'll be good for us but it'll definitely be in the next update. Once it's released we'll probably give people a week to update to it before the difficulty changes take effect, if you haven't updated by that time you'll be stuck on an different chain to the rest of us, so be sure to keep up to date!
60  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TIPS] [ANN: NEW COIN MIXING FEATURE BETA RELEASED!] FedoraCoin on: February 02, 2014, 02:45:55 AM
Also forgot to mention, we will likely be using the gravity well algo in the next public update, unless anyone has any major issues with it. From what I've seen coins that use the gravity well algo no longer have trouble with multipools.

So before the gravity well is implemented get mining! The difficulty is still low right now so you can make quite a lot of TIPS while helping the network out too!
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!