Bitcoin Forum
June 05, 2024, 12:44:01 AM *
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 »
201  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NODECOIN [ND] - Masternodes, Pow/Pos on: January 01, 2018, 01:03:05 PM
Hope so but there no interest from miners..

if there will be airdrop, anyway I will start doing some tests for an update. mining will stop for a few hours, I will keep you informed here, until you see that everything is going well, no currency will be sold, the goal is not to defraud any user

you clearly don't know how blockchain works if you think you can stop all mining for a few hours by declaration
202  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NODECOIN [ND] - Masternodes, Pow/Pos on: January 01, 2018, 12:24:44 PM
dev, this don't work.  fix immediately or quit

// miner's coin stake reward
int64_t GetProofOfStakeReward(const CBlockIndex* pindexPrev, int64_t nCoinAge, int64_t nFees)
{
    int64_t nSubsidy = 0;

    if (pindexBest->nHeight+1 > 400 && pindexBest->nHeight+1 <= 10000) {
        nSubsidy = 10 * COIN;
    }
    else if (pindexBest->nHeight+1 > 10000 && pindexBest->nHeight+1 <= 30000)  {
        nSubsidy = 12 * COIN;
    }
    else if (pindexBest->nHeight+1 > 30000 && pindexBest->nHeight+1 <= 50000)  {
        nSubsidy = 13 * COIN;
    }
    else if (pindexBest->nHeight+1 > 50000 && pindexBest->nHeight+1 <= 70000) {
        nSubsidy = 14 * COIN;
    }
    else if (pindexBest->nHeight+1 > 70000 && pindexBest->nHeight+1 <= 100000) {
        nSubsidy = 15 * COIN;
    }
        else if (pindexBest->nHeight+1 > 100000 && pindexBest->nHeight+1 <= 200000) {
        nSubsidy = 10 * COIN;
    }
    else if (pindexBest->nHeight+1 > 200000) {
        nSubsidy = 8 * COIN;
    }
       
    return nSubsidy + nFees;
}

203  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NODECOIN [ND] - Masternodes, Pow/Pos on: January 01, 2018, 11:48:24 AM
Dev, when does pos start? op says block 400 and it's block 425 now
204  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NODECOIN [ND] - Masternodes, Pow/Pos on: January 01, 2018, 11:28:06 AM
the RPCport and user and pass are whatever you set it as in your conf file
205  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NODECOIN [ND] - Masternodes, Pow/Pos on: January 01, 2018, 11:19:50 AM
i didnt use pools. solo only...
Could you share a .bat file of yours with example of ip usage for solo mining?

ccminer -a skein -o localhost:4433 -u X -p Q

I'm using the parameters from nodecoin.conf:
Code:
ccminer.exe -a skein -o 127.0.0.1:29116 -u mywalletaddress -p mypassword

Is that wrong?

if you want your bat to look like that, your conf file should look like this then
gen=1
server=1
listen=1
daemon=1
rpcuser=mywalletaddress
rpcpassword=mypassword
rpcallowip=127.0.0.1
rpcallowip=localhost
rpcport=29116
port=12345
206  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NODECOIN [ND] - Masternodes, Pow/Pos on: January 01, 2018, 11:08:51 AM
i didnt use pools. solo only...
Could you share a .bat file of yours with example of ip usage for solo mining?

ccminer -a skein -o localhost:4433 -u X -p Q
207  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NODECOIN [ND] - Masternodes, Pow/Pos on: January 01, 2018, 04:39:43 AM
alexis ccminer
208  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NODECOIN [ND] - Masternodes, Pow/Pos on: January 01, 2018, 04:34:25 AM
Does the mine go? or not?

