Pages:
Author

Topic: MultiMiner: Any Miner, Any Where, on Any Device (Free, Open Source, Cross Platform) - page 65. (Read 827303 times)

hero member
Activity: 840
Merit: 1002
I rent out, or do mining contracts for 12h increments. So I have to setup manual reminders and go in and manually change the pool back to my pool or the next user's pool. It would be nice to automate this somehow.

Are they physical devices connected to MultiMiner or are they Network Devices that MultiMiner discovered?
full member
Activity: 168
Merit: 100
1) Is there a way to automatically switch pools after x amount of time frame? Say I want to mine a pool for 24 hours and automatically switch to another pool after that time is up?

Currently this can only be done based on profitability or difficulty or price, not on a strict rotation.

What are you trying to achieve? There may be another way to handle it.

I rent out, or do mining contracts for 12h increments. So I have to setup manual reminders and go in and manually change the pool back to my pool or the next user's pool. It would be nice to automate this somehow.
legendary
Activity: 1288
Merit: 1004
I had it in there before.  Would this be the correct order for it?
Code:
--log 5 --api-listen --api-allow W:127.0.0.1,192.168.0.0/24

More weirdness with the Avalon reporting.
It still reports on each instance of MuMi just not the current hash rate.
Now it shows as running in MobileMiner but does not show the hash rate anymore.  This just started a couple hours ago.
The Avalon is running great with no issues.
I have no idea what is wrong.  I have tried everything.  Could you help me please?

You need to add --log 5 to the arguments for the Avalon. That should make the current hashrate show in both MultiMiner and MobileMiner.
hero member
Activity: 840
Merit: 1002
1) Is there a way to automatically switch pools after x amount of time frame? Say I want to mine a pool for 24 hours and automatically switch to another pool after that time is up?

Currently this can only be done based on profitability or difficulty or price, not on a strict rotation.

What are you trying to achieve? There may be another way to handle it.
hero member
Activity: 840
Merit: 1002
More weirdness with the Avalon reporting.
It still reports on each instance of MuMi just not the current hash rate.
Now it shows as running in MobileMiner but does not show the hash rate anymore.  This just started a couple hours ago.
The Avalon is running great with no issues.
I have no idea what is wrong.  I have tried everything.  Could you help me please?

You need to add --log 5 to the arguments for the Avalon. That should make the current hashrate show in both MultiMiner and MobileMiner.
legendary
Activity: 1288
Merit: 1004
HI Nate
More weirdness with the Avalon reporting.
It still reports on each instance of MuMi just not the current hash rate.
Now it shows as running in MobileMiner but does not show the hash rate anymore.  This just started a couple hours ago.
The Avalon is running great with no issues.
I have no idea what is wrong.  I have tried everything.  Could you help me please?

It worked before the latest test of BFGminer was installed.
Code:
--api-listen --api-allow W:127.0.0.1,192.168.0.0/24
Thanks again.
legendary
Activity: 1523
Merit: 1001
NOBT - WNOBT your saving bank◕◡◕
installed on ubuntu lap got this error
Code:
Cannot open assembly 'MultiMiner.win.exe': No such file or directory.
please how to fix this
ZiG
sr. member
Activity: 406
Merit: 250
Where do you find time seriously?
Between all the work on MuMi and the big BFGMiner update pending and your other projects you must dream code.

Software development is more-or-less what I do. I also have a 40+ hour-a-week job heading up software development (and have a fantastic wife and kids). The *whatever*coin work I've been doing has honestly just been a blast and a hobby. It's great to see feedback so quickly and reminds me of the first projects that really gave me a great community feel while programming:

http://web.archive.org/web/20050817065840/http://aorelaychat.com/
http://arpa3.net/ao/dl/aorc20090527.zip

Good job, buddy...Very good products...and I like your style...classy...BTW I am computer engineer too...Thank you very much for your time and effort...!
full member
Activity: 168
Merit: 100
I have a few more questions.

1) Is there a way to automatically switch pools after x amount of time frame? Say I want to mine a pool for 24 hours and automatically switch to another pool after that time is up?
2) I decided since I have 2x7970 in my gaming pc I might use it to mine Litecoin when I am not gaming. MultiMiner says it is running at 17 Kh/s. That seems awfully low. Is that right or did I not set something up properly? EDIT: I figured it out. Sorry! On a side note, my UPS backup cant handle the power when both GPUs are mining at the same time lol.
legendary
Activity: 1288
Merit: 1004
That is so cool.
I wish there had been something similar for the Kali gaming network as well back then.
You are very talented.
Thanks for sharing.  Smiley

Holy Crap by the way.  I used AORC years ago.  Small world.  LOL

