Pages:
Author

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

newbie
Activity: 11
Merit: 0
I wish one of the pools would offer custom diff. On miner77 my diff shoots to nicehash diff even tho i only have a single gpu, a gtx 1060 Sad
full member
Activity: 178
Merit: 100
guys anything new about exchange on new sites?
southxchange?
coinsmarkets?
stocks.exchange?
newbie
Activity: 38
Merit: 0
hello , i mined few iridiums and they were sent by the pool as shown in my tx list , however wallet is not showing them , 0 bal in total , is there a problem with the wallet ?

had the same problem, read last page [77]
solved by nodes just after posting my message  ty anyways !

EDIT: what do you think guys of this coin , will it succeed  ? it isn't really hard to create a coin and based on cryptonote even easier ...
newbie
Activity: 7
Merit: 0
hello , i mined few iridiums and they were sent by the pool as shown in my tx list , however wallet is not showing them , 0 bal in total , is there a problem with the wallet ?

had the same problem, read last page [77]
newbie
Activity: 38
Merit: 0
hello , i mined few iridiums and they were sent by the pool as shown in my tx list , however wallet is not showing them , 0 bal in total , is there a problem with the wallet ?
newbie
Activity: 4
Merit: 0
Hello guys
Help please
Can't run iridiumd on ubuntu 17.10
i get error:iridiumd: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory

Try  
Code:
sudo apt-get install libboost1.58-all-dev
  Huh
newbie
Activity: 28
Merit: 0
Hello guys
Help please
Can't run iridiumd on ubuntu 17.10
i get error:iridiumd: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory
full member
Activity: 196
Merit: 100
Quote
The pools are certainly not earning more fees due to such incidents. Because the long period of slow blocks and less fees (per hour) now will make up for the short period of more fees (per hour) during the attack. I am therefore puzzled why they would actively invite nicehash attacks by providing a dedicated port just for this centralized service.
so you mean, pools should close nicehash port until the problem is solved?


This would be ideal, as Nicehash is no good for any crypto. It's nothing but a botnet. As for the permanent fix, we are working on the difficulty changes on the main network. We are also updating the node list.
@nanona - If you would like to help with development, we'd be happy to have you. Join us on Discord.
full member
Activity: 307
Merit: 101
I won't mention yet another instamining/difficulty attack which occured 12 hours ago, because I hope the devs got the message and are working on an upgrade.

Here is however something which is much easier to fix: The block numbers shown in the pools and the block numbers shown in the official explorer do not match.
They diverge by 1, so a typical bug of one service using 0-based, the other 1-based indexing, or even both mixed sometimes.

Example:
The last block on the network at the moment as I write this was found by the mine77 pool and is shown there as 31726 with a timestamp of 11:47:16 GMT.
When you enter 31726 into the official explorer at mine77 it will show you "Iridium Block 31,726" with a timestamp of 11:45:52.
This is however not block 31726 but in fact block 31725. Now you would think I will just enter 31727 into the explorer to trick it and show me block 31726.
Yes, this will work usually. However if 31726 is still the last block found on the network, the explorer will not return any result for 31727, as it thinks 31726 is the last block and 31727 does not exist yet.
So the explorer applies 1-based indexing on the block numbers but 0-based indexing when it decides which block is the last one.

It's a simple bug but it creates a lot of confusion.

EDIT: After seeing that the explorer shows block 0 and that one looks like the genesis block, it looks rather like the explorer is using the correct indexing, but the pools are wrong. I guess they start to count at the actual block 1 and index it as block 0. That would explain the discrepancy.
member
Activity: 361
Merit: 11
Iridium (IRD) dev
Thank you !
It seems to work, now syncing.
What is the problem, shouldn't these IPs be embedded in the wallet ? i'm the only one with this problem ?
It should... but some nodes are missing, that's why we try to setup some. It will help the network.
we have to find servers on with we can count on !
if someone has some spare space on a server, I can help to setup the node too.

Thanks to Romka_Kharkov for providing us a node.
I release today a new MacOS version of the wallet with this new seed : https://github.com/steevebrush/iridium-gui/releases/tag/v2.0.2
If someone can compile a win version...
newbie
Activity: 7
Merit: 0
I think i found the problem, it seems that my wallet is not syncing

i got the latest version 2.0.1 ( https://github.com/iridiumdev/iridium-gui/releases/tag/v2.0.1) although after i open the wallet in help/about wallet it says version 2.0.0

in log file i got:

2017-Nov-07 19:25:22.547158 ERROR [node_server] Failed to connect to any of seed peers, continuing without seeds
2017-Nov-07 19:25:44.549802 ERROR [node_server] Failed to connect to any of seed peers, continuing without seeds
2017-Nov-07 19:26:06.551593 ERROR [node_server] Failed to connect to any of seed peers, continuing without seeds
2017-Nov-07 19:26:28.555068 ERROR [node_server] Failed to connect to any of seed peers, continuing without seeds
2017-Nov-07 19:26:50.557772 ERROR [node_server] Failed to connect to any of seed peers, continuing without seeds

i m using windows 10 x64

any ideea ?

You can try run wallet with this option:
Code:
--add-peer 83.197.6.152:7080 --add-peer 198.27.67.63:12007 --add-peer 2.92.209.51:12007 --add-peer 104.234.216.118:12007
Thank you !
It seems to work, now syncing.
What is the problem, shouldn't these IPs be embedded in the wallet ? i'm the only one with this problem ?
newbie
Activity: 42
Merit: 0
Does the team have experience in this sphere?
newbie
Activity: 22
Merit: 0
People who can use docker containers : here is the automated build for the daemon (node). I will help the network too. The trimmed image based on ubuntu 16.04 takes only 136MB. Running a node at this time need at least 2.2Go free on hard drive to store the blockchain but it will grow. For example, monero blockchain use today 33Go
Seems i ask this with Windozxpert Smiley
Did you have any tutorials for CentOS OS? or this will be same cuz both linux based?
Did you know how many bandwidth used by node ? Should i connect node to other nodes or to "IRD network". How this works ?

docker should be available on centOS (https://docs.docker.com/engine/installation/linux/docker-ce/centos), in that case, just run with your right ports.

Code:
docker run -e "TIMEZONE"="Europe/Paris" -p my_local_p2p_port:12007 --p my_local_rpc_port:13007 -e "P2P_BIND_IP"="1.2.3.4 -e "P2P_BIND_PORT"="my_local_p2p_port" -e "P2P_EXTERNAL_PORT"="12007" -e "RPC_BIND_IP"="5.6.7.8 -e "RPC_BIND_PORT"="my_local_rpc_port" -e "LOG_LEVEL"="4" -e "LOG_FILE"="/data/iridium.log" steevebrush/iridiumd-container

look there, it's written : https://hub.docker.com/r/steevebrush/iridiumd-container

about bandwidth : after the download of the blockchain (2,5Go), bandwidth is very low ! a block is discover every 5 minutes at this time. the node connect automatically to others node. the version compiled is the latest with new seeds.

How this works ? simple : the daemon stock the blockchain, share and confirm (or infirme) the validity of a block.
so more nodes = faster validation and safer transactions.

may be a reward can be imagined for people running nodes, it's a community, so why not asking ?

question 1: I have a server and i'm mining with 14 of 16 threads... my question is.. how many threads (cores, don't know how to call it) i have to free, to run a node.. I'm one who ask in the slack/discord to help ird
question 2: that image/docker or whatever, is autoplay? do i have to be a programmer to run the node? (i'm such an ignorant of computing stuff)
member
Activity: 69
Merit: 10
Nice idea, good concept, sure the future is great!)))
newbie
Activity: 7
Merit: 0
I think i found the problem, it seems that my wallet is not syncing

i got the latest version 2.0.1 ( https://github.com/iridiumdev/iridium-gui/releases/tag/v2.0.1) although after i open the wallet in help/about wallet it says version 2.0.0

in log file i got:

2017-Nov-07 19:25:22.547158 ERROR [node_server] Failed to connect to any of seed peers, continuing without seeds
2017-Nov-07 19:25:44.549802 ERROR [node_server] Failed to connect to any of seed peers, continuing without seeds
2017-Nov-07 19:26:06.551593 ERROR [node_server] Failed to connect to any of seed peers, continuing without seeds
2017-Nov-07 19:26:28.555068 ERROR [node_server] Failed to connect to any of seed peers, continuing without seeds
2017-Nov-07 19:26:50.557772 ERROR [node_server] Failed to connect to any of seed peers, continuing without seeds

i m using windows 10 x64

any ideea ?
newbie
Activity: 7
Merit: 0
Hi,

How long does it take for coins to be transferred into wallet ?

It's been already 2-3h since the pool made the payment and i still got 0.00 IRD in wallet.

thanks
Depends on the pool I think, but it takes some time, don't worry it will show up soon.

ok maybe i'm doing something wrong

So i downloaded and run the wallet, click on receive and got my wallet address: ir3qWowxEi8d4mNbE1PmSc55PcFNo9pMeZSWK9ZhhQcDAJtQBvgUAaAAvvH9xpdjHMBq9iZ4vamaBhg AkvU921tq1ukegRZjk

i put this address in the bat file and start minig.
It showed up in the pool - https://ird.uvac.fr/# and i got 4 payments from the pool, first one was almost 4h ago and still the wallet balance shows 0.

I even installed the wallet on another computer (same wallet, i exported the *.wallet file)

any help ?
newbie
Activity: 15
Merit: 0
Hi,

How long does it take for coins to be transferred into wallet ?

It's been already 2-3h since the pool made the payment and i still got 0.00 IRD in wallet.

thanks
Depends on the pool I think, but it takes some time, don't worry it will show up soon.
newbie
Activity: 7
Merit: 0
Hi,

How long does it take for coins to be transferred into wallet ?

It's been already 2-3h since the pool made the payment and i still got 0.00 IRD in wallet.

thanks
newbie
Activity: 15
Merit: 0
The network suffered an instamining attack for the past two hours (10:50-12:40 GMT) done over the mine77 pool. I think I saw something like 350kH/s at work. 50kH/s of which are the genuine permanent miners in that pool, so the attacker used appr. 300kH/s. During these hours we saw blocks 30208 to 30406 which was 198 blocks in 110min or 1.8 blocks/min or an average block time of 33 seconds. The normal rate would have been 36 blocks during that time, therefore 162 blocks (nearly 14,000 IRD) were mined in excess due to the not fast enough difficulty re-target on this blockchain.

I suggest the dev team starts to implement a more up to date diffculty re-target function. In the past Sumokoin (SUMO) and Masari (MSR) suffered the same fate of getting raped by nicehash idiots, i.e. centralized hashrate for hire. Masari then adopted the retargeting from SUMO which stopped these attacks. I consider these attacks equivalent to someone going into a restaurant, eating and then running away while telling the waitress that the invoice will be paid by the next customer.

This is exactly what will happen now since the difficulty is slowly (and delayed) adjusting upwards long after the attack has stopped, which means the genuine 24/7 miners which actually secure the network will mine against a high difficulty (which comes too late), will waste lots of electricity and get very few blocks, i.e. coins. They basically subsidize the coins stolen by the nicehash idiot. Yes, I consider it theft because the nicehash attacker is not willing to mine at the difficulty his hashrate generates. That's why he ran away after a short time and doesn't mine 24/7, knowing exactly that the invoice (difficulty) is presented only after the fact and he can leave it to the other miners.

The difficulty re-target will always be a trailing indicator because it works based on the block times found previously. But it must be such that it can react very quickly on such hashrate attacks and drive difficulty up immediately when the blocks start flying. Once it stops, it must equally quickly adjust difficulty down of course. Other coins have solved this very well and this coin should upgrade as well on a coming HF. After all the block time is the heartbeat of the network and it must be predictable and constant. It is additionally controlling the issuance of the coins (inflation) and this must be fully under control and resilient to such nicehash attacks. Hence why I always recommend that pools do not accept nicehash workers. Nicehash is the exact opposite of a decentralized ledger and currency mined by decentralized miners. It's a centralized service which should be blocked wherever possible.


The network difficulty has slowly ramped up to 20M now, despite the attack being over since more than 8 hours and the global hashrate back down to 50kH/s ever since. This is two times the 10M it had when the attack started. Blocks come in very slow therefore. The last 20 blocks took over 3 hours to mine (almost 3.5 hours), which means the miners are now earning less than one third of the coins they should earn for a couple of days to come until the difficulty will be back down to 10M. They are paying for the nicehash freeloader. If they are unlucky the freeloader will return just when the difficulty is again back to nominal. Rinse repeat.

The pools are certainly not earning more fees due to such incidents. Because the long period of slow blocks and less fees (per hour) now will make up for the short period of more fees (per hour) during the attack. I am therefore puzzled why they would actively invite nicehash attacks by providing a dedicated port just for this centralized service.

Same attack again today through the mine77 pool, from 4:30 to 6:30 GMT, just when the difficulty from the previous attack had come down again to the regular 10M after nearly two days of slow blocks and low rewards for the permanent miners. This time during 2 hours we had blocks 31046 to 31161, which is 115 blocks or nearly 60 blocks/hour and 1 block/minute, instead of the normal 20 blocks/hour and 1 block every 3 minutes. A total surplus of 75 blocks or 6,375 IRD mined at zero additional costs for the attacker, well, the permanent miners are paying for it now and for the next two days as the difficulty is shooting up now. It's already at 13M and increasing and the genuine 35 kH/s on mine77 and the 25 kH/s on the two other pools will now mine for very little rewards.

Thanks for the information. Are devs dealing with this ? It seems urgent and unfair for current miners.
full member
Activity: 307
Merit: 101
The network suffered an instamining attack for the past two hours (10:50-12:40 GMT) done over the mine77 pool. I think I saw something like 350kH/s at work. 50kH/s of which are the genuine permanent miners in that pool, so the attacker used appr. 300kH/s. During these hours we saw blocks 30208 to 30406 which was 198 blocks in 110min or 1.8 blocks/min or an average block time of 33 seconds. The normal rate would have been 36 blocks during that time, therefore 162 blocks (nearly 14,000 IRD) were mined in excess due to the not fast enough difficulty re-target on this blockchain.

I suggest the dev team starts to implement a more up to date diffculty re-target function. In the past Sumokoin (SUMO) and Masari (MSR) suffered the same fate of getting raped by nicehash idiots, i.e. centralized hashrate for hire. Masari then adopted the retargeting from SUMO which stopped these attacks. I consider these attacks equivalent to someone going into a restaurant, eating and then running away while telling the waitress that the invoice will be paid by the next customer.

This is exactly what will happen now since the difficulty is slowly (and delayed) adjusting upwards long after the attack has stopped, which means the genuine 24/7 miners which actually secure the network will mine against a high difficulty (which comes too late), will waste lots of electricity and get very few blocks, i.e. coins. They basically subsidize the coins stolen by the nicehash idiot. Yes, I consider it theft because the nicehash attacker is not willing to mine at the difficulty his hashrate generates. That's why he ran away after a short time and doesn't mine 24/7, knowing exactly that the invoice (difficulty) is presented only after the fact and he can leave it to the other miners.

The difficulty re-target will always be a trailing indicator because it works based on the block times found previously. But it must be such that it can react very quickly on such hashrate attacks and drive difficulty up immediately when the blocks start flying. Once it stops, it must equally quickly adjust difficulty down of course. Other coins have solved this very well and this coin should upgrade as well on a coming HF. After all the block time is the heartbeat of the network and it must be predictable and constant. It is additionally controlling the issuance of the coins (inflation) and this must be fully under control and resilient to such nicehash attacks. Hence why I always recommend that pools do not accept nicehash workers. Nicehash is the exact opposite of a decentralized ledger and currency mined by decentralized miners. It's a centralized service which should be blocked wherever possible.


The network difficulty has slowly ramped up to 20M now, despite the attack being over since more than 8 hours and the global hashrate back down to 50kH/s ever since. This is two times the 10M it had when the attack started. Blocks come in very slow therefore. The last 20 blocks took over 3 hours to mine (almost 3.5 hours), which means the miners are now earning less than one third of the coins they should earn for a couple of days to come until the difficulty will be back down to 10M. They are paying for the nicehash freeloader. If they are unlucky the freeloader will return just when the difficulty is again back to nominal. Rinse repeat.

The pools are certainly not earning more fees due to such incidents. Because the long period of slow blocks and less fees (per hour) now will make up for the short period of more fees (per hour) during the attack. I am therefore puzzled why they would actively invite nicehash attacks by providing a dedicated port just for this centralized service.

Same attack again today through the mine77 pool, from 4:30 to 6:30 GMT, just when the difficulty from the previous attack had come down again to the regular 10M after nearly two days of slow blocks and low rewards for the permanent miners. This time during 2 hours we had blocks 31046 to 31161, which is 115 blocks or nearly 60 blocks/hour and 1 block/minute, instead of the normal 20 blocks/hour and 1 block every 3 minutes. A total surplus of 75 blocks or 6,375 IRD mined at zero additional costs for the attacker, well, the permanent miners are paying for it now and for the next two days as the difficulty is shooting up now. It's already at 13M and increasing and the genuine 35 kH/s on mine77 and the 25 kH/s on the two other pools will now mine for very little rewards.
Pages:
Jump to: