Pages:
Author

Topic: [ANN] NODEX [NODX] POW/HiPoS - SHA256 - page 11. (Read 13025 times)

full member
Activity: 210
Merit: 100
June 14, 2015, 06:46:27 PM
#36
Did you compiled secp256k1 ??

./autogen.sh
./configure
make
sudo make install

Still having this error even after compiling secp256k1  Undecided

Code:
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/root/nodex/src -I/root/nodex/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/root/nodex/src/leveldb/include -I/root/nodex/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/key.d -o obj/key.o key.cpp
key.cpp: In member function ‘bool CKey::SignCompact(const uint256&, std::vector&) const’:
key.cpp:552:17: warning: unused variable ‘ret’ [-Wunused-variable]
         if (int ret = secp256k1_ecdsa_sign_compact(instance_of_csecp256k1.ctx, hash.begin(), &vchSig[1], begin(), secp256k1_nonce_function_rfc6979, NULL, &rec))
                 ^
key.cpp: In member function ‘bool CPubKey::VerifyCompact(const uint256&, const std::vector&) const’:
key.cpp:632:10: warning: unused variable ‘fComp’ [-Wunused-variable]
     bool fComp = IsCompressed();
          ^
key.cpp: In member function ‘bool CPubKey::Decompress()’:
key.cpp:669:104: error: cannot convert ‘int*’ to ‘unsigned char*’ for argument ‘3’ to ‘int secp256k1_ec_pubkey_decompress(const secp256k1_context_t*, const unsigned char*, unsigned char*, int*)’
     int ret = secp256k1_ec_pubkey_decompress(instance_of_csecp256k1.ctx, (unsigned char*)begin(), &clen);
                                                                                                        ^
make: *** [obj/key.o] Error 1
sr. member
Activity: 638
Merit: 250
June 14, 2015, 06:45:57 PM
#35
legendary
Activity: 1722
Merit: 1000
Admin of CoinMiners Pools
June 14, 2015, 06:43:49 PM
#33
sr. member
Activity: 343
Merit: 250
June 14, 2015, 06:40:30 PM
#31
Are you ready? Then let's play the game, the big game!   Wink
sr. member
Activity: 266
Merit: 250
Infected Mushroom
June 14, 2015, 06:37:41 PM
#30
Dev, what is the last PoS block?
sr. member
Activity: 638
Merit: 250
June 14, 2015, 06:37:09 PM
#29
I got that though.

Code:
~/coin/nodex/src# ls
activemasternode.cpp  kernel.h               rpcserver.cpp
activemasternode.h    key.cpp                rpcserver.h
addrman.cpp           key.h                  rpcsmessage.cpp
addrman.h             keystore.cpp           rpcwallet.cpp
alert.cpp             keystore.h             script.cpp
alert.h               leveldb                script.h
allocators.h          lz4                    scrypt-arm.S
base58.h              main.cpp               scrypt.cpp
bignum.h              main.h                 scrypt.h
bitcoind.cpp          makefile.bsd           scrypt-x86_64.S
chainparams.cpp       makefile.linux-mingw   scrypt-x86.S
chainparams.h         makefile.mingw         secp256k1
chainparamsseeds.h    makefile.osx           serialize.h
checkpoints.cpp       makefile.unix          showi2paddresses.cpp
checkpoints.h         masternodeconfig.cpp   showi2paddresses.h
clientversion.h       masternodeconfig.h     smessage.cpp
coincontrol.h         masternode.cpp         smessage.h
compat.h              masternode.h           spork.cpp
core.cpp              miner.cpp              spork.h
core.h                miner.h                stealth.cpp
crypter.cpp           mruset.h               stealth.h
crypter.h             netbase.cpp            strlcpy.h
crypto                netbase.h              sync.cpp
darksend.cpp          net.cpp                sync.h
darksend.h            net.h                  test
db.cpp                noui.cpp               threadsafety.h
db.h                  obj                    timedata.cpp
eccryptoverify.cpp    obj-test               timedata.h
eccryptoverify.h      pbkdf2.cpp             tinyformat.h
eckey.cpp             pbkdf2.h               txdb.h
eckey.h               protocol.cpp           txdb-leveldb.cpp
hash.cpp              protocol.h             txdb-leveldb.h
hash.h                qt                     txmempool.cpp
i2pbuild.h            richlistdata.cpp       txmempool.h
i2p.cpp               richlistdata.h         ui_interface.h
i2p.h                 richlistdb.cpp         uint256.h
i2psam.cpp            richlistdb.h           util.cpp
i2psam.h              rpcblockchain.cpp      util.h
init.cpp              rpcclient.cpp          utilstrencodings.cpp
init.h                rpcclient.h            utilstrencodings.h
instantx.cpp          rpcdarksend.cpp        version.cpp
instantx.h            rpcdump.cpp            version.h
irc.cpp               rpcmining.cpp          wallet.cpp
irc.h                 rpcmisc.cpp            walletdb.cpp
json                  rpcnet.cpp             walletdb.h
keepass.cpp           rpcprotocol.cpp        wallet.h
keepass.h             rpcprotocol.h          xxhash
kernel.cpp            rpcrawtransaction.cpp
newbie
Activity: 8
Merit: 0
June 14, 2015, 06:32:51 PM
#28
legendary
Activity: 1311
Merit: 1003
sr. member
Activity: 266
Merit: 250
Infected Mushroom
June 14, 2015, 06:30:41 PM
#26
Sling clone ^^

