Bitcoin Forum
May 06, 2024, 05:27:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [19] 20 21 22 23 »
361  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] RazorLove Cryptocurrency Services - DBL, CENT, & FOO/BAR Updates on: March 06, 2014, 07:20:35 PM
We will be able to grow the price because swissex has same market CENT/XPM here : https://www.swisscex.com/market/CENT_XPM
They are trying to get blockchain up, it will come soon and everything will work smoothly... Smiley
The problem is that Cryptsy is *the* premiere exchange for alt coins. Most people aren't going to open accounts on swisscex or the like because most coins worth trading are on Cryptsy. It is a matter of maximum exposure and being delisted from Cryptsy is pretty bad news. Being on swisscex really only invites trading among die hard pennies fans, which isn't sustainable. The volume thus far is a fraction of what it was on Cryptsy. I thought it was only a temporary month downtime, but it seems they are doing it permanently. I can't believe MasterCoin is still listed but Pennies is not.

I don't want to get into catman's motivations, but it seems he stuck around long enough to get it stabilized before presumably cashing out. Perhaps I should have done the same. I hate to say it, but without someone to at least add updated checkpoints, this coin is going to peter out. I guess it was fun while it lasted.
362  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] RazorLove Cryptocurrency Services - DBL, CENT, & FOO/BAR Updates on: February 20, 2014, 08:32:53 PM
I have a lot cent in cryptsy ,but i donnt want sell at 0.00000001,what will happen?
nothing will happen with them. and I really mean that by saying NOTHING! you will simply lose them if they shutdown the market since you cant even withdraw them as they are on the wrong blockchain!

FUUUKKK UUU CRYPTSY PIECE OF CHIT A##HOLES!
Do you not know how to use twitter/file a cryptsy bug report? Assuming you are not just trying to scare people into selling at 0.00000001 XPM, getting angry in this thread solves nothing. Yelling obscenities at them won't help, either. Quite the opposite, they'll just write you off as a lunatic.

The best way to handle this is to file polite, but firm requests for our money. This can be accomplished through @cryptsy on twitter, their bug system, and the cryptsy support thread on this forum. Further, you should ask them what a one month shutdown is for and why that length of time. What are they trying to do? Hand inspect every tx on every forked blockchain? I've already filed my own support request, what have you done?

363  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] RazorLove Cryptocurrency Services - DBL, CENT, & FOO/BAR Updates on: February 20, 2014, 04:40:44 PM
I think the time has come for action, now that Cryptsy is delisting CENT. If you want cryptsy to respond, you need to be polite and forceful through social media. You should let BigVern know that CENT is no worse than the many other crap coins, like TIX, that are very cheap. The volume for CENT is actually quite good in the XPM market.

So, if you are on twitter, send a message to @cryptsy. Or register your complaint in the cryptsy support thread on this forum (use the search to find it). Also hit up the cryptsy forums and create tickets to register your displeasure. But just sitting here angry and bitching about it in this thread is not helpful. In fact, I am positive none of the cryptsy staff are even looking at it.

If you have twitter, tweet @cryptsy, but be polite yet forceful.
364  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] RazorLove Cryptocurrency Services - DBL, CENT, & FOO/BAR Updates on: February 07, 2014, 03:05:56 AM
Ticket to Cryptsy
and private message to Mullick because he is responsible for altexlorer.info
here is his profile: https://bitcointalk.org/index.php?action=profile;u=99433
there is also an email to him.
Hitting up BitJohn's PM as well as the official Cryptsy threads on this forum might also be useful. The more people complaining, the more they will have to listen.

I followed the kicka-ass instructions and now am at 285929 blocks with 35 connect peers. I was making out at 57 peers on previous attempts. I hope people can continue to migrate to the good chain so that Cryptsy will have something concrete to sync with.
365  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] RazorLove Cryptocurrency Services - DBL, CENT, & FOO/BAR Updates on: January 21, 2014, 06:32:28 PM
Now need to fix some transfer issuees and stakes issuees.

Yeah, I'm working on it. Probably have something done  by the end of the week.

The stake issues have already been fixed though?
What about the code I mentioned in main.cpp?
366  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] RazorLove Cryptocurrency Services - DBL, CENT, & FOO/BAR Updates on: January 21, 2014, 03:13:44 PM
Pennies v0.10.2.1-abe released!
Download (Alt)

Changes:
 - Properly built as release instead of debug (doesn't need those ridiculously large files anymore)
 - New checkpoints
 - Minor splash screen modification (now you can read the bright yellow text at the bottom)
 - Released on MediaFire as well for those who can't access google (hopefully you can access this, I have no idea)

Let me know if this fixes your crashes for those who had that problem when it tries to connect. Don't forget to try wiping the blockchain first.
Is this in git yet?
367  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] RazorLove Cryptocurrency Services - DBL, CENT, & FOO/BAR Updates on: January 21, 2014, 03:07:59 PM
I noticed a fix for the sync issue is in git, but I feel the underlying problem (which you are just papering over) is that you should be checking the transaction nTime as opposed the current time. This is how other coins (like NVC) have done it, so I adapted the same thing for pennies when I was having problems syncing a fresh blockchain after the stake switch. I've been running the following patch since then without stake verification issues:
http://pastebin.com/kZn5jb4q

This also has the added benefit of being useful in the future if another stake change is needed. Cool

The github does not have the latest changes yet, that was just a bit that I pulled over as a starting point. I already have the main issue fixed, I just need to figure out which fork cryptsy's on so I can insert the right checkpoints.

Edit: I just pushed the functioning code to the github, still needs the checkpoints and a bit of cleaning up though.
In main.cpp, is this correct?
Code:
            if (nStakeReward > GetProofOfStakeReward(nCoinAge, pindexBlock->nHeight) - GetMinFee() + MIN_TX_FEE)
                return DoS(100, error("ConnectInputs() : %s stake reward exceeded", GetHash().ToString().substr(0,10).c_str()));

Shouldn't you be passing this->nTime as the second argument to GetProofOfStakeReward()?
368  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] RazorLove Cryptocurrency Services - DBL, CENT, & FOO/BAR Updates on: January 12, 2014, 02:24:20 AM
I noticed a fix for the sync issue is in git, but I feel the underlying problem (which you are just papering over) is that you should be checking the transaction nTime as opposed the current time. This is how other coins (like NVC) have done it, so I adapted the same thing for pennies when I was having problems syncing a fresh blockchain after the stake switch. I've been running the following patch since then without stake verification issues:
http://pastebin.com/kZn5jb4q

This also has the added benefit of being useful in the future if another stake change is needed. Cool
369  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Exchange] Latest Cryptsy Additions, News and announcements. NEW SITE on: December 21, 2013, 03:58:15 PM
BitJohn,

I know you monitor this thread, so I want to know 2 things:
  • BigVern tweeted that CENT was back online, but why is it not listed?
  • Has the issue involving CENT being sold for less than the amount specified in the order been resolved?

Further, I know you have been swamped with new users, but it has been nearly a week and I have yet to hear about my issue with Cryptsy shorting me XPM by selling CENT less than the floor I put in the sell order. I lost quite a bit of XPM. My tickets are 41023/41030, where the latter is an attachment containing a list of my CENT transactions with the problem orders in question marked.

Thank you in advance. Smiley While others are content to bad mouth cryptsy, I am willing to give some leeway in your growing pains. However, I do think it is silly to add garbage shitcoins like Betacoin, when it seems like you are overwhelmed with supporting existing coins.
370  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency - many coin - wow - v1.1 Released on: December 17, 2013, 08:28:52 PM
I actually agree. The Meme is what got this coin rolling. /g/ exploded with threads about Dogecoin. Most of the people on those threads had never mined any cryptocurrency before. Making it after a Meme was actually extremely beneficial.
So did the imageswap glitch, which made a lot of people on /a/ pretty mad after seeing based doge replace their waifus.
371  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] 4chancoin - official 4chan board coin on: December 17, 2013, 08:17:01 PM
so fair to say this coin was dead upon launch?

yes lol


it was dead before he even started... he was trying way too hard to copy doge but clearly fails to understand 4chan culture.
Yeah try posting a doge thread on /a/ and you'll see just how much culture it is relevant to. Though I wouldn't be surprised if Moot really did start a coin, of course /pol/ would never let us hear the end of it.
372  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] RazorLove Cryptocurrency Services - GEO, DBL, CENT, & FOO/BAR Updates on: December 17, 2013, 02:58:13 PM
Where's a link to a client download for CENTS?
Can we have binary repos like shake did? It was really helpful for keeping up to date.

