Author

Topic: [ANN] Iridium (IRD) - People are Power - Community build crypto - page 131. (Read 149780 times)

hero member
Activity: 527
Merit: 501
Hi ,

Can someone explain how the block rewards are calculated?

THanks
newbie
Activity: 19
Merit: 0
Yeah not really, nethashrate calculation is tad wacky, it's probably not calculated right.
One could say that it is wacky by design. The network hash rate displayed by the pools is not a point of time measurement of actual hash rate -- it is inferred from the difficulty of the most recent block. CryptoNote computes the difficulty target based on the solve times of the most recent 493 blocks from the last 24 hours.

When a significant amount of hash rate is getting added or removed, it is intentional that the block difficulty doesn't snap up to reflect it immediately... meaning it also won't show up immediately on the pools' Network Hash Rate estimate.
full member
Activity: 445
Merit: 100
Dev,

Just want to applaud your effort in working on this project. People can be negative but the result of effort can be seen.
full member
Activity: 893
Merit: 135
Bitcoin is not a currency or asset. Its a MOVEMENT
There are lot of miners coming and difficulty has increased so much, which is good and bad both :-)

As long as the increase is due to new and different miners and not just the result of a couple people adding more rigs, you are correct it is good. What is bad is just a handful of people thinking it is better to get all the coins to themselves rather than distributing them to a larger audience. The only thing that will make the coin successful in the long run is a wide distribution.

I agree, but may be fee pulled up hash from nicehash for quick coins, adoption and distribution should increase more which will be benefit all.
legendary
Activity: 1078
Merit: 1011
There are lot of miners coming and difficulty has increased so much, which is good and bad both :-)

As long as the increase is due to new and different miners and not just the result of a couple people adding more rigs, you are correct it is good. What is bad is just a handful of people thinking it is better to get all the coins to themselves rather than distributing them to a larger audience. The only thing that will make the coin successful in the long run is a wide distribution.
full member
Activity: 893
Merit: 135
Bitcoin is not a currency or asset. Its a MOVEMENT
There are lot of miners coming and difficulty has increased so much, which is good and bad both :-)
full member
Activity: 406
Merit: 105
Chosŏn Minjujuŭi Inmin Konghwaguk
Mind blowing  Shocked





Yeah not really, nethashrate calculation is tad wacky, it's probably not calculated right.
member
Activity: 112
Merit: 10
Currently, solo mining using 6 threads. Is it worth it? In the daemon, what are the units of measurement of the hashrate that the daemon displays after the "show_hr" command? Finally, is the number displayed the hashrate of one thread or the sum of all the threads?
welcome join our pool,happy mining!

http://ird.globalpool.cc 0%fee

