Pages:
Author

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

legendary
Activity: 1162
Merit: 1000

Oh I'm already in and happily staking (the mining with the NiceHash guys, very disappointing though). I like what I see and that's why I am in, but I remain on the fence on a significant portion of it still. Hoping to be convinced by developments coming up.
legendary
Activity: 1162
Merit: 1000
Stake weight is down and top wallet balances on Bittrex is up. Something's brewing. Shocked

Distribution at Bittrex hasn't changed one bit all day. But stake weight, at least per the wallet, is currently at it's lowest...

Whatever that means...
legendary
Activity: 1139
Merit: 1000
TRUSTplus Dev
legendary
Activity: 1806
Merit: 1828
Stake weight is down and top wallet balances on Bittrex is up. Something's brewing. Shocked
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
Nicehash code is using an AVX2 implementation of shabal, not the first AVX so and ony compatible with the 4th Gen Core i3/5/7 or newer

the recent amd A8/10 may have that too
legendary
Activity: 1050
Merit: 1000
How are the website, roadmap/timeline and white paper progressing?

Very nicely, we are writing a paper that will detail what exactly POS 3.0 is. and the website content is done, just awaiting some graphical changes.


Great to hear things are getting along its been along time since i see a new altcoin hold something new
newbie
Activity: 42
Merit: 0
How are the website, roadmap/timeline and white paper progressing?

Very nicely, we are writing a paper that will detail what exactly POS 3.0 is. and the website content is done, just awaiting some graphical changes.
newbie
Activity: 42
Merit: 0
Thanks Barabbas, we hope to earn your trust.
legendary
Activity: 1162
Merit: 1000
How are the website, roadmap/timeline and white paper progressing?
newbie
Activity: 42
Merit: 0
Perhaps do some reading on schnorr signatures, this is a technology already present in the coin.
legendary
Activity: 1162
Merit: 1000
I'm going to ask this once more; does the dev have any ideas other than cpu mining and fake volume for this coin? I swear, I will never post again if he doesn't respond (this thread wouldn't be worth the time).
Perhaps you question implies other ideas beyond the strictly technical. In which case, they seem to be open to suggestions and initiatives from the community. When and if enough trust on the dev is built into this project, I myself have a couple of potential projects that could make this coin actually usable, in an advantageous way, in the real world. Others, I am sure, will contribute also if, like I say, the commitment and technical development warrants it.
newbie
Activity: 28
Merit: 0
U can sell some of your instamine on 0.00000003 because thats all what u will get.





PnD team
sr. member
Activity: 335
Merit: 250
newbie
Activity: 42
Merit: 0
I'm going to ask this once more; does the dev have any ideas other than cpu mining and fake volume for this coin? I swear, I will never post again if he doesn't respond (this thread wouldn't be worth the time).

Hi Chesthing, It's obvious to us you haven't read the ann, or that you're just trying to passively imply that we've done these things you state we have so that newcomers to the thread are put off by your statements as the price continues to approach initial listing values. The volume is not fake, and the amount of people visiting this ann clearly defines that. We have many plans, one of which is to completely revamp current POS technology and fix several known exploits, the other is to continue to harden the algorithm against asic and gpu technology. We're also looking in to other forms of encryption to further the coin from the NSA tech that most coins are derived from.
sr. member
Activity: 335
Merit: 250
here is the whole outpu. thank you for your help.
Code:
root@vultr:~/cpuminer-multi# ./autogen.sh
aclocal: warning: couldn't open directory 'm4': No such file or directory
root@vultr:~/cpuminer-multi# ./configure CFLAGS="-march=native"
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc -std=gnu99 needs -traditional... no
checking dependency style of gcc -std=gnu99... gcc3
checking for ranlib... ranlib
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for sys/sysctl.h... yes
checking whether be32dec is declared... no
checking whether le32dec is declared... no
checking whether be32enc is declared... no
checking whether le32enc is declared... no
checking whether le16dec is declared... no
checking whether le16enc is declared... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for getopt_long... yes
checking whether we can compile AVX code... yes
checking whether we can compile XOP code... yes
checking whether we can compile AVX2 code... yes
checking for json_loads in -ljansson... no
checking for pthread_create in -lpthread... yes
checking whether __uint128_t is supported... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating compat/Makefile
config.status: creating compat/jansson/Makefile
config.status: creating cpuminer-config.h
config.status: cpuminer-config.h is unchanged
config.status: executing depfiles commands
root@vultr:~/cpuminer-multi# make
make  all-recursive
make[1]: Entering directory '/root/cpuminer-multi'
Making all in compat
make[2]: Entering directory '/root/cpuminer-multi/compat'
Making all in jansson
make[3]: Entering directory '/root/cpuminer-multi/compat/jansson'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/root/cpuminer-multi/compat/jansson'
make[3]: Entering directory '/root/cpuminer-multi/compat'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/root/cpuminer-multi/compat'
make[2]: Leaving directory '/root/cpuminer-multi/compat'
make[2]: Entering directory '/root/cpuminer-multi'
gcc -std=gnu99 -Wno-pointer-sign -Wno-pointer-to-int-cast   -march=native    -o cpuminer cpuminer-cpu-miner.o cpuminer-util.o cpuminer-api.o cpuminer-sysinfos.o sha3/cpuminer-sph_keccak.o sha3/cpuminer-sph_hefty1.o sha3/cpuminer-sph_groestl.o sha3/cpuminer-sph_skein.o sha3/cpuminer-sph_bmw.o sha3/cpuminer-sph_jh.o sha3/cpuminer-sph_shavite.o sha3/cpuminer-sph_blake.o sha3/cpuminer-mod_blakecoin.o sha3/cpuminer-sph_luffa.o sha3/cpuminer-sph_cubehash.o sha3/cpuminer-sph_simd.o sha3/cpuminer-sph_echo.o sha3/cpuminer-sph_hamsi.o sha3/cpuminer-sph_fugue.o sha3/cpuminer-sph_sha2.o sha3/cpuminer-sph_sha2big.o sha3/cpuminer-sph_shabal.o sha3/cpuminer-sph_whirlpool.o crypto/cpuminer-blake2s.o crypto/cpuminer-oaes_lib.o crypto/cpuminer-c_keccak.o crypto/cpuminer-c_groestl.o crypto/cpuminer-c_blake256.o crypto/cpuminer-c_jh.o crypto/cpuminer-c_skein.o crypto/cpuminer-hash.o crypto/cpuminer-aesb.o lyra2/cpuminer-Lyra2.o lyra2/cpuminer-Sponge.o algo/cpuminer-animecoin.o algo/cpuminer-axiom.o algo/cpuminer-blake.o algo/cpuminer-blakecoin.o algo/cpuminer-blake2.o algo/cpuminer-bmw256.o algo/cpuminer-c11.o algo/cpuminer-cryptonight.o algo/cpuminer-drop.o algo/cpuminer-fresh.o algo/cpuminer-groestl.o algo/cpuminer-heavy.o algo/cpuminer-ink.o algo/cpuminer-luffa.o algo/cpuminer-lyra2re.o algo/cpuminer-myr-groestl.o algo/cpuminer-keccak.o algo/cpuminer-pentablake.o algo/cpuminer-quark.o algo/cpuminer-neoscrypt.o algo/cpuminer-nist5.o algo/cpuminer-pluck.o algo/cpuminer-qubit.o algo/cpuminer-scrypt.o algo/cpuminer-sha2.o algo/cpuminer-skein.o algo/cpuminer-skein2.o algo/cpuminer-s3.o algo/cpuminer-x11.o algo/cpuminer-x13.o algo/cpuminer-x14.o algo/cpuminer-x15.o algo/cpuminer-zr5.o asm/cpuminer-neoscrypt_asm.o  asm/cpuminer-sha2-x64.o asm/cpuminer-scrypt-x64.o asm/cpuminer-aesb-x64.o   compat/jansson/libjansson.a -lpthread
cpuminer-cpu-miner.o: In function `workio_thread':
cpu-miner.c:(.text+0x38b9): undefined reference to `curl_easy_init'
cpu-miner.c:(.text+0x39a6): undefined reference to `curl_easy_cleanup'
cpuminer-cpu-miner.o: In function `stratum_gen_work':
cpu-miner.c:(.text+0x3df6): undefined reference to `SHA256'
cpuminer-cpu-miner.o: In function `longpoll_thread':
cpu-miner.c:(.text+0x5e51): undefined reference to `curl_easy_init'
cpu-miner.c:(.text+0x6412): undefined reference to `curl_easy_cleanup'
cpuminer-cpu-miner.o: In function `show_version_and_exit':
cpu-miner.c:(.text+0x6ba4): undefined reference to `curl_version'
cpuminer-cpu-miner.o: In function `main':
cpu-miner.c:(.text+0x8868): undefined reference to `curl_global_init'
cpuminer-util.o: In function `json_rpc_call':
util.c:(.text+0x1254): undefined reference to `curl_easy_setopt'
util.c:(.text+0x1281): undefined reference to `curl_easy_setopt'
util.c:(.text+0x12ba): undefined reference to `curl_easy_setopt'
util.c:(.text+0x12e5): undefined reference to `curl_easy_setopt'
util.c:(.text+0x1310): undefined reference to `curl_easy_setopt'
cpuminer-util.o:util.c:(.text+0x133b): more undefined references to `curl_easy_setopt' follow
cpuminer-util.o: In function `json_rpc_call':
util.c:(.text+0x170d): undefined reference to `curl_slist_append'
util.c:(.text+0x172d): undefined reference to `curl_slist_append'
util.c:(.text+0x1748): undefined reference to `curl_slist_append'
util.c:(.text+0x1763): undefined reference to `curl_slist_append'
util.c:(.text+0x1797): undefined reference to `curl_easy_setopt'
util.c:(.text+0x17a6): undefined reference to `curl_easy_perform'
util.c:(.text+0x17ff): undefined reference to `curl_easy_getinfo'
util.c:(.text+0x1d23): undefined reference to `curl_slist_free_all'
util.c:(.text+0x1d32): undefined reference to `curl_easy_reset'
util.c:(.text+0x1d86): undefined reference to `curl_slist_free_all'
util.c:(.text+0x1d95): undefined reference to `curl_easy_reset'
cpuminer-util.o: In function `stratum_connect':
util.c:(.text+0x3231): undefined reference to `curl_easy_cleanup'
util.c:(.text+0x3236): undefined reference to `curl_easy_init'
util.c:(.text+0x33a2): undefined reference to `curl_easy_setopt'
util.c:(.text+0x33c7): undefined reference to `curl_easy_setopt'
util.c:(.text+0x33e9): undefined reference to `curl_easy_setopt'
util.c:(.text+0x340b): undefined reference to `curl_easy_setopt'
util.c:(.text+0x3430): undefined reference to `curl_easy_setopt'
cpuminer-util.o:util.c:(.text+0x3452): more undefined references to `curl_easy_setopt' follow
cpuminer-util.o: In function `stratum_connect':
util.c:(.text+0x3584): undefined reference to `curl_easy_perform'
util.c:(.text+0x35b8): undefined reference to `curl_easy_cleanup'
cpuminer-util.o: In function `stratum_disconnect':
util.c:(.text+0x360d): undefined reference to `curl_easy_cleanup'
cpuminer-api.o: In function `websocket_handshake':
api.c:(.text+0xa05): undefined reference to `SHA1_Init'
api.c:(.text+0xa30): undefined reference to `SHA1_Update'
api.c:(.text+0xa49): undefined reference to `SHA1_Final'
algo/cpuminer-heavy.o: In function `heavyhash':
heavy.c:(.text+0x251): undefined reference to `SHA256_Init'
heavy.c:(.text+0x273): undefined reference to `SHA256_Update'
heavy.c:(.text+0x28e): undefined reference to `SHA256_Update'
heavy.c:(.text+0x2a4): undefined reference to `SHA256_Final'
algo/cpuminer-skein.o: In function `skeinhash':
skein.c:(.text+0x159): undefined reference to `SHA256_Init'
skein.c:(.text+0x177): undefined reference to `SHA256_Update'
skein.c:(.text+0x190): undefined reference to `SHA256_Final'
collect2: error: ld returned 1 exit status
Makefile:787: recipe for target 'cpuminer' failed
make[2]: *** [cpuminer] Error 1
make[2]: Leaving directory '/root/cpuminer-multi'
Makefile:2040: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/cpuminer-multi'
Makefile:508: recipe for target 'all' failed
make: *** [all] Error 2
legendary
Activity: 1414
Merit: 1000
I'm going to ask this once more; does the dev have any ideas other than cpu mining and fake volume for this coin? I swear, I will never post again if he doesn't respond (this thread wouldn't be worth the time).
hero member
Activity: 750
Merit: 500
hero member
Activity: 750
Merit: 500
i could not run the updated miner in my linux vps.

Code:
Makefile:787: recipe for target 'cpuminer' failed
make[2]: *** [cpuminer] Error 1
make[2]: Leaving directory '/root/cpuminer-multi'
Makefile:2040: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/cpuminer-multi'
Makefile:508: recipe for target 'all' failed

Code:
-bash: ./cpuminer: No such file or directory



these the errors that i get. any1 can help me?

Post up a more detailed build log instead of just the tail end. Something is failing, that is the only thing we know from the output you posted.
legendary
Activity: 1162
Merit: 1000
For what I can see, this NiceHash thingy is much, much less productive than what I thought initially. An average computer gets more or less the same amount that one would get on some kind of faucet or similar... much, much less than staking. Not entirely worth it, actually, in my opinion.
legendary
Activity: 964
Merit: 1000
Hey guys just a question here, i seem to be able to run the old version of cpuminer_64_AVX.exe but cpuminer_x64_AVX_avxcode.exe i seem to be having troubles with... any idea? visual studio installed already

Can you check on these bins https://github.com/nicehash/cpuminer-multi/releases/tag/v1.1-multi-bins ?

Tell me which one works and what kind of cpu you have? Exact model.

I have an intel 3970x
http://ark.intel.com/products/70845/Intel-Core-i7-3970X-Processor-Extreme-Edition-15M-Cache-up-to-4_00-GHz

which doesnt support AVX2 but should do avx just fine from what im reading. The ones from that package that work for me are cpuminer_x64_AVX.exe, cpuminer_x64_no.exe, cpuminer_x64_notset.exe

What speeds you get with working versions? What speed you got with old axiom miner?

with the old miner i am getting around 160-175 h/s on 9/12 cores anywhere from 17-23 h/s per thread
with the new miner i see no difference. 160-175h/s on 9/12 cores anywhere from 17-23 h/s per thread
Pages:
Jump to: