Author

Topic: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay] - page 1091. (Read 2375926 times)

newbie
Activity: 39
Merit: 0
well this is weird, i managed to get it running of sorts. Now it's just saying

[2014-12-12 21:42:24] 1 miner threads started, using 'm7mhash' algorithm.
[2014-12-12 21:42:24] No payout address provided, switching to getwork

Am i missing a step somewhere during the set up of the config file?
legendary
Activity: 1750
Merit: 1005
Reminder for our great community!
Joe is doing nice here!
Vote here: http://www.coinssource.com/vote-jlao
Joe is in the top 10!!! Thats for this young community a very good performance!!
sr. member
Activity: 350
Merit: 250
Mining Co-operative
having some issues with solo mining. Anyone able to advise why i'm see this error? I've set it up to run off default and wallet is opening and running.

the error is "HTTP request failed: The requested URL returned error: 500 Internal Server Error"
 json_rpc_call failed, retry after 10 seconds

Unfortunately, 500 Internal Server Error is a generic error message that tells you precisely nothing Sad

However in this context it usually means that there is a problem with your Magi.conf file. You need to include:-

rpcallowip=127.0.0.1

which allows your local computer "localhost" address to connect to the wallet.
legendary
Activity: 1750
Merit: 1005
where to download miner with support for SSE2,SSE3,SSE4 instructions?
there is such a miner?

The generic 64 bit miner from here supports SSE/SSE2 as standard.

https://bitcointalksearch.org/topic/m.9732786

There was no advantage to be had from enabling SSE3/SSE4 instructions over SSE/SSE2 as far as I could tell. The miner with support for AVX instructions is only 0.8 to 1.0 percent quicker than the generic version and this was difficult to measure. It may be that any difference between SSE/SSE2/SSE3/SSE4 may be within the limits of measurement, which are about +/- 0.3 percent.


Again good work Spexx!
member
Activity: 94
Merit: 10
Hardfork?Not mining  Embarrassed
legendary
Activity: 1750
Merit: 1005
what is wrong with IRc ?
You have the same?
I can not connect!

yes its down
I will keep trying to get there!
Mean while i can post message here.
Received this message from Bitspark today:
Hi 111magic,

We are currently implementing the coin winners and it takes time to go through testing. We are hoping to have them implemented and ready to trade in the next 2 weeks (including Magi).

Regards,

The Bitspark Team

Good news but will take some time. (2 weeks)
Than Magi (XMG) is on exchange number 8! Smiley

IRC working?
member
Activity: 89
Merit: 10
having some issues with solo mining. Anyone able to advise why i'm see this error? I've set it up to run off default and wallet is opening and running.

the error is "HTTP request failed: The requested URL returned error: 500 Internal Server Error"
 json_rpc_call failed, retry after 10 seconds

are you not using the proper local config settings for solo?

what is your config like?
sr. member
Activity: 371
Merit: 250
having some issues with solo mining. Anyone able to advise why i'm see this error? I've set it up to run off default and wallet is opening and running.

the error is "HTTP request failed: The requested URL returned error: 500 Internal Server Error"
 json_rpc_call failed, retry after 10 seconds

My guess is that you need to add something like this to the config file (using your local lan ip value of box miner is running on):
rpcallowip=192.168.254.7

Or if mining on the same box as the wallet this might solve it:
rpcallowip=localhost

Also you might check that your rpcuser and rpcpassword are set to the correct values in the config file and miner.
Best of luck! Smiley
legendary
Activity: 1190
Merit: 1009
Coin of the Magi!
having some issues with solo mining. Anyone able to advise why i'm see this error? I've set it up to run off default and wallet is opening and running.

the error is "HTTP request failed: The requested URL returned error: 500 Internal Server Error"
 json_rpc_call failed, retry after 10 seconds

Could you try this git and let us know how is going:
https://github.com/magi-project/magi-minerd

This is only for solo mining; for pool mining:
https://github.com/noncepool/m7magi-cpuminer-v2
sr. member
Activity: 476
Merit: 250
full member
Activity: 347
Merit: 100
Need help

I am trying to mining with vps following this tutorial https://bitcointalksearch.org/topic/an-even-more-optimized-version-of-cpuminer-poolers-cpuminer-cpu-only-55038
always got (boooo) but accepted (0.00%)  Huh

full member
Activity: 213
Merit: 100
This is the steps I do when compiling the wallet with gui support

Code: (Wallet with GUI)
qmake magi-qt.pro USE_UPNP=- && make
Please note if you are using Qt5 you need qmake-qt4 instead of qmake.
 Since i'm using Qt5 on my system, my qmake command for is qmake-qt4

Code: (Wallet without GUI for linux)
cd src/
makefile -f makefile.unix USE_UPNP=-