It's in the OP. The new doubloons wallet will be released in the same place when it's compiled.
That is not what I meant.
I mean one repository for each client/platform that is non-compressed directory like what Doubloons had
(https://github.com/geocoin/doubloons-qt.git) and what Argentum has (https://github.com/AlphaC4/ArgentumQT.git). Like I said, it makes it super easy to keep your wallet clients up to date.
373  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Diamond (DMD) Takeover! Update v1.0.2 | NEW website, pool, block-explorer on: December 16, 2013, 10:57:31 PM
I'm working on syncing up the coin control code as we speak, I should have a patch ready to post soon.

Any Russians willing to look at the translations? A lot of them need fixing.
374  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] RazorLove Cryptocurrency Services - GEO, DBL, CENT, & FOO/BAR Updates on: December 16, 2013, 10:12:12 PM
I don't know anything about issues with cryptsy. It's always been rather slow with transfers as far as i know, just give it time and raise a support ticket with 'em if you fell there's an issue, I can't do anything about this.
There was an issue with sell orders being executed below the specified amount (0.00000002 instead of the specified 0.00000003). Also, there was an issue with self-audit and mysteriously vanishing sell orders that would reappear and execute at random later times. I ended up 4 billion pennies in debt thanks to that. Angry So yeah, I filed tickets and that is probably why BigVern is "performing maintenance" on the CENT markets.

Nonetheless, Pennies has been very nice to me in recent days. I have MaGNeT to thank for that. I'm still holding quite a few, despite cashing in some of the dividends. I may have screwed up by selling $15000 worth of QRK for $200 Cry, but I'm damned if I'm going to miss the bus on Pennies.

I have a few concrete suggestions for near future fixes:
1)Integrate Litecoin's SSE2 blockchain validation code, you'd be amazed how much snappier it is.
2)Have 'repairwallet' fix or somehow "mark" a 'txout.nValue too high' transaction as 'OK' so we don't have to salvagewallet and loose transaction metadata, but still be able to load the wallet without having to recan the entire blockchain on ever load.
3)Either increase "reservebalance" maximums or otherwise provide a way to temporarily disable staking altogether.
375  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] RazorLove Cryptocurrency Services - GEO, DBL, CENT, & FOO/BAR Updates on: December 15, 2013, 03:21:29 PM
Yesyes, as I said earlier, I'll post more on pennies once i've ironed out a few details.

As for the doubloons dif roller coaster, someone has kindly submitted a pull request that I'm reviewing now. After some testing it should be released sometime this week.
Can we have binary repos like shake did? It was really helpful for keeping up to date.
376  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CSC] CasinoCoin - The Premiere Coin for Online Casino Gaming | On Cryptsy! on: December 13, 2013, 12:39:23 AM
Have been in contact with other p2pool operators who may be opening up additional public Casinocoin p2pool nodes soon. Unfortunately and perhaps unintentionally it looks like http://casinocoin.mooo.com:8840/ has broken off on it's own  Sad
The break up was intentional, for now. Currently the difficulty is still so low that sharing one p2pool didn't feel ideal. Also I'm trying to see what are the ideal parameters for such a fast coin. I'm not going to stay as an lonely island forever, just for a little while.
One thing that I've noticed that is pretty annoying is constantly changing share difficulty. Example:

[2013-12-12 19:31:17] Pool 0 difficulty changed to 721.128538
[2013-12-12 19:31:17] Stratum from pool 0 requested work restart
[2013-12-12 19:31:18] Pool 0 difficulty changed to 610.394723
[2013-12-12 19:31:18] Stratum from pool 0 requested work restart
[2013-12-12 19:31:26] Pool 0 difficulty changed to 587.288722
[2013-12-12 19:31:26] Stratum from pool 0 requested work restart
[2013-12-12 19:31:30] Pool 0 difficulty changed to 425.892274
[2013-12-12 19:31:30] Stratum from pool 0 requested work restart
[2013-12-12 19:31:32] Pool 0 difficulty changed to 305.811480
[2013-12-12 19:31:32] Stratum from pool 0 detected new block
[2013-12-12 19:31:34] Pool 0 difficulty changed to 404.744038
[2013-12-12 19:31:34] Stratum from pool 0 requested work restart
[2013-12-12 19:31:38] Accepted 5609c0ad Diff 762/405 GPU 2
[2013-12-12 19:31:45] Pool 0 difficulty changed to 784.580817
[2013-12-12 19:31:45] Stratum from pool 0 detected new block
[2013-12-12 19:31:48] Pool 0 difficulty changed to 565.712544

