Bitcoin Forum
May 06, 2024, 12:50:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 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 ... 1310 »
  Print  
Author Topic: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay]  (Read 2375268 times)
Jeremy450
Newbie
*
Offline Offline

Activity: 154
Merit: 0


View Profile
May 05, 2018, 06:24:19 AM
 #23881

looks like i got it to work. i got the machines to connect to my computer that has the wallet and they are show khs

how can i tell if its working?

If it's showing hash instead of connect error, it's working. Look at my example.
Bad part is wallet shows nothing unless you get a block. I've been VNCing into all 9 machines to make sure they're still hashing, but I'm going to build a remotely accessible power meter to save me from that. If 1 machine stops mining, drop in power consumption is quite noticeable.


couldnt you do a script that just checks the CPU % at certain intervals and posts it to a page or something?
1714956623
Hero Member
*
Offline Offline

Posts: 1714956623

View Profile Personal Message (Offline)

Ignore
1714956623
Reply with quote  #2

1714956623
Report to moderator
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714956623
Hero Member
*
Offline Offline

Posts: 1714956623

View Profile Personal Message (Offline)

Ignore
1714956623
Reply with quote  #2

1714956623
Report to moderator
1714956623
Hero Member
*
Offline Offline

Posts: 1714956623

View Profile Personal Message (Offline)

Ignore
1714956623
Reply with quote  #2

1714956623
Report to moderator
1714956623
Hero Member
*
Offline Offline

Posts: 1714956623

View Profile Personal Message (Offline)

Ignore
1714956623
Reply with quote  #2

1714956623
Report to moderator
The Doktor
Jr. Member
*
Offline Offline

Activity: 82
Merit: 1

DOGEvangelist


View Profile
May 05, 2018, 06:27:51 AM
 #23882

looks like i got it to work. i got the machines to connect to my computer that has the wallet and they are show khs

how can i tell if its working?

If it's showing hash instead of connect error, it's working. Look at my example.
Bad part is wallet shows nothing unless you get a block. I've been VNCing into all 9 machines to make sure they're still hashing, but I'm going to build a remotely accessible power meter to save me from that. If 1 machine stops mining, drop in power consumption is quite noticeable.


couldnt you do a script that just checks the CPU % at certain intervals and posts it to a page or something?


Never thought of that, thanks.

"In DOGE We Trust"
Jeremy450
Newbie
*
Offline Offline

Activity: 154
Merit: 0


View Profile
May 05, 2018, 06:42:27 AM
 #23883

looks like i got it to work. i got the machines to connect to my computer that has the wallet and they are show khs

how can i tell if its working?

If it's showing hash instead of connect error, it's working. Look at my example.
Bad part is wallet shows nothing unless you get a block. I've been VNCing into all 9 machines to make sure they're still hashing, but I'm going to build a remotely accessible power meter to save me from that. If 1 machine stops mining, drop in power consumption is quite noticeable.


couldnt you do a script that just checks the CPU % at certain intervals and posts it to a page or something?


Never thought of that, thanks.

No problems. no point reinventing the wheel if you dont have to and save you alot of work.
Jeremy450
Newbie
*
Offline Offline

Activity: 154
Merit: 0


View Profile
May 05, 2018, 07:14:33 AM
 #23884

feels so unnerving solo mining cos dont get any feedback if anything is mined or not, etc.
jonathin.r
Member
**
Offline Offline

Activity: 98
Merit: 11


View Profile
May 05, 2018, 07:21:17 AM
 #23885

*snip*

Here's how I have mine setup:
Quote
# example: http://coinmagi.org/bin/example-conf/magi.conf
# this configuration file allows a user to load runtime options when the program starts
# You must set rpcuser and rpcpassword to secure the JSON-RPC api
rpcuser= ****
rpcpassword= ****

# Listen for RPC connections on this TCP port:
rpcport=8232

# server=1 to accept JSON-RPC commands
server=1

# listen=1 to accept connections from outside
listen=0

# RPC connection from localhost allowed
# set this to your LAN address range to allow other local machines to connect. * means 0-255 IOW any machine on LAN
rpcallowip=*remote VPS*
rpcallowip=*remote VPS*
rpcallowip=*remote VPS*
rpcallowip=192.168.1.*
rpcallowip=127.0.0.1

# Add nodes to connect to specific peers
#connect=104.128.225.215

# Add nodes to connect to specific peers
addnode=104.128.225.215
addnode=45.35.251.73

# posii=1 to enable PoS staking; default = 0
posii=1

# Transaction under stake with a value greater than the threshold is being splitted
stakesplitthreshold=1000

# Transactions with values less than the threshold will combine into one
stakecombinethreshold=500

But it keeps on saying "stratum_subscribe timed out... retry after 30 seconds"
I've tried mining from one of my remote VPSes, one of my local linux boxes, and from the same computer that the wallet is running on. Am I missing something?

My XMG Address: 9LzxHqsxrRPMCyBffjMc3cLuB5hwEG5Ufq
"Un pour tous, tous pour un" - The Three Musketeers, 1844
Jeremy450
Newbie
*
Offline Offline

Activity: 154
Merit: 0


View Profile
May 05, 2018, 07:30:10 AM
 #23886

*snip*

Here's how I have mine setup:
Quote
# example: http://coinmagi.org/bin/example-conf/magi.conf
# this configuration file allows a user to load runtime options when the program starts
# You must set rpcuser and rpcpassword to secure the JSON-RPC api
rpcuser= ****
rpcpassword= ****

# Listen for RPC connections on this TCP port:
rpcport=8232

# server=1 to accept JSON-RPC commands
server=1

# listen=1 to accept connections from outside
listen=0

# RPC connection from localhost allowed
# set this to your LAN address range to allow other local machines to connect. * means 0-255 IOW any machine on LAN
rpcallowip=*remote VPS*
rpcallowip=*remote VPS*
rpcallowip=*remote VPS*
rpcallowip=192.168.1.*
rpcallowip=127.0.0.1

# Add nodes to connect to specific peers
#connect=104.128.225.215

# Add nodes to connect to specific peers
addnode=104.128.225.215
addnode=45.35.251.73

# posii=1 to enable PoS staking; default = 0
posii=1

# Transaction under stake with a value greater than the threshold is being splitted
stakesplitthreshold=1000

# Transactions with values less than the threshold will combine into one
stakecombinethreshold=500

But it keeps on saying "stratum_subscribe timed out... retry after 30 seconds"
I've tried mining from one of my remote VPSes, one of my local linux boxes, and from the same computer that the wallet is running on. Am I missing something?
you need to open ports and port forwarding on your router and add the VPS's IP address into the magi.config

i can show my my configs if you want.
Vitalik_Pedik
Newbie
*
Offline Offline

Activity: 168
Merit: 0


View Profile
May 05, 2018, 07:46:26 AM
 #23887

https://chainz.cryptoid.info/xmg/ on wrong chain
DOGEbubble
Hero Member
*****
Offline Offline

Activity: 884
Merit: 501


View Profile WWW
May 05, 2018, 08:25:08 AM
 #23888

This network is falling apart. Shocked Shocked

Jeremy450
Newbie
*
Offline Offline

Activity: 154
Merit: 0


View Profile
May 05, 2018, 08:27:16 AM
 #23889


LOL irony is her name!!!!!
Vitalik_Pedik
Newbie
*
Offline Offline

Activity: 168
Merit: 0


View Profile
May 05, 2018, 08:41:45 AM
 #23890

I splited blockchain accidentally. Now I understand how, will try not to do this in future.
earl3000
Newbie
*
Offline Offline

Activity: 82
Merit: 0


View Profile
May 05, 2018, 09:35:12 AM
 #23891

I splited blockchain accidentally. Now I understand how, will try not to do this in future.

Don't worry my rig should be up and running soon again, AND THAN the network will be stable again. 10 MH/s  Noooo just kidding, barely 100KH/s, but wouldn't that be sweet.  Grin Grin
drofxafm
Member
**
Offline Offline

Activity: 121
Merit: 20


View Profile
May 05, 2018, 10:52:41 AM
 #23892

I know it is uber fantastic idea, but what if you make the coin mineable only with... linux. It sounds a bit stupid even for me, but it can solve a problem - remove botnets. There are no linux botnets around. It seems a bit fantastic, but can make coin profitable.

Linux botnets may be rarer but they do exist. Linux systems also get compromised in other ways and often part of what happens now is a miner gets installed (I saw one mining Monereo like that recently).
s0litaire
Member
**
Offline Offline

Activity: 133
Merit: 15


View Profile
May 05, 2018, 11:18:23 AM
 #23893

OK! which chain is the correct one?!?!

my wallet is either 540 or 34 blocks behind (it keeps jumping between them)

Is it a case of just wait and see? or a delete the local copy and downloading the chain again?
Jeremy450
Newbie
*
Offline Offline

Activity: 154
Merit: 0


View Profile
May 05, 2018, 11:29:32 AM
 #23894

OH Great more issues. I'm Seeing the exact same dam thing!!!!!!!!!!!

if it wasn't fucked before its fucked now

Bend over boys and girls we are getting screwed in the ass.
Jeremy450
Newbie
*
Offline Offline

Activity: 154
Merit: 0


View Profile
May 05, 2018, 11:43:35 AM
 #23895

Minerclaim has either shutdown or is like a chicken with its head chopped off. Body is running around still while the head is on the chopping block.
s0litaire
Member
**
Offline Offline

Activity: 133
Merit: 15


View Profile
May 05, 2018, 11:51:16 AM
 #23896

Minerclaim has either shutdown or is like a chicken with its head chopped off. Body is running around still while the head is on the chopping block.

pom-miner is down as well.

Minerclaim has a notice :
Code:
   Update: 05/05 01:45PM (UTC+1) - We are currently facing issues in the block chain and try to get up our stratum servers again. 
Jeremy450
Newbie
*
Offline Offline

Activity: 154
Merit: 0


View Profile
May 05, 2018, 11:58:36 AM
 #23897

Minerclaim has either shutdown or is like a chicken with its head chopped off. Body is running around still while the head is on the chopping block.

pom-miner is down as well.

Minerclaim has a notice :
Code:
   Update: 05/05 01:45PM (UTC+1) - We are currently facing issues in the block chain and try to get up our stratum servers again. 

Minerclaim not accessible now.
Jeremy450
Newbie
*
Offline Offline

Activity: 154
Merit: 0


View Profile
May 05, 2018, 12:00:01 PM
 #23898

Vitalik i think you need to pack your bags and leave. I think you done way more damage then was needed.
Ujesh
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
May 05, 2018, 12:11:26 PM
 #23899

I splited blockchain accidentally. Now I understand how, will try not to do this in future.

Nothing happens by Accident, you were messing up with the network and you successfully messed it..

Congratz..
Vitalik_Pedik
Newbie
*
Offline Offline

Activity: 168
Merit: 0


View Profile
May 05, 2018, 12:43:03 PM
 #23900

Vitalik i think you need to pack your bags and leave. I think you done way more damage then was needed.
https://media.giphy.com/media/OPU6wzx8JrHna/giphy.gif
Pages: « 1 ... 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 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 ... 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!