Bitcoin Forum
May 13, 2024, 09:33:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 ... 151 »
  Print  
Author Topic: [ANN] Iridium (IRD) - People are Power - Community build crypto  (Read 149694 times)
Bit-talker1
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
November 07, 2017, 06:11:53 PM
 #1441

Nice idea, good concept, sure the future is great!)))
1715592830
Hero Member
*
Offline Offline

Posts: 1715592830

View Profile Personal Message (Offline)

Ignore
1715592830
Reply with quote  #2

1715592830
Report to moderator
1715592830
Hero Member
*
Offline Offline

Posts: 1715592830

View Profile Personal Message (Offline)

Ignore
1715592830
Reply with quote  #2

1715592830
Report to moderator
1715592830
Hero Member
*
Offline Offline

Posts: 1715592830

View Profile Personal Message (Offline)

Ignore
1715592830
Reply with quote  #2

1715592830
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715592830
Hero Member
*
Offline Offline

Posts: 1715592830

View Profile Personal Message (Offline)

Ignore
1715592830
Reply with quote  #2

1715592830
Report to moderator
1715592830
Hero Member
*
Offline Offline

Posts: 1715592830

View Profile Personal Message (Offline)

Ignore
1715592830
Reply with quote  #2

1715592830
Report to moderator
papeiru
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
November 07, 2017, 08:50:55 PM
 #1442

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)
CapacabanaBitch
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
November 07, 2017, 09:19:59 PM
 #1443

Does the team have experience in this sphere?
StormLead
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
November 07, 2017, 10:39:31 PM
 #1444

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 ?
stevebrush
Member
**
Offline Offline

Activity: 361
Merit: 11

Iridium (IRD) dev


View Profile WWW
November 08, 2017, 12:31:59 AM
 #1445

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...

nanona
Full Member
***
Offline Offline

Activity: 307
Merit: 101


View Profile
November 08, 2017, 12:04:01 PM
 #1446

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.
Windozxpert
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
November 08, 2017, 12:21:15 PM
Last edit: November 08, 2017, 12:39:19 PM by Windozxpert
 #1447

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.

There's no I in team, but there is a "Me" if you jumble it up. ~ House, M.D.
tigdav2004
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
November 08, 2017, 02:04:18 PM
 #1448

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
oblemay
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
November 08, 2017, 02:36:55 PM
 #1449

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
Yass
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
November 08, 2017, 03:14:45 PM
 #1450

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 ?
StormLead
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
November 08, 2017, 03:42:19 PM
 #1451

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]
Yass
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
November 08, 2017, 09:54:35 PM
Last edit: November 08, 2017, 10:16:38 PM by Yass
 #1452

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 ...
ice2090
Full Member
***
Offline Offline

Activity: 178
Merit: 100


View Profile
November 09, 2017, 12:15:17 AM
 #1453

guys anything new about exchange on new sites?
southxchange?
coinsmarkets?
stocks.exchange?
thenortherndoge
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
November 09, 2017, 05:09:46 AM
 #1454

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
wanruuner
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
November 09, 2017, 08:30:33 AM
 #1455

Any news about the mining problems?
kooxe2
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
November 09, 2017, 08:49:59 AM
 #1456

hello everybody. i was hoping if someone can sell me 1000 iridium for $1, if anyone is interested please sent me a pm
BobTrade
Full Member
***
Offline Offline

Activity: 462
Merit: 103


View Profile
November 09, 2017, 12:24:24 PM
 #1457

let's support Iridium guys, we need many more people know about this coin. I think the 1st step is to improve the decentralization.
cryptofriendz
Member
**
Offline Offline

Activity: 111
Merit: 10

Do or do not.


View Profile
November 09, 2017, 03:17:28 PM
 #1458

discovered this today, any bounty programs still?
fonship
Full Member
***
Offline Offline

Activity: 893
Merit: 135


Bitcoin is not a currency or asset. Its a MOVEMENT


View Profile WWW
November 09, 2017, 04:34:40 PM
 #1459

what community think about whitepaper, I did not like it, there is nothing new, all info stands true for any cryptonote coin

selling sushistake.com, send offers
dunca.marin
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
November 09, 2017, 04:36:54 PM
 #1460

and when will be windows walllet ready..?
Pages: « 1 ... 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 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 ... 151 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!