Instead of sending a work restart/share diff change every 5-10 seconds, maybe cap it to a min of 45 seconds. I am pretty sure that having to do these computations for every miner so often is what is causing load issues, not to mention it increases the likelihood of stales.
377  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Geocoin, Doubloons, Pennies, and Foocoin (et al.) - Under new management! on: December 12, 2013, 08:29:07 PM
i think dividing total supply by up to a billion, re-introducing decimals and then limiting stake will reign this coin in.
Aren't you busy with Noirbits?

I am opposed to decimals, the whole purpose of pennies is to be the lowest denomination. Also, once a stake fix is in, then let the free market decide rather than dividing the money supply. If people didn't take the opportunity to stake when they could, that is too bad.
378  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CSC] CasinoCoin - The Premiere Coin for Online Casino Gaming | On Cryptsy! on: December 12, 2013, 01:12:42 AM
Sorry about the problems with the pool. It is having problems connecting to the wallet. I threw additional resources at it but that did not help.
I just limited incoming connections to the wallet so the pool will have priority. Hopefully that will help.

I am also working on bringing up another node on the East Coast of the US but the wallet can't get any connections to the Casinocoin network. Catch 22 :/
Now that you have it working, can you please post nodes so we can get our wallets synced up to recieve payout?
379  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Diamond DMD - new PoW/PoS coin | Super random blocks | Only 4.38 mil total on: December 11, 2013, 08:26:53 PM
My new wallet cannot sync, after 6 hours it says: Checkpoint is too old, wait for blockchain to download or notify developers.


I need to clarify this a little, in windows the wallet will always show the spinning icon and appear NOT in sync, this is because the fork is still out there and this chain is actually shorter for now.  When this correct chain overcomes the fork, it will show synced!  You can actually solo mine and make blocks no problem!

you can do a getinfo in the console to compare to a DMD pool current block to see if you are on correct chain (forkfix clients forces this!)

If you are interested, I've snatched NVC's coin control code and patched it into your tree. Once I sync up, I am going to see if I can test it out.
380  Alternate cryptocurrencies / Altcoin Discussion / Re: [LTC] Changing the litecoin Proof of Work function to avoid ASIC mining? on: December 06, 2013, 03:11:44 AM
There are a lot of options here— including different POWs already deployed other ALTs or something novel.  What got me musing on this subject was the question of: If I threw out an alt that used ECDSA signature validation as its POW would someone write ultra fast GPU code for ECDSA (which would be very useful in helping to scale node performance, even in Bitcoin)?
Maybe you could even convince CK to stop being a prick and put ScryptECDSA/GPU support back in cgminer.

I suspect that if LTC doesn't change POW now that the introduction of fixed function hardware will mean that it never can. Perhaps its already too late, though I don't know: LTC has always advertised itself as being <s>GPU</s>ASIC proof, and a violation of that is an outright bug, which arguably should be fixed no different than if it were possible to mine more than 84 million litecoins.
I think it would be funnier and just if they did the switch after BFL and the other bozos dumped 100's of thousands into developing a piece of junk.

Such a change could be made mostly seamlessly— a new version released, and a deadline for upgrade, not too unlike the Bitcoin 0.8 hardfork or the nversion=2 blocks. Existing miners could even use coinbase votes (indicating their ability to support the switch in the blocks they mine) to trigger the change so that it could be done in a way which is assured to not exclude too much of the existing hashrate (though, presumably, using a coinbase vote would fail if there are secretly large asic farms already). Miners would need to upgrade software, but they'd just have to update sometime before the switchover, no tricky synchronization would be required.

I wonder what people think of this? Is this the sort of thing that could get near-unanimous consensus in the LTC community?
+1
I don't see why anyone would object since forks and forced upgrades are a dime-a-dozen in altcoins.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [19] 20 21 22 23 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!