Bitcoin Forum
June 22, 2024, 10:01:43 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
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 ... 151 »
  Print  
Author Topic: [ANN] Iridium (IRD) - People are Power - Community build crypto  (Read 149736 times)
trinitrotoluene
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile WWW
September 06, 2017, 10:03:26 PM
 #81

I've lowered the fee since everything seems to be running smoothly now. I was gonna do this earlier but my entire block lost power (not mining related)

That said I am personally concerned about how my mining pool has absorbed basically all of the hashrate. Nearly everyone who was solo mining is no longer doing so. Before I begun this I thought only GPU miners would be interested in using the pool. I'm in a position to 51% the network, I am the network. This is a call for another pool to be opened by another operator to compete with me. If this doesn't happen I may be forced to raise the pool fee to economically force people off of it. We're still very early, so I've lowered the fee to make this a fairer start for everyone while my future competition gets to work.

I can stand another pool up fairly quickly.  Want to share me your coin.json?
bravetheheat
Sr. Member
****
Offline Offline

Activity: 457
Merit: 251


View Profile
September 06, 2017, 10:06:04 PM
 #82

how to mine this coin? Hi,guys, you release a new coin but doesn't give the miner.

I see the github code, do i need to compile the code, and then mine it?

does there anyone success mine this coin?
IRD-PoolOperator
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
September 06, 2017, 10:12:19 PM
Last edit: September 06, 2017, 10:23:43 PM by IRD-PoolOperator
 #83

I would be willing to stand up an Iridium pool, but I don't see the info I need to create a coin file to start the pool.

Maybe IRD-PoolOperator would be willing to provide me his coin.json?

Below is the only real modifications beyond the obvious stuff like setting your wallet address
Code:
    "coin": "Iridium",
    "symbol": "IRD",

Code:
    "blockUnlocker": {
        "enabled": true,
        "interval": 15, // lowered for testing, probably not good for production
        "depth": 20, // this is the actual important change
        "poolFee": 5,
        "devDonation": 0.0, // shouldn't work anyways
        "coreDevDonation": 0.0 // shouldn't work anyways
    },

Code:
    "payments": {
        "enabled": true,
        "interval": 45, // massively lowered because of transaction issues
        "maxAddresses": 1, // prevents transaction size errors
        "mixin": 0, // prevents transaction size errors
        "transferFee": 10000, // I don't think a fee is even needed
        "minPayment": 1000000000, // 10 IRD
        "denomination": 1000000 // anything under 0.010 IRD gets truncated and remains pending
    },

Also make sure you set coinUnits in config.js otherwise the website (and only the website) shows the wrong decimal placement
Code:
var coinUnits = 100000000;

Installation of node requires a specific version, and may cause dependencies issues on your server depending on distribution. I'm accepting offers in my PM for system administration work, including setting something like a pool up.

how to mine this coin? Hi,guys, you release a new coin but doesn't give the miner.

I see the github code, do i need to compile the code, and then mine it?

does there anyone success mine this coin?
Any Monero miner will work if you use a pool. I recommend xmrig or xmr-cpu-stak for CPU and ccminer-cryptonight by KlausT (I think xmr-stak-nvidia is fundamentally a repackage of this). xmr-stak-amd exists but I've never mined on an AMD GPU. Otherwise you can attempt to solo mine in the node itself, see earlier posts in this thread.
sls
Member
**
Offline Offline

Activity: 110
Merit: 10


View Profile
September 06, 2017, 10:31:44 PM
 #84


Why is different block reward?
edwardspitz
Sr. Member
****
Offline Offline

Activity: 546
Merit: 250


View Profile
September 06, 2017, 10:49:11 PM
 #85

I have been trying to pool mine with Claymore, but It won't accept an address starting with "ir", such as ir49TFZzxPB3KG5iqsVjoj3ZRj8JuQA3M1FgqTnrW8GQ5VpAsWXD6rYGL1mB6CBmjfGcVAGgzVH3o9o rcJnbdmiR2j4JReUhs

The miner will accept 49TFZzxPB3KG5iqsVjoj3ZRj8JuQA3M1FgqTnrW8GQ5VpAsWXD6rYGL1mB6CBmjfGcVAGgzVH3o9orc JnbdmiR2j4JReUhs, but that does not work with the pool it seems. Catch 22 :-) The error I get:

Code:
Error in server response
: {"id":1,"jsonrpc":"2.0","error":{"code":-1,"message":"invalidaddressusedforlogin"}}

BTW: I did not have much luck mining my iridium sunglasses, but the CPU miner worked well  Smiley

IRD-PoolOperator
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
September 06, 2017, 11:09:19 PM
 #86

I have been trying to pool mine with Claymore, but It won't accept an address starting with "ir", such as ir49TFZzxPB3KG5iqsVjoj3ZRj8JuQA3M1FgqTnrW8GQ5VpAsWXD6rYGL1mB6CBmjfGcVAGgzVH3o9o rcJnbdmiR2j4JReUhs

The miner will accept 49TFZzxPB3KG5iqsVjoj3ZRj8JuQA3M1FgqTnrW8GQ5VpAsWXD6rYGL1mB6CBmjfGcVAGgzVH3o9orc JnbdmiR2j4JReUhs, but that does not work with the pool it seems. Catch 22 :-) The error I get:

Code:
Error in server response
: {"id":1,"jsonrpc":"2.0","error":{"code":-1,"message":"invalidaddressusedforlogin"}}

BTW: I did not have much luck mining my iridium sunglasses, but the CPU miner worked well  Smiley


Make sure you're not using a WorkerID, this pool software doesn't support it.
edwardspitz
Sr. Member
****
Offline Offline

Activity: 546
Merit: 250


View Profile
September 06, 2017, 11:43:14 PM
 #87

I have been trying to pool mine with Claymore, but It won't accept an address starting with "ir", such as ir49TFZzxPB3KG5iqsVjoj3ZRj8JuQA3M1FgqTnrW8GQ5VpAsWXD6rYGL1mB6CBmjfGcVAGgzVH3o9o rcJnbdmiR2j4JReUhs

The miner will accept 49TFZzxPB3KG5iqsVjoj3ZRj8JuQA3M1FgqTnrW8GQ5VpAsWXD6rYGL1mB6CBmjfGcVAGgzVH3o9orc JnbdmiR2j4JReUhs, but that does not work with the pool it seems. Catch 22 :-) The error I get:

Code:
Error in server response
: {"id":1,"jsonrpc":"2.0","error":{"code":-1,"message":"invalidaddressusedforlogin"}}

BTW: I did not have much luck mining my iridium sunglasses, but the CPU miner worked well  Smiley


Make sure you're not using a WorkerID, this pool software doesn't support it.

I have tried with and without worker but it doesn't work either way. Here is my command:

Code:
./miner -o stratum+tcp://irdpool.tk:3333 -u ir49TFZzxPB3KG5iqsVjoj3ZRj8JuQA3M1FgqTnrW8GQ5VpAsWXD6rYGL1mB6CBmjfGcVAGgzVH3o9orcJnbdmiR2j4JReUhs -p x

...and the output:

Code:
Wrong wallet address ir49TFZzxPB3KG5iqsVjoj3ZRj8JuQA3M1FgqTnrW8GQ5VpAsWXD6rYGL1mB6CBmjfGcVAGgzVH3o9orcJnbdmiR2j4JReUhs - XMR/QCN/BCN/FCN/Aeon/Duck/Dash/OEC/MCN/ORION addresses are supported only.
Pool irdpool.tk removed from the list

I'm using v9.1 Beta for Linux.

dominguero
Full Member
***
Offline Offline

Activity: 430
Merit: 228


View Profile
September 07, 2017, 01:54:21 AM
 #88


 - Specifications -
 - Ticker: IDR
 - Low 25,000,000 total coin supply, differentiating from the other CryptoNight coins with over 100 billion coins in total supply.
 - Block-by-block difficulty adjustments to ensure transactions are always confirmed within 3 minutes.
 - High emission rate, with 18,750,000 coins being rewarded in the first year. This is to incentivize mining and coin growth.
 - Bounties will be used to promote decentralized development of the coin.
 - 20 Block Confirmation Maturity
 - Community-driven development, many suggestions made by community members will be developed.

Now the reward is 94 per block or 13.... ..... the math doesn't make sense
unstreet
Full Member
***
Offline Offline

Activity: 250
Merit: 100



View Profile
September 07, 2017, 01:59:35 AM
 #89

only linux?
iwebvn20
Member
**
Offline Offline

Activity: 103
Merit: 10


View Profile
September 07, 2017, 02:02:16 AM
 #90

in the world 's cryptocurrency i see so many coin made by Cryptonight but  it not successfull , and i don't know why people don't like it .
}{uNdd
Full Member
***
Offline Offline

Activity: 266
Merit: 100


Next-Gen Blockchain Ecosystem - Luxcore.io


View Profile
September 07, 2017, 02:11:27 AM
 #91


 - Specifications -
 - Ticker: IDR
 - Low 25,000,000 total coin supply, differentiating from the other CryptoNight coins with over 100 billion coins in total supply.
 - Block-by-block difficulty adjustments to ensure transactions are always confirmed within 3 minutes.
 - High emission rate, with 18,750,000 coins being rewarded in the first year. This is to incentivize mining and coin growth.
 - Bounties will be used to promote decentralized development of the coin.
 - 20 Block Confirmation Maturity
 - Community-driven development, many suggestions made by community members will be developed.

Now the reward is 94 per block or 13.... ..... the math doesn't make sense


y the block keep change each time , same problem here

unstreet
Full Member
***
Offline Offline

Activity: 250
Merit: 100



View Profile
September 07, 2017, 02:19:51 AM
 #92

the block reward retarget  Grin Grin Grin
CjMapope
Legendary
*
Offline Offline

Activity: 1820
Merit: 1092


~Full-Time Minter since 2016~


View Profile WWW
September 07, 2017, 02:23:21 AM
 #93

What weird specs on a cryptonight coin Cheesy
Might be worth mining, no premine, hmm...
Roadmap looks kinda sad, 1 point for it saying "V1" tho haha
newbie account made just for a pool?  thats kinda weird :/
Idk, see what happens, Good Luck to all!

~Got this girl in my bed, a roof over my head, i mint a couple coins a week, and thats how i make bread~
~On the 12th day of Hatzvah, OGminer said to me: "compute root of the merkle hash tree!"~
Prohashing  -- Simply the best Multipool!
hualei_hb
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
September 07, 2017, 02:39:20 AM
 #94

great project! we'l begin start a new pool http://ird.globalpool.cc,please wait!
mine77
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
September 07, 2017, 03:07:24 AM
Last edit: September 07, 2017, 02:38:39 PM by mine77
 #95

I set up a pool at https://mine77.net if anyone is interested in spreading the hash around to decentralize. No fee for the rest of September.
hualei_hb
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
September 07, 2017, 03:35:27 AM
 #96

Dear guys:

UTC:2017-9-7 3:32
our pool upgrade,now you can see Unconfirmed Balance in our website!
only 20 confirm reward sent to your balance!

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

Nvidia card guide:
1、download ccminer(https://github.com/tpruvot/ccminer/releases or http://111.231.72.116:8093/ird_ccminer-x64-2.2.rar)
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
yeganli
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
September 07, 2017, 03:42:19 AM
 #97


Code:
Wrong wallet address ir49TFZzxPB3KG5iqsVjoj3ZRj8JuQA3M1FgqTnrW8GQ5VpAsWXD6rYGL1mB6CBmjfGcVAGgzVH3o9orcJnbdmiR2j4JReUhs - XMR/QCN/BCN/FCN/Aeon/Duck/Dash/OEC/MCN/ORION addresses are supported only.
Pool [Suspicious link removed] removed from the list


Try to add
Code:
 -allpools 1 
, this will skip address incorrectness.
hualei_hb
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
September 07, 2017, 03:48:17 AM
 #98

Dear guys:

UTC:2017-9-7 3:32
our pool upgrade,now you can see Unconfirmed Balance in our website!
only 20 confirm reward sent to your balance!

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

Nvidia card guide:
1、download ccminer(https://github.com/tpruvot/ccminer/releases or http://111.231.72.116:8093/ird_ccminer-x64-2.2.rar)
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


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
ngefek berat
Full Member
***
Offline Offline

Activity: 504
Merit: 101



View Profile
September 07, 2017, 03:49:59 AM
 #99

hopefully more projects tend to pay attention to their users in order to secure their wallets from thieves attack in the presence of this and hope to change the conditions of life even better and to avoid the bad things that will annoy him every time.success for this project.
iridiumdev (OP)
Newbie
*
Offline Offline

Activity: 140
Merit: 0


View Profile WWW
September 07, 2017, 06:08:49 AM
 #100

hopefully more projects tend to pay attention to their users in order to secure their wallets from thieves attack in the presence of this and hope to change the conditions of life even better and to avoid the bad things that will annoy him every time.success for this project.

Thanks for the support!
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 ... 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!