Bitcoin Forum
May 03, 2024, 08:50:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 [72] 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 »
1421  Economy / Digital goods / Re: $20 STEAM credit for only $2!! [0.003btc] CrAzY Deal!! on: August 09, 2014, 06:55:20 PM
I'd like to claim one
1422  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PLEB] Plebeian | X13 PoW + PoS | Fair Launch w/ Pools + Now Mining! on: August 09, 2014, 06:53:29 PM
Did supernova get ddosed?
1423  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PLEB] Plebeian | X13 PoW + PoS | Fair Launch w/ Pools + Now Mining! on: August 09, 2014, 04:31:33 PM
Where is the other 4g's comming from , i thought supernova was on own fork ^_^
1424  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PLEB] Plebeian | X13 PoW + PoS | Fair Launch w/ Pools + Now Mining! on: August 09, 2014, 04:03:40 PM
There is currently still the issue with the Coin Reward issue at 0 coins since Block 476.


i've changed my daemon's main.cpp file from this:

Code:
    int64_t nSubsidy = 100 * COIN;
if(pindexBest->nHeight < 1)
    {
        nSubsidy = 462586 * COIN;
    }
else if(pindexBest->nHeight < 420)
    {
nSubsidy = 4200 * COIN;
    }
else if(pindexBest->nHeight < 476)
    {
nSubsidy = 4200 * COIN;
    }
else if(pindexBest->nHeight < 5400)
{
nSubsidy = 0 * COIN;
}

to this:

Code:
        if(pindexBest->nHeight < 1)
    {
        nSubsidy = 462586 * COIN;
    }
                else if(pindexBest->nHeight >= 2 && pindexBest->nHeight <= 5400)
    {
                nSubsidy = 4200 * COIN;
    }


Which should fix the issue.


Hopefully the devs fix the problem soon, your wallets at home (and the mac version) wont accept the blocks with higher values above 476 until the Devs fix their code, don't panic, it will as soon as the Dev's fix it.



EDIT: Works as expected

https://i.imgur.com/GPV0T29.png

so , is it safe to mine now ?

The issue is fixed, but the dev's have not commited the fix to their source now..

If you look at the Specs for the coin, it SHOULD be safe now, as I've simply corrected their error in the code but maybe they have something different on their mind..

I cannot say for 100% as I'm not the dev :-(
When it says FINDER : unknown what does it mean ? and why does it do that ? Sad
1425  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PLEB] Plebeian | X13 PoW + PoS | Fair Launch w/ Pools + Now Mining! on: August 09, 2014, 03:54:51 PM
dev should be online in 2-5 hours
1426  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PLEB] Plebeian | X13 PoW + PoS | Fair Launch w/ Pools + Now Mining! on: August 09, 2014, 03:46:45 PM
Looking at the code you would think the 0 reward was normal.

I am questioning the developer skills now.
this dev , seems strange
the wallet seems very awesome , i like the integrated block explorer , statstics , but
1. the 0 reward as you mentioned
2. they didnt even register the IRC
*-*

Nice hashrate on Novapool Roll Eyes
Thanks , im doing a gamble i guess ^^
1427  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PLEB] Plebeian | X13 PoW + PoS | Fair Launch w/ Pools + Now Mining! on: August 09, 2014, 03:41:33 PM
Looking at the code you would think the 0 reward was normal.

I am questioning the developer skills now.
this dev , seems strange
the wallet seems very awesome , i like the integrated block explorer , statstics , but
1. the 0 reward as you mentioned
2. they didnt even register the IRC
*-*
1428  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PLEB] Plebeian | X13 PoW + PoS | Fair Launch w/ Pools + Now Mining! on: August 09, 2014, 03:25:06 PM
There is currently still the issue with the Coin Reward issue at 0 coins since Block 476.


i've changed my daemon's main.cpp file from this:

Code:
    int64_t nSubsidy = 100 * COIN;
if(pindexBest->nHeight < 1)
    {
        nSubsidy = 462586 * COIN;
    }
else if(pindexBest->nHeight < 420)
    {
nSubsidy = 4200 * COIN;
    }
else if(pindexBest->nHeight < 476)
    {
nSubsidy = 4200 * COIN;
    }
else if(pindexBest->nHeight < 5400)
{
nSubsidy = 0 * COIN;
}

to this:

Code:
        if(pindexBest->nHeight < 1)
    {
        nSubsidy = 462586 * COIN;
    }
                else if(pindexBest->nHeight >= 2 && pindexBest->nHeight <= 5400)
    {
                nSubsidy = 4200 * COIN;
    }


Which should fix the issue.


Hopefully the devs fix the problem soon, your wallets at home (and the mac version) wont accept the blocks with higher values above 476 until the Devs fix their code, don't panic, it will as soon as the Dev's fix it.



EDIT: Works as expected

https://i.imgur.com/GPV0T29.png

so , is it safe to mine now ?
1429  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] [DRX] DARKFOX | Sha256 | POW/POS HYBRID | on: August 09, 2014, 03:23:09 PM
Some info about yourself dev? Are there any members here who know you?

most people in crypto knows me, POD by Coinssource will be available after launch.

That's what I wanna hear!
If you do get approved by Coinssource, you can count me in for sure  Wink
Also regarding the cool wallet features you mentioned, will those be available at launch or are those planned features?

