krisdavison
Newbie
Offline
Activity: 48
Merit: 0
|
|
August 07, 2014, 07:12:04 PM |
|
Only three days until the switch for phoenixcoin. Hope your all ready?
|
|
|
|
ghostlander (OP)
Legendary
Offline
Activity: 1242
Merit: 1020
No surrender, no retreat, no regret.
|
|
August 07, 2014, 08:23:08 PM |
|
Only three days until the switch for phoenixcoin. Hope your all ready?
It may take a couple more days to reach block #400K due to coin switching pools. They try to instamine without much success and leave, but the network generates less than target 960 blocks per day.
|
|
|
|
tmuir12
|
|
August 13, 2014, 11:55:55 AM |
|
Phoenixcoin has gone Neoscrypt, so no ASICs can mine it and as there is yet to be made a GPUminer, no GPUs either, so at the moment you can solo mine with your CPUs.
Time to go oldschool and do some CPU mining, looking forward to the GPUminer being made.
|
FeatherCoin - 6p4gdv9S5YfHznfqxXmdMKEZyGbX9oyphe
|
|
|
Conqueror
Legendary
Offline
Activity: 1354
Merit: 1020
I was diagnosed with brain parasite
|
|
August 14, 2014, 08:30:20 AM |
|
Happy pxc mining!
|
|
|
|
asdlolciterquit
|
|
August 14, 2014, 10:31:51 AM |
|
what kind of speeds can be expected from GPU's?
yep, can we have some stats?
|
|
|
|
BitcoinNational
Legendary
Offline
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
|
|
August 14, 2014, 12:10:31 PM |
|
Phoenix ... now in retrospect ... the name seems so well conceived. Was it foresight?
To soar up with but a feather, as the scrypt empire burns down to the ground of asics, there ghostlander greets you.
|
|
|
|
tmuir12
|
|
August 14, 2014, 01:35:53 PM |
|
what kind of speeds can be expected from GPU's?
yep, can we have some stats? GPU miner has not been finished yet, so there is no stats for it yet. So at the moment Neoscrypt can only be CPU mined, but that will hopefully change soon. But in the mean time let your CPUs make some money.
|
FeatherCoin - 6p4gdv9S5YfHznfqxXmdMKEZyGbX9oyphe
|
|
|
Vortex20000
|
|
August 14, 2014, 01:52:08 PM |
|
Well, good luck, then. Nice job making a new algo.
|
|
|
|
Conqueror
Legendary
Offline
Activity: 1354
Merit: 1020
I was diagnosed with brain parasite
|
|
August 15, 2014, 09:32:03 PM |
|
Coinwarz just added Neoscrypt
|
|
|
|
robyone
Newbie
Offline
Activity: 43
Merit: 0
|
|
August 16, 2014, 10:35:16 AM |
|
at least one miner is GPU mining as of 1 hour ago, total hash increasing with ~800KH/s increments which suggests GPU. but no GPU miner software is yet public.
|
|
|
|
ghostlander (OP)
Legendary
Offline
Activity: 1242
Merit: 1020
No surrender, no retreat, no regret.
|
|
August 16, 2014, 11:41:46 AM |
|
at least one miner is GPU mining as of 1 hour ago, total hash increasing with ~800KH/s increments which suggests GPU. but no GPU miner software is yet public.
Nope, there are people with large CPU farms like his one delivering 450KH/s. There are also botnets.
|
|
|
|
bitsum
|
|
August 19, 2014, 08:12:09 AM |
|
Any pool to mine PXC? bcoz I see all p2p either dead or outdated MinePool - no neoscrypt support Multipool - Abondoning PXC
so any pool left to mine?
|
|
|
|
ghostlander (OP)
Legendary
Offline
Activity: 1242
Merit: 1020
No surrender, no retreat, no regret.
|
|
August 19, 2014, 08:25:37 AM |
|
Any pool to mine PXC? bcoz I see all p2p either dead or outdated MinePool - no neoscrypt support Multipool - Abondoning PXC
so any pool left to mine?
http://pxc.theblocksfactory.com
|
|
|
|
MaxDZ8
|
|
August 19, 2014, 09:45:39 AM |
|
I have a lot of trouble understanding. Claimed to be harder on memory, takes 20 rounds of salsa (already too much to be memory-bound) adding other 20 rounds of chacha? Half the memory amount, paper claims to be "1.25 times more memory intensive"... due to cache effects I assume? Anyway, scrypt was compute bound... I've been looking at this for a few days and I cannot understand what's the whole point.
|
|
|
|
ghostlander (OP)
Legendary
Offline
Activity: 1242
Merit: 1020
No surrender, no retreat, no regret.
|
|
August 19, 2014, 10:25:08 AM |
|
I have a lot of trouble understanding. Claimed to be harder on memory, takes 20 rounds of salsa (already too much to be memory-bound) adding other 20 rounds of chacha? Half the memory amount, paper claims to be "1.25 times more memory intensive"... due to cache effects I assume? Anyway, scrypt was compute bound... I've been looking at this for a few days and I cannot understand what's the whole point. What's your question?
|
|
|
|
MaxDZ8
|
|
August 19, 2014, 12:21:10 PM |
|
Considering the massive amount of computation, what does "memory intensive" mean?
|
|
|
|
ghostlander (OP)
Legendary
Offline
Activity: 1242
Merit: 1020
No surrender, no retreat, no regret.
|
|
August 19, 2014, 02:23:03 PM |
|
Considering the massive amount of computation, what does "memory intensive" mean?
Memory read/write operations. Why don't you look at the source code?
|
|
|
|
MaxDZ8
|
|
August 19, 2014, 03:52:46 PM |
|
Why don't you look at the documentation on GPU programming? Original scrypt was already compute bound. Neoscrypt is even more compute bound. People in GPU programming would go great lengths to have half the arithmetic intensity original scrypt had.
I'll ask you again: what does "memory intensive" mean? Fetching some memory every once in a while isn't an "intensive" operation.
|
|
|
|
tromp
Legendary
Offline
Activity: 990
Merit: 1110
|
|
August 19, 2014, 04:13:53 PM |
|
Why don't you look at the documentation on GPU programming? Original scrypt was already compute bound. Neoscrypt is even more compute bound. People in GPU programming would go great lengths to have half the arithmetic intensity original scrypt had.
I'll ask you again: what does "memory intensive" mean? Fetching some memory every once in a while isn't an "intensive" operation.
My Cuckoo Cycle PoW spends 67% of its time on memory access. In other words, if you leave out all memory accesses, and just do the remaining computations, then runtime reduces to 33% of original. That's what I would call "memory intensive". You can do the same test for NeoScypt. Run it with all memory accesses removed, and see how much runtime is reduced.
|
|
|
|
VirosaGITS
Legendary
Offline
Activity: 1302
Merit: 1068
|
|
August 19, 2014, 05:03:56 PM |
|
Getting following error when trying to run the miner on PiMP:
[2014-08-19 17:04:10] Stratum requested work restart Segmentation fault
Thoughts?
|
|
|
|
|