Bitcoin Forum
May 13, 2024, 12:39:49 AM *
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 ... 151 »
  Print  
Author Topic: [ANN] Iridium (IRD) - People are Power - Community build crypto  (Read 149694 times)
senkod
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
September 05, 2017, 05:39:53 PM
 #41

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


Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
edwardspitz
Sr. Member
****
Offline Offline

Activity: 546
Merit: 250


View Profile
September 05, 2017, 05:42:42 PM
 #42

I have Oakley sun glasses and will mine the iridium from them  Smiley
Bumbr
Full Member
***
Offline Offline

Activity: 254
Merit: 101


View Profile
September 05, 2017, 05:46:56 PM
 #43

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

Activity: 140
Merit: 0


View Profile WWW
September 05, 2017, 05:56:57 PM
 #44

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
senkod
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
September 05, 2017, 06:08:25 PM
 #45

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?
Bumbr
Full Member
***
Offline Offline

Activity: 254
Merit: 101


View Profile
September 05, 2017, 06:15:08 PM
 #46

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 <your_address> <number_of_threads>
for example
Quote
start_mining ir35MsRauKjUuFX1VmiH2gbWtVzK5NXr9LbRX7i6vY98EdnFAKayUcoQJxTGXuv9cK31FWBbkWyFygs K9xWunY742GjYnLFSs  4
iridiumdev (OP)
Newbie
*
Offline Offline

Activity: 140
Merit: 0


View Profile WWW
September 05, 2017, 06:17:20 PM
 #47

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
BobBarker
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
September 05, 2017, 06:40:51 PM
 #48

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 <filename>
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 <ANY MISSING KEYS>
sudo apt-get update
sudo apt-get install libboost-system1.58.0 libboost-filesystem1.58.0 libboost-program-options1.58.0
senkod
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
September 05, 2017, 06:44:11 PM
 #49

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)
jbmustaq
Full Member
***
Offline Offline

Activity: 445
Merit: 100


View Profile
September 05, 2017, 07:12:01 PM
 #50

Guys,

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

https://bitcointalk.org/index.php?topic=2152401.0
iridiumdev (OP)
Newbie
*
Offline Offline

Activity: 140
Merit: 0


View Profile WWW
September 05, 2017, 07:32:18 PM
 #51

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

Activity: 140
Merit: 0


View Profile WWW
September 05, 2017, 07:40:26 PM
 #52

Guys,

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

https://bitcointalk.org/index.php?topic=2152401.0

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

Activity: 140
Merit: 0


View Profile WWW
September 05, 2017, 10:43:32 PM
 #53

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.
canonical
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
September 06, 2017, 02:00:25 AM
 #54

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
BobBarker
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
September 06, 2017, 02:06:51 AM
 #55

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
I've found 2 blocks so far on my puny i3.
canonical
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
September 06, 2017, 02:41:36 AM
 #56

Quote
I've found 2 blocks so far on my puny i3.

Do you get any output showing in your console before a block is found? Or is the only output when a block is found?
divedaucd
Full Member
***
Offline Offline

Activity: 294
Merit: 100



View Profile
September 06, 2017, 02:48:45 AM
 #57

Found block but wallet show zero balance  Huh Huh

Thundercock
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
September 06, 2017, 03:28:13 AM
 #58

I am up to 12 finds so far but I started 20 hours ago after wrestling with getting the source to compile. been about 5 hours apart the last 12 hours

-TC
BobBarker
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
September 06, 2017, 08:13:45 AM
 #59

Quote
I've found 2 blocks so far on my puny i3.

Do you get any output showing in your console before a block is found? Or is the only output when a block is found?
I just see transaction deposits in my wallet after they get found. Eg...

[wallet ir3yCX]: Height 1158, transaction 1efa937cddeb9160f9bb59b0367154d9613316706bf8880c4b9931b0a586432f, received 94.94708200
Height 1160, transaction a972e943a496130db411d01235cdbe3c8d17a4b009fb2a0e38d37f8973e9dfbb, received 94.94635761
Height 1176, transaction 9d27be85956f7faf3643784d6fe12bf2fb16ff590ec05537e0f3a13f3a70b67a, received 94.94056271
...

Additionally I had issues compiling the src, I had to apply this modification to get it to work: https://github.com/ANBAL534/MonetaryEquivalentCurrency/commit/8d0766a93ecc767db9da3cbd3c86c0a345386921
Galapagos
Copper Member
Jr. Member
*
Offline Offline

Activity: 129
Merit: 2


View Profile
September 06, 2017, 08:59:47 AM
 #60

Hi,
I'm trying to mine on windows using the daemon, followed the instructions here in the forum and everything seem to work just fine.
I left it mining something like ten hours and it shows that it finds blocks every now and then (mining with dual xeon) but when I check the wallet balance it say that it's empty.
Tried also on a second machine and same result. Is there something wrong with windows mining?
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 ... 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!