How can I compile the wallet for ubuntu. I perform cd ~/magi-master/, then qmake USE_UPNP=- and I get next:
Code:
Usage: /usr/lib/x86_64-linux-gnu/qt4/bin/qmake [mode] [options] [files]

QMake has two modes, one mode for generating project files based on
some heuristics, and the other for generating makefiles. Normally you
shouldn't need to specify a mode, as makefile generation is the default
mode for qmake, but you may use this to test qmake on an existing project

Mode:
  -project       Put qmake into project file generation mode
                 In this mode qmake interprets files as files to
                 be built,
                 defaults to *.c; *.ui; *.y; *.l; *.ts; *.xlf; *.qrc; *.h; *.hpp; *.hh; *.hxx; *.H; *.cpp; *.cc; *.cxx; *.C
                 Note: The created .pro file probably will
                 need to be edited. For example add the QT variable to
                 specify what modules are required.
  -makefile      Put qmake into makefile generation mode (default)
                 In this mode qmake interprets files as project files to
                 be processed, if skipped qmake will try to find a project
                 file in your current working directory

Warnings Options:
  -Wnone         Turn off all warnings; specific ones may be re-enabled by
                 later -W options
  -Wall          Turn on all warnings
  -Wparser       Turn on parser warnings
  -Wlogic        Turn on logic warnings (on by default)
  -Wdeprecated   Turn on deprecation warnings (on by default)

Options:
   * You can place any variable assignment in options and it will be     *
   * processed as if it was in [files]. These assignments will be parsed *
   * before [files].                                                     *
  -o file        Write output to file
  -d             Increase debug level
  -t templ       Overrides TEMPLATE as templ
  -tp prefix     Overrides TEMPLATE so that prefix is prefixed into the value
  -help          This help
  -v             Version information
  -after         All variable assignments after this will be
                 parsed after [files]
  -norecursive   Don't do a recursive search
  -recursive     Do a recursive search
  -set Set persistent property
  -unset   Unset persistent property
  -query   Query persistent property. Show all if is empty.
  -cache file    Use file as cache           [makefile mode only]
  -spec spec     Use spec as QMAKESPEC       [makefile mode only]
  -nocache       Don't use a cache file      [makefile mode only]
  -nodepend      Don't generate dependencies [makefile mode only]
  -nomoc         Don't generate moc targets  [makefile mode only]
  -nopwd         Don't look for files in pwd [project mode only]

Help, please!
Thanks!!!
sr. member
Activity: 476
Merit: 250
This is the steps I do when compiling the wallet with gui support

Code: (Wallet with GUI)
qmake magi-qt.pro USE_UPNP=- && make
Please note if you are using Qt5 you need qmake-qt4 instead of qmake.
 Since i'm using Qt5 on my system, my qmake command for is qmake-qt4

Code: (Wallet without GUI for linux)
cd src/
makefile -f makefile.unix USE_UPNP=-



How can I compile the wallet for ubuntu. I perform cd ~/magi-master/, then qmake USE_UPNP=- and I get next:
Code:
Usage: /usr/lib/x86_64-linux-gnu/qt4/bin/qmake [mode] [options] [files]

QMake has two modes, one mode for generating project files based on
some heuristics, and the other for generating makefiles. Normally you
shouldn't need to specify a mode, as makefile generation is the default
mode for qmake, but you may use this to test qmake on an existing project

Mode:
  -project       Put qmake into project file generation mode
                 In this mode qmake interprets files as files to
                 be built,
                 defaults to *.c; *.ui; *.y; *.l; *.ts; *.xlf; *.qrc; *.h; *.hpp; *.hh; *.hxx; *.H; *.cpp; *.cc; *.cxx; *.C
                 Note: The created .pro file probably will
                 need to be edited. For example add the QT variable to
                 specify what modules are required.
  -makefile      Put qmake into makefile generation mode (default)
                 In this mode qmake interprets files as project files to
                 be processed, if skipped qmake will try to find a project
                 file in your current working directory

Warnings Options:
  -Wnone         Turn off all warnings; specific ones may be re-enabled by
                 later -W options
  -Wall          Turn on all warnings
  -Wparser       Turn on parser warnings
  -Wlogic        Turn on logic warnings (on by default)
  -Wdeprecated   Turn on deprecation warnings (on by default)

Options:
   * You can place any variable assignment in options and it will be     *
   * processed as if it was in [files]. These assignments will be parsed *
   * before [files].                                                     *
  -o file        Write output to file
  -d             Increase debug level
  -t templ       Overrides TEMPLATE as templ
  -tp prefix     Overrides TEMPLATE so that prefix is prefixed into the value
  -help          This help
  -v             Version information
  -after         All variable assignments after this will be
                 parsed after [files]
  -norecursive   Don't do a recursive search
  -recursive     Do a recursive search
  -set Set persistent property
  -unset   Unset persistent property
  -query   Query persistent property. Show all if is empty.
  -cache file    Use file as cache           [makefile mode only]
  -spec spec     Use spec as QMAKESPEC       [makefile mode only]
  -nocache       Don't use a cache file      [makefile mode only]
  -nodepend      Don't generate dependencies [makefile mode only]
  -nomoc         Don't generate moc targets  [makefile mode only]
  -nopwd         Don't look for files in pwd [project mode only]

Help, please!
newbie
Activity: 39
Merit: 0
having some issues with solo mining. Anyone able to advise why i'm see this error? I've set it up to run off default and wallet is opening and running.

the error is "HTTP request failed: The requested URL returned error: 500 Internal Server Error"
 json_rpc_call failed, retry after 10 seconds
full member
Activity: 213
Merit: 100
How can I compile the wallet for ubuntu. I perform cd ~/magi-master/, then qmake USE_UPNP=- and I get next:
Code:
Usage: /usr/lib/x86_64-linux-gnu/qt4/bin/qmake [mode] [options] [files]

QMake has two modes, one mode for generating project files based on
some heuristics, and the other for generating makefiles. Normally you
shouldn't need to specify a mode, as makefile generation is the default
mode for qmake, but you may use this to test qmake on an existing project

Mode:
  -project       Put qmake into project file generation mode
                 In this mode qmake interprets files as files to
                 be built,
                 defaults to *.c; *.ui; *.y; *.l; *.ts; *.xlf; *.qrc; *.h; *.hpp; *.hh; *.hxx; *.H; *.cpp; *.cc; *.cxx; *.C
                 Note: The created .pro file probably will
                 need to be edited. For example add the QT variable to
                 specify what modules are required.
  -makefile      Put qmake into makefile generation mode (default)
                 In this mode qmake interprets files as project files to
                 be processed, if skipped qmake will try to find a project
                 file in your current working directory

Warnings Options:
  -Wnone         Turn off all warnings; specific ones may be re-enabled by
                 later -W options
  -Wall          Turn on all warnings
  -Wparser       Turn on parser warnings
  -Wlogic        Turn on logic warnings (on by default)
  -Wdeprecated   Turn on deprecation warnings (on by default)

Options:
   * You can place any variable assignment in options and it will be     *
   * processed as if it was in [files]. These assignments will be parsed *
   * before [files].                                                     *
  -o file        Write output to file
  -d             Increase debug level
  -t templ       Overrides TEMPLATE as templ
  -tp prefix     Overrides TEMPLATE so that prefix is prefixed into the value
  -help          This help
  -v             Version information
  -after         All variable assignments after this will be
                 parsed after [files]
  -norecursive   Don't do a recursive search
  -recursive     Do a recursive search
  -set Set persistent property
  -unset   Unset persistent property
  -query   Query persistent property. Show all if is empty.
  -cache file    Use file as cache           [makefile mode only]
  -spec spec     Use spec as QMAKESPEC       [makefile mode only]
  -nocache       Don't use a cache file      [makefile mode only]
  -nodepend      Don't generate dependencies [makefile mode only]
  -nomoc         Don't generate moc targets  [makefile mode only]
  -nopwd         Don't look for files in pwd [project mode only]

Help, please!
sr. member
Activity: 350
Merit: 250
Mining Co-operative
where to download miner with support for SSE2,SSE3,SSE4 instructions?
there is such a miner?

The generic 64 bit miner from here supports SSE/SSE2 as standard.

https://bitcointalksearch.org/topic/m.9732786

There was no advantage to be had from enabling SSE3/SSE4 instructions over SSE/SSE2 as far as I could tell. The miner with support for AVX instructions is only 0.8 to 1.0 percent quicker than the generic version and this was difficult to measure. It may be that any difference between SSE/SSE2/SSE3/SSE4 may be within the limits of measurement, which are about +/- 0.3 percent.
legendary
Activity: 1750
Merit: 1005
Yes it is!!! Smiley
If somebody can use IRC again, share the news that its working again!!
I try again.

edit:
IRC is working again!!!
legendary
Activity: 1750
Merit: 1005
what is wrong with IRc ?
You have the same?
I can not connect!

yes its down
I will keep trying to get there!
Mean while i can post message here.
Received this message from Bitspark today:
Hi 111magic,

We are currently implementing the coin winners and it takes time to go through testing. We are hoping to have them implemented and ready to trade in the next 2 weeks (including Magi).

Regards,

The Bitspark Team

Good news but will take some time. (2 weeks)
Than Magi (XMG) is on exchange number 8! Smiley
copper member
Activity: 1358
Merit: 523
Jump to: