Bitcoin Forum
May 14, 2024, 02:39:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 [481] 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 ... 612 »
  Print  
Author Topic: [SDC] ShadowCash | Welcome to the UMBRA  (Read 1289610 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
dasource
Hero Member
*****
Offline Offline

Activity: 821
Merit: 1000


View Profile
October 18, 2015, 06:27:57 PM
 #9601

Less than 6 hours to-go before the hard fork @ 19th of October 00:00 UTC




Update: Thursday, October 1, 2015

Hello everybody,

It’s time for another development update to bring you up to speed with recent changes in the Shadow project.

The last weeks our main focus has been on the successful implementation of the HD Wallet into the ShadowCore platform, fixing GUI issues, bug smashing, testing, testing and more testing. While Tecnovert, St3bas and myself have been working on getting new Shadow components ready for our upcoming releases, a team was set up and is currently updating the documentation and writing new tutorials to help users navigate through the various features that are available for Shadow. We have launched a new, up to date, documentation website (doc.shadowproject.io) and will be adding text and video based tutorials as we move along. Details about the documentation will be revealed on our official development blog (blog.shadowproject.io).

For now, let’s look at some of the updates in more detail.

Hierarchical Deterministic (HD) wallet
We have successfully implemented a BIP32 framework and keys (HD Wallet) on which we will be building many interesting features in the future. For now, we have implemented a hierarchical deterministic wallet; that allows you to recover all the keys in a wallet using only the master key.

The latest version of ShadowCore is released and contains lots of code improvements and bug fixes. The biggest change is the implementation of a complete HD Wallet and a totally new user experience for management of your wallet keys. This was a fairly extensive update from our core developers. You can view the full details of the 156 changed files with 17,818 additions and 2,451 deletions. There’s a summary of the changes in the release notes here.

HD wallets really opened up a field of possibilities for Shadow because they are useful for multiple aspects of the project. For example: the implementation was a big step towards the release of our decentralized marketplace because we will be using BIP32 keys for the market categories. They allow us to have tree level categories in messages, so people can subscribe and publish to certain categories.

This HD Wallet consists of the following implementations:
BIP-0032; hierarchical deterministic wallet
BIP-0039; mnemonic sentence for the generation of deterministic wallets
BIP-0044; multi-account hierarchy for deterministic wallets

Technical Aspects:
BIP32 - https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki
BIP39 - https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki
BIP44 - https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki

Below you will find some of the new features and advantages that these implementations bring to the Shadow platform:

- You now only need to create a backup on initial creation.
- Easily backup and restore your wallet without needing any other information (wallet backup and restore consists of simple list of 12 to 24 common words).
- Conveniently create a single backup of the seed in a human readable format that will last the life of the wallet, without the worry of this backup becoming stale.
- New receive and change addresses are used for each transaction.
- Easily and securely accessed your wallet from multiple devices (Desktop, Mobile).
- Use the same 12-24 mnemonic sentence as your Bitcoin HD wallet to create a Shadow wallet.
- You no longer need to create a physical backup that can be traced or linked to your identity (just make sure you remember the 12-24 mnemonic series of words).
- Use a single seed that generates all private keys (never lose any coins because you forgot to do a back up).

All of the above comes together into a very simple and elegant solution which brings you the first native hierarchical deterministic wallet on the Satoshi code base!

Hard Fork for Ring Signature update
We are ready to implement a new ring signature scheme on mainnet that is based on the efficiency improvement work of Adam Back and Andy Toshi. It offers a stunning >42% improvement over our current ring signature scheme. To add these changes we have implemented a hardfork for the 19th of October 00:00 GMT. Please make sure you have updated your client to the latest version before then.

To demonstrate the difference between the old and new ring signature scheme, see below for the before and after size of the data stored in the blockchain for a transaction with 16 ring signatures.

Before hard fork: ≈1.5KB
After hard fork: ≈1.11KB

To run the tests yourself, make sure you have all the dependencies needed to build the deamon, then cd shadow/src && make -f makefile.unix test, then ./testshadow -t ringsigtests -l all > ringsig_tests.txt.

*For more detailed information on the changes in this release please view: https://github.com/ShadowProject/shadow/blob/v1.3.3/release-notes.txt

ShadowCore v1.3.3.3 ***LIVENET***
Before downloading any of the files below, please make sure to backup your wallets first! The Shadow team uses Gitian as its software distribution method. Gitian uses a deterministic build process to allow multiple builders to create identical binaries. This allows multiple parties to sign the resulting binaries, guaranteeing that the binaries and tool chain were not tampered with and that the same source was used. It removes the build and distribution process as a single point of failure. We strongly advice you only download from official websites and if in doubt always double check.
Code:
http://shadow.cash/downloads/shadow_1.3.3.3_win32.zip 
http://shadow.cash/downloads/shadow_1.3.3.3_win64.zip
http://shadow.cash/downloads/shadow_1.3.3.3_linux32.zip
http://shadow.cash/downloads/shadow_1.3.3.3_linux64.zip
http://shadow.cash/downloads/shadow_1.3.3.3_macosx.dmg

Please note: Windows 10 pre-installed settings are privacy-intrusive by default, we highly recommend changing these settings. Go to: https://github.com/10se1ucgo/DisableWinTracking or http://windows.microsoft.com/en-us/windows/preview-privacy-statement for more information.

ShadowGo
The next release of ShadowGo is currently undergoing final testing. Once we have ironed out the last bugs we will move it to beta and begin public testing! This new version of ShadowGo uses the new SHA256 algorithm creating quite a number of improvements in terms of security, processing power and energy consumption; overall the update has resulted in a huge 60%+ reduction in the memory footprint of the application. To give you an idea the previous application used to consume between 650-750MB whereas the new one is ~100MB.

To give you a heads up, some of the new features will include:

- Latest HTML5 Interface (new responsive design)
- Thin mode support (less memory consumption)
- ShadowChat support (encrypted messaging)
- ShadowSend v2 support (private transactions)

ShadowGo sneak preview/promo video:
https://www.youtube.com/watch?v=iM414dJEWBM

ShadowMarket
Now that we have successfully managed to implement a HD wallet into ShadowCore we will be moving on to the next stage of ShadowMarket’s development! Let’s take a look at what our team will be working on next:

- ShadowCore V1.3.3.3 hardfork (19th October 00:00 GMT)
- ShadowCore GUI v2 (November 2015)
- ShadowMarket v1 (November 2015)
- Decentralized Escrow (tba)
- Voting + Feedback and rating system (tba)
- ShadowChat v2 (tba)

Now that most of our core developers are focussed on ShadowMarket’s development we’re getting closer to to finishing the first version (Alpha) of Shadow’s decentralized p2p commerce platform. Please note that the ShadowMarket Alpha testing phase will be exclusive and testing will only be available to a select number of people. Starting with community members that have made a donation or contributed to the Shadow project in the past. Stay tuned, because we plan to start sending out private invites around November this year!

That covers our development updates for now. As always, we look forward to hearing about your experiences and kindly request you send us your feedback on IRC or SLACK. You can stay up to date with our progress by registering to ShadowTalk, subscribing to our development blog or following us on twitter.

The Shadow Project
Rynomster (lead developer)

^ I am with STUPID!
1715697570
Hero Member
*
Offline Offline

Posts: 1715697570

View Profile Personal Message (Offline)

Ignore
1715697570
Reply with quote  #2

1715697570
Report to moderator
1715697570
Hero Member
*
Offline Offline

Posts: 1715697570

View Profile Personal Message (Offline)

Ignore
1715697570
Reply with quote  #2

1715697570
Report to moderator
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715697570
Hero Member
*
Offline Offline

Posts: 1715697570

View Profile Personal Message (Offline)

Ignore
1715697570
Reply with quote  #2

1715697570
Report to moderator
ffmad
Legendary
*
Offline Offline

Activity: 868
Merit: 1006



View Profile WWW
October 19, 2015, 07:10:57 AM
Last edit: October 19, 2015, 08:08:45 AM by ffmad
 #9602

Hey guys,
Got a bunch of SDC stuck on Cryptsy. Yeah, I know.
Anyway, this is the response they gave to my growing frustration:

Shadowcoin is offline until the developers fix the issue.
Our wallet will not stay online longer than 60 seconds and keeps throwing the following error:
Relaying wtx e0f6edc008
shadowcoind: key.cpp:470: void CExtKeyPair::EncodeP(unsigned char*) const: Assertion `pubkey.size() == 33' failed.
Until the developers resolve this issue there is nothing we can do


I don't know what this means, but I have no problem running the wallet, and neither does it appear other exchanges. Any thoughts other than 'don't use Cryptsy'?

A solution has been given to Cryptsy by Ryno. Now let's hope they answer and that they will update regularly in the future ....

Also ... we've forked ! Welcome to the new thinner ring signatures Smiley

nb: please update to the latest version of the wallet, which you will find there: http://shadow.cash/downloads/latest/. Some older version of 1.3.3.3 might not work well.

▄▄████████████████████▄▄
██████▀▀▀▀▀▀▀▀▀▀▀▀▀▀██████
████▀                  ▀████
███▀   ▄████████████▄   ▀███
███    ██████████████    ███
███    ████      ████    ███
███    ████      ████    ███
███    ████      ████    ███
███    ██████████████    ███
███    █████████████▀   ▄███
███    ████            ▄████
██    ████▄▄▄▄▄▄▄▄▄▄██████
▀█▄  ▀████████████████▀▀
fparticlf█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
█ ▀ ▀ ▀                    █
█                          █
█    ▀▀█▄                  █
█       █▀▀▀▀▀▀▀▀▀▀▀█      █
█        █▄       ▄█▀      █
█         █▄▄▄▄▄▄█▀        █
█          █▄▄▄▄▄▄▄▄▄      █
█      ▄▄▄▄▄▄▄▄▄▄▄▄▄█      █
█       █▀█      █▀█       █
█   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀   █
█        ▄  ▄  ▄  ▄        █
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
.Infinite .
.Markets.
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
█  ████  ████  ████  ████  █
█  ████  ████  ████  ████  █
█                          █
█  ████  ████  ████  ████  █
█  ████  ████  ████  ████  █
█                          █
█  ████  ████  ████  ████  █
█  ████  ████  ████  ████  █
█                          █
█  ████  ████  ████  ████  █
█  ████  ████  ████  ████  █
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
.Public or..
.Private  ...
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
█ ▀▀▀▀         ▀▀▀ ▀▀▀ ▀▀▀ █
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█                          █
█          ▄▄▄▄▄           █
█         █▀   ▀█          █
█        █▀     ▀█         █
█      ▄▄█▄▄▄▄▄▄▄█▄▄       █
█                          █
█       ▄▀▀▄   ▄▀▀▄        █
█       ▀▄▄▀▀▀▀▀▄▄▀        █
█                          █
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
.RingCT........
.Anonymity .
██████
██
██
██
██
██
██
██
██
██
██
██
██████
██████
██
██
██
██
██
██
██
██
██
██
██
██████
erok
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000


Avatars are overrated.


View Profile
October 19, 2015, 10:08:01 PM
 #9603

Hey guys,
Got a bunch of SDC stuck on Cryptsy. Yeah, I know.
Anyway, this is the response they gave to my growing frustration:

Shadowcoin is offline until the developers fix the issue.
Our wallet will not stay online longer than 60 seconds and keeps throwing the following error:
Relaying wtx e0f6edc008
shadowcoind: key.cpp:470: void CExtKeyPair::EncodeP(unsigned char*) const: Assertion `pubkey.size() == 33' failed.
Until the developers resolve this issue there is nothing we can do


I don't know what this means, but I have no problem running the wallet, and neither does it appear other exchanges. Any thoughts other than 'don't use Cryptsy'?

A solution has been given to Cryptsy by Ryno. Now let's hope they answer and that they will update regularly in the future ....

Also ... we've forked ! Welcome to the new thinner ring signatures Smiley

nb: please update to the latest version of the wallet, which you will find there: http://shadow.cash/downloads/latest/. Some older version of 1.3.3.3 might not work well.
I am pretty sure that thinner ring sigs equals more better. And I am also pretty sure that Cryptsy hasn't been good at updating wallets for at least a year now, maybe longer. Might be how their holdings are setup. I moved out of there a loooong time ago except for my BillMurrayCoin... which I need to GET OUT RIGHT NOW!

More importantly, GOOD JOB DEVS! Epic update.

"the destruction of privacy widens the existing power imbalance between the ruling factions and everyone else" -- Julian Assange
SebSebastian
Sr. Member
****
Offline Offline

Activity: 286
Merit: 250



View Profile
October 19, 2015, 10:47:26 PM
 #9604

Had a quick chat with someone called Millen on IRC earlier ("SebaSebastian" had been PM'ing him to ask if he wanted be part of great sdc pump chance for much btc profit!). Roll Eyes
He mentioned he's added a section for Shadow on his site Crypto Junction:  
  
https://cryptojunction.com/cryptocurrency/shadowcash/

     ShadowCash     |     ShadowSend     |     ShadowCore     |     ShadowChat    |     ShadowGo     |     ShadowMarket    
SebSebastian
Sr. Member
****
Offline Offline

Activity: 286
Merit: 250



View Profile
October 20, 2015, 12:04:15 AM
 #9605

Also shout out to Jimmies for helping bring crz's designs to life in the ShadowGo/ShadowMarket preview video. Damned fine work!





     ShadowCash     |     ShadowSend     |     ShadowCore     |     ShadowChat    |     ShadowGo     |     ShadowMarket    
vtr99
Legendary
*
Offline Offline

Activity: 1214
Merit: 1000

Never compromise your standards!


View Profile
October 20, 2015, 02:32:25 PM
 #9606

Hey guys,
Got a bunch of SDC stuck on Cryptsy. Yeah, I know.
Anyway, this is the response they gave to my growing frustration:

Shadowcoin is offline until the developers fix the issue.
Our wallet will not stay online longer than 60 seconds and keeps throwing the following error:
Relaying wtx e0f6edc008
shadowcoind: key.cpp:470: void CExtKeyPair::EncodeP(unsigned char*) const: Assertion `pubkey.size() == 33' failed.
Until the developers resolve this issue there is nothing we can do


I don't know what this means, but I have no problem running the wallet, and neither does it appear other exchanges. Any thoughts other than 'don't use Cryptsy'?

A solution has been given to Cryptsy by Ryno. Now let's hope they answer and that they will update regularly in the future ....

Also ... we've forked ! Welcome to the new thinner ring signatures Smiley

nb: please update to the latest version of the wallet, which you will find there: http://shadow.cash/downloads/latest/. Some older version of 1.3.3.3 might not work well.
I am pretty sure that thinner ring sigs equals more better. And I am also pretty sure that Cryptsy hasn't been good at updating wallets for at least a year now, maybe longer. Might be how their holdings are setup. I moved out of there a loooong time ago except for my BillMurrayCoin... which I need to GET OUT RIGHT NOW!

More importantly, GOOD JOB DEVS! Epic update.

I had about 3,000 SDC stuck on Cryptsy for over 2 1/2 months. They kept saying the wallet was under maintenance. During the same time I bought SDC on Poloniex, and from Shapeshift, and never had any problems whatsoever. Cryptsy has had problems in the past, but it seems things have gotten a lot worse since they decided to get involved in trading $. I have stopped doing business there. If a bank or exchange is keeping you from withdrawing funds, they better have a damn good reason. Not just sorry, the wallet is under maintenance for months!

My thanks to the SDC devs! Really excited about where this coin is going. The future looks bright...  Cool
LiteBit
Legendary
*
Offline Offline

Activity: 1133
Merit: 1050


View Profile
October 20, 2015, 03:35:16 PM
 #9607

Also shout out to Jimmies for helping bring crz's designs to life in the ShadowGo/ShadowMarket preview video. Damned fine work!






Looks tight! Would be sweet in landscape mode with encrypted chat on one side of the screen and products on the other  Cool
Blazin8888
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
October 20, 2015, 04:06:52 PM
 #9608

What makes SDC a better option to wash $ than DASH?
I am looking for some good points.


Keep up the hard work devs
Wheatclove
Hero Member
*****
Offline Offline

Activity: 606
Merit: 500


View Profile
October 20, 2015, 04:09:49 PM
 #9609

What makes SDC a better option to wash $ than DASH?
I am looking for some good points.


Keep up the hard work devs

That would be considered money laundering, which I doubt the devs will condone as it is highly illegal.
Automatic Monkey
Hero Member
*****
Offline Offline

Activity: 503
Merit: 500


View Profile
October 20, 2015, 05:01:59 PM
 #9610

What makes SDC a better option to wash $ than DASH?
I am looking for some good points.


Keep up the hard work devs

Easy, you tell me what you need, then we meet in a parking lot with our phones, you give me the dollars, I send you the SDT (already converted), the transaction is registered in less than a minute, and you drive away. Don't worry, everyone will think it's just a drug deal.

With the DASH mixers, bring something to piss in because we might be waiting there a long time.

Try ShadowCash, the first coin with instant and decentralized private transactions!
SDC address: SUPERMAN8eDvcPL6RWYMVwtPzUtqWi2zCr
Wallet Private Key: 7S6fJBEzXqJuuGCvEPcgBSbd5wmjVTvDj7591gNKcTmS7X47e98
Wheatclove
Hero Member
*****
Offline Offline

Activity: 606
Merit: 500


View Profile
October 21, 2015, 01:04:56 AM
 #9611

What makes SDC a better option to wash $ than DASH?
I am looking for some good points.


Keep up the hard work devs

Since CN anon is compromised by big bag holders I would say that DASH is as anonymous as SDC , maybe more. Theoretically a CN coin is capable of more given good distro. Look to Monero...

Then again... You know exactly what you're doing... looking for another pump

I hope you don't get it.. there is no innovation here.

HAHAHAHAHAHAHAHAHAHAHAHAHAH
Blazin8888
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
October 21, 2015, 01:54:32 AM
 #9612

What makes SDC a better option to wash $ than DASH?
I am looking for some good points.


Keep up the hard work devs

Since CN anon is compromised by big bag holders I would say that DASH is as anonymous as SDC , maybe more. Theoretically a CN coin is capable of more given good distro. Look to Monero...

Then again... You know exactly what you're doing... looking for another pump

I hope you don't get it.. there is no innovation here.

HAHAHAHAHAHAHAHAHAHAHAHAHAH

I have always wondered why there was so much hate directed towards SDC.

Seems like people see this coin as a threat.
-Lux-
Full Member
***
Offline Offline

Activity: 200
Merit: 100


View Profile
October 21, 2015, 04:19:22 AM
 #9613

its because its going to take over the game Grin Grin Grin

SHADOW ◈ Anonymous POS ◈ Ring Signatures ◈ Encrypted Messaging ◈
SHADOW ◈ Open Source Project ◈ User Friendly Wallet ◈ Built-in Anonymous Market ◈
SHADOWHOME PAGEFORUMWIKI
LiteBit
Legendary
*
Offline Offline

Activity: 1133
Merit: 1050


View Profile
October 21, 2015, 12:42:20 PM
 #9614

And stable coins BLOW PEOPLE'S MINDS  Tongue

They have no idea what to do with consistency.

If a coin doesn't start it's life in a 5 person vacuum, start trading with Mt Kilimanjaro and then die off like the Bonneville salt flats everybody in crypto world are like

Blazin8888
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
October 21, 2015, 06:11:19 PM
Last edit: October 22, 2015, 03:48:53 AM by Blazin8888
 #9615

Great things coming for SDC!
Good to see such a good community here.

So updates are set for November?
ontopicplease
Hero Member
*****
Offline Offline

Activity: 778
Merit: 1000


View Profile
October 22, 2015, 07:27:46 AM
 #9616

Hi, I am having SDC on cryptsy and want to withdraw, but it isn't possible because of maintenance. Does anyone know how long this is going on on cryptsy? SDC prices are also low there, so exchanging for BTC is not really what I am looking for. Any suggestions?
rustynailer
Hero Member
*****
Offline Offline

Activity: 725
Merit: 501


Boycott Qatar 2022


View Profile
October 22, 2015, 10:50:17 AM
 #9617

Hi, I am having SDC on cryptsy and want to withdraw, but it isn't possible because of maintenance. Does anyone know how long this is going on on cryptsy? SDC prices are also low there, so exchanging for BTC is not really what I am looking for. Any suggestions?

I would love to help you with some advice, but all I have is "don't use cryptsy", too many bad news stories coming from there.   Sad
Blazin8888
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
October 22, 2015, 01:21:08 PM
 #9618

Hi, I am having SDC on cryptsy and want to withdraw, but it isn't possible because of maintenance. Does anyone know how long this is going on on cryptsy? SDC prices are also low there, so exchanging for BTC is not really what I am looking for. Any suggestions?

Cryptsy is undergoing several issues with several different wallets.
DO NOT USE THEM ANY LONGER. Cryptsy is the new MT GOX.
POLONIEX.com is much more professional and mature exchange.

BTS,DGB,SDC

They have stolen funds from multiple people over the past few weeks.

The owner is going to be shot and killed or go to jail. Just watch.
ontopicplease
Hero Member
*****
Offline Offline

Activity: 778
Merit: 1000


View Profile
October 22, 2015, 03:07:55 PM
 #9619

Hi, I am having SDC on cryptsy and want to withdraw, but it isn't possible because of maintenance. Does anyone know how long this is going on on cryptsy? SDC prices are also low there, so exchanging for BTC is not really what I am looking for. Any suggestions?

I would love to help you with some advice, but all I have is "don't use cryptsy", too many bad news stories coming from there.   Sad


Thanks for answering, but your advice "don't use cryptsy", doesn't help me much when I have SDC on cryptsy. I can tell you that it is pretty difficult to get my coins from cryptsy without using cryptsy.

And indeed they stole some coins from me too and I am waiting for some proper answer for 5 days now.
Wheatclove
Hero Member
*****
Offline Offline

Activity: 606
Merit: 500


View Profile
October 22, 2015, 03:32:11 PM
 #9620

Hi, I am having SDC on cryptsy and want to withdraw, but it isn't possible because of maintenance. Does anyone know how long this is going on on cryptsy? SDC prices are also low there, so exchanging for BTC is not really what I am looking for. Any suggestions?

I would love to help you with some advice, but all I have is "don't use cryptsy", too many bad news stories coming from there.   Sad


Thanks for answering, but your advice "don't use cryptsy", doesn't help me much when I have SDC on cryptsy. I can tell you that it is pretty difficult to get my coins from cryptsy without using cryptsy.

And indeed they stole some coins from me too and I am waiting for some proper answer for 5 days now.

The bug they were encountering was fixed the other day. They haven't compiled the fix yet.
Pages: « 1 ... 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 [481] 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 ... 612 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!