Bitcoin Forum
June 27, 2024, 02:54:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 [1216] 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 ... 1310 »
  Print  
Author Topic: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay]  (Read 2375362 times)
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
May 13, 2018, 11:10:20 AM
 #24301

I know i'm probably mining noting but air at the moment...

on testnet, it isn't probable, it is certain Grin

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
D0ugyB0y
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile WWW
May 13, 2018, 11:31:44 AM
 #24302

Are you solo mining on windows? Can you give some pointers on how to get it set up? I changed the conf etc but the miner just opens and closes.

I know i'm probably mining noting but air at the moment...

But getting nearly 200xmg in 36 hours on the test wallet/blokchain is really satisfying when i'm using a potato of a machine (and 4 rpi's) Wink

pity I'll not get coins at that rate when I'm the correct chain...
Jeremy450
Newbie
*
Offline Offline

Activity: 154
Merit: 0


View Profile
May 13, 2018, 11:37:44 AM
 #24303

Minerclaim is offline.
Jeremy450
Newbie
*
Offline Offline

Activity: 154
Merit: 0


View Profile
May 13, 2018, 11:53:46 AM
 #24304

scratch that

Bye bye coins. thanks for nothing minerclaim
stevr59
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile WWW
May 13, 2018, 12:44:15 PM
Last edit: May 13, 2018, 12:58:41 PM by stevr59
 #24305

Compiling cpuminer-opt on Ubuntu 18.04
Please, do not directly quote this message!


Step 1: Installing Dependencies

To compile and run cpuminer-opt, your system will need to download a few programs. These are mission-critical for a successful compile. The following command will download and automatically install the programs necessary:

sudo apt-get install build-essential libssl-dev libcurl4-openssl-dev libjansson-dev libgmp-dev automake zlib1g-dev

Some of these programs will require that your system be updated to the latest LTS release of Ubuntu. Some versions of the programs necessary for cpuminer-opt to run are not contained in the repositories of older Ubuntu releases. You should update your system to Ubuntu 18.04 LTS if you haven't already.

Step 2: Downloading the Source Code

Execute the command below to download Version 3.8.8.1 of the program to your working directory, extract it, then change into the newly extracted folder: (execute each of these lines, one at a time)

tar xvzf v3.8.8.1.tar.gz
cd ./cpuminer-opt-3.8.8.1

Step 3: Compiling the Program

Execute the command below to compile the program: (Again, execute each of these lines, one at a time):

./autogen.sh
CFLAGS=”-03 -march=native -Wall” ./configure –with-curl
make

If you plan on installing this to your system, make sure to change “make” to “sudo make install”, and if you encounter any issues, I'll try to remain open here to answer them to the best of my abilities. Hope this helped some!
 well  thats was to easy it was all ready compile in the arch  aur repos got it installl but didnt see any info on the commadns to fire it up so i did this
     (  /usr/bin/cpuminer -a m7m -o http://127.0.0.1:8232 -u myusername -p x  )       it works i am solo mining now on all 16 treads instead of the 8 the other gui miner was doing. not sure all the commands or best way to run it but yeah it works thanks...  UPDATE... found out i dont need the /usr/bin to run it  now i made a start up script   (   cpuminer -a m7m -o http://127.0.0.1:8232 -u myusername -p x   )
s0litaire
Member
**
Offline Offline

Activity: 133
Merit: 15


View Profile
May 13, 2018, 01:56:49 PM
 #24306

Are you solo mining on windows? Can you give some pointers on how to get it set up? I changed the conf etc but the miner just opens and closes.

I know i'm probably mining noting but air at the moment...

But getting nearly 200xmg in 36 hours on the test wallet/blokchain is really satisfying when i'm using a potato of a machine (and 4 rpi's) Wink

pity I'll not get coins at that rate when I'm the correct chain...

I'm mining on Ubuntu 17.04
you need to use a batchfile or an open cmd window. (Don't just double click the miner exe)
s0litaire
Member
**
Offline Offline

Activity: 133
Merit: 15


View Profile
May 13, 2018, 02:02:20 PM
 #24307

Only thing i don't like about cpuminer-opt is no efficiency option.

with m-minerd i could have it running at 90% during the day while i'm using my machine without noticeable slowdown. then at night restart it at 100% when i'm not using it.
with cpuminer-opt i have to run it a thread short (so i'm at 75%),
D0ugyB0y
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile WWW
May 13, 2018, 02:07:04 PM
 #24308

I created a bat file with the right info but it comes up saying -url part is an invalid command.

Only thing i don't like about cpuminer-opt is no efficiency option.

with m-minerd i could have it running at 90% during the day while i'm using my machine without noticeable slowdown. then at night restart it at 100% when i'm not using it.
with cpuminer-opt i have to run it a thread short (so i'm at 75%),
s0litaire
Member
**
Offline Offline

Activity: 133
Merit: 15


View Profile
May 13, 2018, 02:54:44 PM
 #24309

I created a bat file with the right info but it comes up saying -url part is an invalid command.

Only thing i don't like about cpuminer-opt is no efficiency option.

with m-minerd i could have it running at 90% during the day while i'm using my machine without noticeable slowdown. then at night restart it at 100% when i'm not using it.
with cpuminer-opt i have to run it a thread short (so i'm at 75%),

what's in the bat file?
Jeremy450
Newbie
*
Offline Offline

Activity: 154
Merit: 0


View Profile
May 13, 2018, 03:08:50 PM
 #24310

Only thing i don't like about cpuminer-opt is no efficiency option.

with m-minerd i could have it running at 90% during the day while i'm using my machine without noticeable slowdown. then at night restart it at 100% when i'm not using it.
with cpuminer-opt i have to run it a thread short (so i'm at 75%),

nothing wrong with that

just use 2 batch files.

could even do a batch file wtih task schedule and have it kill the previous miner and start the new one. not too hard.

i've taken it further with a cpu monitor, etc. and incorporated a back end db, etc that then reports to a website and then if i set a time where i want less threats, i just set it and then it does it automatically, etc.

and in the website i've hocked into the Minerclaims API where i can get all the info i need without even having to go to the website.
D0ugyB0y
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile WWW
May 13, 2018, 03:32:33 PM
 #24311

this is the bat file: cpuminer-aes-sse42 -a m7m -url http://127.0.0.1:8232 -u Doug -p x -t 24

I created a bat file with the right info but it comes up saying -url part is an invalid command.

Only thing i don't like about cpuminer-opt is no efficiency option.

with m-minerd i could have it running at 90% during the day while i'm using my machine without noticeable slowdown. then at night restart it at 100% when i'm not using it.
with cpuminer-opt i have to run it a thread short (so i'm at 75%),

what's in the bat file?

txwooley
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
May 13, 2018, 04:01:42 PM
 #24312

Try replacing --url with -o.  like this:
cpuminer-aes-sse42 -a m7m -o http://127.0.0.1:8232 -u Doug -p x -t 24

And you are missing a - in front of url and = after.  Should read:
cpuminer-aes-sse42 -a m7m --url=http://127.0.0.1:8232 -u Doug -p x -t 24
D0ugyB0y
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile WWW
May 13, 2018, 04:59:13 PM
 #24313

The first one worked, thank you Smiley

Try replacing --url with -o.  like this:
cpuminer-aes-sse42 -a m7m -o http://127.0.0.1:8232 -u Doug -p x -t 24

And you are missing a - in front of url and = after.  Should read:
cpuminer-aes-sse42 -a m7m --url=http://127.0.0.1:8232 -u Doug -p x -t 24

jonathin.r
Member
**
Offline Offline

Activity: 98
Merit: 11


View Profile
May 13, 2018, 06:20:57 PM
 #24314

Do I need to resync my entire wallet blockchain from scratch to get the right one? Does someone possibly have a backup of theirs I could possibly use? I just want to make sure that I'm running at fulll-speed before I leave for today's mother's day dinner.

Also, thanks for the merit, DOGEbubble. I'm glad I was able to help.

nothing wrong with that

just use 2 batch files.

could even do a batch file wtih task schedule and have it kill the previous miner and start the new one. not too hard.

i've taken it further with a cpu monitor, etc. and incorporated a back end db, etc that then reports to a website and then if i set a time where i want less threats, i just set it and then it does it automatically, etc.

and in the website i've hocked into the Minerclaims API where i can get all the info i need without even having to go to the website.

That's pretty neat. I'd love to see how you implemented that so perhaps I could integrate something like it into the 2nd version of my pool switcher.

My XMG Address: 9LzxHqsxrRPMCyBffjMc3cLuB5hwEG5Ufq
"Un pour tous, tous pour un" - The Three Musketeers, 1844
xpoolx
Full Member
***
Offline Offline

Activity: 201
Merit: 102


View Profile
May 13, 2018, 06:45:22 PM
 #24315

XpoolX is already synced with the network, we get some difficulties trying to get a good network node.
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
May 13, 2018, 08:26:36 PM
 #24316

split incoming... again...

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
tazzz013
Newbie
*
Offline Offline

Activity: 118
Merit: 0


View Profile
May 13, 2018, 08:30:20 PM
 #24317

split incoming... again...

would be nice if Joe would check in, cuz I have no idea what the hell is going on!
InvalidUsername
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
May 13, 2018, 08:38:07 PM
 #24318

split incoming... again...

Appears to be. Xpoolx and minerclaim are ~20 blocks behind trasma/m-hash (or these 2 are ~20 blocks ahead...)

Luckypool is still on the last fork.

Mineproject is about 1k blocks behind... Probably still on the fork from a week ago?
Vitalik_Pedik
Newbie
*
Offline Offline

Activity: 168
Merit: 0


View Profile
May 13, 2018, 08:40:28 PM
 #24319

split incoming... again...

would be nice if Joe would check in, cuz I have no idea what the hell is going on!


He do it, splitting is side effect of his experiments with REAL chain
Ask him direct question about reason of splitting.
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
May 13, 2018, 09:01:54 PM
 #24320

split incoming... again...

would be nice if Joe would check in, cuz I have no idea what the hell is going on!


He do it, splitting is side effect of his experiments with REAL chain
Ask him direct question about reason of splitting.
looks to me more like a problem with minerclaim nodes or like not many other wallets can connect their wallet

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
Pages: « 1 ... 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 [1216] 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 ... 1310 »
  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!