Bitcoin Forum
May 28, 2024, 02:20:24 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 21 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 ... 244 »
661  Alternate cryptocurrencies / Altcoin Discussion / Re: How to "crosscheck" info (like premine/ instamine/ max supply etc) on: July 09, 2017, 09:43:53 PM
For most regular coins the premine amount/blockreward structure can bee seen through github/src/main.cpp and searching for the word "nsubsidy".

For example:

https://github.com/PIVX-Project/PIVX/blob/master/src/main.cpp#L1617

nHeight is the block number and subsidy is the blockreward.

So if you see this:

    if (nHeight == 0) {
        nSubsidy = 60001 * COIN;

That means that there's a 60001 premine at block 1 (0).
662  Alternate cryptocurrencies / Altcoin Discussion / Re: PRE-ICOS? on: July 09, 2017, 08:57:41 PM
Pre ICOs and ICO bonuses like +20% in the first week and such are nothing but simple and dirty marketing tricks creating false exclusivity. People who mindlessly throw money at ICOs are suckers for crap like that.

Exclusivity, VIP statuses, bonuses and the propsect of quick cash. Sounds familiar? If no then visit basically any gambling site or poker client. ICOs are nothing but mindless gambling. Lazy people chasing the Bitcoin gold rush without any effort, just throwing money at ICOs to have a pull on the virtual slot machine.
663  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: July 09, 2017, 06:51:51 PM
Does it mean we will receive it (who bought)?

Yes. I have sendt the file now. Please report in my thread what results you are getting. I have only tested on gtx 1060, gtx 970 and gtx 1070. Also check in your spam folder of the email provider. Sometimes the file is located there.

It seems much more faster than 2% but I'm not sure because the 2nd and 3rd times I started it my rig hard froze both times because you reintroduced the hardcoded realtime priority.

People can use
START /high ccminer.exe ...
or even /realtime to start anything with a given priority, there's no need to hardcode it as hardcoded realtime priority freezes my and some other people's rigs. And the start command's priority switch doesn't work if the priority is hardcoded.
664  Alternate cryptocurrencies / Altcoin Discussion / Re: 2017 ICO Profit / Loss on: July 09, 2017, 05:39:25 PM
ICOs are designed so that if you buy on the first day you mathematically end up being in profit. But even without the bonuses, yeah, he would end up being in profit, and very nicely.

That's not how math works. There are no guarantees with ICOs.
665  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: July 09, 2017, 04:46:20 PM
how many rigs mate? ...

ie - how many gigabyte aorus 1080ti ( or Xtreme ) do you have to get these figures? ...

tanx ...

#crysx

Only 6 rigs so 24 x 1080 Ti (half of them Xtreme) running at 150 watts each as I'm heavily power starved for now. 4080 Mh/s total. Do note that even without a power limit this algo doesn't use more than 190 watts on these cards.

100% CPU usage.


Adding some explanation to difficulty and how it works, let's say the difficulty is 1000. Then it means 2^32 x 1000 or 4294967296000 hashes are required to find a block on average.

So if someone's doing 1000 Mh/s, that's 1000x1000x1000 hashes per seconds.

4294967296000 hashes divided by 1000000000 hashes/s equals 4294 seconds.

So with 1000 Mh/s and 1000 difficulty a miner should find a block every 4294 seconds, or 71.5 minutes on average.

But for this coin with skminer this isn't accurate. Maybe because of the CPU usage, maybe because of something else in skminer, maybe because of the wallet, I don't know.

Variance (or luck) of course can heavily skew the results. But I do get 75% fewer blocks consistently.
666  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: July 09, 2017, 01:52:21 PM
I've mined 50 Nexus blocks in the last couple of days and never once had a single orphan. But I see a lot of people having them. I also never had the miner crash on any of the rigs.

Not a massive sample size, but from my experience both majoh's and sp_'s miner only finds about 1/4 - 1/5 of what the diffculty and miner's hashrate would dictate. That could be an issue with the wallet, I'm not sure but the fudge factor is huge with this one.

As I've said before. Nexus has POS blocks, prime blocks and SK1024 blocks. My mod can only mine the SK1024 blocks. The weight of the SK1024 blocks is not 1/3rd of the found blocks, it's less.


Yes but the difficulty is what causing the difference.


getmininginfo
{
"blocks" : 1448587,
"timestamp" : 1499615526,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"primeDifficulty" : 7.73370440,
"hashDifficulty" : 1071.74271598,
"primeReserve" : 196.88385500,
"hashReserve" : 253.62804100,
"primeValue" : 13.67753400,
"hashValue" : 13.67752100,
"pooledtx" : 0
}

Unless that's not the real SK1024 difficulty (seems to be real because the miner also uses this), that number is all that matters regarding how long it takes to find blocks with a given hashrate. It's just simple math.

I've mined 50 Nexus blocks in the last couple of days and never once had a single orphan. But I see a lot of people having them. I also never had the miner crash on any of the rigs.


50 blocks is around $640 in two days. Nice.

What cpu do you have in your rigs. Os / memory ? And cards?

Win7 x64, Pentium G3420, 8-16GB RAM (8GB pagefile) 4x AORUS 1080 Ti per rig.

In 67.1 hours I mined 54 blocks. Taking the average difficulty, I mined exactly 25% of what I should have based on the difficulty. Same difficulty calculations that work accurately for every other coin, including multi-algo coins.


667  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: July 09, 2017, 02:32:09 AM
I've mined 50 Nexus blocks in the last couple of days and never once had a single orphan. But I see a lot of people having them. I also never had the miner crash on any of the rigs.

Not a massive sample size, but from my experience both majoh's and sp_'s miner only finds about 1/4 - 1/5 of what the diffculty and miner's hashrate would dictate. That could be an issue with the wallet, I'm not sure but the fudge factor is huge with this one.
668  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: Poloniex undermining altcoin confidence on: July 08, 2017, 11:09:43 PM
I don't get why people use exchanges that are clearly way over their heads and act surprised.

It's clear for months they are way overwhelmed and was still unable to caught up even until today.

How can you trust such a service? Besides, even banks take much less time to help you.
669  Alternate cryptocurrencies / Altcoin Discussion / Re: The ASIC problem on: July 08, 2017, 01:13:58 PM
People should ICO plenty of ASIC companies. Competition will drive processor price down and thus decentralize production. I believe it was the original plan.
Or consider POW has limitations. It was good to initiate the move, but then go for POS. Sometimes I wonder if this was not the true original plan. Or if is was not, it may also become.

That's a good way to get a lot of people scammed.

ASIC R&D should better be left to people who actually know what they are doing.
670  Alternate cryptocurrencies / Mining (Altcoins) / Re: A question of ethics for you... on: July 06, 2017, 07:19:36 PM
Need more info. They seem to be way over their heads with the info given.

How tight is security (can workers nick you rigs)? Is there security 0-24 or just in working hours, or the opposite?

How much would you have to pay for electricity $/kWh? If they can't answer that or just say it's free, they don't know what they're doing.

How close the rigs would be to workers (mainly because of the noise)?
671  Alternate cryptocurrencies / Altcoin Discussion / Re: Etherum can't supplant Bitcoin? on: July 06, 2017, 06:40:45 PM
Unless your friends threw a hundred thousands USD at Eth, they probably won't be millionaires.

At first I though Eth surpassing BTC would be a sad day but in reality Eth has no day to day use. Its recent value must be tied to the dozens of ICOs tied to it and all the new gold rush chasing gamblers who throw money at them - chasing Bitcoin's success.

Isn't the "smart contract" aspect of Ether supposed to make it useful? I've read a little about it, but have spent more time lately learning more about bitcoin so I don't know the specifics or if it's mostly puffery.


Yes, smart contracts are great, but how many of them do you or anyone you know use?
672  Alternate cryptocurrencies / Altcoin Discussion / Re: Etherum can't supplant Bitcoin? on: July 06, 2017, 03:03:06 PM
Unless your friends threw a hundred thousands USD at Eth, they probably won't be millionaires.

At first I though Eth surpassing BTC would be a sad day but in reality Eth has no day to day use. Its recent value must be tied to the dozens of ICOs tied to it and all the new gold rush chasing gamblers who throw money at them - chasing Bitcoin's success.
673  Alternate cryptocurrencies / Speculation (Altcoins) / Re: Did I made a good investment? on: July 06, 2017, 01:52:49 PM
I have no idea.

Maybe include the prices you bought them for (without amount if you want) in your comment and make a ocmparison a few months down the line.
674  Alternate cryptocurrencies / Mining (Altcoins) / Re: How to figure out total power draw of a GPU? on: July 06, 2017, 01:42:52 PM
Using the Kill-a-watt meter is the way to go.

A method is as follows:

1) Have the rig setup and running using its nominal mining software settings and the kill-a-watt installed. Start with the full complement of cards. Make a measurement on your N cards.

