Bitcoin Forum
May 04, 2024, 07:30:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 [214] 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 ... 311 »
  Print  
Author Topic: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record  (Read 684948 times)
rhombus_77
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
January 17, 2016, 03:36:22 AM
 #4261

Yes. I'm using xptMiner 2.0. I am running it as a script: sh ./example.sh


Hello, if you're talking about xptMiner 2.0 I have not encountered yet this problem.

I will check better by doing some tests.

Thank you for reporting

1714807823
Hero Member
*
Offline Offline

Posts: 1714807823

View Profile Personal Message (Offline)

Ignore
1714807823
Reply with quote  #2

1714807823
Report to moderator
1714807823
Hero Member
*
Offline Offline

Posts: 1714807823

View Profile Personal Message (Offline)

Ignore
1714807823
Reply with quote  #2

1714807823
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714807823
Hero Member
*
Offline Offline

Posts: 1714807823

View Profile Personal Message (Offline)

Ignore
1714807823
Reply with quote  #2

1714807823
Report to moderator
zhorzh
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
January 17, 2016, 07:00:04 AM
 #4262

Merc84:  it doesn't reconnect.  It just goes back to the command prompt after a 10 second timeout

I Agree.
This problem exists only for linux-versions xptminer 2.0
merc84
Hero Member
*****
Offline Offline

Activity: 799
Merit: 1000


View Profile
January 17, 2016, 10:35:51 AM
 #4263

Yes. I'm using xptMiner 2.0. I am running it as a script: sh ./example.sh


Hello, if you're talking about xptMiner 2.0 I have not encountered yet this problem.

I will check better by doing some tests.

Thank you for reporting


It should be relatively simple to write the script such that it will restart the miner if the process ends, unfortunately I haven't used linux in some time and can't remember exactly how to do this maybe someone else can chime in with an example.
one4many
Hero Member
*****
Offline Offline

Activity: 516
Merit: 500



View Profile
January 17, 2016, 01:12:22 PM
 #4264

Hey guys. What do I need to do to have xptminer automatically restart after disconnecting from the mining server.  I am running Ubuntu on this particular computer.

Try something like this:

Code:
while /bin/true; do ./xptminer-xxxxxx -param1 -param arg2;sleep 10;done
This will restart the xptminer in a loop forever with a 10 second wait in between.

  one4many
one4many
Hero Member
*****
Offline Offline

Activity: 516
Merit: 500



View Profile
January 17, 2016, 01:14:23 PM
 #4265

Merc84:  it doesn't reconnect.  It just goes back to the command prompt after a 10 second timeout
Hello, if you're talking about xptMiner 2.0 I have not encountered yet this problem.

I will check better by doing some tests.

Thank you for reporting


Simba84,
So when are you going to make the code public?
From a license point of view it is open-source and the modifications must be open-source as well.

    one4many
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
January 17, 2016, 01:19:14 PM
 #4266

Hey guys. What do I need to do to have xptminer automatically restart after disconnecting from the mining server.  I am running Ubuntu on this particular computer.

Try something like this:

Code:
while /bin/true; do ./xptminer-xxxxxx -param1 -param arg2;sleep 10;done
This will restart the xptminer in a loop forever with a 10 second wait in between.

  one4many

You can omit the "/bin/" for a more compact and clean code.

LordCoder
Hero Member
*****
Offline Offline

Activity: 712
Merit: 500


View Profile
January 17, 2016, 01:45:49 PM
 #4267

ypool completely dissapeared from map a few months ago. Anyone knows something about 'em?
Simba84
Sr. Member
****
Offline Offline

Activity: 269
Merit: 250


View Profile
January 17, 2016, 07:44:24 PM
 #4268

Hello everyone!

I made a few improvements to xptMiner 2.0 (now version 2.1) for the management of reconnections and other minor bugs.

I recommend everyone to use this revision downloadable on RiePool's HomePage or directly from the following link:

http://riepool.ovh/downloads/New_Windows64_xptminer.zip

For the moment it is available to download for Windows OS but will soon be released even the revised version for Linux.

Thanks for your suggestions to enhance the miners!
rhombus_77
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
January 17, 2016, 11:22:49 PM
 #4269

Thanks!  Seems to be holding steady. I will update if it doesn't.


Try something like this:

Code:
while /bin/true; do ./xptminer-xxxxxx -param1 -param arg2;sleep 10;done
This will restart the xptminer in a loop forever with a 10 second wait in between.

  one4many
AGD
Legendary
*
Offline Offline

Activity: 2069
Merit: 1164


Keeper of the Private Key


View Profile
January 18, 2016, 05:41:40 AM
 #4270

ypool completely dissapeared from map a few months ago. Anyone knows something about 'em?

Either scam, dead or busted?

Bitcoin is not a bubble, it's the pin!
+++ GPG Public key FFBD756C24B54962E6A772EA1C680D74DB714D40 +++ http://pgp.mit.edu/pks/lookup?op=get&search=0x1C680D74DB714D40
one4many
Hero Member
*****
Offline Offline

Activity: 516
Merit: 500



View Profile
January 18, 2016, 08:26:50 AM
 #4271

Hello everyone!

I made a few improvements to xptMiner 2.0 (now version 2.1) for the management of reconnections and other minor bugs.

I recommend everyone to use this revision downloadable on RiePool's HomePage or directly from the following link:

http://riepool.ovh/downloads/New_Windows64_xptminer.zip

For the moment it is available to download for Windows OS but will soon be released even the revised version for Linux.

Thanks for your suggestions to enhance the miners!

Anyhow, where is the source?

       one4many
merc84
Hero Member
*****
Offline Offline

Activity: 799
Merit: 1000


View Profile
January 18, 2016, 09:32:21 AM
 #4272

Hello everyone!

I made a few improvements to xptMiner 2.0 (now version 2.1) for the management of reconnections and other minor bugs.

I recommend everyone to use this revision downloadable on RiePool's HomePage or directly from the following link:

http://riepool.ovh/downloads/New_Windows64_xptminer.zip

For the moment it is available to download for Windows OS but will soon be released even the revised version for Linux.

Thanks for your suggestions to enhance the miners!

Anyhow, where is the source?

       one4many

Agree its not like your pool has a fee anyway so its kind of pointless to withhold the code.
LordCoder
Hero Member
*****
Offline Offline

Activity: 712
Merit: 500


View Profile
January 18, 2016, 03:34:44 PM
 #4273

ypool completely dissapeared from map a few months ago. Anyone knows something about 'em?

Either scam, dead or busted?

Maybe they are still using the silent miners that are running to gain profit. Who knows.
fairglu
Legendary
*
Offline Offline

Activity: 1100
Merit: 1030


View Profile WWW
January 18, 2016, 04:08:36 PM
 #4274

ypool completely dissapeared from map a few months ago. Anyone knows something about 'em?

Either scam, dead or busted?

Maybe they are still using the silent miners that are running to gain profit. Who knows.

This is unlikely: the hashrate and mining pools are pretty much all accounted for, and and when ypool went up/down (early on in their troubles), difficulty adjusted accordingly.

https://chainz.cryptoid.info/ric/#!extraction

Diff is now back where it was when ypool was running strong, which is a sign most miners have switched.

(and btw recent superblock 398736   ranked in the top #10 largest primes, last top 10 entry was back in september)

Simba84
Sr. Member
****
Offline Offline

Activity: 269
Merit: 250


View Profile
January 19, 2016, 11:50:52 AM
 #4275

I finished the upgrading of the entire structure of mining.

You should no longer experience disconnects and/or slowdowns.

Meanwhile, I'm finishing fixes some bugs on xptMiner 2.0 for Linux and will soon be available to download the version 2.1

Thanks for your support and happy mining Smiley
one4many
Hero Member
*****
Offline Offline

Activity: 516
Merit: 500



View Profile
January 19, 2016, 12:30:41 PM
 #4276

...
Meanwhile, I'm finishing fixes some bugs on xptMiner 2.0 for Linux and will soon be available to download the version 2.1
..

Meaning you release the source for 2.1 as well?
gym520
Member
**
Offline Offline

Activity: 80
Merit: 10


View Profile
January 19, 2016, 12:37:00 PM
 #4277

I finished the upgrading of the entire structure of mining.

You should no longer experience disconnects and/or slowdowns.

Meanwhile, I'm finishing fixes some bugs on xptMiner 2.0 for Linux and will soon be available to download the version 2.1

Thanks for your support and happy mining Smiley
There is a problem in your mine pool, I dug 24 blocks in the mine pool, 1200 coins, mine pool only to give me 780 coins. I want to know why? I dig coins in the XpoolX, if you dig 24 blocks, 1200 coins, mine pool at least 1000 coins to me.
Simba84
Sr. Member
****
Offline Offline

Activity: 269
Merit: 250


View Profile
January 19, 2016, 12:57:48 PM
 #4278

Excuse me? All monitors work fine, the payouts type is PPLNS with 0% fee.

Then you can not make comparisons with other pool because it depends on the individual users of the pool itself and the respective hashrate!

Coins are 50 to block, yes, but divided in proportion to hashrate developed by each individual user who has worked to resolve the block in a certain pool.

Like all other pool themselves.
My9bot
Full Member
***
Offline Offline

Activity: 239
Merit: 100


View Profile
January 19, 2016, 01:18:06 PM
 #4279

Can modify the wallet program, so he directly supports Stratum protocol.

Does anybody know of a coin that has stratum directly in the daemon? I could merge it into RIC if I found one.
Otherwise, implementing getwork or gbt in the miners would be faster

Never seen something like this. So go for getwork, or write a XPT to Getwork proxy in Python for example (which should be even easier to implement).

someone tryed
https://github.com/archit120/xptProxy

I'm better with code than with words-SatoshiNakamoto
Espers [ESP]SiteOnBlockchain
one4many
Hero Member
*****
Offline Offline

Activity: 516
Merit: 500



View Profile
January 19, 2016, 02:19:26 PM
 #4280

I finished the upgrading of the entire structure of mining.

You should no longer experience disconnects and/or slowdowns.

Meanwhile, I'm finishing fixes some bugs on xptMiner 2.0 for Linux and will soon be available to download the version 2.1

Thanks for your support and happy mining Smiley
There is a problem in your mine pool, I dug 24 blocks in the mine pool, 1200 coins, mine pool only to give me 780 coins. I want to know why? I dig coins in the XpoolX, if you dig 24 blocks, 1200 coins, mine pool at least 1000 coins to me.

On large pools, with lots and lots of users AND with a lot of hash power you don't get as much as with little pools, where only a few users have a low hash rate. This is essentially how PPLNS works. My personal recommendation is, if you find a minimum of 4 RIC blocks a day, try SOLO mining.

    one4many
Pages: « 1 ... 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 [214] 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 ... 311 »
  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!