Nvidia card guide:
1、download ccminer(https://github.com/tpruvot/ccminer/releases)
2、create .bat file,Example:
ccminer-x64.exe -a cryptonight -o stratum+tcp://111.231.72.116:2435 -u YourWalletAddress -p x
3、run .bat

Amd card miner:
Claymore CryptoNote GPU Miner v9.7 Beta - POOL Catalyst 15.12
https://mega.nz/#F!e4JVEAIJ!l1iF4z10fMyJzY5-LnyC2A

[/quote]

Claymore Miner(AMD Card):

    edit your config.txt
      -o stratum+tcp://111.231.72.116:2435
      -u YourAddress
      -p x
      -allpools 1
    run NsGpuCNMiner.exe
full member
Activity: 196
Merit: 100
Currently, solo mining using 6 threads. Is it worth it? In the daemon, what are the units of measurement of the hashrate that the daemon displays after the "show_hr" command? Finally, is the number displayed the hashrate of one thread or the sum of all the threads?
impossible to solve block solo mine now. join pool.

Agreed, join a pool. The units of measurement are hashes per second (h/sec), kilohashes per second (kh/sec), megahashes per second (Mh/sec, Gigahashes per second(Gh/s), Terahashes per second (Th/s), Petahashes per second (Ph/sec) etc..etc..

With this algo, you'll be doing well if you can get a couple kh/s. Don't expect anything higher.
full member
Activity: 250
Merit: 100
Currently, solo mining using 6 threads. Is it worth it? In the daemon, what are the units of measurement of the hashrate that the daemon displays after the "show_hr" command? Finally, is the number displayed the hashrate of one thread or the sum of all the threads?
impossible to solve block solo mine now. join pool.
newbie
Activity: 40
Merit: 0
Currently, solo mining using 6 threads. Is it worth it? In the daemon, what are the units of measurement of the hashrate that the daemon displays after the "show_hr" command? Finally, is the number displayed the hashrate of one thread or the sum of all the threads?
newbie
Activity: 140
Merit: 0
I just wrote a French post about IRIDIUM here : http://lemondecrypto.com/iridium-ird-opportunite-a-miner/

Thanks! Glad to see that people are spreading the word! Smiley
newbie
Activity: 38
Merit: 0
Have anyone been able to get CPU mining going in Windows?
Which miner and config did you use?

Claymore which is linked at pools dont work with Iridium.
Also tried a couple others.

yes, they work in windows, minerd should work but the best is xmr-stak-cpu but be careful not to
download something with a trojan in it and read the instructions when configuring.

Could you share your config? I found it hard to config this miner.

the only thing I modified in the config file was the cpu threads (I have a 8 core/16 thread ryzen so for a quad core you only use 0,2,4,6)

"cpu_threads_conf" :
[
 { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 0 },
 { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 2 },
 { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 4 },
 { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 6 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 8 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 10 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 12 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 14 },
 
],

and the pool address and my wallet address with the ports (they are lower in the file).

Password remains x, so everything else remains the same.


For increased hashes you will have to follow the instructions in the file regarding  LARGE PAGE SUPPORT . Be careful when adding the users in the dialog box - you have to pick them from the list
(there is a button there. I placed there "administrators" and "everybody" because it didn't work with just my normal user). After that when you start xmr-stack-cpu.exe run it "as administrator"
and it will take advantage of the large pages.

Thank you. For some reason i did not have xmr-stack-cpu.exe but as a cbp. Tried changing that to a .exe but that kinda failed Tongue

here is it
https://github.com/fireice-uk/xmr-stak-cpu/releases
full member
Activity: 136
Merit: 100
Personally, I don't think you should be thinking about getting this coin onto an exchange right now. Previous commentators are correct; there are basics that need to be done that are way more important than an exchange, especially the whitepaper and a compelling reason for what the whole point of this coin is. You gotta get the house ready before you put it up for sale.

I'd be happy to help get a simple webpage up (I'm a designer/developer) so that there's something at least up for this coin.

Yeah, that's the plan. I mentioned it in my previous post, getting whitepaper, fixes, and website done before the exchanges.
Right now I'm focusing on wallet fixes, so I will contact you when this is completed if you'd still like to help on the website Smiley

No worries. Message me when you're ready.
Kzh
member
Activity: 64
Merit: 10
newbie
Activity: 140
Merit: 0
Personally, I don't think you should be thinking about getting this coin onto an exchange right now. Previous commentators are correct; there are basics that need to be done that are way more important than an exchange, especially the whitepaper and a compelling reason for what the whole point of this coin is. You gotta get the house ready before you put it up for sale.

I'd be happy to help get a simple webpage up (I'm a designer/developer) so that there's something at least up for this coin.

Yeah, that's the plan. I mentioned it in my previous post, getting whitepaper, fixes, and website done before the exchanges.
Right now I'm focusing on wallet fixes, so I will contact you when this is completed if you'd still like to help on the website Smiley
full member
Activity: 136
Merit: 100
Personally, I don't think you should be thinking about getting this coin onto an exchange right now. Previous commentators are correct; there are basics that need to be done that are way more important than an exchange, especially the whitepaper and a compelling reason for what the whole point of this coin is. You gotta get the house ready before you put it up for sale.

I'd be happy to help get a simple webpage up (I'm a designer/developer) so that there's something at least up for this coin.
newbie
Activity: 140
Merit: 0
Before you jump into listing you should fix the wallet first.

The wallet has so many issues.

Fees are not standard. Latest source fee is 0.050, while earlier version is 0.0001 IRD. Tx sent from earlier versions will fail on the latest.
Sending large amount fails. Transaction too large. For anyone with large amount try sending 2000 ird and it will fail. That means you cannot send anything big to exchange.

Compiling from latest IRD source has too many errors and has to look at xmr patches to complete the build.  These are serious issues that you cannot ignore.

Good luck.

All of these issues will be solved with the next wallet update, not to worry. Smiley

Hard fork is nigh?

Hold your tongue!

DEV POST

I think if most of the current nodes upgrade, such as the pools and my seed nodes, then there will be no hard fork. Since older daemons will still be able to send transactions, and I'm also going to reduce the fee as well, since seeing that 0.0001 fee can be irritating haha. So there should be no issues really, but I will do my best to announce the new daemons, wallets and other software ahead of time to let you all know. I may do a release of everything together, unveiling new wallet with new logo, website and such. But know it should all be fixed within the next day or so. After these fixes and the website, we can focus on the whitepaper and our "unique selling point" I guess. Then we'll hit the exchanges, so that's the basic plan for now.
full member
Activity: 196
Merit: 100
Before you jump into listing you should fix the wallet first.

The wallet has so many issues.

Fees are not standard. Latest source fee is 0.050, while earlier version is 0.0001 IRD. Tx sent from earlier versions will fail on the latest.
Sending large amount fails. Transaction too large. For anyone with large amount try sending 2000 ird and it will fail. That means you cannot send anything big to exchange.

Compiling from latest IRD source has too many errors and has to look at xmr patches to complete the build.  These are serious issues that you cannot ignore.

Good luck.

All of these issues will be solved with the next wallet update, not to worry. Smiley

Hard fork is nigh?

Hold your tongue!
Jump to: