djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
May 30, 2014, 09:30:20 PM |
|
Sorry for the newb question...When you are encrypted and unlocked, what is the purpose of staking? thanks
getting interest...
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
|
maryvale
|
|
May 30, 2014, 11:21:30 PM |
|
need more shops to accept JPC
|
|
|
|
valley365
|
|
May 30, 2014, 11:37:51 PM |
|
need more shops to accept JPC
+1
|
|
|
|
JackpotCoin (OP)
|
|
May 31, 2014, 12:25:37 AM |
|
The next 10 winners of 10000 JPC of the Reddit giveaway are: rediktter JcEEqRdaczd4zYK4oKQnEL1jDSFfEoRptm Green-Viking JQpzf36rWMHP9dCxkpFCnAbRECTp8B6k4r LukeOilRig JXpYU7QTj83TDtLh4rwvFpd3cQo1AF6CBN henksir JLTXw94fvsf1Zw5y9SibbbztGe9ozPDP9j WinOnFire JY91BcBnQJJ1iRvXDDqGLMDemg8XmVabw3 milcrazy JN72vSUcR3gHe6bXo7rahWdDdNseeEK2xG ibakgs JVxuTLUFAWkNQMwhKmC2nYizzBGp8rVZEd ramonayamat Jd9CDEJCH8D54z9QaYQRzPhNi1eZpxT12X useruser12 JQfTbt6zCE9uYP1PS1S3Z1HNrwfvsP9HPG abc3211 JeMrWjHET5wQCfuuntk66vbaKy9fFiMFUY 10 more tomorrow!
|
|
|
|
|
ltcnim
Legendary
Offline
Activity: 914
Merit: 1001
|
|
May 31, 2014, 12:34:48 AM |
|
we are already #44 @ mintpal which is awesome in such a short time! keep voting guys! it's not just to be listed, but also to be seen!
|
|
|
|
atomrigs
|
|
May 31, 2014, 12:53:38 AM |
|
need more shops to accept JPC
+1 We need to have a payment gateway service to do this. Dear dev, please make bounties for PG and first 10 sites accepting JPC.
|
|
|
|
allcrypt
|
|
May 31, 2014, 01:03:01 AM |
|
FYI Jackpot devs, your COIN value in the source code is off.
It's impossible to move/transfer/send less than 100 satoshi. Ir rounds it off. We had a user today who had a ton of withdrawals held up because his account had insufficient funds, as he bought for example 10,000.00000008 JPC, but the system rounded it off to 10,000.000000 JPC.
He went to make a withdrawal, and the wallet complained.
We poked into the code, and the COIN value was set to 1000000 instead of 100000000 like EVERY OTHER coin.
Any value less than 100 satoshi is either rounded up to 100, or down to 0.
So, basically, JPC does not have 8 decimal places, it has 6.
Unlike every other coin out there.
Thats pretty broken.
We tried to fix it internally, but the code seems to be throughout the whole wallet, and were afraid if we changed it, it would break everything else.
Really should be fixed for a future update. Almost every single user on AllCrypt who ever bought fractional JPC has a wallet that is out of sync because the internal wallet is rounding off the last 2 decimal places.
thanks for that can someone here fix that There's nothing to fix. Did you read the other post? This is interesting... I don't think this matters, I did a quick research, almost all the pow/pos coins that are clones/descendant of NovaCoin are defined this way. In fact, it is defined in NovaCoin and no-one ever changed it: https://github.com/CryptoManiac/novacoin/blob/master/src/util.hSo please check other pow/pos coins, they should all be the same. [snip] I agree, many of the pow/pos coins are the same, and there are no issues with exchanges. "No issues with exchanges" just means no one has noticed it, or actually CARED that the math is off, and while it's small, users are being ripped off at the exchange's benefit. Sure, it's a small amount, but at a large trade rate, over the course of a year, that could be one heck of a lot of lost JPC. Possibly putting the exchange at risk of being insolvent. We ran the numbers. When I discovered this, AllCrypt was insolvent in JPC. Sure, it was by only a few hundred satoshi, but the wallet performs bad accounting. "Meh its not a big deal" isn't a reason to not fix it. If our BTC accounting were off and every account "lost" a tiny amount of their BTC, no one would be saying "Whatever it's not a big deal." Should be fixed. Regardless of the source of the bug.
|
|
|
|
omahapoker
|
|
May 31, 2014, 01:16:57 AM |
|
FYI Jackpot devs, your COIN value in the source code is off.
It's impossible to move/transfer/send less than 100 satoshi. Ir rounds it off. We had a user today who had a ton of withdrawals held up because his account had insufficient funds, as he bought for example 10,000.00000008 JPC, but the system rounded it off to 10,000.000000 JPC.
He went to make a withdrawal, and the wallet complained.
We poked into the code, and the COIN value was set to 1000000 instead of 100000000 like EVERY OTHER coin.
Any value less than 100 satoshi is either rounded up to 100, or down to 0.
So, basically, JPC does not have 8 decimal places, it has 6.
Unlike every other coin out there.
Thats pretty broken.
We tried to fix it internally, but the code seems to be throughout the whole wallet, and were afraid if we changed it, it would break everything else.
Really should be fixed for a future update. Almost every single user on AllCrypt who ever bought fractional JPC has a wallet that is out of sync because the internal wallet is rounding off the last 2 decimal places.
thanks for that can someone here fix that There's nothing to fix. Did you read the other post? This is interesting... I don't think this matters, I did a quick research, almost all the pow/pos coins that are clones/descendant of NovaCoin are defined this way. In fact, it is defined in NovaCoin and no-one ever changed it: https://github.com/CryptoManiac/novacoin/blob/master/src/util.hSo please check other pow/pos coins, they should all be the same. [snip] I agree, many of the pow/pos coins are the same, and there are no issues with exchanges. "No issues with exchanges" just means no one has noticed it, or actually CARED that the math is off, and while it's small, users are being ripped off at the exchange's benefit. Sure, it's a small amount, but at a large trade rate, over the course of a year, that could be one heck of a lot of lost JPC. Possibly putting the exchange at risk of being insolvent. We ran the numbers. When I discovered this, AllCrypt was insolvent in JPC. Sure, it was by only a few hundred satoshi, but the wallet performs bad accounting. "Meh its not a big deal" isn't a reason to not fix it. If our BTC accounting were off and every account "lost" a tiny amount of their BTC, no one would be saying "Whatever it's not a big deal." Should be fixed. Regardless of the source of the bug. thanks for bringing this out. i like allcrypt since ive been buying JPC the last two weeks
|
|
|
|
atomrigs
|
|
May 31, 2014, 01:23:59 AM |
|
Any update on jpcdice.com?
|
|
|
|
kebabman
|
|
May 31, 2014, 03:27:47 AM |
|
jpcdice.com is offline? I'd really like to be able withdraw some of my investment. Slightly worried.
|
|
|
|
atomrigs
|
|
May 31, 2014, 04:07:53 AM |
|
jpcdice.com is offline? I'd really like to be able withdraw some of my investment. Slightly worried. It seems they need to do heavy upgrades this time to support many new features. I hope they post some detailed info about these kind of update on twitter or facebook next time. Here is jpcdice's cold wallet's address. http://explorer.jackpotcoin.info/address/JKMHEWbkr7oSNQmKfQbwQJMKJdht4g17SS
|
|
|
|
kuroko999
Newbie
Offline
Activity: 3
Merit: 0
|
|
May 31, 2014, 04:34:17 AM |
|
|
|
|
|
omahapoker
|
|
May 31, 2014, 04:59:53 AM |
|
jpcdice.com is back up. they are here to stay
$750,000 wagered already there and no one knows about this site. amazing
|
|
|
|
atomrigs
|
|
May 31, 2014, 05:06:08 AM |
|
a good question
|
|
|
|
kebabman
|
|
May 31, 2014, 05:09:40 AM |
|
Where are the devs!? We need some input from them or the coin will die! They've been silent on the future development direction of JPC for way too long.
|
|
|
|
atomrigs
|
|
May 31, 2014, 05:15:42 AM |
|
Where are the devs!? We need some input from them or the coin will die! They've been silent on the future development direction of JPC for way too long. +1 I received his message 2 days ago about the future plans. He seemed pretty busy for different things. I can not open the contents yet, but they are really great things. I hope he or official dev team announce the plan soon.
|
|
|
|
tc61
|
|
May 31, 2014, 05:22:58 AM |
|
Does anyone know the Admins over at HashHarder? They are down again! There is no way on their site to contact them...im thinking of moving...
|
|
|
|
atomrigs
|
|
May 31, 2014, 05:28:01 AM |
|
Does anyone know the Admins over at HashHarder? They are down again! There is no way on their site to contact them...im thinking of moving...
Move to http://jpc.hashatme.com/ So far it is pretty good. And put few other backup pools as well.
|
|
|
|
|