Temporary wallet at launch we are still working on last details, we have been working on this for some time now and we wanted to get this ball rolling by launching it now, but more details will be on the first whitepaper that should be available tuesday
Made an IRC for you
https://kiwiirc.com/client/irc.freenode.net/darkfoxcoin
1430  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN[[CHC] * Swiss Credit * / X15 / Anonymous / * NO PREMINE/INSTAMINE/IPO * on: August 08, 2014, 06:29:30 PM
"blocks" : 74,
"timeoffset" : 0,
"moneysupply" : 740.00000000,

So far so good.
A little fast, 74 blocks in like 10 minutes?
that always  happens , we really need a pool fast tho
1431  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRYSTAL] CrystalCoin - X15 - Mining Game! - LAUNCHED NOW! on: August 08, 2014, 05:03:31 PM
Guys , its time to give supernova the love they deserve
https://crystal.suprnova.cc/
Spread le hash
1432  Alternate cryptocurrencies / Announcements (Altcoins) / Re: LIVE CAM SITE --- [ANN] [XXX] --- 100% PoS 33 MILLION --- BITTREX on: July 23, 2014, 10:46:57 PM
Too much at stake to just let this coin fail. What ever the devs response is (if he does response) we will continue with the work and progress we have so far.

you can always use your work with an other coin, this one is fucked up, no credibility/confidence in it

I think giving up on the coin will just hurt the people that have invested time and money in this. If it needs to be even more extreme like a newish coin. Why not do something like honorcoin is doing? Starting a new coin with basically the same name, but supporting all the original investors by doing 1:1 trades into the new coin, but would hate to give up the name. XXXcoin I feel is the perfect name. Also opening up a short window to mine some coin to get in some new people.
Can that be done with this coin without giving up the name?

Have a Good Day

no it's need a total fresh start, it was too easy to be a big bag holder with this scamcoin, with 0.17 BTC of ASIC renting, i managed to get 2% of all the XXXcoin... i made a very good profit but it's not healthy at all

Hi McNulty,

I'm asking so I know for sure if it is what you are saying. You already dumped your xxxcoin and made a profit right? That's what it sounds like from your post.

Have a Good Day

yes as XXX_Coindev

Thank you for answering.

Have a Good day

my "scammometer" was ready to explode, no choice but to dump
Hi do you mind contacting me on irc? just pm najzbajs on there
1433  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ʉ Umbrella | The First Insured Cryptocurrencies | Umbrella-LTC | ULTC on: July 23, 2014, 09:46:30 PM
Being that this is a merged-mined coin, a couple pools have asked for more time to test our mm proxy.
4 days sounds like to much tho , to me
1434  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ʉ Umbrella | The First Insured Cryptocurrencies | Umbrella-LTC | ULTC on: July 23, 2014, 09:42:50 PM
why 4 days ?
shouldnt it be enough with 24h or so ?
1435  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][USB] USBCoin - Launching soon! No IPO, No Premine, No instamine on: July 23, 2014, 08:32:13 PM
Waiting to miner with my rigs!  Smiley

Thanks for your interest in USB Coin!
i spent 2.743 btc for miners and you do this HuhHuhHuhHuhHuhHuh
1436  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★ [ANN] RefrigeratorCoin X15 PoW/PoS - BACKED BY REAL ICE ! BETTER THAN URO ! ★ on: July 23, 2014, 08:22:56 PM
you know i love you mate
<3
http://imgur.com/aB86ihL
1437  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★ [ANN] RefrigeratorCoin X15 PoW/PoS - BACKED BY REAL ICE ! BETTER THAN URO ! ★ on: July 23, 2014, 08:20:12 PM
you do realise alot of ppl are gonna get into this coin and you'll feel bad if you dont make it good
so congrats to your new coin
1438  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★ [ANN] RefrigeratorCoin X15 PoW/PoS - BACKED BY REAL ICE ! COOLEST COIN ! ★ on: July 23, 2014, 07:44:39 PM
can someone make a new logo ?
1439  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][USB] USBCoin - Launching soon! No IPO, No Premine, No instamine on: July 23, 2014, 07:23:59 PM
hi , am i understanding this correctly ?
anyone with a virus will be able to take the account so i dont see how this is any safe??
this is like making an offline wallet online '-'
im sorry if im not correct here , but that's what i thought
you basically made the serial key which is 8 letters instead of the private key which is like 32 '-'

No. If anyone steal your wallet.dat he will be unable to access your wallet. Unless he knows your USB drive serial No. And he wont know it unless you tell.

A virus could be written to read the serial number and steal the wallet.dat with it... How does this coin prevent USB serial number from being read? ... seems like a major security flaw. If I can open up device manager to read the serial then an automated script can retrieve it just as easily.

custom dongle would have been more secure imho

I like the idea of this coin but without this issue being addressed I can't safely jump into it.
Maybe for fun just to see it work
well its like a basic wallet , with an added security feature just cold storage your coins man ^^
https://kiwiirc.com/client/irc.freenode.net/usbcoin i made an irc if there's a bounty i'd be happy to take it, also dev please join the IRC Smiley
1440  Alternate cryptocurrencies / Announcements (Altcoins) / Re: PreAnn NoIdeaCoin [NONE] [X13?] on: July 23, 2014, 12:27:56 PM
Proof of skills.







Plus I am releasing the White Paper before launch.


White Paper:



Hi , could you realease source already ?
Pages: « 1 ... 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 [72] 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!