Bitcoin Forum
October 04, 2024, 10:21:12 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 »
21  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: October 03, 2014, 04:12:28 AM
Do git clone --recursive https://github.com/sgminer-dev/sgminer.git to get sgminer instead of downloading it the way you are, or use git submodule init and git submodule update before configuring
still not working Sad
still shows you dont have jasson... in mingw shell, goto your sgminer dir and enter git submodule update --init and see if it downloads it if not then there is a problem with git
i have to open a git shell separately (not the one i use for mingw) then use git submodule update --init, then go back to mingw and do the rest from autoreconf -fvi on

Thanks,

I got jansson installed now. Do version numbers matter here? i did the submodule update on sgminer folder, but now it doesn't find OpenCL after configure.

Gonna try to redo it.
not really... for some reason i cant get my fork of sgminer to show 5.0.0
only way i could do it as far as i have found would be to delete my repo and refork it then add my changes back

Oh, I meant version #'s for mingw/jansson. Weird that the fork won't show 5.0.0 though.
22  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: October 03, 2014, 03:55:26 AM
Do git clone --recursive https://github.com/sgminer-dev/sgminer.git to get sgminer instead of downloading it the way you are, or use git submodule init and git submodule update before configuring
still not working Sad
still shows you dont have jasson... in mingw shell, goto your sgminer dir and enter git submodule update --init and see if it downloads it if not then there is a problem with git
i have to open a git shell separately (not the one i use for mingw) then use git submodule update --init, then go back to mingw and do the rest from autoreconf -fvi on

Thanks,

I got jansson installed now. Do version numbers matter here? i did the submodule update on sgminer folder, but now it doesn't find OpenCL after configure.

Gonna try to redo it.
23  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: October 03, 2014, 01:00:37 AM
I may start up the little thing I was doing, compiling SG5 for Win x64 every week or so again. Seems like people could use it.


Thanks for the nice offers, but I'd really like to know how to compile it so I can play in source. I'm not really a miner, or an investor. I was trying to build sgminer with a change to source code, so I'd need to build from my own github Cheesy

gonna try out what badman74 said to try out now.
24  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: October 02, 2014, 03:34:00 PM
Do git clone --recursive https://github.com/sgminer-dev/sgminer.git to get sgminer instead of downloading it the way you are, or use git submodule init and git submodule update before configuring



still not working Sad

Code:
------------------------------------------------------------------------
sgminer 5.0.0
------------------------------------------------------------------------


Configuration Options Summary:

  Use git version......: yes
  libcurl(GBT+getwork).: Enabled: -LC:/MinGW/lib -lcurl -lcurldll
  curses.TUI...........: FOUND: -lpdcurses
  OpenCL...............: FOUND. GPU mining support enabled
  ADL..................: SDK found, GPU monitoring support enabled

Compilation............: make (or gmake)
  CPPFLAGS.............:
  CFLAGS...............: -O2 -msse2
  LDFLAGS..............:
  LDADD................:  -LC:/MinGW/lib -lcurl -lcurldll   submodules/jansson/s
rc/.libs/libjansson.a -lpthread -lOpenCL   -lws2_32 -lm

Installation...........: make install (as root if needed, with 'su' or 'sudo')
  prefix...............: /usr/local

then:

Code:
$ make
make  all-recursive
make[1]: Entering directory `/home/um/sgminer'
Making all in lib
make[2]: Entering directory `/home/um/sgminer/lib'
  GEN    arg-nonnull.h
  GEN    c++defs.h
  GEN    warn-on-use.h
  GEN    signal.h
  GEN    string.h
make  all-recursive
make[3]: Entering directory `/home/um/sgminer/lib'
make[4]: Entering directory `/home/um/sgminer/lib'
  CC     dummy.o
  CC     memmem.o
  CC     sigaction.o
  CC     sigprocmask.o
  AR     libgnu.a
make[4]: Leaving directory `/home/um/sgminer/lib'
make[3]: Leaving directory `/home/um/sgminer/lib'
make[2]: Leaving directory `/home/um/sgminer/lib'
Making all in submodules
make[2]: Entering directory `/home/um/sgminer/submodules'
Making all in jansson
make[3]: Entering directory `/home/um/sgminer/submodules/jansson'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/home/um/sgminer/submodules/jansson'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/um/sgminer/submodules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/um/sgminer'
make: *** [all] Error 2
25  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: October 02, 2014, 01:27:09 PM
How do I compile this on windows 7 with mingw?

github directions gives me:

Code:
sgminer 5.0.0
------------------------------------------------------------------------


Configuration Options Summary:

  Use git version......: no
  libcurl(GBT+getwork).: Enabled: -LC:/MinGW/lib -lcurl -lcurldll
  curses.TUI...........: FOUND: -lpdcurses
  OpenCL...............: FOUND. GPU mining support enabled
  ADL..................: SDK found, GPU monitoring support enabled

Compilation............: make (or gmake)
  CPPFLAGS.............:
  CFLAGS...............: -O2 -msse2
  LDFLAGS..............:
  LDADD................:  -LC:/MinGW/lib -lcurl -lcurldll   submodules/jansson/s
rc/.libs/libjansson.a -lpthread -lOpenCL   -lws2_32 -lm

Installation...........: make install (as root if needed, with 'su' or 'sudo')
  prefix...............: /usr/local

then I do make and not happy:

Code:
make  all-recursive
make[1]: Entering directory `/home/um/sgminer-master'
Making all in lib
make[2]: Entering directory `/home/um/sgminer-master/lib'
  GEN    arg-nonnull.h
  GEN    c++defs.h
  GEN    warn-on-use.h
  GEN    signal.h
  GEN    string.h
make  all-recursive
make[3]: Entering directory `/home/um/sgminer-master/lib'
make[4]: Entering directory `/home/um/sgminer-master/lib'
  CC     dummy.o
  CC     memmem.o
  CC     sigaction.o
  CC     sigprocmask.o
  AR     libgnu.a
make[4]: Leaving directory `/home/um/sgminer-master/lib'
make[3]: Leaving directory `/home/um/sgminer-master/lib'
make[2]: Leaving directory `/home/um/sgminer-master/lib'
Making all in submodules
make[2]: Entering directory `/home/um/sgminer-master/submodules'
Making all in jansson
make[3]: Entering directory `/home/um/sgminer-master/submodules/jansson'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/home/um/sgminer-master/submodules/jansson'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/um/sgminer-master/submodules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/um/sgminer-master'
make: *** [all] Error 2
26  Other / Archival / Re: delete on: October 02, 2014, 09:51:22 AM
My eyes are starting to bleed Cheesy

159675   2014-08-05 06:09:48 (2 months ago)   294   1   736720673c841a48d5e1ffd25d8e4f287f9ec3e8d51c058b0b78dc2223f722e2
159674   2014-08-05 06:09:20 (2 months ago)   294   1   f036b46869d37f49634f202a90f036251ae704665f28f454cedfbe784d90079c
159673   2014-08-05 06:09:00 (2 months ago)   294   1   a878f796aaa005982594120a5ecbfde7a66d0107d7e5c062d3296496a84886fc
159672   2014-08-05 06:08:52 (2 months ago)   294   1   bf4f3210e71078987cd570ea47a9209d9db5a84f009458013779d0acdeda64a6

159671   2014-08-05 06:08:45 (2 months ago)   660   2   41d98a35d17dc834e0670a0d903c8ff209d49c900ec544340683887c06b166c0

159670   2014-08-05 06:07:47 (2 months ago)   294   1   451dee59a35a7d971d52af26bb55ee85162bde0b252d2a7871744d61bcfd9de2
159669   2014-08-05 06:07:19 (2 months ago)   294   1   9ca0d0d1af34d63084f38a5e74aa40380c1f4f621833178677159c00a90f5cb7
159668   2014-08-05 06:07:39 (2 months ago)   294   1   f6a03ee31dcb8ffdc287b9bb0a0e60a255db469a1a229dd0c196d46808ef34d2
159667   2014-08-05 06:06:47 (2 months ago)   294   1   5309aea53fe5df4027bd7766a0a24f6730dfb63218c0a1f85e7b09cb32a7ccc9

159666   2014-08-05 06:07:52 (2 months ago)   294   1   8547bac87f4ac048ff6baeabca8efb0bed549de79fe27d7ae6908b5138fdfa3c
159665   2014-08-05 06:05:55 (2 months ago)   1301   2   2ec898af58a7893339eed5a9138b63e7aceb62862f540300addb058ed3dda8cc
159664   2014-08-05 06:07:27 (2 months ago)   7081   2   d99963b32f67cb0f81d688136ddf906b094fc60a5992bae0efa99cd476303a16
159663   2014-08-05 06:06:15 (2 months ago)   150343   1068520fc74673acf57895868e4777cb800d715939b2d8d82b6cea09cf8bcc57

I'm putting this one up because it looks like someone had some local timestamps that were weird (prob not synced) but maybe it still fits?

3 minutes, 53 seconds. 13 blocks. in timestamp (NOT block) order:

159675   2014-08-05 06:09:48 (2 months ago)   294   1   736720673c841a48d5e1ffd25d8e4f287f9ec3e8d51c058b0b78dc2223f722e2
159674    2014-08-05 06:09:20 (2 months ago)   294   1   f036b46869d37f49634f202a90f036251ae704665f28f454cedfbe784d90079c
159673    2014-08-05 06:09:00 (2 months ago)   294   1   a878f796aaa005982594120a5ecbfde7a66d0107d7e5c062d3296496a84886fc
159672    2014-08-05 06:08:52 (2 months ago)   294   1   bf4f3210e71078987cd570ea47a9209d9db5a84f009458013779d0acdeda64a6

159671    2014-08-05 06:08:45 (2 months ago)   660   2   41d98a35d17dc834e0670a0d903c8ff209d49c900ec544340683887c06b166c0
159666   2014-08-05 06:07:52 (2 months ago)   294   1   8547bac87f4ac048ff6baeabca8efb0bed549de79fe27d7ae6908b5138fdfa3c

159670   2014-08-05 06:07:47 (2 months ago)   294   1   451dee59a35a7d971d52af26bb55ee85162bde0b252d2a7871744d61bcfd9de2
159668   2014-08-05 06:07:39 (2 months ago)   294   1   f6a03ee31dcb8ffdc287b9bb0a0e60a255db469a1a229dd0c196d46808ef34d2
159664   2014-08-05 06:07:27 (2 months ago)   7081   2   d99963b32f67cb0f81d688136ddf906b094fc60a5992bae0efa99cd476303a16
159669   2014-08-05 06:07:19 (2 months ago)   294   1   9ca0d0d1af34d63084f38a5e74aa40380c1f4f621833178677159c00a90f5cb7

159667   2014-08-05 06:06:47 (2 months ago)   294   1   5309aea53fe5df4027bd7766a0a24f6730dfb63218c0a1f85e7b09cb32a7ccc9
159663   2014-08-05 06:06:15 (2 months ago)   150343   1068520fc74673acf57895868e4777cb800d715939b2d8d82b6cea09cf8bcc57
159665   2014-08-05 06:05:55 (2 months ago)   1301   2   2ec898af58a7893339eed5a9138b63e7aceb62862f540300addb058ed3dda8cc

I don't know which one to go by, should I just disregard ones where it looks like the computer that put it in had a non-synced timestamp?
27  Other / Archival / Re: delete on: October 02, 2014, 09:07:41 AM
How about this one?


89413   2014-06-17 15:31:02 (4 months ago)   6332   2   0a1786392958e2d55657655a2c308aa0c26473ab09501c91be7d128c8b506195
89412   2014-06-17 15:30:58 (4 months ago)   1720   2   c306c29bbd60ca41a05ae3feafafa6c1a1b1e93675b1a6d50fc8d7284c6bd7d3
89411   2014-06-17 15:30:45 (4 months ago)   6344   3   4f7e8a1c1d89c2c2cedceaf4ac6515a9b7512e7a9faccfc21acc2bd9733740c9
89410   2014-06-17 15:30:07 (4 months ago)   23272   2   c6d244e04688f7a769edcc748ff57e5ca0d86fc4f5911d9e7845c70196fb306b

89409   2014-06-17 15:29:53 (4 months ago)   331   1   d8900b95d30dcbb15ed586cba37768cafa234c31689e2a1be4f80f72e2aff835
89408   2014-06-17 15:29:25 (4 months ago)   1147   2   0090f7ec2867ccaf2a39f3d1fe1a05d0d8e1519dfe36887958e0148a798a70a9
89407   2014-06-17 15:28:59 (4 months ago)   331   1   88e12f2cad7fa4f9f54f39b31172aed654790e7210bd1040361fe29bd6a2189c
89406   2014-06-17 15:28:56 (4 months ago)   4920   5   ed4f140e0d634870c1d6fe91032e57955b8952968abb2698669c7e8f255a32d7

89405   2014-06-17 15:25:59 (4 months ago)   1933   2   03614f0a6c7d497e985e2a2731a2a96ccbf2e2bc69436010057f88313d89f5f9
89404   2014-06-17 15:25:49 (4 months ago)   12081   4   c8967711d2e97f06908ad51d9f2d723534a4f858eff0958a5471f590cfa4f030

89403   2014-06-17 15:23:55 (4 months ago)   331   1   defdc625b9b6768a084dae9355cc01fce3b5a84f6b1b263bcafd74330a6d5923
89402   2014-06-17 15:23:46 (4 months ago)   10175   3   b51fbe78bbc7d161f97aba2a3b3ed36f874885622cc6c4b807156305cf8afc10
89401   2014-06-17 15:23:17 (4 months ago)   331   1   3dee937d493e32e41dcbd39185b6591a367ed4f2af344efa886ce6c2bef17e2e

Nope. You need to group them in 1 minute intervals.

89413   2014-06-17 15:31:02 -
89412   2014-06-17 15:30:58  |
89411   2014-06-17 15:30:45  | 30:07 - 31:07
89410   2014-06-17 15:30:07 -

89409   2014-06-17 15:29:53 -
89408   2014-06-17 15:29:25  | 29:07 - 30:07

89407   2014-06-17 15:28:59 -
89406   2014-06-17 15:28:56  | 28:07 - 29:07

(no blocks)                  | 27:07 - 28:07

p = (14 / 4!e1)(12 / 2!e1)2(10 / 0!e1) ≈ 0.019%


I think I'm getting what you're looking for, so the length of the event is also a variable in the probability? Sorry, thought I was just looking for sequential blocks in any 60 second window (I guess that was a dumb assumption as we're looking for variables in time). So then this one would be relatively likely as well?

159969   2014-08-05 10:51:49 (2 months ago)   331   1   d4e1774263c41b4e39255020547e4dce1e7a41b2ad649ddd5f432d5e42f6390f
159968   2014-08-05 10:51:31 (2 months ago)   331   1   ebaab00fbd0ee4963021d90f406b54b9306777fe3d84a9bcaaca31cf869c8e39
159967   2014-08-05 10:51:21 (2 months ago)   330   1   2a94ccf30f2dde48b73f541bc39e5572a4913eb82d5be10b9d8c2d9ac9b77325
159966   2014-08-05 10:51:00 (2 months ago)   5081   7   b085e2e1f0032c1a9a5a7e7c21e65e4fc05427c498fddbc188a2d30831ba47e2

159965   2014-08-05 10:50:11 (2 months ago)   330   1   3ec18a1f532541cf90b3030fd313994185174a49cbeac6e0b122a143a0eef540
159964   2014-08-05 10:50:02 (2 months ago)   330   1   0ce2e180639e794873a1591bcbe3c6a13f51fbb4d9463de55c1f5400970d63ec
159963   2014-08-05 10:49:44 (2 months ago)   330   1   53fee2a9755bd79d3fdf2a15bff2c8a1d8d9703613256eaa185f50069c975126
159962   2014-08-05 10:50:05 (2 months ago)   8912   4   10685682f4679941aa2a513e57ee5956f6e5074e3b82886ce3dc70159513bc15

159961   2014-08-05 10:44:12 (2 months ago)   330   1   f7487b8e937c984ee34e287e382de1d73f153121569db7090308b95231ba3773
159960   2014-08-05 10:43:23 (2 months ago)   330   1   02ffe7a40ab516ce4c00e95244c22796ce0eb0b8fcc011cceda0497cd39730bc

159959   2014-08-05 10:43:01 (2 months ago)   5337   4   c0000ced6b0a4e4a7678ef29d93d08c818e257ab21cc4213845d193df8c7b292
159958   2014-08-05 10:43:54 (2 months ago)   1139   2   7cf70a53b7332b20653916000241f31d242e76290619bc5c549035f1f605f0cf

OK I think I got it, I'm looking for about a 4-6 minute window in which this sequence occurrs?

I'll go back to looking
28  Other / Archival / Re: delete on: October 02, 2014, 08:41:01 AM
How about this one?


89413   2014-06-17 15:31:02 (4 months ago)   6332   2   0a1786392958e2d55657655a2c308aa0c26473ab09501c91be7d128c8b506195
89412   2014-06-17 15:30:58 (4 months ago)   1720   2   c306c29bbd60ca41a05ae3feafafa6c1a1b1e93675b1a6d50fc8d7284c6bd7d3
89411   2014-06-17 15:30:45 (4 months ago)   6344   3   4f7e8a1c1d89c2c2cedceaf4ac6515a9b7512e7a9faccfc21acc2bd9733740c9
89410   2014-06-17 15:30:07 (4 months ago)   23272   2   c6d244e04688f7a769edcc748ff57e5ca0d86fc4f5911d9e7845c70196fb306b

89409   2014-06-17 15:29:53 (4 months ago)   331   1   d8900b95d30dcbb15ed586cba37768cafa234c31689e2a1be4f80f72e2aff835
89408   2014-06-17 15:29:25 (4 months ago)   1147   2   0090f7ec2867ccaf2a39f3d1fe1a05d0d8e1519dfe36887958e0148a798a70a9
89407   2014-06-17 15:28:59 (4 months ago)   331   1   88e12f2cad7fa4f9f54f39b31172aed654790e7210bd1040361fe29bd6a2189c
89406   2014-06-17 15:28:56 (4 months ago)   4920   5   ed4f140e0d634870c1d6fe91032e57955b8952968abb2698669c7e8f255a32d7

89405   2014-06-17 15:25:59 (4 months ago)   1933   2   03614f0a6c7d497e985e2a2731a2a96ccbf2e2bc69436010057f88313d89f5f9
89404   2014-06-17 15:25:49 (4 months ago)   12081   4   c8967711d2e97f06908ad51d9f2d723534a4f858eff0958a5471f590cfa4f030

89403   2014-06-17 15:23:55 (4 months ago)   331   1   defdc625b9b6768a084dae9355cc01fce3b5a84f6b1b263bcafd74330a6d5923
89402   2014-06-17 15:23:46 (4 months ago)   10175   3   b51fbe78bbc7d161f97aba2a3b3ed36f874885622cc6c4b807156305cf8afc10
89401   2014-06-17 15:23:17 (4 months ago)   331   1   3dee937d493e32e41dcbd39185b6591a367ed4f2af344efa886ce6c2bef17e2e


note: this is found within a 10 hour window of the first event. moving onto looking for ones after aug 1st.
29  Other / Archival / Re: delete on: October 02, 2014, 07:44:09 AM

Yes that is good. But that is one in past 4 months. That still points to it being a rare event. If you find them more frequently before July (when BCX allegedly might have begun experiments), then that would refute the recent one being rare.

Again the recent rare event doesn't indicate an attack is ongoing. I was only skeptical about the assertion that it wasn't rare.

Note I'm not concerned economically in any way, shape or form with pretty much anything to do with whatever this is. I see interesting math, and I'd like to understand better the probability of distribution of block times for cryptocurrencies, because most all I hear about is expected block frequencies when it comes to the technical end.

It's as if the entire forum is just a giant economics and morality textbook since the day I've gotten here, mostly barren of anything I can take home with me besides another dollar in my pocket, or in many cases a dollar less. I'm so tired of that.

I'll keep looking for another, actually I'll look for three more. One more before july and two more after May 1.
30  Other / Archival / Re: delete on: October 02, 2014, 07:25:00 AM
Last one I'll look for before I hear back, maybe this one can help you?

Blocks are totally sequential, but one of the groups of two is a group of three, so two groups of 4, a group of three within the same minute, and a group of two within the same minute. Maybe thats even more rare than the event you asked for?

it's a 13 block window, in 6 minutes.

89968   2014-06-18 00:05:54 (4 months ago)   24795   4   dfb8ba9a0b745e36ffa02254a531cf93458f8d56fe4ed043aa8c77f7d97227f0
89967   2014-06-18 00:05:30 (4 months ago)   20994   6   a5c0cab928c8f6c007c62d7a5afe53e58f54eeda4a89ecc34dbf94511fd5c031

89966   2014-06-18 00:03:18 (4 months ago)   2594   2   cc2e92864395868e445179288b69be2e01e38e3f23f89ca2099a8b8862ccabbb
89965   2014-06-18 00:03:12 (4 months ago)   332   1   e3aaa0903294c6d524ffc78c1304b68cb30bf4c0ee3fe4725d57cfa8e5778290
89964   2014-06-18 00:02:52 (4 months ago)   332   1   6c92a2ea92f425e9a8ef035730b2fc0585c85cce8c83965e929dcd28e955995a

89963   2014-06-18 00:02:37 (4 months ago)   332   1   e93355ed89bb06237adf0b78dd72b7fd20f10daa32760b657415e5f27e3bb301
89962   2014-06-18 00:02:35 (4 months ago)   22631   2   ef6bdf2429428dc752d0eae80ed0d151814f52ac6bdd7a01793a8978ee7673a3
89961   2014-06-18 00:02:26 (4 months ago)   7267   2   3d33195a90d825316998f59a810d8b8427508a640bd430efa3e87ca7a907a05a
89960   2014-06-18 00:02:24 (4 months ago)   21847   6   0b6f624332dfab3113d867eb2c7c140f5bb30437807f01d9da558f572184c288

89959   2014-06-18 00:00:40 (4 months ago)   332   1   ee978852972ca2d2ab8cfa3fe9bcb091eed6ecea4af202075370678f5daaadca
89958   2014-06-18 00:00:53 (4 months ago)   5128   4   95f381dc5893136258139432c0861abaf1cd383ef47a28ac4dc703729ae12de9
89957   2014-06-18 00:00:11 (4 months ago)   332   1   7b2b9416cb979e2cbc795252fcdf78af1c75098f1ec3daad35c647cccabf2aed
89956   2014-06-17 23:59:55 (4 months ago)   1334   2   a37439d68281951b2d40fdf52f72087a28f882166a643024d7462db63b1f88eb
31  Other / Archival / Re: delete on: October 02, 2014, 06:55:44 AM
Fail. You don't pay attention. The event was two of those, plus two with two blocks in a minute, and all four of the intervals consecutive.

I apparently do fail and don't pay attention. I'll go and hunt for these! Cheesy

Hey is this a sequence like you're looking for?

two groups of five in one minute, and two groups of two in one minute, close to each other/sequential.


90000   2014-06-18 00:28:57 (4 months ago)   331   1   e7b31b49633084bae03c9b6e0ea592e3a9e7a86625d094f21ef9268d2020f83c
89999   2014-06-18 00:28:53 (4 months ago)   331   1   4edc506643a50cd79fe3c7117a2054b2661e05cd9b4e2071c1f6d5ac4e04281d
89998   2014-06-18 00:28:49 (4 months ago)   692   2   1aa0404dc484ccb9f7df07918203e26c44442a5fd3708e20534fae1909095379
89997   2014-06-18 00:28:32 (4 months ago)   13996   2   22f56466512b866b4eabed7d1d2cabcb71e1fcabb6b15a808a54f4fdfd5b3af3
89996   2014-06-18 00:28:21 (4 months ago)   18119   3   bb8a5303e7d8b36cfbb8864b25ef88f454c09b0c45a5a9c5c74f0e2ba5a6499f

89992   2014-06-18 00:25:39 (4 months ago)   12666   4   b629477961abc251c930c1d1ec60b4c21465df0532a03fb3d03639a541f6897d
89991   2014-06-18 00:26:04 (4 months ago)   2903   2   3e8c16de6dbb736e23da91d97ca46f8a3e2b83b8b032e5cd185a8cf4ec0faa68
89990   2014-06-18 00:25:45 (4 months ago)   331   1   d06c80fd6ccbd0aa5d8dd88379692be67583b329fdc07e774e5444533132d869
89989   2014-06-18 00:25:37 (4 months ago)   331   1   bff324b52cc714d91822a49617b9cb7588093f6a2e17432cdb294060744165b9
89988   2014-06-18 00:24:59 (4 months ago)   321   1   e7d153a29c61ce7b81bdc08e16f8993a4ca506eb66d6d8de4639285ee59d7ce3

89987   2014-06-18 00:24:34 (4 months ago)   19991   3   bda5788127bc6072c01f0e8a6178f2fdc8c7f684669dd9f3ff804e8604814ac9
89986   2014-06-18 00:24:13 (4 months ago)   24873   4   6cd867bc7abb3aa485f0094540e5c87481ce46baed7395f80251c34525102fb4

89985   2014-06-18 00:21:11 (4 months ago)   12323   4   3267bf7beb1458248ebf81764dc2c4040ec382e19f7641307dd3b90e9cea0509
89984   2014-06-18 00:20:16 (4 months ago)   332   1   d75bb3948fb3fd69d1420970852f52a1f8d295baf8307a68b5323bfcbc9ff21f

or does it need to be totally sequential? this is a 16 block window
32  Other / Archival / Re: delete on: October 02, 2014, 06:46:31 AM
The social landscape on the internet's changing...

Anyways, I don't know who you are, but you clearly have nothing to contribute. No questions, explanations, or anything to share in general.

If his attack is real (and he may be bluffing) and XMR doesn't recover (i.e. he can't gain by buying it cheap), then we can surmise his contribution is "forced evolution". Consider an alternative meaning, wherein the evolution involves teaching the community not to be sheep. Afaik, BCX is apparently involved in "operation shitcoin cleanout". Apparently many people complained to him that XMR is a shitcoin. Apparently he claims he found some vulnerabilities, but he didn't particularly feel motivated to attack XMR, possibly meaning he didn't feel it was a shitcoin. But perhaps his appraisal was near to some threshold and some events pushed him over the edge and he decided to force the XMR community to prove it is worthy or insolent. Just one possible theory for the chain of events.

All I see is a guy with 'tony' written on his shirt punching a 5 month old baby in the face. I wouldn't read into things a guy like that has to say IRL, or even want to know that fellas name, so why would I do that on the internet?

Anyone can use their identity to make wild claims about anything happening in real life, honestly I just don't have the time of day to listen to every single wild claim of the world falling down.

What I do see is yourself spewing a lot of interesting math that I don't understand yet on a forum, and that math needs to be backed up by data that can be found by physically looking at a blockchain. Seeing as how your time may best spent doing mathematics, and realizing mine can best be spent by assisting you with data I've decided to contribute. Even if that's all I have to contribute, at least it helps you put more of something useful on this thread. By helping you do your math, I can learn something .. so it's worth it for me.

Still looking btw.
33  Other / Archival / Re: delete on: October 02, 2014, 06:15:52 AM
Fail. You don't pay attention. The event was two of those, plus two with two blocks in a minute, and all four of the intervals consecutive.

I apparently do fail and don't pay attention. I'll go and hunt for these! Cheesy
34  Other / Archival / Re: delete on: October 02, 2014, 06:13:37 AM
Of course you haven't, you are a Moron, let alone discover an exploit on real code.


I always get a laugh out of your newbie accounts too fearful of BCX to post under your primary names LOL


~BCX~

And I get a laugh at you egotistical maniacs that are too thick headed to realize that running around with your name on your tee shirt was cool in the 70s, 80s, and somewhat into the 90's. Even consider asking someone who they were privately instead of calling them fearful? The social landscape on the internet's changing, just because you're the one with 'jimmy' on his tee shirt doesn't mean I have to hop on your bus.

When I'm not on the playground, I generally ask other human beings their name after interacting with them for a while. Maybe even not the first day. Maybe they'll come back tomorrow with new clothes on and then I'll ask them their name.

Anyways, I don't know who you are, but you clearly have nothing to contribute. No questions, explanations, or anything to share in general. I feel it only fair that I let you and anyone else I decide to ignore to know publicly that they're on my ignore list. You're on my ignore list, which is composed of shitcoin developers, nekomata and Come-from-Above so far.

Best of luck to you in whatever you enjoy, but I won't hear it from you.
35  Other / Archival / Re: delete on: October 02, 2014, 05:52:15 AM
4 times in 1.5 hours. 3 months ago. Prob lots more times, not really interested in staring at it longer.


111083   2014-07-02 12:34:33 (3 months ago)   23745   6   5a7b9f85576f7fa233bf26136f4bb04c6d2b7f2fe45369d7ee898a7c8a67e312
111082   2014-07-02 12:34:23 (3 months ago)   332   1   206bfef0b9c4879cb86a79c55976bf858b1dac5e5ced2f5951e6307291762596
111081   2014-07-02 12:34:00 (3 months ago)   1052   2   600d7d9f0ce11927608ee8ab015d68d19213a8abfad57838793467312671f06e
111080   2014-07-02 12:34:00 (3 months ago)   2307   2   19afd9e24ed461a5d3df71a3a0542bb291973a4a35e9870b297902bc6491d52c

30 minutes

111054   2014-07-02 12:06:15 (3 months ago)   332   1   58c9694ae3c8c219f88f15b560ef7f863d7caec14aba0a85a5979691be168eb5
111053   2014-07-02 12:06:26 (3 months ago)   4542   2   96a032abc59270c680f35767445850ac84576f28c12b745e11712269164d7f81
111052   2014-07-02 12:05:59 (3 months ago)   332   1   83eb435ed4851b463515b574b707d65fa9310c65e8df3485cf947b4fd89eb8b1
111051   2014-07-02 12:05:36 (3 months ago)   23993   2   d2c8d8f54a725093addbe824269eb288c7a7355e62f26a13cd1313629a75d994

40 minutes

111013   2014-07-02 11:20:08 (3 months ago)   3002   2   582d9455918fed0285b742b6cda1413b43944d1ae2577f6ddec5f616bf13dc6b
111012   2014-07-02 11:19:48 (3 months ago)   332   1   5e0d1c38a911fcf9f7d3bde985a13b8f9cdb0e27df4553da2ff43c317206fb25
111011   2014-07-02 11:19:43 (3 months ago)   332   1   63c481e4eedad60e3b2526cee67ad35c284c0dd80fd931af53274feb81b78bc1
111010   2014-07-02 11:19:36 (3 months ago)   331   1   86886a411e5ee4886b6979a704ca5866369da1d803a0d33699e09859a1b8a8ea

ten minutes

110999   2014-07-02 11:10:34 (3 months ago)   331   1   66ce7489994b30c1128609c99340b91b6002f49018f7f97d9fbc42c8fe9ebbfd
110998   2014-07-02 11:10:03 (3 months ago)   2223   2   e6f39c9954ca256cb44138102b22bf60d3b67874f116789a879ac0c2aa82bc75
110997   2014-07-02 11:09:31 (3 months ago)   331   1   efba3ba1b70fda6dd7677f872aa1fa83345e9d8668ac702670f5be467049bcd4
110996   2014-07-02 11:09:39 (3 months ago)   5584   2   300c1b2934e60040d256556dd580610fb50640339d46d077005d906ea0b7b016

...

...

90000   2014-06-18 00:28:57 (4 months ago)   331   1   e7b31b49633084bae03c9b6e0ea592e3a9e7a86625d094f21ef9268d2020f83c
89999   2014-06-18 00:28:53 (4 months ago)   331   1   4edc506643a50cd79fe3c7117a2054b2661e05cd9b4e2071c1f6d5ac4e04281d
89998   2014-06-18 00:28:49 (4 months ago)   692   2   1aa0404dc484ccb9f7df07918203e26c44442a5fd3708e20534fae1909095379
89997   2014-06-18 00:28:32 (4 months ago)   13996   2   22f56466512b866b4eabed7d1d2cabcb71e1fcabb6b15a808a54f4fdfd5b3af3
89996   2014-06-18 00:28:21 (4 months ago)   18119   3   bb8a5303e7d8b36cfbb8864b25ef88f454c09b0c45a5a9c5c74f0e2ba5a6499f

Cheesy
36  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XDN] DarkNote [ANN]. Anonymous 100% PoW CPU cc + Untraceable Crypto Messages! on: October 02, 2014, 03:51:23 AM
Hi everyone, really awesome project!

the only think that seems to be a bit troublesome is your emission-rate.
320.000 coins per block and a half life period of ~1 month. early adopters have a really huge advantage here.
do you mind to explain your thinking behind it?

greetings
criptix 

I think the choice of this style of emission was to make a few possibly miffed individuals on bitcointalk happy that they had access to the emission from the genesis block, even if not all of them knew about it. Other than that, I think the speedy emission was to prevent the coins from ending up in botnets hands and subvert the entire process of botnets in general. Maybe dNote or someone else can explain it better?

Personally I see this more like a PoS coin with a PoW distribution, only it's a PoS coin without staking. I don't think you can have a PoS system due to how CryptoNote is designed, so this is what we have. That's the best benign answer I could come up with for myself though, in order to get past economic details and observe the technical ones.

I, for one, am extremely interested in this messaging system. I found the white paper a bit confusing, does anyone with a good grasp on how the messaging system works wish to explain how it works in a slightly easier to understand language than the whitepaper?

37  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 02, 2014, 01:08:39 AM
Dammit wolf use paragraphs!

Cheesy


also, "wasting more cycles than it actually used" - this correlates directly to the power usage? Specifically a wasted cycle is one where no work was done, so no extra power was used? so out of 947 million cycles, it would only be effectively computing on 474 million of them?
38  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 02, 2014, 01:06:32 AM
Not really sure. From what I can tell he is trying to destroy the block generation process by changing date stamping with his own blocks.  He hinted that 4-5 blocks were time stamped within a minute of each other, and they should have been around 3-4 minutes apart. Something about this being the start of a slow burn that will fuck the network up in a week or so.

Poisson distribution actually predicts that 4-5 blocks within a minute is statistically acceptable and predictable occurrence, given the block time of one minute. Unfortunately, with such a short block time, this method of detection of an attack is extremely hard to separate from statistically common events. It would be much easier to observe this with, say, 2.5 minute block times.
39  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 02, 2014, 12:45:16 AM
Things seem to be heating up on the BCX time warp front

https://bitcointalk.org/index.php?topic=789978.msg9047923#msg9047923

Claims to have an exploit in the cryptonote code that can destroy CN-based coins, namely Monero.

What's he supposed to be doing ? Hacking monero accounts or something ?


He has made the claim that he has discovered an exploit that will allow him to reveal the publicprivate keys of anyone who has made a transaction. Supposedly this can be done with no hashpower and is a flaw in the implementation of the mathematics. The math behind it; however, continues to be sound. This is in direct contradiction to his claim that in order to fix the supposed vulnerability, anonymity through ring signatures/stealth addresses must be sacrificed (although I do admit that he didn't say this would need to be a permanent sacrifice). I believe that is the specific reason gmaxwell called bullshit on him - because the mathematics are totally sound therefore the fix lies in changing the implementation if there a vulnerability is true.

Anyways, after revealing the public keys, the attacker still has to deal with the fact that the money he now has access to has already been spent in the past. In order to prevent a double spend, which is still impossible, he needs to perform a 'time warp' attack on the blockchain, which means start from the same genesis block (possibly checkpoint?) and create a chain that has the possibility to replace the current chain. In such a situation, he effectively 'unwinds' the blockchain and 'reverses' the transaction that has been done in the past, allowing the spending of money that was someone else's. He's made the claim that a timewarp attack is possible because of the implementation of a continuously variable difficulty (changes every block), much like KGW/DGW.

The only guess I have that could possibly only relate to monero itself, is if his specific vulnerability lies in the block and resulting patch that forked the blockchain in the last month. Otherwise, it would affect all of cryptonote.

I think it's funny how quickly this thread goes OT when Mintpal's down Smiley
40  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 01, 2014, 09:34:28 PM
...

This is great and all, but have you measured  the power usage? I would need a 300% increase in speed, with no increase in power just to break even mining dark with my farm and I'm only paying$ 0.11/kwh. There is nothing to mine at a profit right now, I'm running a slight loss (5%) at the moment.



Last time I used a kill-a-watt with this machine, it melted and I had to get a new one, so I'm not exactly itching to do it again. What I do know is that temps on 7950 and 280X have only gone up 2C.

Hi Wolf!

I think I tried making the same point as you are right now back in March/April. Glad to see someone with actual skills is finally trying to make this point too, because all I could go on about the crippled miner was that the algo isn't memory bound at all and was only using ~51% of my GPU's power. I remember thinking that a 2x speed increase would be the absolute minimum one could find while optimizing the CPU code that was in the GPU miner.

What's strange to me is that, with your proven abilities, people are either flat out rejecting you or are just insulting you. That's weird to me. Nobody wants to hear bad things, but to resort to personal attacks and continuously detract from the argument almost makes me think that you're arguing with some of the farmers with optimized code themselves. Rational people would probably want to launch an investigation, or maybe throw a bounty together, especially when a legit developer comes by and says what you've said. I'm sure you have better things to do than come to a thread and lie to everyone, so it's weird that people are attacking you is all.

Pages: « 1 [2] 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!