yes i've mined 7 coins
209  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NODECOIN [ND] - Masternodes, Pow/Pos on: January 01, 2018, 04:28:51 AM
[2017-12-31 23:07:28] skein block 152, diff 0.00, net 25.52GH/s
[2017-12-31 23:09:04] skein block 153, diff 0.00, net 15.56GH/s
[2017-12-31 23:09:09] skein block 154, diff 0.00, net 11.25GH/s
[2017-12-31 23:10:10] skein block 155, diff 0.00, net 30.49GH/s
[2017-12-31 23:11:07] skein block 156, diff 0.00, net 31.23GH/s
[2017-12-31 23:13:36] skein block 157, diff 0.00, net 32.11GH/s
[2017-12-31 23:13:46] skein block 158, diff 0.00, net 16.60GH/s
[2017-12-31 23:13:52] skein block 159, diff 0.00, net 39.43GH/s
[2017-12-31 23:14:43] skein block 160, diff 0.00, net 103.83GH/s
[2017-12-31 23:15:14] skein block 161, diff 0.00, net 112.99GH/s
[2017-12-31 23:20:12] skein block 162, diff 0.00, net 170.00GH/s
[2017-12-31 23:20:47] skein block 163, diff 0.00, net 48.57GH/s
[2017-12-31 23:26:59] skein block 164, diff 0.00, net 64.08GH/s

its really not that much nethash.  its like a small starcraft 2 tournament worth of 1080ti
210  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NODECOIN [ND] - Masternodes, Pow/Pos on: January 01, 2018, 04:21:14 AM
Something isn't adding up.

Nethash is 30 GH/s now (was 10-15 until a couple blocks ago).  I am 5 GH/s of that.  I'm 1/6th of Nethash (16%).  I started mining @ block 110.  There ahve been 45 blocks since I started.  I've solved two blocks.  That's 4.4%. 

That's an extreme divergence over a big enough sample size to say that something fucky is going on.
the nethash is calc'd by the diff, which is supposed to be retargeted every 5 blocks according to the the op, but it's not.  you're probably just unlucky.  I'm 7gh and I found 6
211  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NODECOIN [ND] - Masternodes, Pow/Pos on: January 01, 2018, 04:12:17 AM
will the nodes devs be staking their 750k premine or using it for masternodes?

the wallet in which the premine is located has the configuration staking = 0
not staking, in the ANN clearly says the purpose of the premine:

for the promotion, for the configuration of the first master nodes, etc.
yes the ann might say that but nothing about it is clear.  the paint pictures are a distraction.  who are the first masternoders?  will they be activating their first masternodes today or tomorrow?
212  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NODECOIN [ND] - Masternodes, Pow/Pos on: January 01, 2018, 04:04:26 AM
will the nodes devs be staking their 750k premine or using it for masternodes?
213  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NODECOIN [ND] - Masternodes, Pow/Pos, Asic Resistance on: January 01, 2018, 03:39:36 AM
Correct me if I'm mistaken, I don't run ASICS, but aren't there skein ASICS released, or soon to be released?

1080ti rates are very comparable.  not sure what the future holds for skein asics, i'll try and grab one when they become available
214  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NODECOIN [ND] - Masternodes, Pow/Pos, Asic Resistance on: January 01, 2018, 03:03:03 AM
why is it block 105 already
215  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NODECOIN [ND] - Masternodes, Pow/Pos, Asic Resistance on: January 01, 2018, 12:25:19 AM
I found out about nodes from nodez
216  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NODECOIN [ND] - Masternodes, Pow/Pos, Asic Resistance on: December 31, 2017, 11:25:58 PM
https://github.com/nodezcrypto
217  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NODECOIN [ND] - Masternodes, Pow/Pos, Asic Resistance on: December 31, 2017, 08:55:04 PM
those teaser images have left me fully aroused
218  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XYLO] PoW/PoS HYBRID MASTERNODE | PAYMENT SYSTEM on: December 30, 2017, 10:03:40 PM
is there no legit explorer? just that crappy yiimp one?
219  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [Numus] | PoW/PoS | Skein | Masternode on: December 28, 2017, 05:14:07 PM
hey numus devs, did you plan your holiday before you planned making this coin?  holiday excuse does not work
220  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SPK] SPARKS | NO ICO | Masternodes 50% | Neoscrypt | on: December 25, 2017, 09:47:33 PM
yes the masternodes activated, reward is still 18, but it's being split
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!