Author

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

full member
Activity: 136
Merit: 100
I was mining before the seeds were restarted and I was findng blocks. I stopped it because it didn't seem like it was actually doing anything without the seed nodes. Now that the seed nodes are on again, my miner isn't doing anything; it's stuck on the below. Is anyone else finding blocks?

13:52:28.505112 INFO Mining has started with 1 threads, good luck!
13:52:28.506940 INFO Miner thread was started
newbie
Activity: 140
Merit: 0
If anyone knows any pool operators that would be able to add Iridium to their mining pool, please PM me their details.
I've got two in contact at the moment, but it would be best to get as many as possible on board.
newbie
Activity: 140
Merit: 0
Guys,

I just saw a new AAN for Iridium coin with X11 Algo and a pool as well. Link is below :-

https://bitcointalksearch.org/topic/iridium-launch-the-coin-for-everyone-2152401

This isn't related to my project, it just happened to launch a day after my own. Please try not to confuse the two.
The ticker for this project is IRD, while that one is IRI.
newbie
Activity: 140
Merit: 0
The Qt wallet is simply just a wallet. If you want to solo mine you can download the iridium daemon from https://github.com/iridiumdev/iridium/releases/tag/v1.0.0
Once it's downloaded, install libtools with the command "sudo apt-get install libboost-all-dev" then configure the iridium daemon permissions with the command "chmod u+x iridiumd" Then finally run the iridium daemon with the command "./iridiumd"

Make sure you change into the directory that iridiumd is located with the "cd" command.

To start solo mining once running iridiumd, type the command "start_mining YOUR WALLET ADDRESS NUMBER_OF CORES" eg. start_mining ir... 2

after the team  "./iridiumd"
Invalid statement (memory dump done)

You need to re-compile the daemon for your system, or use the windows exe's.
full member
Activity: 445
Merit: 100
Guys,

I just saw a new AAN for Iridium coin with X11 Algo and a pool as well. Link is below :-

https://bitcointalksearch.org/topic/iridium-launch-the-coin-for-everyone-2152401
newbie
Activity: 19
Merit: 0
The Qt wallet is simply just a wallet. If you want to solo mine you can download the iridium daemon from https://github.com/iridiumdev/iridium/releases/tag/v1.0.0
Once it's downloaded, install libtools with the command "sudo apt-get install libboost-all-dev" then configure the iridium daemon permissions with the command "chmod u+x iridiumd" Then finally run the iridium daemon with the command "./iridiumd"

Make sure you change into the directory that iridiumd is located with the "cd" command.

To start solo mining once running iridiumd, type the command "start_mining YOUR WALLET ADDRESS NUMBER_OF CORES" eg. start_mining ir... 2

after the team  "./iridiumd"
Invalid statement (memory dump done)
newbie
Activity: 22
Merit: 0
You need the following packages from Ubuntu if you're running Debian. Debian does not offer libboost 1.58, it offers later and earlier versions though (the developer should pick a more widely supported version, or static compile it).

Method 1: Download the .deb files for the architecture, install them manually with sudo dpkg -i
https://packages.ubuntu.com/xenial-updates/libboost-system1.58.0
https://packages.ubuntu.com/xenial-updates/libboost-filesystem1.58.0
https://packages.ubuntu.com/xenial-updates/libs/libboost-program-options1.58.0

Method 2: Add the repository to Debian

Add the below to /etc/apt/preferences:
Package: *
Pin: release n=xenial-updates
Pin-Priority: 100

Add the below to /etc/apt/sources.list:
deb http://mirrors.kernel.org/ubuntu xenial-updates main

