foodies123
|
|
February 24, 2014, 07:51:46 PM |
|
Thanks man, saved me a lot of time, restarting the wallet worked. Looks like we're stuck on block 5430 or i'm just out of sync/in a fork?
20:20:57  getblockcount 20:20:57  5517 running linux ?
|
nope
|
|
|
fenghush
|
|
February 24, 2014, 07:54:42 PM |
|
Yeah running on ubuntu. Thanks man, saved me a lot of time, restarting the wallet worked. Looks like we're stuck on block 5430 or i'm just out of sync/in a fork?
20:20:57  getblockcount 20:20:57  5517 running linux ?
|
|
|
|
ahmed_bodi
|
|
February 24, 2014, 07:56:06 PM |
|
Yeah running on ubuntu. Thanks man, saved me a lot of time, restarting the wallet worked. Looks like we're stuck on block 5430 or i'm just out of sync/in a fork?
20:20:57  getblockcount 20:20:57  5517 CryptoPools got stuck too. back up after a restart running linux ?
|
Bitrated user: ahmedbodi.
|
|
|
foodies123
|
|
February 24, 2014, 08:04:05 PM |
|
daemon seems to hang after a while or if it gets too many connections from miners, at least from what I've seen on my ubuntu so I've set a cron to run every 5 minutes and restart the daemon on the block explorer site: $ cat ~/bash.sh
#!/bin/sh
PID=`ps -A | grep myriad | awk '{print $1}'` kill -9 "$PID" sleep 2s /myriadcoin/src/myriadcoind --daemon
$ crontab -e
*/5 * * * * ~/bash.sh > ~/bash.log
just in case anyone needs it.
|
nope
|
|
|
makemebeat
|
|
February 24, 2014, 08:05:31 PM |
|
Please, help. How to mine with Qubit miner? http://192.168.0.6 - everytime is json error and that's all. How to properly connect it to wallet? (And wallet mine with 130kh - it's just a joke.)
|
|
|
|
doge94
|
|
February 24, 2014, 08:07:13 PM |
|
Sorry about that. The problem has been fixed!
|
|
|
|
primer-
Legendary
Offline
Activity: 1092
Merit: 1000
|
|
February 24, 2014, 08:07:27 PM |
|
Is there a GPU miner for groestl ??
|
|
|
|
ig0tik3d
Legendary
Offline
Activity: 1246
Merit: 1000
|
|
February 24, 2014, 08:13:33 PM Last edit: February 24, 2014, 08:28:10 PM by ig0tik3d |
|
Is there a GPU miner for groestl ??
no.. only cpu... p.s. more exactly is groestl+sha256 )))
|
|
|
|
8bitcoder (OP)
|
|
February 24, 2014, 08:20:37 PM |
|
Is there a GPU miner for groestl ??
no.. only cpu... Groestl was chosen as a CPU algorithm because it is very inefficient on a GPU.
|
|
|
|
doge94
|
|
February 24, 2014, 08:21:02 PM |
|
Would anyone want a skein pool?
|
|
|
|
piples
Member
Offline
Activity: 91
Merit: 10
|
|
February 24, 2014, 08:36:49 PM |
|
Would anyone want a skein pool?
it would be great to have one
|
|
|
|
doge94
|
|
February 24, 2014, 08:37:43 PM |
|
Would anyone want a skein pool?
it would be great to have one Well I will get one up soon!
|
|
|
|
kovand11
Member
Offline
Activity: 61
Merit: 10
|
|
February 24, 2014, 08:43:04 PM |
|
Is there any standalone groestl miner?
|
|
|
|
primer-
Legendary
Offline
Activity: 1092
Merit: 1000
|
|
February 24, 2014, 08:43:20 PM |
|
Is there a GPU miner for groestl ??
no.. only cpu... p.s. more exactly is groestl+sha256 ))) Hmm there are rumors groestl GPU is in use .. This is the only so called 'CPU' algo ? Dev should have included at least one 100% CPU algo - Primecoin algo.
|
|
|
|
fenghush
|
|
February 24, 2014, 08:45:36 PM |
|
Primecoin is a lot more different than the hashing algos, it wouldn't be trivial to include it alongside with those algos. Is there a GPU miner for groestl ??
no.. only cpu... p.s. more exactly is groestl+sha256 ))) Hmm there are rumors groestl GPU is in use .. This is the only so called 'CPU' algo ? Dev should have included at least one 100% CPU algo - Primecoin algo.
|
|
|
|
ahmed_bodi
|
|
February 24, 2014, 08:47:25 PM |
|
primecoin would require too many changes.
|
Bitrated user: ahmedbodi.
|
|
|
kaene
|
|
February 24, 2014, 08:48:31 PM |
|
daemon seems to hang after a while or if it gets too many connections from miners, at least from what I've seen on my ubuntu so I've set a cron to run every 5 minutes and restart the daemon on the block explorer site: $ cat ~/bash.sh
#!/bin/sh
PID=`ps -A | grep myriad | awk '{print $1}'` kill -9 "$PID" sleep 2s /myriadcoin/src/myriadcoind --daemon
$ crontab -e
*/5 * * * * ~/bash.sh > ~/bash.log
just in case anyone needs it. You might get your block chain file corrupted easily this way
|
|
|
|
kaene
|
|
February 24, 2014, 08:49:18 PM |
|
Is there a GPU miner for groestl ??
no.. only cpu... p.s. more exactly is groestl+sha256 ))) Where is the standalone miner?
|
|
|
|
ig0tik3d
Legendary
Offline
Activity: 1246
Merit: 1000
|
|
February 24, 2014, 08:50:57 PM |
|
Is there a GPU miner for groestl ??
no.. only cpu... p.s. more exactly is groestl+sha256 ))) Hmm there are rumors groestl GPU is in use .. This is the only so called 'CPU' algo ? Dev should have included at least one 100% CPU algo - Primecoin algo. you sure is groestl gpu? can give link?
|
|
|
|
foodies123
|
|
February 24, 2014, 09:10:11 PM |
|
daemon seems to hang after a while or if it gets too many connections from miners, at least from what I've seen on my ubuntu so I've set a cron to run every 5 minutes and restart the daemon on the block explorer site: $ cat ~/bash.sh
#!/bin/sh
PID=`ps -A | grep myriad | awk '{print $1}'` kill -9 "$PID" sleep 2s /myriadcoin/src/myriadcoind --daemon
$ crontab -e
*/5 * * * * ~/bash.sh > ~/bash.log
just in case anyone needs it. You might get your block chain file corrupted easily this way I know but until a patch is issued to fix the daemon freezing it's the only thing I can do right now since stop also freezes the daemon.
|
nope
|
|
|
|