Bitcoin Forum
June 28, 2024, 11:02:42 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   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 56 ... 151 »
  Print  
Author Topic: [ANN] Iridium (IRD) - People are Power - Community build crypto  (Read 149739 times)
Murash13
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
September 07, 2017, 08:06:29 AM
 #101

where i can download windows wallet?
IRD-PoolOperator
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
September 07, 2017, 08:51:25 AM
 #102

I'm happy to see about half the recent blocks being mined by others now, it's not longer easy to do a 51% (from my understanding you actually need a lot more than 51% in practice). This is a healthy sign for the network as the hashrate continues to grow Smiley
nhiatay
Full Member
***
Offline Offline

Activity: 322
Merit: 100



View Profile
September 07, 2017, 09:29:15 AM
 #103

Just setup for mining on my nvdia card, let see 1 hour can mine how many IRD  Grin Grin Grin
IRD-PoolOperator
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
September 07, 2017, 09:50:12 AM
 #104

Does anyone know of an open source block explorer that works with cryptonote? I wonder if https://chainradar.com/ would be willing to add IRD.

PS. the dev might wanna put up a bounty for a logo
iridiumdev (OP)
Newbie
*
Offline Offline

Activity: 140
Merit: 0


View Profile WWW
September 07, 2017, 11:34:46 AM
 #105

Does anyone know of an open source block explorer that works with cryptonote? I wonder if https://chainradar.com/ would be willing to add IRD.

PS. the dev might wanna put up a bounty for a logo

I've made a logo, I just can't post images yet because my account is too new.
I'll add it to the main page along with the new pool.
iridiumdev (OP)
Newbie
*
Offline Offline

Activity: 140
Merit: 0


View Profile WWW
September 07, 2017, 12:47:25 PM
 #106

I think I found out why tx's were bugging out and not being relayed.
Turns out two of the seed nodes crashed and got stuck downloading new blocks, so we've been running without 2 of the seeds for a little while.
I've fixed some p2p protocol errors as well, and upload a new version of the src with newly compiled daemons.
It's recommended that every person running a high demand node (such as a pool) upgrades to this new version. I also added in to say an error message when blockchain rejects a transaction when the fee is too low.

https://github.com/iridiumdev/iridium/releases/tag/v1.01
https://github.com/iridiumdev/iridium/


ulfsaar
Full Member
***
Offline Offline

Activity: 197
Merit: 100



View Profile
September 07, 2017, 12:53:43 PM
 #107

Any instruction on how to build from source? getting core dump after getting 100%. Thanks.
hualei_hb
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
September 07, 2017, 12:54:34 PM
 #108

I think I found out why tx's were bugging out and not being relayed.
Turns out two of the seed nodes crashed and got stuck downloading new blocks, so we've been running without 2 of the seeds for a little while.
I've fixed some p2p protocol errors as well, and upload a new version of the src with newly compiled daemons.
It's recommended that every person running a high demand node (such as a pool) upgrades to this new version. I also added in to say an error message when blockchain rejects a transaction when the fee is too low.

https://github.com/iridiumdev/iridium/releases/tag/v1.01
https://github.com/iridiumdev/iridium/


Good job,we are run at new version!


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

[/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
iridiumdev (OP)
Newbie
*
Offline Offline

Activity: 140
Merit: 0


View Profile WWW
September 07, 2017, 01:10:14 PM
 #109

Any instruction on how to build from source? getting core dump after getting 100%. Thanks.

Yeah, i'll list every command you need to do to build from source.
OPEN TERMINAL
git clone https://github.com/iridiumdev/iridium.git
cd iridium
sudo apt-get install libboost-all-dev
sudo apt-get install build-essential
sudo apt-get install make
make -j 2 -i

Once it is done compiling, if something didn't go wrong, go to iridium/build/release/src and you should see the files iridiumd and simplewallet in there.

Open a terminal in this directory and type:
./iridiumd
Open another terminal and type:
./simplewallet


I also noticed someone is trying to send lots of transactions without adding the minimum fee, since all transactions are working now, you need to update to the latest iridiumd file on github, and it should solve the issue. Thanks Smiley
ulfsaar
Full Member
***
Offline Offline

Activity: 197
Merit: 100



View Profile
September 07, 2017, 01:38:56 PM
 #110

thanks. Now working.
iridiumdev (OP)
Newbie
*
Offline Offline

Activity: 140
Merit: 0


View Profile WWW
September 07, 2017, 01:41:02 PM
 #111

I'm with you, nice project !

Thank you for the support!

thanks. Now working.

No worries, I'll be making and uploading detailed tutorials on how to build the binaries and mine soon so others don't get confused.
IRD-PoolOperator
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
September 07, 2017, 01:41:39 PM
 #112

I think I found out why tx's were bugging out and not being relayed.
Turns out two of the seed nodes crashed and got stuck downloading new blocks, so we've been running without 2 of the seeds for a little while.
I've fixed some p2p protocol errors as well, and upload a new version of the src with newly compiled daemons.
It's recommended that every person running a high demand node (such as a pool) upgrades to this new version. I also added in to say an error message when blockchain rejects a transaction when the fee is too low.

https://github.com/iridiumdev/iridium/releases/tag/v1.01
https://github.com/iridiumdev/iridium/
I've re-compiled from the latest v1.01 master, irdpool .tk is now up to date.
iridiumdev (OP)
Newbie
*
Offline Offline

Activity: 140
Merit: 0


View Profile WWW
September 07, 2017, 01:56:33 PM
 #113

I think I found out why tx's were bugging out and not being relayed.
Turns out two of the seed nodes crashed and got stuck downloading new blocks, so we've been running without 2 of the seeds for a little while.
I've fixed some p2p protocol errors as well, and upload a new version of the src with newly compiled daemons.
It's recommended that every person running a high demand node (such as a pool) upgrades to this new version. I also added in to say an error message when blockchain rejects a transaction when the fee is too low.

https://github.com/iridiumdev/iridium/releases/tag/v1.01
https://github.com/iridiumdev/iridium/
I've re-compiled from the latest v1.01 master, irdpool .tk is now up to date.

Nice! You shouldn't be dealing with those transaction errors anymore, let me know if you run into anymore issues.
pinball_wizard
Full Member
***
Offline Offline

Activity: 702
Merit: 102

I am the Kung Fury...


View Profile
September 07, 2017, 02:10:58 PM
 #114

Windows wallet will be ready soon?

   SEMUX   -   An innovative high-performance blockchain platform   
▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬
Github    -    Discord    -    Twitter    -    Telegram    -    Get Free Airdrop Now!
iridiumdev (OP)
Newbie
*
Offline Offline

Activity: 140
Merit: 0


View Profile WWW
September 07, 2017, 02:58:27 PM
 #115

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.

Very sorry, I didn't see this until now. It did kinda get buried. :p

ANOTHER NEW POOL IS SET UP: GO TO https://mine77.net/ TO START MINING ON IT!
I will also edit the main post Smiley
butmuncher
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
September 07, 2017, 03:27:32 PM
 #116

I generated a simple web wallet in windows before your link was removed, it gave me this address ir28zJxuqfHFZfXpHLQxTM2bEmCzKCqVEjM6GGttACzzG9WVVBmcotr1peu7wZDQBPcKjV6ebwSe2Wv cio6grc3R1nqzHqUDK

So i can just use that to mine with then windows wallet comes out i'll be able to add the files created from simple wallet to get my funds ?
Thanks

DKqZzd1CRBEy4sMgbHV7NR3toaY72UMXuC DIXIHUB
iridiumdev (OP)
Newbie
*
Offline Offline

Activity: 140
Merit: 0


View Profile WWW
September 07, 2017, 03:34:01 PM
 #117

Windows wallet will be ready soon?

I generated a simple web wallet in windows before your link was removed, it gave me this address ir28zJxuqfHFZfXpHLQxTM2bEmCzKCqVEjM6GGttACzzG9WVVBmcotr1peu7wZDQBPcKjV6ebwSe2Wv cio6grc3R1nqzHqUDK

So i can just use that to mine with then windows wallet comes out i'll be able to add the files created from simple wallet to get my funds ?
Thanks


I've just finished compiling the windows wallet. After 3 days of constant errors I finally got it to work. Just doing some internal testing before I release it.
alamin99
Hero Member
*****
Offline Offline

Activity: 1092
Merit: 500


View Profile
September 07, 2017, 03:39:46 PM
 #118

Windows wallet will be ready soon?

I generated a simple web wallet in windows before your link was removed, it gave me this address ir28zJxuqfHFZfXpHLQxTM2bEmCzKCqVEjM6GGttACzzG9WVVBmcotr1peu7wZDQBPcKjV6ebwSe2Wv cio6grc3R1nqzHqUDK

So i can just use that to mine with then windows wallet comes out i'll be able to add the files created from simple wallet to get my funds ?
Thanks


I've just finished compiling the windows wallet. After 3 days of constant errors I finally got it to work. Just doing some internal testing before I release it.
waiting for the windows wallet. Smiley
iridiumdev (OP)
Newbie
*
Offline Offline

Activity: 140
Merit: 0


View Profile WWW
September 07, 2017, 03:44:34 PM
 #119

Windows wallet will be ready soon?

I generated a simple web wallet in windows before your link was removed, it gave me this address ir28zJxuqfHFZfXpHLQxTM2bEmCzKCqVEjM6GGttACzzG9WVVBmcotr1peu7wZDQBPcKjV6ebwSe2Wv cio6grc3R1nqzHqUDK

So i can just use that to mine with then windows wallet comes out i'll be able to add the files created from simple wallet to get my funds ?
Thanks


I've just finished compiling the windows wallet. After 3 days of constant errors I finally got it to work. Just doing some internal testing before I release it.
waiting for the windows wallet. Smiley


WINDOWS WALLET IS RELEASED, GET IT AT: https://github.com/iridiumdev/iridium-qt/releases/tag/v1.01w
brubic
Sr. Member
****
Offline Offline

Activity: 395
Merit: 250



View Profile
September 07, 2017, 04:11:40 PM
Last edit: September 07, 2017, 04:35:19 PM by brubic
 #120

Windows wallet will be ready soon?

I generated a simple web wallet in windows before your link was removed, it gave me this address ir28zJxuqfHFZfXpHLQxTM2bEmCzKCqVEjM6GGttACzzG9WVVBmcotr1peu7wZDQBPcKjV6ebwSe2Wv cio6grc3R1nqzHqUDK

So i can just use that to mine with then windows wallet comes out i'll be able to add the files created from simple wallet to get my funds ?
Thanks


I've just finished compiling the windows wallet. After 3 days of constant errors I finally got it to work. Just doing some internal testing before I release it.
waiting for the windows wallet. Smiley


WINDOWS WALLET IS RELEASED, GET IT AT: https://github.com/iridiumdev/iridium-qt/releases/tag/v1.01w

Error "vcruntime140d.dll" and "ucrtbased.dll".

I have a version of VS2013, probably these libraries are from the newer version.

I would like to get a working wallet without installing the files necessary for its operation
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 56 ... 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!