Run the below:
sudo apt-get update (it will complain about missing keys)
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv
sudo apt-get update
sudo apt-get install libboost-system1.58.0 libboost-filesystem1.58.0 libboost-program-options1.58.0
newbie
Activity: 140
Merit: 0
OK
instructions are not present ((((under the link, only files
Isntall ubuntu 16 or something friendly with GUI on the virtual machine.
Download https://github.com/iridiumdev/iridium-qt-wallet/releases/download/v1.0.0/Iridium-qt
then in the terminal
Quote
chmod +x Iridium-qt
./Iridium-qt
GUI wallet will be launched and synchronized.
Then you can send your wallet files  created by windows to your ubuntu machine.
And then in the Qt wallet, File -> open wallet. It will show your balance.

Wallet just generates valid address and keys for it. So you can do all that stuff later. Or when windows qt will be ready.



Thanks for giving instructions, you should also install qt5 using this command before running GUI wallet, they may be required if it cannot open without them:
sudo apt-get install qt5-default qttools5-dev-tools

guys are excellent) installed)
launched
synchronized
860block

I did not find a console there. how to run a mining?

The Qt wallet is simply just a wallet. If you want to solo mine you can download the iridium daemon from https://github.com/iridiumdev/iridium/releases/tag/v1.0.0
Once it's downloaded, install libtools with the command "sudo apt-get install libboost-all-dev" then configure the iridium daemon permissions with the command "chmod u+x iridiumd" Then finally run the iridium daemon with the command "./iridiumd"

Make sure you change into the directory that iridiumd is located with the "cd" command.

To start solo mining once running iridiumd, type the command "start_mining YOUR WALLET ADDRESS NUMBER_OF CORES" eg. start_mining ir... 2
full member
Activity: 254
Merit: 101
I did not find a console there. how to run a mining?
You can mine in the windows with the daemon. launch daemon, wait for synchronization.. and then
Quote
start_mining
for example
Quote
start_mining ir35MsRauKjUuFX1VmiH2gbWtVzK5NXr9LbRX7i6vY98EdnFAKayUcoQJxTGXuv9cK31FWBbkWyFygs K9xWunY742GjYnLFSs  4
newbie
Activity: 19
Merit: 0
OK
instructions are not present ((((under the link, only files
Isntall ubuntu 16 or something friendly with GUI on the virtual machine.
Download https://github.com/iridiumdev/iridium-qt-wallet/releases/download/v1.0.0/Iridium-qt
then in the terminal
Quote
chmod +x Iridium-qt
./Iridium-qt
GUI wallet will be launched and synchronized.
Then you can send your wallet files  created by windows to your ubuntu machine.
And then in the Qt wallet, File -> open wallet. It will show your balance.

Wallet just generates valid address and keys for it. So you can do all that stuff later. Or when windows qt will be ready.



Thanks for giving instructions, you should also install qt5 using this command before running GUI wallet, they may be required if it cannot open without them:
sudo apt-get install qt5-default qttools5-dev-tools

guys are excellent) installed)
launched
synchronized
860block

I did not find a console there. how to run a mining?
newbie
Activity: 140
Merit: 0
OK
instructions are not present ((((under the link, only files
Isntall ubuntu 16 or something friendly with GUI on the virtual machine.
Download https://github.com/iridiumdev/iridium-qt-wallet/releases/download/v1.0.0/Iridium-qt
then in the terminal
Quote
chmod +x Iridium-qt
./Iridium-qt
GUI wallet will be launched and synchronized.
Then you can send your wallet files  created by windows to your ubuntu machine.
And then in the Qt wallet, File -> open wallet. It will show your balance.

Wallet just generates valid address and keys for it. So you can do all that stuff later. Or when windows qt will be ready.

Thanks for giving instructions, you should also install qt5 using this command before running GUI wallet, they may be required if it cannot open without them:
sudo apt-get install qt5-default qttools5-dev-tools
full member
Activity: 254
Merit: 101
OK
instructions are not present ((((under the link, only files
Isntall ubuntu 16 or something friendly with GUI on the virtual machine.
Download https://github.com/iridiumdev/iridium-qt-wallet/releases/download/v1.0.0/Iridium-qt
then in the terminal
Quote
chmod +x Iridium-qt
./Iridium-qt
GUI wallet will be launched and synchronized.
Then you can send your wallet files  created by windows to your ubuntu machine.
And then in the Qt wallet, File -> open wallet. It will show your balance.

Wallet just generates valid address and keys for it. So you can do all that stuff later. Or when windows qt will be ready.
sr. member
Activity: 546
Merit: 250
I have Oakley sun glasses and will mine the iridium from them  Smiley
newbie
Activity: 19
Merit: 0
https://github.com/iridiumdev/iridium-qt-wallet/releases/tag/v1.0.0
use your "NAMEYOURWALLET.wallet" create in simplawallet
Smiley
OK
instructions are not present ((((under the link, only files


sls
member
Activity: 110
Merit: 10
WARNING [HttpServer] Connection error: bad function call - this error because simplewallet not connect to daemon.(Now simplewallet make only address for mining)
Now work only linux QT wallet.

OK
guys)

link to a purse for linux
there is?
https://github.com/iridiumdev/iridium-qt-wallet/releases/tag/v1.0.0
use your "NAMEYOURWALLET.wallet" create in simplawallet
Smiley
newbie
Activity: 19
Merit: 0
WARNING [HttpServer] Connection error: bad function call - this error because simplewallet not connect to daemon.(Now simplewallet make only address for mining)
Now work only linux QT wallet.

OK
guys)

link to a purse for linux
there is?
newbie
Activity: 140
Merit: 0
sls
member
Activity: 110
Merit: 10
newbie
Activity: 140
Merit: 0
If you say that community suggestions will be developed, do you even have all the abilities it requires to do that? And if you had those abilities, why aren't you going to build a moon shot project just by yourself?

Community suggestions will be added to the roadmap, and it would take a long time to develop a huge project for myself, which is why I thought it best to give this coin a decentralized development, meaning that work which would normally all be piled onto one developer can be split across many. Might seem lazy, but I'm not making any profit on this coin since my 5000IRD premine is going all to bounties, but I still think this is a good opportunity to learn and develop a community around this coin.
newbie
Activity: 19
Merit: 0
peers for sync now
128.69.180.109:12007
162.217.114.218:12007
108.61.196.136:12007
162.229.176.91:12007
example:
iridiumd --add-peer 162.229.176.91:12007

18:53:26.706708 INFO Peerlist white:
18:53:26.706708 INFO 81e824b109400ac2   162.229.176.91:12007    last_seen: d0.h0.m1.s38
8313477794fce6df        162.217.114.218:12007   last_seen: d0.h0.m1.s40
b2b94e530f011641        37.139.106.112:12007    last_seen: d0.h5.m3.s30
5801072ba1d99674        109.155.150.40:12007    last_seen: d0.h6.m59.s30
6da4ab783fc6bac1        45.32.71.24:12007       last_seen: d0.h17.m18.s26
dd5a73c50e97aec9        45.63.119.236:12007     last_seen: d0.h17.m18.s28

18:53:26.706708 INFO Peerlist gray:
18:53:26.706708 INFO 4e66693fd0a01df3   128.69.180.109:12007    last_seen: d0.h0.m1.s12
5201146fe62a0889        108.61.196.136:12007    last_seen: d0.h17.m49.s14
3caacac34b7729cc        212.32.240.44:12007     last_seen: d0.h18.m43.s15


synchronization turned out to be
but the errors still go.

judging by the processor load, the mining works

but in error logs

help (((

log

2017-Sep-05 19:31:22.001328 INFO [daemon] Iridium vv1.0.0.01()
2017-Sep-05 19:31:22.005235 INFO [daemon] Module folder:\iridiumd.exe
2017-Sep-05 19:31:22.009141 INFO [daemon] Initializing p2p server...
2017-Sep-05 19:31:22.011095 INFO [node_server] Binding on 0.0.0.0:12007
2017-Sep-05 19:31:22.014024 INFO [node_server] Net service binded on 0.0.0.0:12007
2017-Sep-05 19:31:22.015977 INFO [node_server] Attempting to add IGD port mapping.
2017-Sep-05 19:31:23.039997 INFO [node_server] Added IGD port mapping.
2017-Sep-05 19:31:23.040999 INFO [daemon] P2p server initialized OK
2017-Sep-05 19:31:23.042952 INFO [daemon] Initializing core...
2017-Sep-05 19:31:23.044905 INFO [Blockchain] Loading blockchain...
2017-Sep-05 19:31:23.046859 WARNING [Blockchain] No actual blockchain cache found, rebuilding internal structures...
2017-Sep-05 19:31:23.049788 INFO [Blockchain] Height 0 of 829
2017-Sep-05 19:31:23.096667 INFO [Blockchain] Rebuilding internal structures took: 0.0468787
2017-Sep-05 19:31:23.099597 INFO [Blockchain] Loading blockchain indices for BlockchainExplorer...
2017-Sep-05 19:31:23.101550 WARNING [Blockchain] No actual blockchain indices for BlockchainExplorer found, rebuilding...
2017-Sep-05 19:31:23.104480 INFO [Blockchain] Height 0 of 829
2017-Sep-05 19:31:23.128998 INFO [Blockchain] Rebuilding blockchain indices took: 0.0245173
2017-Sep-05 19:31:23.131501 INFO [Blockchain] Blockchain initialized. last block: 828, d0.h0.m0.s26 time ago, current difficulty: 654400
2017-Sep-05 19:31:23.134503 INFO [daemon] Core initialized OK
2017-Sep-05 19:31:23.136505 INFO [daemon] Starting core rpc server on address 127.0.0.1:13007
2017-Sep-05 19:31:23.139009 INFO [daemon] Core rpc server started ok
2017-Sep-05 19:31:23.140509 INFO [daemon] Starting p2p net loop...
2017-Sep-05 19:31:23.141987 INFO [node_server] Starting node_server
2017-Sep-05 19:31:23.144917 INFO [protocol] [185.168.187.12:42503 INC] Sync data returned unknown top block: 828 -> 830 [2 blocks (0 days) behind]
2017-Sep-05 19:31:23.144917 INFO [protocol] SYNCHRONIZATION started
2017-Sep-05 19:31:23.149800 INFO [protocol] [185.168.187.11:34193 INC] Sync data returned unknown top block: 828 -> 830 [2 blocks (0 days) behind]
2017-Sep-05 19:31:23.149800 INFO [protocol] SYNCHRONIZATION started
2017-Sep-05 19:31:23.721797 INFO [protocol] [162.229.176.91:38740 INC] Sync data returned unknown top block: 828 -> 830 [2 blocks (0 days) behind]
2017-Sep-05 19:31:23.721797 INFO [protocol] SYNCHRONIZATION started
2017-Sep-05 19:31:23.926272 INFO [protocol] [128.75.121.109:59603 INC] Sync data returned unknown top block: 828 -> 830 [2 blocks (0 days) behind]
2017-Sep-05 19:31:23.926272 INFO [protocol] SYNCHRONIZATION started
2017-Sep-05 19:31:24.394596 INFO [protocol] [128.75.121.109:59603 INC] SYNCHRONIZED OK
2017-Sep-05 19:31:24.397735 INFO [protocol]
2017-Sep-05 19:31:24.397735 INFO [protocol] **********************************************************************
2017-Sep-05 19:31:24.397735 INFO [protocol] You are now synchronized with the network. You may now start simplewallet.
2017-Sep-05 19:31:24.397735 INFO [protocol]
2017-Sep-05 19:31:24.397735 INFO [protocol] Please note, that the blockchain will be saved only after you quit the daemon with "exit" command or if you use "save" command.
2017-Sep-05 19:31:24.397735 INFO [protocol] Otherwise, you will possibly need to synchronize the blockchain again.
2017-Sep-05 19:31:24.397735 INFO [protocol]
2017-Sep-05 19:31:24.397735 INFO [protocol] Use "help" command to see the list of available commands.
2017-Sep-05 19:31:24.397735 INFO [protocol] **********************************************************************
2017-Sep-05 19:31:33.159952 INFO [protocol] [185.168.187.12:42503 INC] SYNCHRONIZED OK
2017-Sep-05 19:31:33.165814 INFO [protocol] [185.168.187.11:34193 INC] SYNCHRONIZED OK
2017-Sep-05 19:31:43.145344 ERROR [node_server] Failed to connect to any of seed peers, continuing without seeds
2017-Sep-05 19:31:43.148350 INFO [core]
2017-Sep-05 19:31:43.148350 INFO [core] **********************************************************************
2017-Sep-05 19:31:43.148350 INFO [core] The daemon will start synchronizing with the network. It may take up to several hours.
2017-Sep-05 19:31:43.148350 INFO [core]
2017-Sep-05 19:31:43.148350 INFO [core] You can set the level of process detailization* through "set_log " command*, where is between 0 (no details) and 4 (very verbose).
2017-Sep-05 19:31:43.148350 INFO [core]
2017-Sep-05 19:31:43.148350 INFO [core] Use "help" command to see the list of available commands.
2017-Sep-05 19:31:43.148350 INFO [core]
2017-Sep-05 19:31:43.148350 INFO [core] Note: in case you need to interrupt the process, use "exit" command. Otherwise, the current progress won't be saved.
2017-Sep-05 19:31:43.148350 INFO [core] **********************************************************************
2017-Sep-05 19:31:49.812134 INFO [miner] Miner thread was started
2017-Sep-05 19:31:49.813110 INFO [miner] Miner thread was started [1]
2017-Sep-05 19:31:49.813110 INFO [miner] Miner thread was started [2]
2017-Sep-05 19:31:49.813110 INFO [miner] Miner thread was started [3]
2017-Sep-05 19:31:49.813110 INFO [miner] Miner thread was started [4]
2017-Sep-05 19:31:49.813110 INFO [miner] Miner thread was started [5]
2017-Sep-05 19:31:49.814088 INFO [miner] Miner thread was started [6]
2017-Sep-05 19:31:49.814088 INFO [miner] Miner thread was started [7]
2017-Sep-05 19:31:49.814088 INFO [miner] Miner thread was started [8]
2017-Sep-05 19:31:49.814088 INFO [miner] Miner thread was started [9]
2017-Sep-05 19:31:49.814088 INFO [miner] Miner thread was started [10]
2017-Sep-05 19:31:49.814088 INFO [miner] Miner thread was started [11]
2017-Sep-05 19:31:49.814088 INFO [miner] Miner thread was started [12]
2017-Sep-05 19:31:49.815064 INFO [miner] Miner thread was started [13]
2017-Sep-05 19:31:49.815064 INFO [miner] Mining has started with 14 threads, good luck!
2017-Sep-05 19:33:08.076805 ERROR [miner] Starting miner but it's already started
2017-Sep-05 19:33:28.394803 WARNING [HttpServer] Connection error: bad function call
2017-Sep-05 19:33:35.892984 WARNING [HttpServer] Connection error: bad function call
2017-Sep-05 19:33:40.897277 WARNING [HttpServer] Connection error: bad function call
2017-Sep-05 19:33:45.901569 WARNING [HttpServer] Connection error: bad function call
2017-Sep-05 19:33:50.904861 WARNING [HttpServer] Connection error: bad function call
2017-Sep-05 19:33:55.909153 WARNING [HttpServer] Connection error: bad function call
2017-Sep-05 19:34:00.912945 WARNING [HttpServer] Connection error: bad function call
2017-Sep-05 19:34:05.916237 WARNING [HttpServer] Connection error: bad function call
2017-Sep-05 19:34:10.923032 WARNING [HttpServer] Connection error: bad function call
2017-Sep-05 19:34:15.928826 WARNING [HttpServer] Connection error: bad function call
2017-Sep-05 19:34:20.936622 WARNING [HttpServer] Connection error: bad function call
2017-Sep-05 19:34:25.940915 WARNING [HttpServer] Connection error: bad function call
2017-Sep-05 19:34:30.945709 WARNING [HttpServer] Connection error: bad function call
2017-Sep-05 19:34:35.950501 WARNING [HttpServer] Connection error: bad function call
Jump to: