nodexcoin (OP)
Newbie
Offline
Activity: 8
Merit: 0
|
|
June 14, 2015, 10:26:42 PM |
|
Hmm dev for what are these files from xnode-qt.pro file 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-L293This 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
|
|
|
|
kampretkabur
|
|
June 14, 2015, 10:28:18 PM |
|
anyone could confirm that the windows wallet is clean?
|
|
|
|
gambino
|
|
June 14, 2015, 10:28:27 PM Last edit: June 14, 2015, 10:52:41 PM by gambino |
|
sounds almost legit
GIVE US MORE INFORMATION PLEASE
|
|
|
|
Live4Crypto
|
|
June 14, 2015, 10:29:54 PM |
|
Yeah, definitely stop mining ASAP guys! Scam! Run! Mayhem! Scam! Aaaaaah!!!
|
|
|
|
@boutiuqe
|
|
June 14, 2015, 10:30:08 PM |
|
Got error when compile on linux /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<unsigned char>&) 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<unsigned char>&) 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
|
|
|
|
Starin
|
|
June 14, 2015, 10:30:41 PM |
|
Sling clone ^^
Lol. Sling is a CRAVE clone. All of them are.
|
|
|
|
jambo110
Legendary
Offline
Activity: 1311
Merit: 1003
|
|
June 14, 2015, 10:32:15 PM |
|
Same crap over and over again.
|
|
|
|
nodexcoin (OP)
Newbie
Offline
Activity: 8
Merit: 0
|
|
June 14, 2015, 10:32:51 PM |
|
Got error when compile on linux /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<unsigned char>&) 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<unsigned char>&) 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
you need secp256k1 https://github.com/bitcoin/secp256k1
|
|
|
|
@boutiuqe
|
|
June 14, 2015, 10:37:09 PM |
|
I got that though. ~/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
|
|
|
|
Starin
|
|
June 14, 2015, 10:37:41 PM |
|
Dev, what is the last PoS block?
|
|
|
|
seedooroff
|
|
June 14, 2015, 10:40:30 PM |
|
Are you ready? Then let's play the game, the big game!
|
|
|
|
|
scorpio18
Legendary
Offline
Activity: 1736
Merit: 1000
Admin of CoinMiners Pools
|
|
June 14, 2015, 10:43:49 PM |
|
I got that though. ~/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
Did you compiled secp256k1 ?? ./autogen.sh ./configure make sudo make install
|
|
|
|
klopper
|
|
June 14, 2015, 10:44:00 PM |
|
thanks So forever 100 coin PoS???
|
|
|
|
@boutiuqe
|
|
June 14, 2015, 10:45:57 PM |
|
I got that though. ~/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
Did you compiled secp256k1 ?? ./autogen.sh ./configure make sudo make install Yes I did, i just did again, same error.
|
|
|
|
tomewok
|
|
June 14, 2015, 10:46:27 PM |
|
Did you compiled secp256k1 ??
./autogen.sh ./configure make sudo make install
Still having this error even after compiling secp256k1 /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<unsigned char>&) 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<unsigned char>&) 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
|
|
|
|
scorpio18
Legendary
Offline
Activity: 1736
Merit: 1000
Admin of CoinMiners Pools
|
|
June 14, 2015, 10:49:25 PM |
|
Did you compiled secp256k1 ??
./autogen.sh ./configure make sudo make install
Still having this error even after compiling secp256k1 /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<unsigned char>&) 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<unsigned char>&) 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
are you using the latest update from secp256k1
|
|
|
|
kevin1234a
Legendary
Offline
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
|
|
June 14, 2015, 10:49:52 PM |
|
and again ntifications didnt work, well hope its not to late
|
|
|
|
tomewok
|
|
June 14, 2015, 10:50:22 PM |
|
Did you compiled secp256k1 ??
./autogen.sh ./configure make sudo make install
Still having this error even after compiling secp256k1 /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<unsigned char>&) 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<unsigned char>&) 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
are you using the latest update from secp256k1 Well i'm cloning it from https://github.com/bitcoin/secp256k1 which i believe to be up to date
|
|
|
|
superman1314
|
|
June 14, 2015, 10:50:44 PM |
|
sell 50=0.05BTC.to pm
|
|
|
|
|