Nice - here you go then. File this under Things That Never Saw The Light Of Day (2003):
full member
Activity: 168
Merit: 100
so if my antminer was 192.168.1.99 and the router was 192.168.1.1 - whould i use

option api_allow 'W:127.0.0.1,W:192.168.0.0/24' or option api_allow 'W:127.0.0.1,W:192.168.1.1/24' ?

This should do it:

Code:
option api_allow 'W:127.0.0.1,W:192.168.1.0/24'

http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing

Ive changed my antminers to this but I cannot get them to show up in MM. Any other things to try?

Overnight they started to show up...took a loonngg time but there they are Smiley
full member
Activity: 168
Merit: 100
so if my antminer was 192.168.1.99 and the router was 192.168.1.1 - whould i use

option api_allow 'W:127.0.0.1,W:192.168.0.0/24' or option api_allow 'W:127.0.0.1,W:192.168.1.1/24' ?

This should do it:

Code:
option api_allow 'W:127.0.0.1,W:192.168.1.0/24'

http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing

Ive changed my antminers to this but I cannot get them to show up in MM. Any other things to try?
hero member
Activity: 840
Merit: 1002
Holy Crap by the way.  I used AORC years ago.  Small world.  LOL

Nice - here you go then. File this under Things That Never Saw The Light Of Day (2003):
legendary
Activity: 1288
Merit: 1004
That is great to do what you love.  It makes it all worth it.
The wife and kids I bet are the best part.  I know it is for me.
Holy Crap by the way.  I used AORC years ago.  Small world.  LOL

Where do you find time seriously?
Between all the work on MuMi and the big BFGMiner update pending and your other projects you must dream code.

Software development is more-or-less what I do. I also have a 40+ hour-a-week job heading up software development (and have a fantastic wife and kids). The *whatever*coin work I've been doing has honestly just been a blast and a hobby. It's great to see feedback so quickly and reminds me of the first projects that really gave me a great community feel while programming:

http://web.archive.org/web/20050817065840/http://aorelaychat.com/
http://arpa3.net/ao/dl/aorc20090527.zip
full member
Activity: 168
Merit: 100
http://www.multiminerapp.com/
That has it all including driver links and more.
Happy Mining.

Hum I tried going to http://releases.multiminer.com/ in the first post to download and it is not working. Is there somewhere else I should look?

Cool thanks! The first post might need to be updated Smiley
hero member
Activity: 840
Merit: 1002
Where do you find time seriously?
Between all the work on MuMi and the big BFGMiner update pending and your other projects you must dream code.

Software development is more-or-less what I do. I also have a 40+ hour-a-week job heading up software development (and have a fantastic wife and kids). The *whatever*coin work I've been doing has honestly just been a blast and a hobby. It's great to see feedback so quickly and reminds me of the first projects that really gave me a great community feel while programming:

http://web.archive.org/web/20050817065840/http://aorelaychat.com/
http://arpa3.net/ao/dl/aorc20090527.zip
legendary
Activity: 1288
Merit: 1004
http://www.multiminerapp.com/
That has it all including driver links and more.
Happy Mining.

Hum I tried going to http://releases.multiminer.com/ in the first post to download and it is not working. Is there somewhere else I should look?
full member
Activity: 168
Merit: 100
Hum I tried going to http://releases.multiminer.com/ in the first post to download and it is not working. Is there somewhere else I should look?
legendary
Activity: 1288
Merit: 1004
Very cool.
Where do you find time seriously?
Between all the work on MuMi and the big BFGMiner update pending and your other projects you must dream code.
Thanks for it all.  It makes mining so much more user friendly and profitable.

When do you find time?!?!
That looks great.  Will it make it to the android app as well?
Great job as always I look forward to it.

Most features are all already completed for iOS, Android and Windows Phone. That includes pool / coin switching and Toast notifications, as well as bug-fixes and tweaks.

That said, so far only iOS has received any sort of UI refresh (Drawer-style navigation, color palette matching mobileminerapp.com, searching machines, etc). We'll see what makes the cut but I am going to be getting this round of updates out soon.
hero member
Activity: 840
Merit: 1002
When do you find time?!?!
That looks great.  Will it make it to the android app as well?
Great job as always I look forward to it.

Most features are all already completed for iOS, Android and Windows Phone. That includes pool / coin switching and Toast notifications, as well as bug-fixes and tweaks.

That said, so far only iOS has received any sort of UI refresh (Drawer-style navigation, color palette matching mobileminerapp.com, searching machines, etc). We'll see what makes the cut but I am going to be getting this round of updates out soon.
Pages:
Jump to: