Author

Topic: Re: [AXIOM] AxiomMemHash, Schnorr Sigs Implemented, APOS 3.0, AXH 2.0 Proposed - page 105. (Read 204903 times)

newbie
Activity: 42
Merit: 0
My wallet connections just dropped to 0  Huh
I added the nodes from the 2nd page, but nothing.
Can somebody share more nodes?

93.157.25.130
104.236.231.72
158.181.253.55
187.74.206.189
72.92.19.54
24.56.61.247
89.212.140.63
46.101.23.149
68.41.180.163
46.72.126.178
193.198.102.32
161.53.40.94
192.52.166.80
104.238.133.29
197.89.64.51
122.107.182.65
82.236.68.185
5.9.72.102
212.45.26.38
104.238.133.29
197.89.64.51
hero member
Activity: 827
Merit: 1000
Twitter: @bitcoin_dad
My wallet connections just dropped to 0  Huh
I added the nodes from the 2 page, but nothing.
Can somebody share more nodes?

at least im not the only one.
member
Activity: 107
Merit: 10
My wallet connections just dropped to 0  Huh
I added the nodes from the 2nd page, but nothing.
Can somebody share more nodes?
member
Activity: 116
Merit: 10
dga
hero member
Activity: 737
Merit: 511
Well, heck - while all of the crypto mining devs are having fun offering toys for sale, how about:

2 BTC for a 15-20% speed boosted version (on my very large test machine, goes from 312 hash/s to 380 hash/sec).  x86 specific.

Exclusive;  it goes to only one person.  You get any speedups I make in the next day or so while I keep poking at it, though I don't guarantee results past what I've already got running. Smiley

PM me first, since I'll only sell this to one person.

hehehe ...

maybe i should put the farm up with this also Wink ...

ummm ... no - i dont think so Tongue ...

sp is willing to work on the algo in his fork of ccminer - if anyone is willing to donate ( and obviously if they are interested ) ...

#crysx

grin.  I was looking at sp_'s code and seeing if I could fix his bug for him and decided it would be better to first play with the (working) CPU miner before I touched the GPU code.  Hence this speedup.

i like the speedup - it shows that you have what it takes to get a good optimization done for the algo ... please dont think i was making fun of you ... i really wasnt ...

i am just trying ( unsuccessfully obviously ) to point out that if cpu hash increase and optimization is possible - then gpu optimizations will destroy the cpu time and effort you will be putting in ...

the speedup is quite substantial - which leads me to believe that there is a LOT that can be done with the algo insofaras optimization is concerned ...

though - i could be completely wrong ...

#crysx

No, no - I was just mentioning why I was looking at it in the first place (because of sp).

I could double the speed of the CPU miner again, but it starts to take more work that way.  I might do it for fun just to keep the GPU people on their toes, but I may not have time.

(Edited to note:  Not trying to make a wild claim;  that's based upon some profiling and having found a way to circumvent the next big bottleneck.  Double is a bit handwavy, of course.)
hero member
Activity: 827
Merit: 1000
Twitter: @bitcoin_dad
my wallet just went offline, its been running fine since launch.. Any idea what it could be?
legendary
Activity: 2870
Merit: 1091
--- ChainWorks Industries ---
Well, heck - while all of the crypto mining devs are having fun offering toys for sale, how about:

2 BTC for a 15-20% speed boosted version (on my very large test machine, goes from 312 hash/s to 380 hash/sec).  x86 specific.

Exclusive;  it goes to only one person.  You get any speedups I make in the next day or so while I keep poking at it, though I don't guarantee results past what I've already got running. Smiley

PM me first, since I'll only sell this to one person.

hehehe ...

maybe i should put the farm up with this also Wink ...

ummm ... no - i dont think so Tongue ...

sp is willing to work on the algo in his fork of ccminer - if anyone is willing to donate ( and obviously if they are interested ) ...

#crysx

grin.  I was looking at sp_'s code and seeing if I could fix his bug for him and decided it would be better to first play with the (working) CPU miner before I touched the GPU code.  Hence this speedup.

i like the speedup - it shows that you have what it takes to get a good optimization done for the algo ... please dont think i was making fun of you ... i really wasnt ...

i am just trying ( unsuccessfully obviously ) to point out that if cpu hash increase and optimization is possible - then gpu optimizations will destroy the cpu time and effort you will be putting in ...

the speedup is quite substantial - which leads me to believe that there is a LOT that can be done with the algo insofaras optimization is concerned ...

though - i could be completely wrong ...

#crysx
dga
hero member
Activity: 737
Merit: 511
Well, heck - while all of the crypto mining devs are having fun offering toys for sale, how about:

2 BTC for a 15-20% speed boosted version (on my very large test machine, goes from 312 hash/s to 380 hash/sec).  x86 specific.

Exclusive;  it goes to only one person.  You get any speedups I make in the next day or so while I keep poking at it, though I don't guarantee results past what I've already got running. Smiley

PM me first, since I'll only sell this to one person.

hehehe ...

maybe i should put the farm up with this also Wink ...

ummm ... no - i dont think so Tongue ...

sp is willing to work on the algo in his fork of ccminer - if anyone is willing to donate ( and obviously if they are interested ) ...

#crysx

grin.  I was looking at sp_'s code and seeing if I could fix his bug for him and decided it would be better to first play with the (working) CPU miner before I touched the GPU code.  Hence this speedup.
legendary
Activity: 2870
Merit: 1091
--- ChainWorks Industries ---
AXIOM developers pinged me to give an opinion on the GPU speedup of the AXIOM PoW function.

I wrote the draft of the paper about RandMemoHash back in 2013, after playing with RandMemoHash a bit. I tested it with a SINGLE GPU (that was even older), and could not get any speedup. My paper does not show any proof, not any real world comparison over several GPU models, so it is definitively unfinished. The suggested parameters are not proven to be valid for all existent GPU models (and less for future models). People should never take for granted what an non-peer-reviewed privately-published draft paper says.

I would have liked that Axiom developers would have pinged me to give an update on it before implementing it.

Having said this, I find that a 5x GPU speedup quite good resistance, considering that a GPU is generally better than a CPU in almost every task. CPUs are good at executing large programs, doing paging, protecting memory, doing I/O. Nothing that a PoW can make use of.

GPU memory system is designed for throughput, and it has generally about 6 times the bandwidth available to a CPU. RandMemoHash bottleneck is the DDR/GDDR memory bus, so that speedup can be expected.

Also you must consider power-usage in the equation: that may make it better or worse for GPU-mining.

I don't know if tweaking the parameters would improve it. Maybe using 8 MB instead of 2 MB can prevent the use of some L2 caches in some boards. But the more space you require, the slower it is to verify the PoW. And this is a cat-and-mouse race, since future models will probably increase the size of the cache.

The Axiom developers & community could collect some real world numbers and try to find an improved parameter set (if it is really needed and if there is a better one).

I wish AXIOM users the best luck.

Sergio.

Wow, straight from the horse's mouth! Thanks a lot for your input Mr. Lerner, I hope we'll see some revolutionary results from AXIOM.

nice news ...

#crysx
legendary
Activity: 2870
Merit: 1091
--- ChainWorks Industries ---
Well, heck - while all of the crypto mining devs are having fun offering toys for sale, how about:

2 BTC for a 15-20% speed boosted version (on my very large test machine, goes from 312 hash/s to 380 hash/sec).  x86 specific.

Exclusive;  it goes to only one person.  You get any speedups I make in the next day or so while I keep poking at it, though I don't guarantee results past what I've already got running. Smiley

PM me first, since I'll only sell this to one person.

hehehe ...

maybe i should put the farm up with this also Wink ...

ummm ... no - i dont think so Tongue ...

sp is willing to work on the algo in his fork of ccminer - if anyone is willing to donate ( and obviously if they are interested ) ...

#crysx
full member
Activity: 135
Merit: 100
AXIOM developers pinged me to give an opinion on the GPU speedup of the AXIOM PoW function.

I wrote the draft of the paper about RandMemoHash back in 2013, after playing with RandMemoHash a bit. I tested it with a SINGLE GPU (that was even older), and could not get any speedup. My paper does not show any proof, not any real world comparison over several GPU models, so it is definitively unfinished. The suggested parameters are not proven to be valid for all existent GPU models (and less for future models). People should never take for granted what an non-peer-reviewed privately-published draft paper says.

I would have liked that Axiom developers would have pinged me to give an update on it before implementing it.

Having said this, I find that a 5x GPU speedup quite good resistance, considering that a GPU is generally better than a CPU in almost every task. CPUs are good at executing large programs, doing paging, protecting memory, doing I/O. Nothing that a PoW can make use of.

GPU memory system is designed for throughput, and it has generally about 6 times the bandwidth available to a CPU. RandMemoHash bottleneck is the DDR/GDDR memory bus, so that speedup can be expected.

Also you must consider power-usage in the equation: that may make it better or worse for GPU-mining.

I don't know if tweaking the parameters would improve it. Maybe using 8 MB instead of 2 MB can prevent the use of some L2 caches in some boards. But the more space you require, the slower it is to verify the PoW. And this is a cat-and-mouse race, since future models will probably increase the size of the cache.

The Axiom developers & community could collect some real world numbers and try to find an improved parameter set (if it is really needed and if there is a better one).

I wish AXIOM users the best luck.

Sergio.

Wow, straight from the horse's mouth! Thanks a lot for your input Mr. Lerner, I hope we'll see some revolutionary results from AXIOM.
dga
hero member
Activity: 737
Merit: 511
Well, heck - while all of the crypto mining devs are having fun offering toys for sale, how about:

2 BTC for a 15-20% speed boosted version (on my very large test machine, goes from 312 hash/s to 380 hash/sec).  x86 specific.

Exclusive;  it goes to only one person.  You get any speedups I make in the next day or so while I keep poking at it, though I don't guarantee results past what I've already got running. Smiley

PM me first, since I'll only sell this to one person.

(Of course, that "one person" can also be "please open source the changes" - or "I will resell it", or "I will share it with my friends".  I'm agnostic.  I'd love it if you asked me to open source it, really.)
legendary
Activity: 1092
Merit: 1000
Nice clean consolidation. I like it.

im looking at this coin also ...

toshidesk include? ...

Wink ...

#crysx

Oh yes, how did you know? Wink
legendary
Activity: 1050
Merit: 1000
dev,what time give our use ccminer miner   Huh?
full member
Activity: 135
Merit: 100
Please dump some AXIOM, need some more to stake properly.

how many you need to stake anyway?

If you don't have enough you won't hit blocks as often.
newbie
Activity: 42
Merit: 0
The ANN has been updated with a much more coherent Block Rewards Schedule. It is reproduced below for your convenience:

Quote
Block Rewards Schedule

Proof of Work (POW) Schedule

Blocks 1 - 800 = 500 AXIOM per block
Blocks 801 - 1440 = 200 AXIOM per block
Blocks 1441 - 5040 = 100 AXIOM per block
Blocks 5041 - 9360 = 50 AXIOM per block
Blocks 9361 - 13680 = 25 AXIOM per block
Blocks 13681 - 18000 = 10 AXIOM per block
Blocks 18001 - 156240 = 5 AXIOM per block
Blocks 156241 - 160560 = 10 AXIOM per block
Blocks 160561 - 164880 = 50 AXIOM per block
Blocks 164881 - 169200 = 100 AXIOM per block
Blocks 169201 - 173520 = 50 AXIOM per block
Blocks 173521 - 177840 = 25 AXIOM per block
Blocks 177841 - 182160 = 10 AXIOM per block
Blocks 182161 - 707760 = 5 AXIOM per block
Blocks 707761 - 1233360 = 2.5 AXIOM per block
Blocks 1233361 - 1758960 = 1.25 AXIOM per block
Blocks 1758961 - Forever = 1 AXIOM per block

Proof of Stake (POS) Schedule

Blocks 1 - 800 = 200 AXIOM per block
Blocks 801 - 1440 = 200 AXIOM per block
Blocks 1441 - 5040 = 100 AXIOM per block
Blocks 5041 - 9360 = 75 AXIOM per block
Blocks 9361 - 13680 = 60 AXIOM per block
Blocks 13681 - 18000 = 50 AXIOM per block
Blocks 18001 - 156240 = 5 AXIOM per block
Blocks 156241 - 160560 = 80 AXIOM per block
Blocks 160561 - 164880 = 200 AXIOM per block
Blocks 164881 - 169200 = 110 AXIOM per block
Blocks 169201 - 173520 = 60 AXIOM per block
Blocks 173521 - 177840 = 40 AXIOM per block
Blocks 177841 - 182160 = 20 AXIOM per block
Blocks 182161- 707760 = 5 AXIOM per block
Blocks 707761- 1233360 = 2.5 AXIOM per block
Blocks 1233361 - 1758960 = 1.25 AXIOM per block
Blocks 1758961 - Forever = 1 AXIOM per block
hero member
Activity: 658
Merit: 500
Please dump some AXIOM, need some more to stake properly.

how many you need to stake anyway?
legendary
Activity: 1806
Merit: 1828
Please dump some AXIOM, need some more to stake properly.

I'm sorry, but my wallet was offline for hours, today. I won't be able to take my courtesy dump this evening.
full member
Activity: 135
Merit: 100
Please dump some AXIOM, need some more to stake properly.
legendary
Activity: 1806
Merit: 1828
Can someone educate me? I thought AMD GPUs were superior to Nvidia for hashing. However, a cuda miner is out, but I've only heard a brief mention that someone may come out with one for OpenCL, when they have time. Is Cuda easier to program than OpenCL? Just curious.
Jump to: