Bitcoin Forum
July 02, 2024, 06:25:18 PM *
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 54 »
  Print  
Author Topic: [XMR] Monero Mining  (Read 264667 times)
Drhiggins
Sr. Member
****
Offline Offline

Activity: 306
Merit: 251



View Profile
February 25, 2015, 05:11:33 AM
 #561

Does anybody have step by step on how to run a rig through your own node.  Like being able to use Claymore or CCminer and not the built in simple miner.
 

I think you need a guide for creating a pool essentially.

https://github.com/zone117x/node-cryptonote-pool

the readme in there will prolly help yah.

Thanks

Monerohash.com   U.S. Mining Pool
sammy007
Legendary
*
Offline Offline

Activity: 1904
Merit: 1003


View Profile
February 25, 2015, 08:45:47 AM
Last edit: February 26, 2015, 05:48:37 AM by sammy007
 #562

Hello, I pushed tiny fix for cpuminer-multi to get rid of stratum disconnects.

Increased timeout to 5 minutes to get rid of disconnects if there are no blocks in a network for 2 minutes or solved shares.
Clean way to handle this issue instead of cheating on pool side with stupid job retransmission.


Source: https://github.com/sammy007/cpuminer-multi
mindless
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile WWW
March 04, 2015, 03:08:11 PM
 #563

Pool.cryptoescrow.eu announcement 2015.02.04

Hi, Fellow, Miners!

We are closing down this pool, because our hashrate could not keep up with the server cost for too long.
All miners have been paid out.

We recommend using one of the pools on this topic:
https://bitcointalk.org/index.php?topic=583449.0:
:
Good luck mining!

Monero Development Supporting Pool - Low 0.8% Fee + 0.2% Donation to Monero development, 24/7 Monitoring.
c789
Hero Member
*****
Offline Offline

Activity: 850
Merit: 1000



View Profile
March 13, 2015, 05:15:24 PM
 #564

I have a few low to mid-range CPUs and am going to set up a private pool tonight for these using this:

https://github.com/zone117x/node-cryptonote-pool

Can the computer that is hosting the private pool also use some of its cores to mine to its own XMR address? If so, how?

Comparison of Privacy-Centric Coins: https://moneroforcash.com/monero-vs-dash-vs-zcash-vs-bitcoinmixers.php also includes Verge and Pivx
sammy007
Legendary
*
Offline Offline

Activity: 1904
Merit: 1003


View Profile
March 13, 2015, 05:35:31 PM
 #565

I have a few low to mid-range CPUs and am going to set up a private pool tonight for these using this:

https://github.com/zone117x/node-cryptonote-pool

Can the computer that is hosting the private pool also use some of its cores to mine to its own XMR address? If so, how?

This is very bad idea to hash on pool server.
c789
Hero Member
*****
Offline Offline

Activity: 850
Merit: 1000



View Profile
March 13, 2015, 05:56:38 PM
 #566

I have a few low to mid-range CPUs and am going to set up a private pool tonight for these using this:

https://github.com/zone117x/node-cryptonote-pool

Can the computer that is hosting the private pool also use some of its cores to mine to its own XMR address? If so, how?

This is very bad idea to hash on pool server.

Ok - thanks! I'll put the pool on a PC with less CPU power and save the strong CPUs for mining.

Comparison of Privacy-Centric Coins: https://moneroforcash.com/monero-vs-dash-vs-zcash-vs-bitcoinmixers.php also includes Verge and Pivx
sammy007
Legendary
*
Offline Offline

Activity: 1904
Merit: 1003


View Profile
March 13, 2015, 07:40:53 PM
 #567

I have a few low to mid-range CPUs and am going to set up a private pool tonight for these using this:

https://github.com/zone117x/node-cryptonote-pool

Can the computer that is hosting the private pool also use some of its cores to mine to its own XMR address? If so, how?

This is very bad idea to hash on pool server.

Ok - thanks! I'll put the pool on a PC with less CPU power and save the strong CPUs for mining.


For solo you can enable share trust to save cpu time on validation too.
c789
Hero Member
*****
Offline Offline

Activity: 850
Merit: 1000



View Profile
March 15, 2015, 05:56:45 PM
Last edit: March 15, 2015, 06:52:22 PM by c789
 #568

Thanks for the cpu pointer!

I'm getting an error running the pool software. Here's what I do, each in its own tmux pane:

1. sudo ./bitmonerod
2. sudo ./simplewallet --wallet=x --password=x
3. redis-server
4. node init.js

After I type in "node init.js" I get this error:

Code:
module.js:322
    throw err;
          ^

Error: Cannot find module '/home/me/pool/node_modules/init.js'
   at Function.Module._resolveFilename (module.js:320:15)
   at Function.Module._load (module.js:262:25)
   at Function.Module.runMain (module.js:485:10)
   at startup (node.js:112:16)
   at node.js:865:3

The init.js file is at /home/me/pool/init.js

Any ideas?

[UPDATE]...about 30 minutes later:

I copied /home/me/pool/init.js to /home/me/pool/node_modules/init.js and then ran node init.js from the /home/me/pool/ directory, and now I get this error:

Code:
[master] Pool spawned on 2 thread(s)
[payments] Started
[unlocker] Started
[payments] No workers' balances reached the minimum payment threshold
[unlocker] No blocks candidates in redis
[api] API started & listening on port 8117
[api] Stat collection finished: 51 ms redis, 516ms daemon
module.js:322
    throw err;
          ^

Error: Cannot find module 'multi-hashing'
   at Function.Module._resolveFilename (module.js:320:15)
   at Function.Module._load (module.js:262:25)
   at Module.require (module.js:349:17)
   at require (module.js:368:17)
   at Object.<anonymous> (/home/me/pool/lib/pool.js:7:20)
   at Module._compile (module.js:444:26)
   at Object.Module._extensions..js (module.js:462:10)
   at Module.load (module.js:339:32)
   at Function.Module._load (module.js:294:12)
   at Module.require (module.js:349:17)

...and this block of error messages keeps repeating. Any ideas?

Comparison of Privacy-Centric Coins: https://moneroforcash.com/monero-vs-dash-vs-zcash-vs-bitcoinmixers.php also includes Verge and Pivx
c789
Hero Member
*****
Offline Offline

Activity: 850
Merit: 1000



View Profile
March 16, 2015, 01:06:32 AM
 #569

Here's the output after running npm update
Code:
make: *** [Release/obj.target/multihashing/multihashing.o] Error 1
make: Leaving directory `/home/me/pool/node_modules/multi-hashing/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack     at emitTwo (events.js:87:13)
gyp ERR! stack     at ChildProcess.emit (events.js:169:7)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:1044:12)
gyp ERR! System Linux 3.13.0-32-generic
gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/me/pool/node_modules/multi-hashing
gyp ERR! node -v v1.5.1
gyp ERR! node-gyp -v v1.0.2
gyp ERR! not ok
npm ERR! Linux 3.13.0-32-generic
npm ERR! argv "/usr/bin/iojs" "/usr/bin/npm" "update"
npm ERR! node v1.5.1
npm ERR! npm  v2.7.0
npm ERR! code ELIFECYCLE

npm ERR! cryptonote-util@0.0.1 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the cryptonote-util@0.0.1 install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the cryptonote-util package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get their info via:
npm ERR!     npm owner ls cryptonote-util
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/me/pool/npm-debug.lo

... and here's npm-debug.log  The file was too large to post here, so here's a link:

http://pastebin.com/APPHrgnf

Comparison of Privacy-Centric Coins: https://moneroforcash.com/monero-vs-dash-vs-zcash-vs-bitcoinmixers.php also includes Verge and Pivx
V@n@dis
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
March 18, 2015, 05:52:21 PM
 #570

Now that we are starting to see some rumors about AMD's next line up. How do you think they will fare against the maxwell cards?

Is there going to be a change in the prefered mining cards with R9 390X? Saw something about it being 50% faster then 290x but consuming alot of power.
exoexo
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
March 19, 2015, 10:10:39 AM
 #571

I'm really sorry, guys, but i'm getting completely lost.Too much discussions here, website is not allowing to search quickly, help? Found a LOT of websites devoted to Monero, what should i read if i'm really interested in mining, but not really experienced in altcoins? Got it that there is no GUI, but that's about it.
Step-by-step, is there something like that?
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
March 19, 2015, 10:58:37 AM
 #572

I'm really sorry, guys, but i'm getting completely lost.Too much discussions here, website is not allowing to search quickly, help? Found a LOT of websites devoted to Monero, what should i read if i'm really interested in mining, but not really experienced in altcoins? Got it that there is no GUI, but that's about it.
Step-by-step, is there something like that?

Are you looking to CPU mine or GPU mine. Pool mine or solo mine. Pool mining recommended unless you are: a) playing it like a lottery, b) mining to support the network and don't really care if you get an immediate reward, or c) mining on a large scale (several dozen computers/GPUs at least).

exoexo
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
March 19, 2015, 11:23:20 AM
 #573

I'm really sorry, guys, but i'm getting completely lost.Too much discussions here, website is not allowing to search quickly, help? Found a LOT of websites devoted to Monero, what should i read if i'm really interested in mining, but not really experienced in altcoins? Got it that there is no GUI, but that's about it.
Step-by-step, is there something like that?

Are you looking to CPU mine or GPU mine. Pool mine or solo mine. Pool mining recommended unless you are: a) playing it like a lottery, b) mining to support the network and don't really care if you get an immediate reward, or c) mining on a large scale (several dozen computers/GPUs at least).


Thanks for response! I was looking for pool, and i found Minergate, looks like okay one. No problems with finding pool. But i have some problems with creating a wallet, i met words like simplewallet and cryptonotewallet, but i have no idea how to set all things and need some guide, that's all.
I really wanted to try some cryptonote coin, red a lot, chose monero, but didn't expect so much different monero websites and absence of GUI.
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
March 19, 2015, 12:06:26 PM
 #574

I'm really sorry, guys, but i'm getting completely lost.Too much discussions here, website is not allowing to search quickly, help? Found a LOT of websites devoted to Monero, what should i read if i'm really interested in mining, but not really experienced in altcoins? Got it that there is no GUI, but that's about it.
Step-by-step, is there something like that?

Are you looking to CPU mine or GPU mine. Pool mine or solo mine. Pool mining recommended unless you are: a) playing it like a lottery, b) mining to support the network and don't really care if you get an immediate reward, or c) mining on a large scale (several dozen computers/GPUs at least).


Thanks for response! I was looking for pool, and i found Minergate, looks like okay one. No problems with finding pool. But i have some problems with creating a wallet, i met words like simplewallet and cryptonotewallet, but i have no idea how to set all things and need some guide, that's all.
I really wanted to try some cryptonote coin, red a lot, chose monero, but didn't expect so much different monero websites and absence of GUI.

There are some GUIs developed by third parties but they can be a bit tricky to set up.

https://moneroeconomy.com/news/choose-your-wallet

If you aren't intimidated by it, the command line one might be easier.

As far as using simple wallet:

To create a new wallet:

simplewallet --generate-new-wallet put wallet name here

To access the wallet

simplewallet --wallet  put wallet name here

within simplewallet type help for a list of commands.
exoexo
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
March 19, 2015, 01:08:38 PM
 #575

I'm really sorry, guys, but i'm getting completely lost.Too much discussions here, website is not allowing to search quickly, help? Found a LOT of websites devoted to Monero, what should i read if i'm really interested in mining, but not really experienced in altcoins? Got it that there is no GUI, but that's about it.
Step-by-step, is there something like that?

Are you looking to CPU mine or GPU mine. Pool mine or solo mine. Pool mining recommended unless you are: a) playing it like a lottery, b) mining to support the network and don't really care if you get an immediate reward, or c) mining on a large scale (several dozen computers/GPUs at least).


Thanks for response! I was looking for pool, and i found Minergate, looks like okay one. No problems with finding pool. But i have some problems with creating a wallet, i met words like simplewallet and cryptonotewallet, but i have no idea how to set all things and need some guide, that's all.
I really wanted to try some cryptonote coin, red a lot, chose monero, but didn't expect so much different monero websites and absence of GUI.

There are some GUIs developed by third parties but they can be a bit tricky to set up.

https://moneroeconomy.com/news/choose-your-wallet

If you aren't intimidated by it, the command line one might be easier.

As far as using simple wallet:

To create a new wallet:

simplewallet --generate-new-wallet put wallet name here

To access the wallet

simplewallet --wallet  put wallet name here

within simplewallet type help for a list of commands.

Thanks! I'll try some)
VDechand
Sr. Member
****
Offline Offline

Activity: 358
Merit: 250


View Profile
March 23, 2015, 06:24:15 PM
 #576

Hello, i have a problem with GPU mining. I have a Nvidia GPU, mining with the ccminer from tsiv. and i put the script mine program in the same file witht the ccminer. i starting the miner and he closed direct after i´m starting this.
GingerAle
Legendary
*
Offline Offline

Activity: 1260
Merit: 1008


View Profile WWW
March 23, 2015, 06:32:32 PM
 #577

Hello, i have a problem with GPU mining. I have a Nvidia GPU, mining with the ccminer from tsiv. and i put the script mine program in the same file witht the ccminer. i starting the miner and he closed direct after i´m starting this.

ok, so tsivs miner is not working for you.

I would install tsivs miner in a new directory.

also, what operating system are you using?


< Track your bitcoins! > < Track them again! > <<< [url=https://www.reddit.com/r/Bitcoin/comments/1qomqt/what_a_landmark_legal_case_from_mid1700s_scotland/] What is fungibility? >>> 46P88uZ4edEgsk7iKQUGu2FUDYcdHm2HtLFiGLp1inG4e4f9PTb4mbHWYWFZGYUeQidJ8hFym2WUmWc p34X8HHmFS2LXJkf <<< Free subdomains at moneroworld.com!! >>> <<< If you don't want to run your own node, point your wallet to node.moneroworld.com, and get connected to a random node! @@@@ FUCK ALL THE PROFITEERS! PROOF OF WORK OR ITS A SCAM !!! @@@@
GingerAle
Legendary
*
Offline Offline

Activity: 1260
Merit: 1008


View Profile WWW
March 23, 2015, 06:33:16 PM
 #578

also, for quicker response, go here:

https://monerohash.com/#support

its an IRC chatroom - eventually someone will respond.

< Track your bitcoins! > < Track them again! > <<< [url=https://www.reddit.com/r/Bitcoin/comments/1qomqt/what_a_landmark_legal_case_from_mid1700s_scotland/] What is fungibility? >>> 46P88uZ4edEgsk7iKQUGu2FUDYcdHm2HtLFiGLp1inG4e4f9PTb4mbHWYWFZGYUeQidJ8hFym2WUmWc p34X8HHmFS2LXJkf <<< Free subdomains at moneroworld.com!! >>> <<< If you don't want to run your own node, point your wallet to node.moneroworld.com, and get connected to a random node! @@@@ FUCK ALL THE PROFITEERS! PROOF OF WORK OR ITS A SCAM !!! @@@@
VDechand
Sr. Member
****
Offline Offline

Activity: 358
Merit: 250


View Profile
March 23, 2015, 06:39:17 PM
 #579

Hello, i have a problem with GPU mining. I have a Nvidia GPU, mining with the ccminer from tsiv. and i put the script mine program in the same file witht the ccminer. i starting the miner and he closed direct after i´m starting this.

ok, so tsivs miner is not working for you.

I would install tsivs miner in a new directory.

also, what operating system are you using?



I use windows 7
GingerAle
Legendary
*
Offline Offline

Activity: 1260
Merit: 1008


View Profile WWW
March 23, 2015, 06:48:37 PM
 #580

Hello, i have a problem with GPU mining. I have a Nvidia GPU, mining with the ccminer from tsiv. and i put the script mine program in the same file witht the ccminer. i starting the miner and he closed direct after i´m starting this.

ok, so tsivs miner is not working for you.

I would install tsivs miner in a new directory.

also, what operating system are you using?



I use windows 7

did u download from

https://github.com/tsiv/ccminer-cryptonight/releases

id just keep trying them one by one until it works. I've never tried it on windows.

i've heard though that there's an issue if you're actually using the GPU for your display - windows gets real choppy.


< Track your bitcoins! > < Track them again! > <<< [url=https://www.reddit.com/r/Bitcoin/comments/1qomqt/what_a_landmark_legal_case_from_mid1700s_scotland/] What is fungibility? >>> 46P88uZ4edEgsk7iKQUGu2FUDYcdHm2HtLFiGLp1inG4e4f9PTb4mbHWYWFZGYUeQidJ8hFym2WUmWc p34X8HHmFS2LXJkf <<< Free subdomains at moneroworld.com!! >>> <<< If you don't want to run your own node, point your wallet to node.moneroworld.com, and get connected to a random node! @@@@ FUCK ALL THE PROFITEERS! PROOF OF WORK OR ITS A SCAM !!! @@@@
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 54 »
  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!