Lol. Sling is a CRAVE clone. All of them are. Wink
sr. member
Activity: 638
Merit: 250
June 14, 2015, 06:30:08 PM
#25
Got error when compile on linux Sad

Code:
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/root/coin/nodex/src -I/root/coin/nodex/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/root/coin/nodex/src/leveldb/include -I/root/coin/nodex/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/key.d -o obj/key.o key.cpp
key.cpp: In member function ‘bool CKey::SignCompact(const uint256&, std::vector&) const’:
key.cpp:552:17: warning: unused variable ‘ret’ [-Wunused-variable]
         if (int ret = secp256k1_ecdsa_sign_compact(instance_of_csecp256k1.ctx, hash.begin(), &vchSig[1], begin(), secp256k1_nonce_function_rfc6979, NULL, &rec))
                 ^
key.cpp: In member function ‘bool CPubKey::VerifyCompact(const uint256&, const std::vector&) const’:
key.cpp:632:10: warning: unused variable ‘fComp’ [-Wunused-variable]
     bool fComp = IsCompressed();
          ^
key.cpp: In member function ‘bool CPubKey::Decompress()’:
key.cpp:669:104: error: cannot convert ‘int*’ to ‘unsigned char*’ for argument ‘3’ to ‘int secp256k1_ec_pubkey_decompress(const secp256k1_context_t*, const unsigned char*, unsigned char*, int*)’
     int ret = secp256k1_ec_pubkey_decompress(instance_of_csecp256k1.ctx, (unsigned char*)begin(), &clen);
                                                                                                        ^
make: *** [obj/key.o] Error 1
full member
Activity: 168
Merit: 100
June 14, 2015, 06:29:54 PM
#24
Yeah, definitely stop mining ASAP guys!  Scam! Run! Mayhem! Scam!  Aaaaaah!!!
hero member
Activity: 570
Merit: 500
June 14, 2015, 06:28:27 PM
#23
sounds almost legit

GIVE US MORE INFORMATION PLEASE
hero member
Activity: 742
Merit: 500
June 14, 2015, 06:28:18 PM
#22
anyone could confirm that the windows wallet is clean?
newbie
Activity: 8
Merit: 0
June 14, 2015, 06:26:42 PM
#21
Hmm

dev for what are these files from xnode-qt.pro file


Code:
	src/ftp/mainwindow.h \
    src/ftp/ftpserver.h \
    src/ftp/ftpcontrolconnection.h \
    src/ftp/sslserver.h \
    src/ftp/ftpstorcommand.h \
    src/ftp/ftpretrcommand.h \
    src/ftp/ftplistcommand.h \
    src/ftp/ftpcommand.h \
    src/ftp/debuglogdialog.h \
    src/ftp/dataconnection.h

https://github.com/nodexcoin/nodex/blob/master/xnode-qt.pro#L284-L293


This is for an upcoming in wallet feature that we was testing and forgot to remove for the launch, we will post a white paper on that soon.

Thanks
legendary
Activity: 2688
Merit: 1240
June 14, 2015, 06:26:35 PM
#20
Hmm

dev for what are these files from xnode-qt.pro file


Code:
	src/ftp/mainwindow.h \
    src/ftp/ftpserver.h \
    src/ftp/ftpcontrolconnection.h \
    src/ftp/sslserver.h \
    src/ftp/ftpstorcommand.h \
    src/ftp/ftpretrcommand.h \
    src/ftp/ftplistcommand.h \
    src/ftp/ftpcommand.h \
    src/ftp/debuglogdialog.h \
    src/ftp/dataconnection.h

https://github.com/nodexcoin/nodex/blob/master/xnode-qt.pro#L284-L293


I'd like to know too. Does that look malicious to anyone else?

Its seems like those files does not exist on src/ folder but exist on xnode-qt.pro  hmmmm , if dev dont reply to this then there is a red flag  Smiley

The linux wallet/source is clean, not sure about the windows ones though
sr. member
Activity: 638
Merit: 250
June 14, 2015, 06:25:58 PM
#19
Sling clone ^^
legendary
Activity: 1722
Merit: 1000
Admin of CoinMiners Pools
June 14, 2015, 06:25:31 PM
#18
Hmm

dev for what are these files from xnode-qt.pro file


Code:
	src/ftp/mainwindow.h \
    src/ftp/ftpserver.h \
    src/ftp/ftpcontrolconnection.h \
    src/ftp/sslserver.h \
    src/ftp/ftpstorcommand.h \
    src/ftp/ftpretrcommand.h \
    src/ftp/ftplistcommand.h \
    src/ftp/ftpcommand.h \
    src/ftp/debuglogdialog.h \
    src/ftp/dataconnection.h

https://github.com/nodexcoin/nodex/blob/master/xnode-qt.pro#L284-L293


I'd like to know too. Does that look malicious to anyone else?

Its seems like those files does not exist on src/ folder but exist on xnode-qt.pro  hmmmm , if dev dont reply to this then there is a red flag  Smiley
legendary
Activity: 1311
Merit: 1003
Pages:
Jump to: