CHMinePeeR
|
|
March 29, 2014, 10:09:19 PM |
|
WTB some meth. Pm me with prices i will choose the best
have 22 to sell when they get confirmed, send me your offer if you wish
|
Crypto Skill Promotions - Promote your Coin from Professionists!!Get your LatiumCoin for free! just register here … ! ENJOY LAT is on https://coin-swap.net ! Don't miss this!! You get 5Lat just for signup ( at actual rate thats a free 0.01btc )
|
|
|
CHMinePeeR
|
|
March 29, 2014, 10:09:54 PM |
|
WEBWALLET FIXED AND RUNNING WELL NOW.
great well done!!! any eta for paper wallet & android wallet?
|
Crypto Skill Promotions - Promote your Coin from Professionists!!Get your LatiumCoin for free! just register here … ! ENJOY LAT is on https://coin-swap.net ! Don't miss this!! You get 5Lat just for signup ( at actual rate thats a free 0.01btc )
|
|
|
snoop69
Newbie
Offline
Activity: 36
Merit: 0
|
|
March 29, 2014, 10:11:29 PM |
|
CGminer 1,4TH/s My hashrate on pool 230GH/ is this normal ?
|
|
|
|
jamieebotwin
Legendary
Offline
Activity: 809
Merit: 1000
|
|
March 29, 2014, 10:14:00 PM |
|
Does it take for ever to show any shares in cgminer??? It not showing any yet
|
|
|
|
_Heisenberg_ (OP)
Member
Offline
Activity: 112
Merit: 10
CryptoMETH developer
|
|
March 29, 2014, 10:16:01 PM |
|
WEBWALLET FIXED AND RUNNING WELL NOW.
great well done!!! any eta for paper wallet & android wallet? Paper wallet will be available tomorrow I think. We're also working very hard on p2pool, as with Keccak it's hard to implement.
|
|
|
|
aburgos502
Newbie
Offline
Activity: 8
Merit: 0
|
|
March 29, 2014, 10:16:16 PM |
|
Coin went live, Now we have to wait for some blocks!
Stats in dashboard are off, dont pay attention to that, it's because MPOS (this frontend) doenst support keccak algo fully yet.
any ideas how I can check to see if everything working right
|
|
|
|
|
Anthropolis
Member
Offline
Activity: 84
Merit: 10
Marine Corps, BA & AA Degrees, Hacker, Lover
|
|
March 29, 2014, 10:24:16 PM |
|
Anyone else find it a little suspicious that the coin went "live" at block 50 or 54 or something? Am I the only one that noticed that? I was under the impression from every other guide and launch, that the dev premines his Genesis block (block 1) with the complete preset premine amount during creation. Then the network picks up from 2 or 3 onward...? We're also working very hard on p2pool, as with Keccak it's hard to implement.
Sloth managed to get MPOS and p2pool stats going without any problems
|
|
|
|
CHMinePeeR
|
|
March 29, 2014, 10:24:40 PM |
|
WEBWALLET FIXED AND RUNNING WELL NOW.
great well done!!! any eta for paper wallet & android wallet? Paper wallet will be available tomorrow I think. We're also working very hard on p2pool, as with Keccak it's hard to implement. I took my seat here to stay with you very interesting launch, i think an exciting future is here... I think it would be nice to know what plans do you have for your coin, promotion, innovation, etc...
|
Crypto Skill Promotions - Promote your Coin from Professionists!!Get your LatiumCoin for free! just register here … ! ENJOY LAT is on https://coin-swap.net ! Don't miss this!! You get 5Lat just for signup ( at actual rate thats a free 0.01btc )
|
|
|
jamieebotwin
Legendary
Offline
Activity: 809
Merit: 1000
|
|
March 29, 2014, 10:25:22 PM |
|
Probing for a active pool? wtf?? how long??
|
|
|
|
_Heisenberg_ (OP)
Member
Offline
Activity: 112
Merit: 10
CryptoMETH developer
|
|
March 29, 2014, 10:25:44 PM |
|
Anyone else find it a little suspicious that the coin went "live" at block 50 or 54 or something? Am I the only one that noticed that? I was under the impression from every other guide and launch, that the dev premines his Genesis block (block 1) with the complete preset premine amount during creation. Then the network picks up from 2 or 3 onward...? We're also working very hard on p2pool, as with Keccak it's hard to implement.
Sloth managed to get MPOS and p2pool stats going without any problems Oh that's great! I'll contact them then edit: well they are not listed in their OP, and there's bounty on p2pool too. Could you PM me with addresses?
|
|
|
|
wzttide
|
|
March 29, 2014, 10:26:07 PM |
|
Thank you for adding us to the opening post. I wish to point out that the exchange is still young, but built and run by a registered company, based in Austria. I hope this builts some trust and convinces at least some of the sceptics
|
|
|
|
pawart
Newbie
Offline
Activity: 56
Merit: 0
|
|
March 29, 2014, 10:26:50 PM |
|
Rapair hash:
/MPOS/public/templates/bootstrap/statistics/blocks/blocks_found_details.tpl
change:
{assign var="totalexpectedshares" value=($totalexpectedshares+$BLOCKSFOUND[block].estshares)} {$BLOCKSFOUND[block].estshares|number_format}
to
{assign var="totalexpectedshares" value=($totalexpectedshares+$BLOCKSFOUND[block].estshares)} {$BLOCKSFOUND[block].estshares*256|number_format}
{math assign="percentage" equation="shares / estshares * 100" shares=$BLOCKSFOUND[block].shares|default:"0" estshares=$BLOCKSFOUND[block].estshares}
to
{math assign="percentage" equation="shares / estshares /256* 100" shares=$BLOCKSFOUND[block].shares|default:"0" estshares=$BLOCKSFOUND[block].estshares}
<td class="text-right">{$totalshares|number_format}</td> to <td class="text-right">{$totalshares/256|number_format}</td>
|
|
|
|
jamieebotwin
Legendary
Offline
Activity: 809
Merit: 1000
|
|
March 29, 2014, 10:28:19 PM |
|
how long does it take to find the pool on cgminer? wtf? this sucks. Its just sitting, but hashing, pool diff changed to 32 and probing for a active pool??? HELP!! PLEASE!!
|
|
|
|
_Heisenberg_ (OP)
Member
Offline
Activity: 112
Merit: 10
CryptoMETH developer
|
|
March 29, 2014, 10:28:46 PM |
|
Rapair hash:
/MPOS/public/templates/bootstrap/statistics/blocks/blocks_found_details.tpl
change:
{assign var="totalexpectedshares" value=($totalexpectedshares+$BLOCKSFOUND[block].estshares)} {$BLOCKSFOUND[block].estshares|number_format}
to
{assign var="totalexpectedshares" value=($totalexpectedshares+$BLOCKSFOUND[block].estshares)} {$BLOCKSFOUND[block].estshares*256|number_format}
{math assign="percentage" equation="shares / estshares * 100" shares=$BLOCKSFOUND[block].shares|default:"0" estshares=$BLOCKSFOUND[block].estshares}
to
{math assign="percentage" equation="shares / estshares /256* 100" shares=$BLOCKSFOUND[block].shares|default:"0" estshares=$BLOCKSFOUND[block].estshares}
<td class="text-right">{$totalshares|number_format}</td> to <td class="text-right">{$totalshares/256|number_format}</td>
THANK YOU!
|
|
|
|
CHMinePeeR
|
|
March 29, 2014, 10:29:10 PM |
|
Anyone else find it a little suspicious that the coin went "live" at block 50 or 54 or something? Am I the only one that noticed that? I was under the impression from every other guide and launch, that the dev premines his Genesis block (block 1) with the complete preset premine amount during creation. Then the network picks up from 2 or 3 onward...?
1122 2014-03-29 21:04:30 Credit Unconfirmed 26
I mined on Hashfever and got paid on block 26... I started solomine for 3 min then i switched to Hashfever, BTW Hashfever his first block was 18
|
Crypto Skill Promotions - Promote your Coin from Professionists!!Get your LatiumCoin for free! just register here … ! ENJOY LAT is on https://coin-swap.net ! Don't miss this!! You get 5Lat just for signup ( at actual rate thats a free 0.01btc )
|
|
|
Juel
Newbie
Offline
Activity: 24
Merit: 0
|
|
March 29, 2014, 10:29:31 PM |
|
|
|
|
|
oknast
Member
Offline
Activity: 110
Merit: 10
|
|
March 29, 2014, 10:29:48 PM |
|
I`m OUT! 1 hour and no block for hardcoreminers.....
|
|
|
|
HammyCoin
|
|
March 29, 2014, 10:29:54 PM |
|
Anyone else find it a little suspicious that the coin went "live" at block 50 or 54 or something? Am I the only one that noticed that? I was under the impression from every other guide and launch, that the dev premines his Genesis block (block 1) with the complete preset premine amount during creation. Then the network picks up from 2 or 3 onward...?
I had shares accepted by block 18 on hashfever's pool.
|
|
|
|
Orgazmo
Newbie
Offline
Activity: 54
Merit: 0
|
|
March 29, 2014, 10:30:11 PM |
|
Hi guys!Can someone tell me why my miner shows me 702 MH/s with my 3 7950,but pool shows me only 170 MH/s. It seems what only one gpu is working for me.I have created one worker in pool.Do I need to create 3 workers and change configuration?If yes-how? Here is my configuration: { "pools" : [ { "url" : "stratum+tcp://meth1.okaypool.com:3403", "user" : "xxxx", "pass" : "xxx" } ] , "intensity" : "15", "vectors" : "1", "worksize" : "256", "kernel" : "keccak", "lookup-gap" : "0", "gpu-threads" : "2", "thread-concurrency" : "8196", "gpu-engine" : "0-0", "gpu-fan" : "0-0", "gpu-memclock" : "0", "gpu-memdiff" : "0", "gpu-powertune" : "0", "gpu-vddc" : "0.000", "temp-cutoff" : "95", "temp-overheat" : "85", "temp-target" : "75", "api-mcast-port" : "4028", "api-port" : "4028", "expiry" : "120", "failover-switch-delay" : "60", "gpu-dyninterval" : "7", "gpu-platform" : "0", "log" : "5", "log-dateformat" : "0", "no-pool-disable" : true, "no-submit-stale" : true, "queue" : "1", "scan-time" : "60", "keccak" : true, "temp-hysteresis" : "3", "shares" : "0", "kernel-path" : "/usr/local/bin" }
|
|
|
|
|