2) Power down the system and completely remove one card. Setup and run the rig with N - 1 cards.

3) Do 2) till you get down to one card.

4) Plot Power on the y axis versus card number on the x axis. Fit a straight line (ax + b).

5) b, the y intercept will be the non GPU power consumed. Subtract b from the power draw for the full N card system. Divide by N and you have the power draw per GPU.

To save time, I just do this once for a particular MB/GPU/processor combination. The important part is getting the b measurement. As a working assumption, I assume b is constant  going forward. For a ASUS Z87 plus with celeron, which runs 5 cards, b is about 25 watts.

That's kind of overdoing it and if you want super accurate numbers it's also skewed since GPU mining also requires some CPU so without cards you get less consumption if the CPU is downclocked.

I just assume each rig uses 60 watts and work around that.

And since the rig will always be running, it's advised to measure the power consumption at the wall with all the cards being idle (mining software not running) and measure it when mining is running for a while. The difference is your true GPU power consumption.
675  Alternate cryptocurrencies / Mining (Altcoins) / Re: How to figure out total power draw of a GPU? on: July 06, 2017, 12:49:32 AM
Measure at the wall. Software can't possible be accurate.
676  Alternate cryptocurrencies / Altcoin Discussion / Re: Solving the ICO Dump Crisis on: July 06, 2017, 12:11:02 AM
You can't possibly limit how much people buy. Limits like 100 Eth cannot be enforced.

You're blaming whales for dumping but that's not just whales but 9/10 people getting into ICOs; they see a bunch of promises, some advertising, maybe a few pretty graphs and videos and that's enough for them to roll the dice.

The problem with ICOs aren't whales, it's people who throw money at ICOs.

ICO gamblers are soldem crypto enthusiast or even care about crypto, they just want a quick payout.

Everyone and their grandmother is either buying mining rigs to mine 1 or maybe 2 coins and/or to roll the dice on ICOs. They're only here chasing a gold rush and as soon as Bitcoin would go back to where it was months ago, they'd disappear just as quickly as they emerged.


If you expect ICO participants to tie their money down for a year, why not also lock the funds they pay for you and slowly unlock it to the devs over a year to make it fair and keep you guys incentivized not to just run with the funds?

677  Alternate cryptocurrencies / Altcoin Discussion / Re: What is the best way to distribute tokens during ICO? on: July 05, 2017, 10:14:11 PM
I can not vote, so I will explain my option 3 here. The best is to not do any pre-ICO, because unless you have something huge, it will look scammy. For the exact numbers from the rest, I do not know, I am not a professional.

Thank you for letting me know. I edited the poll and now I think you can vote.

Regarding the pre-ICO, we had the same problem with this, because we know it looks scammy. But at the same time, we know the product is huge and will disrupt the entertaining business pretty good.

Also, we were thinking about making a minimum cap on the ICO itself. If we cannot gather the minimum funds we set up to gather, we will return all money to those who contributed and just use the pre-ICO funds from the investors to fund the development. This I think will boost the confidence that we are not a scam. Also, we are looking into baking milestone-based funding via the contract into the ICO, so that funds we receive are staggered.

Then don't handicap it with a silly ICO.

If you and your team can't trust your project enough to throw your own money into it and fund it then how are you expecting others to trust it enough to give you money?

And if you and your team are not able to fund it, then maybe not start a project that is above your heads or try find investors without giving them premined coins.

No crypto is decentralized - therefore becomes useless - if some people have control over a significant amount of the supply.

Fund your project without ICO/premine and get coins like everyone else by mining or whatever fair method you intend to initially distribute the coins.
678  Alternate cryptocurrencies / Altcoin Discussion / Re: 440,000 Transactions per Second With ‘Red Belly’ Blockchain on: July 05, 2017, 09:37:15 PM
I'm curious about their approach.

Very high TX/seconds can be achieved easily but it introduces problems such as rapid blockchain bloat (the size of the blockchain grows rapidly to gigabytes or even terrabytes of data) or too short block times that can cause forks or very high block sizes which require tons of bandwidth excluding regular users to be full nodes.

Even if each transaction would only be 100 bytes each (Bitcoin has about ~3 times bigger transaction sizes on average), each block would use ~42 MB of disk space. That's 42 MB per second. Even one hundredth of that would require a continous bandwidth of 429 KB/s. And it likely wouldn't be perfectly continuous at all so you would need massive speed spikes not to lag behind the network.

And that amount of transaction surely requires a lot of CPU power to actually process.
679  Alternate cryptocurrencies / Altcoin Discussion / Re: What is the best way to distribute tokens during ICO? on: July 05, 2017, 05:43:12 PM
Flush 100% down the toilet and fund the project yourself without ICO.
680  Alternate cryptocurrencies / Altcoin Discussion / Re: [HLM] Helium - Naming Convention/Base Unit Name - Poll on: July 04, 2017, 10:04:11 PM
I think fractions shouldn't be named anything. It would just cause another, unnecessary layer of confusion for no reason.

Ethereum's unit scheme (wei, kwei, ada, femtoether, mwei, babbage, picoether, gwei, shannon, nanoether, nano, szabo, microether, micro, finney, milliether, milli, ether, kether, grand, einstein, mether, gether, tether, source) is retarded enough along with 'gas'.

Additional names for different units/fractions provide no benefit at all, just confusion.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 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 ... 244 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!