FreeTrade (OP)
Legendary
Offline
Activity: 1470
Merit: 1030
|
|
November 05, 2013, 10:34:19 AM |
|
I have enough RAM.
Hmmm - not sure, maybe not enough of it addressable in a single process. Try increasing it gradually and see the maximum number you can hit.
|
RepNet is a reputational social network blockchain for uncensored Twitter/Reddit style discussion. 10% Interest On All Balances. 100% Distributed to Users and Developers.
|
|
|
alexxy
|
|
November 05, 2013, 10:37:46 AM |
|
I have enough RAM.
Hmmm - not sure, maybe not enough of it addressable in a single process. Try increasing it gradually and see the maximum number you can hit. Using 64bit linux kernel and 64bit userland you can adress up to 256TiB in single process. For me client runs fine on 24 core linux machine with 64G ram. PS will you accept fixes to build system for linux?
|
|
|
|
cryptrol
|
|
November 05, 2013, 10:50:01 AM |
|
Using 64bit linux kernel and 64bit userland you can adress up to 256TiB in single process. For me client runs fine on 24 core linux machine with 64G ram.
This. And also, what OS are you running ?
|
|
|
|
ryen123
|
|
November 05, 2013, 11:06:06 AM |
|
I'm just curious, I keep seeing this in the log file. Is the miner going round and round itself?
testHash ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff Hash Target 000fff0000000000000000000000000000000000000000000000000000000000
Its appearing fairly often.
|
|
|
|
Buratino
Legendary
Offline
Activity: 1151
Merit: 1003
|
|
November 05, 2013, 11:06:23 AM |
|
Miner works about half an hour. As a result I don't see even orphaned blocks. Difficulty is low. Maybe, is new algo too hard for modern cpu?
|
|
|
|
dxxw
Newbie
Offline
Activity: 35
Merit: 0
|
|
November 05, 2013, 11:14:17 AM |
|
{ "blocks" : 246, "currentblocksize" : 1000, "currentblocktx" : 0, "difficulty" : 0.00000095, "errors" : "", "generate" : false, "genproclimit" : 1, "hashespermin" : 1.09617466, "pooledtx" : 0, "testnet" : false }
Is there anything wrong with this? I mean,it says ""generate" : false,".
I'm mining on windows x86 with dual core cpu.
|
|
|
|
alexxy
|
|
November 05, 2013, 11:16:19 AM |
|
Using 64bit linux kernel and 64bit userland you can adress up to 256TiB in single process. For me client runs fine on 24 core linux machine with 64G ram.
This. And also, what OS are you running ? I run gentoo linux
|
|
|
|
scousesmoker
Member
Offline
Activity: 88
Merit: 10
|
|
November 05, 2013, 11:18:02 AM |
|
{ "blocks" : 246, "currentblocksize" : 1000, "currentblocktx" : 0, "difficulty" : 0.00000095, "errors" : "", "generate" : false, "genproclimit" : 1, "hashespermin" : 1.09617466, "pooledtx" : 0, "testnet" : false }
Is there anything wrong with this? I mean,it says ""generate" : false,".
I'm mining on windows x86 with dual core cpu.
I have this worry with my FX 8350, set an alarm to get up and start this on its release and still waiting for a block lol....
|
this is scousesmoker
|
|
|
Buratino
Legendary
Offline
Activity: 1151
Merit: 1003
|
|
November 05, 2013, 11:24:07 AM |
|
{ "blocks" : 246, "currentblocksize" : 1000, "currentblocktx" : 0, "difficulty" : 0.00000095, "errors" : "", "generate" : false, "genproclimit" : 1, "hashespermin" : 1.09617466, "pooledtx" : 0, "testnet" : false }
Is there anything wrong with this? I mean,it says ""generate" : false,".
I'm mining on windows x86 with dual core cpu.
This is some insignificant bug. To make sure that the miner works you can check cpu load for PTS wallet process in Task Manager.
|
|
|
|
FreeTrade (OP)
Legendary
Offline
Activity: 1470
Merit: 1030
|
|
November 05, 2013, 11:26:15 AM |
|
PS will you accept fixes to build system for linux?
Thanks, best to address those to ByteMaster at Invictus.
|
RepNet is a reputational social network blockchain for uncensored Twitter/Reddit style discussion. 10% Interest On All Balances. 100% Distributed to Users and Developers.
|
|
|
FreeTrade (OP)
Legendary
Offline
Activity: 1470
Merit: 1030
|
|
November 05, 2013, 11:28:11 AM |
|
I'm just curious, I keep seeing this in the log file. Is the miner going round and round itself?
testHash ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff Hash Target 000fff0000000000000000000000000000000000000000000000000000000000
Its appearing fairly often.
This means a nonce has been tested and turned up no collisions. Sometimes a nonce will turn up more than 1 collisions and the best one will be used, sometimes there are none, and we have to assign a value to that outcome which is fffffff....
|
RepNet is a reputational social network blockchain for uncensored Twitter/Reddit style discussion. 10% Interest On All Balances. 100% Distributed to Users and Developers.
|
|
|
Buratino
Legendary
Offline
Activity: 1151
Merit: 1003
|
|
November 05, 2013, 11:43:47 AM |
|
But look here, we need possible maximal hashing power in one instance miner for effective catching blocks. I think it is better to mine with two instances configured as 3 and 1 processes than 2 and 2 (for 4-core cpu).
|
|
|
|
alexxy
|
|
November 05, 2013, 12:12:21 PM |
|
But look here, we need possible maximal hashing power in one instance miner for effective catching blocks. I think it is better to mine with two instances configured as 3 and 1 processes than 2 and 2 (for 4-core cpu).
just use 64bit linux =D an you can run any number of threads unless they fill all your ram. and even more if you have memory deduplication
|
|
|
|
Lairew
|
|
November 05, 2013, 12:30:14 PM |
|
Intel i7 930 @ 2.80GHz
{ "blocks" : 360, "currentblocksize" : 1000, "currentblocktx" : 0, "difficulty" : 0.00000095, "errors" : "", "generate" : true, "genproclimit" : 4, "hashespermin" : 5.80769558, "pooledtx" : 0, "testnet" : false }
|
|
|
|
fenix79
|
|
November 05, 2013, 12:33:55 PM |
|
"category" : "orphan"
|
|
|
|
meta.p02
|
|
November 05, 2013, 12:36:34 PM |
|
I am offering an up-to 55 PTS bounty to the person who compiles me a Windows x64 version with MAX_NONCE as 1<<22 instead of 1<<26. I will run it concurrently with the traditional version (3 threads each).
Bounty: 15 for first block, 20 for second, 12.5 for third, 7.5 for fourth mined with the new version.
(Also, if someone would compile me one with 1<<18, that would be great too, since it would fit into my 3MB cache. Same bounty conditions.)
Alternatively, someone compile something like mikealh's primecoin which allow one to set miner parameters.
|
|
|
|
sdp
|
|
November 05, 2013, 12:55:20 PM |
|
No luck in mining so far. Would any nice folks out there who have mined something like to make the first non-code base transaction? I'll send you a picture of some pizza, or my dvd collection.
Please donate here:
PZNUWR6L18Vd3jSaABbFnFm2hEnkzyh6Mv
|
Coinsbank: Left money in their costodial wallet for my signature. Then they kept the money.
|
|
|
Fernandez
Legendary
Offline
Activity: 1008
Merit: 1000
|
|
November 05, 2013, 01:00:59 PM |
|
No luck in mining so far. Would any nice folks out there who have mined something like to make the first non-code base transaction? I'll send you a picture of some pizza, or my dvd collection.
Please donate here:
PZNUWR6L18Vd3jSaABbFnFm2hEnkzyh6Mv
Only 400 blocks have been mined. Most miners on here (including me) have 0 balance. I will be happy if I manage to get a block overnight.
|
|
|
|
tdlokesh
Newbie
Offline
Activity: 12
Merit: 0
|
|
November 05, 2013, 01:32:40 PM |
|
I have started the mining and my hashing is 2.02 but the generate value is still false.Am i still Mining ??
|
|
|
|
Fablio2
|
|
November 05, 2013, 01:36:22 PM |
|
FreeTrade, please don't make any changes in client, because the present client has a botnet-resistant and IT Administrator resistant (this resistant is light but useful for other people)
|
|
|
|
|