Pages:
Author

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

member
Activity: 361
Merit: 11
Iridium (IRD) dev
#####################################################################

For pool and node owners :

Core binaries and the latest code on the main repo is available with some compilation instructions : https://github.com/iridiumdev/iridium/releases/latest

The hard fork is scheduled on Friday 26th of January 2018 at block 69500.

testnet is setup to simulate a hard fork at block 5 for devs tests, I encourage every pool owner to do tests on a testnet :

- launch a core in testnet mode with a test data dir
- launch a simplewallet in testnet mode
- try you pool code

I also update the seeds node to latests available, I will release the user gui wallet tonight.

#####################################################################
member
Activity: 118
Merit: 10
########################################################
Afer the long wait, the goal is reached : The main purpose of the next Hard fork is here :

The LW-WMA (Linearly Weighted, Weighted Harmonic Mean) theorical
algorithm by Zawy is implemented and ready.


link of Zawy original algorithm : https://github.com/zawy12/difficulty-algorithms/issues/3
########################################################

Why this algorithm :

- No delay of reaction.
- It is weighted by the latests found blocks in decending order (most recent weight more than the previous, etc...)
- I choose a window size of 60 blocs, so this algorithm has to take care that a bloc is found every 175 seconds (this is the iridium specification) on a moving window of 60 blocks.

Briefly,  if an attack occurs, the difficulty will go up just after the found bloc aiming always this 175s target. After this, the difficulty will go down at the same speeding the same goal.
Tests are done and are very promising.

So what now ? During this week-end, I will schedule the Hard-Fork and release the new wallet and core versions ready for it.
This mean, for users a new wallet to download and for pools and nodes owners, a new core daemon to install.

I'm aiming the next Friday for this hard fork so it leave 5/6 days for others to do tests. Pool owners, be aware. I recommend you to testnet the hard fork to see if the new blocks template and protocol is ok with your pool version. I will leave the testnet settings tuned to the new block version, so you will just have to launch the core in testnet mode, fire a testnet wallet and setup a test pool. If you don't test it, maybe your pool will crash at the HF point. (that's what happen last time but luckily, this force me to implement this new one also - Thank to manona to show me the way  Wink )

And what next  ? focusing going on exchange : I think this implementation is a huge card to play... What ? exchange ? No ? Yes ? Now ? Later ? Lol.

One last thing : this hard fork will also allow larger transactions and should free theses stucked in mempool since months...

wow...good job...!!!

I believe in dev.
I decided to wait.
I will not be grumbled anymore.
jr. member
Activity: 53
Merit: 5
########################################################
Afer the long wait, the goal is reached : The main purpose of the next Hard fork is here :

The LW-WMA (Linearly Weighted, Weighted Harmonic Mean) theorical
algorithm by Zawy is implemented and ready.


link of Zawy original algorithm : https://github.com/zawy12/difficulty-algorithms/issues/3
########################################################

Why this algorithm :

- No delay of reaction.
- It is weighted by the latests found blocks in decending order (most recent weight more than the previous, etc...)
- I choose a window size of 60 blocs, so this algorithm has to take care that a bloc is found every 175 seconds (this is the iridium specification) on a moving window of 60 blocks.

Briefly,  if an attack occurs, the difficulty will go up just after the found bloc aiming always this 175s target. After this, the difficulty will go down at the same speeding the same goal.
Tests are done and are very promising.

So what now ? During this week-end, I will schedule the Hard-Fork and release the new wallet and core versions ready for it.
This mean, for users a new wallet to download and for pools and nodes owners, a new core daemon to install.

I'm aiming the next Friday for this hard fork so it leave 5/6 days for others to do tests. Pool owners, be aware. I recommend you to testnet the hard fork to see if the new blocks template and protocol is ok with your pool version. I will leave the testnet settings tuned to the new block version, so you will just have to launch the core in testnet mode, fire a testnet wallet and setup a test pool. If you don't test it, maybe your pool will crash at the HF point. (that's what happen last time but luckily, this force me to implement this new one also - Thank to manona to show me the way  Wink )

And what next  ? focusing going on exchange : I think this implementation is a huge card to play... What ? exchange ? No ? Yes ? Now ? Later ? Lol.

One last thing : this hard fork will also allow larger transactions and should free theses stucked in mempool since months...

Yoooo!! and for the dev HIP HIP HURRAY!!
member
Activity: 361
Merit: 11
Iridium (IRD) dev
##################################################

Pool migration

https://ird.uvac.fr is closed now, you can't mine anymore. your balance will be sent until it reach 1 IRD

 Migration place is here : https://irdpool.fr

It's the same pool, just another server and domain name.

##################################################
jr. member
Activity: 60
Merit: 6
Whole lotta $IRD
newbie
Activity: 35
Merit: 0
https://irdpool.fr/  3 hours, not a single block not found?
member
Activity: 476
Merit: 14
Bcnex - The Ultimate Blockchain Trading Platform
Thanks for the input eichanin, nakashu, kepas.
I also was told that it needed colour. I had 20min tonight to burn, so did 2 variations of the logo.

Original:


Filled:


Candy box:




I like the candy box
In my opinion, the third one, which you called the candy one, is the best. Let's choose this one, dev.
Totally agree with you. I really love the third one, which looks like a candy box.
member
Activity: 361
Merit: 11
Iridium (IRD) dev
########################################################
Afer the long wait, the goal is reached : The main purpose of the next Hard fork is here :

The LW-WMA (Linearly Weighted, Weighted Harmonic Mean) theorical
algorithm by Zawy is implemented and ready.


link of Zawy original algorithm : https://github.com/zawy12/difficulty-algorithms/issues/3
########################################################

Why this algorithm :

- No delay of reaction.
- It is weighted by the latests found blocks in decending order (most recent weight more than the previous, etc...)
- I choose a window size of 60 blocs, so this algorithm has to take care that a bloc is found every 175 seconds (this is the iridium specification) on a moving window of 60 blocks.

Briefly,  if an attack occurs, the difficulty will go up just after the found bloc aiming always this 175s target. After this, the difficulty will go down at the same speeding the same goal.
Tests are done and are very promising.

So what now ? During this week-end, I will schedule the Hard-Fork and release the new wallet and core versions ready for it.
This mean, for users a new wallet to download and for pools and nodes owners, a new core daemon to install.

I'm aiming the next Friday for this hard fork so it leave 5/6 days for others to do tests. Pool owners, be aware. I recommend you to testnet the hard fork to see if the new blocks template and protocol is ok with your pool version. I will leave the testnet settings tuned to the new block version, so you will just have to launch the core in testnet mode, fire a testnet wallet and setup a test pool. If you don't test it, maybe your pool will crash at the HF point. (that's what happen last time but luckily, this force me to implement this new one also - Thank to manona to show me the way  Wink )

And what next  ? focusing going on exchange : I think this implementation is a huge card to play... What ? exchange ? No ? Yes ? Now ? Later ? Lol.

One last thing : this hard fork will also allow larger transactions and should free theses stucked in mempool since months...

Nice! how much larger can the transactions be after the HF?
I setup a max average block size of 60ko, I dont know what that mean in tx term but now, it's running at 20ko max
jr. member
Activity: 60
Merit: 6
Whole lotta $IRD
Lots of news coming out over the next week.  Will post on this forum and discord.

  • Roadmap for 2018
  • Friday January 26 - NEW IRIDIUM Hardfork (SteveB already posted)
  • Exchange Planning - Coordination of Community and Planning
  • New ETH Wallet Donation
  • iridiumpools.com ANNOUNCEMENT

We are looking for someone to assist with being a Marketing Community Coordinator.  This is a person that will help plan and get people to vote on specific exchanges as a coordinated community; this gives us a way to FOCUS OUR COMMUNITY LIKE A LASER THINK VOLTRON!!

-Shaun
-IRD Coordinator
-h0h0h0 on discord.
member
Activity: 361
Merit: 11
Iridium (IRD) dev
########################################################
Afer the long wait, the goal is reached : The main purpose of the next Hard fork is here :

The LW-WMA (Linearly Weighted, Weighted Harmonic Mean) theorical
algorithm by Zawy is implemented and ready.


link of Zawy original algorithm : https://github.com/zawy12/difficulty-algorithms/issues/3
########################################################

Why this algorithm :

- No delay of reaction.
- It is weighted by the latests found blocks in decending order (most recent weight more than the previous, etc...)
- I choose a window size of 60 blocs, so this algorithm has to take care that a bloc is found every 175 seconds (this is the iridium specification) on a moving window of 60 blocks.

Briefly,  if an attack occurs, the difficulty will go up just after the found bloc aiming always this 175s target. After this, the difficulty will go down at the same speeding the same goal.
Tests are done and are very promising.

So what now ? During this week-end, I will schedule the Hard-Fork and release the new wallet and core versions ready for it.
This mean, for users a new wallet to download and for pools and nodes owners, a new core daemon to install.

I'm aiming the next Friday for this hard fork so it leave 5/6 days for others to do tests. Pool owners, be aware. I recommend you to testnet the hard fork to see if the new blocks template and protocol is ok with your pool version. I will leave the testnet settings tuned to the new block version, so you will just have to launch the core in testnet mode, fire a testnet wallet and setup a test pool. If you don't test it, maybe your pool will crash at the HF point. (that's what happen last time but luckily, this force me to implement this new one also - Thank to manona to show me the way  Wink )

And what next  ? focusing going on exchange : I think this implementation is a huge card to play... What ? exchange ? No ? Yes ? Now ? Later ? Lol.

One last thing : this hard fork will also allow larger transactions and should free theses stucked in mempool since months...
sr. member
Activity: 385
Merit: 257
Open to any CryptoBusiness idea you have for Ghana
Thanks for the input eichanin, nakashu, kepas.
I also was told that it needed colour. I had 20min tonight to burn, so did 2 variations of the logo.

Original:


Filled:


Candy box:




I like the candy box
member
Activity: 175
Merit: 11
"Decentralization is religion"

yes it is nice but LOGO need to be much more simplier to display correctly in small icons on exchange and so on.. the black-white one does the job..

May be something like this?


the letters might not be readable, but i like the BW schema, lets wait for some more comments from folks around
newbie
Activity: 11
Merit: 0

yes it is nice but LOGO need to be much more simplier to display correctly in small icons on exchange and so on.. the black-white one does the job..

May be something like this?
https://imgur.com/1RcT70n
member
Activity: 175
Merit: 11
"Decentralization is religion"

yes it is nice but LOGO need to be much more simplier to display correctly in small icons on exchange and so on.. the black-white one does the job..
full member
Activity: 153
Merit: 100
wow, New logo for this coin, I think the exchange will be announce soon also  Roll Eyes Roll Eyes Roll Eyes
newbie
Activity: 2
Merit: 0
Thanks for the input eichanin, nakashu, kepas.
I also was told that it needed colour. I had 20min tonight to burn, so did 2 variations of the logo.

Original:
https://i.imgur.com/GuO8l0M.jpg

Filled:
https://i.imgur.com/2Qhgfsm.jpg

Candy box:
https://i.imgur.com/CPOkl1I.jpg


newbie
Activity: 26
Merit: 0
Hello Iridium community.
I think this is my first post on this forum.
I have presented a new logo to the devs of this promising new coin and was prompted to show it to you guys, be gentle with me.
I believe it's an improvement on the current logo, hope you like it.

https://i.imgur.com/8E56Ph5.jpg

I'm a newb here, so images wont show, you must click the link.

I like it , but can add lines to resemble a cube. Smiley That will fill the empty space. Wink
member
Activity: 175
Merit: 11
"Decentralization is religion"
Hello Iridium community.
I think this is my first post on this forum.
I have presented a new logo to the devs of this promising new coin and was prompted to show it to you guys, be gentle with me.
I believe it's an improvement on the current logo, hope you like it.



I'm a newb here, so images wont show, you must click the link.


i kinda like it.. +1


member
Activity: 426
Merit: 11
Hello Iridium community.
I think this is my first post on this forum.
I have presented a new logo to the devs of this promising new coin and was prompted to show it to you guys, be gentle with me.
I believe it's an improvement on the current logo, hope you like it.



I'm a newb here, so images wont show, you must click the link.


I will repeat your link
https://i.imgur.com/8E56Ph5.jpg
I think there is too much empty space in this logo
newbie
Activity: 2
Merit: 0
Hello Iridium community.
I think this is my first post on this forum.
I have presented a new logo to the devs of this promising new coin and was prompted to show it to you guys, be gentle with me.
I believe it's an improvement on the current logo, hope you like it.

https://i.imgur.com/8E56Ph5.jpg

I'm a newb here, so images wont show, you must click the link.
Pages:
Jump to: