Murash13
Newbie
Offline
Activity: 10
Merit: 0
|
|
September 07, 2017, 08:06:29 AM |
|
where i can download windows wallet?
|
|
|
|
IRD-PoolOperator
Newbie
Offline
Activity: 51
Merit: 0
|
|
September 07, 2017, 08:51:25 AM |
|
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
|
|
|
|
nhiatay
|
|
September 07, 2017, 09:29:15 AM |
|
|
|
|
|
IRD-PoolOperator
Newbie
Offline
Activity: 51
Merit: 0
|
|
September 07, 2017, 09:50:12 AM |
|
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
Activity: 140
Merit: 0
|
|
September 07, 2017, 11:34:46 AM |
|
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
Activity: 140
Merit: 0
|
|
September 07, 2017, 12:47:25 PM |
|
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.01https://github.com/iridiumdev/iridium/
|
|
|
|
ulfsaar
|
|
September 07, 2017, 12:53:43 PM |
|
Any instruction on how to build from source? getting core dump after getting 100%. Thanks.
|
|
|
|
hualei_hb
Member
Offline
Activity: 112
Merit: 10
|
|
September 07, 2017, 12:54:34 PM |
|
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.01https://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
Activity: 140
Merit: 0
|
|
September 07, 2017, 01:10:14 PM |
|
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.gitcd 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
|
|
|
|
ulfsaar
|
|
September 07, 2017, 01:38:56 PM |
|
thanks. Now working.
|
|
|
|
iridiumdev (OP)
Newbie
Offline
Activity: 140
Merit: 0
|
|
September 07, 2017, 01:41:02 PM |
|
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
Activity: 51
Merit: 0
|
|
September 07, 2017, 01:41:39 PM |
|
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.01https://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
Activity: 140
Merit: 0
|
|
September 07, 2017, 01:56:33 PM |
|
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.01https://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
Activity: 702
Merit: 102
I am the Kung Fury...
|
|
September 07, 2017, 02:10:58 PM |
|
Windows wallet will be ready soon?
|
|
|
|
iridiumdev (OP)
Newbie
Offline
Activity: 140
Merit: 0
|
|
September 07, 2017, 02:58:27 PM |
|
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
|
|
|
|
butmuncher
|
|
September 07, 2017, 03:27:32 PM |
|
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
Activity: 140
Merit: 0
|
|
September 07, 2017, 03:34:01 PM |
|
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
|
|
September 07, 2017, 03:39:46 PM |
|
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.
|
|
|
|
iridiumdev (OP)
Newbie
Offline
Activity: 140
Merit: 0
|
|
September 07, 2017, 03:44:34 PM |
|
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. WINDOWS WALLET IS RELEASED, GET IT AT: https://github.com/iridiumdev/iridium-qt/releases/tag/v1.01w
|
|
|
|
brubic
|
|
September 07, 2017, 04:11:40 PM Last edit: September 07, 2017, 04:35:19 PM by brubic |
|
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. WINDOWS WALLET IS RELEASED, GET IT AT: https://github.com/iridiumdev/iridium-qt/releases/tag/v1.01wError "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
|
|
|
|
|