Bitcoin Forum
May 28, 2024, 12:25:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 »  All
  Print  
Author Topic: [ANN] NODEX [NODX] POW/HiPoS - SHA256  (Read 12980 times)
nodexcoin (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
June 14, 2015, 10: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
kampretkabur
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


View Profile
June 14, 2015, 10:28:18 PM
 #22

anyone could confirm that the windows wallet is clean?
gambino
Hero Member
*****
Offline Offline

Activity: 570
Merit: 500


View Profile
June 14, 2015, 10:28:27 PM
Last edit: June 14, 2015, 10:52:41 PM by gambino
 #23

sounds almost legit

GIVE US MORE INFORMATION PLEASE
Live4Crypto
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
June 14, 2015, 10:29:54 PM
 #24

Yeah, definitely stop mining ASAP guys!  Scam! Run! Mayhem! Scam!  Aaaaaah!!!
@boutiuqe
Sr. Member
****
Offline Offline

Activity: 638
Merit: 250



View Profile
June 14, 2015, 10: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<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
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


Infected Mushroom


View Profile WWW
June 14, 2015, 10:30:41 PM
 #26

Sling clone ^^

Lol. Sling is a CRAVE clone. All of them are. Wink

jambo110
Legendary
*
Offline Offline

Activity: 1311
Merit: 1003



View Profile
June 14, 2015, 10:32:15 PM
 #27

Same crap over and over again.

 Wink    Kiss
nodexcoin (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
June 14, 2015, 10:32:51 PM
 #28

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<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
Sr. Member
****
Offline Offline

Activity: 638
Merit: 250



View Profile
June 14, 2015, 10: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
Starin
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


Infected Mushroom


View Profile WWW
June 14, 2015, 10:37:41 PM
 #30

Dev, what is the last PoS block?

seedooroff
Sr. Member
****
Offline Offline

Activity: 343
Merit: 250


View Profile
June 14, 2015, 10:40:30 PM
 #31

Are you ready? Then let's play the game, the big game!   Wink
Live4Crypto
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
June 14, 2015, 10:41:34 PM
 #32

Windows Qt was scanned: https://www.virustotal.com/en/file/f30544e88cc458a8132a744764f15ce272a5ba5ad41b2efdcab21ba3d7254887/analysis/1434321623/
scorpio18
Legendary
*
Offline Offline

Activity: 1708
Merit: 1000


Admin of CoinMiners Pools


View Profile WWW
June 14, 2015, 10:43:49 PM
 #33

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

Did you compiled secp256k1 ??

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

klopper
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile
June 14, 2015, 10:44:00 PM
 #34


thanks

So forever 100 coin PoS???
@boutiuqe
Sr. Member
****
Offline Offline

Activity: 638
Merit: 250



View Profile
June 14, 2015, 10:45:57 PM
 #35

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

Did you compiled secp256k1 ??

./autogen.sh
./configure
make
sudo make install
Yes I did, i just did again, same error.
tomewok
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
June 14, 2015, 10: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<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 Offline

Activity: 1708
Merit: 1000


Admin of CoinMiners Pools


View Profile WWW
June 14, 2015, 10:49:25 PM
 #37

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<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 Huh 

kevin1234a
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


Decentralizing Jesus on the Blockchain


View Profile WWW
June 14, 2015, 10:49:52 PM
 #38

and again ntifications didnt work, well hope its not to late

tomewok
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
June 14, 2015, 10:50:22 PM
 #39

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<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 Huh  

Well i'm cloning it from https://github.com/bitcoin/secp256k1 which i believe to be up to date
superman1314
Sr. Member
****
Offline Offline

Activity: 298
Merit: 250


View Profile
June 14, 2015, 10:50:44 PM
 #40

sell 50=0.05BTC.to pm
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!