Bitcoin Forum
May 24, 2024, 01:13:19 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 [29] 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 ... 136 »
561  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN - Octane BLAKE2s on: June 26, 2015, 02:18:16 PM

getting a bunch of orphaned staked blocks  Huh in fact, none of them have been accepted........



Yeah me too. I've got 1 accepted out of around 100

Edit i got now accepted 2 in a row there is still some bug in staking i guess


It on block 2115 and the POS reward given in the wallet is 70 OCTN but the OP shows that is should be 100 OCTN



Mining Reward Schedule
POW
Block Height   Reward
720   300
1440   195
2880   70
3600   60
4320   50
5040   45
5760   30
6480   25
7200   30
7920   45
8640   60
9360   80
10080   100
10800   110
11520   120

POS
Block Height   Reward
720   80
1440   195
2880   100
3600   50
4320   35
5040   98
5760   12
6480   10
7200   14
7920   80
8640   40
9360   30
10080   8
10800   6
11520+   0.5





True POS reward is 70 right now instead of 100

This is the POS reward and yes is not 100 like dev posted on OP is 70

https://github.com/jamescoineron/octane/blob/master/src/main.cpp#L1044-L1107
562  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN - Octane BLAKE2s on: June 26, 2015, 01:53:28 PM
You have to modify your makefile.unxi:

LIBS+= \
 -Wl,-B$(LMODE2) \
   -l z \
   -l dl \
   -l pthread \
   -Wl,-rpath,/usr/local/include -L/usr/local/include -lb2


Meh, I'm not a coder...

"*** missing separator."

Did you put in that dash \ after pthread?

Ah right, now I'm getting

/src/leveldb/libleveldb.a /root/octane/src/leveldb/libmemenv.a
/usr/bin/ld: cannot find -lb2
collect2: error: ld returned 1 exit status
make: *** [octaned] Error 1


Did you compiled https://blake2.net/libb2-0.97.tar.gz  ./configure && make && make install
563  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN - Octane BLAKE2s on: June 26, 2015, 01:02:47 PM
Here is the error I get compiling in Linux


hash.h:14:20: fatal error: blake2.h: No such file or directory
 #include "blake2.h"
                    ^
compilation terminated.
make: *** [obj/alert.o] Error 1


You need to compile this https://blake2.net/libb2-0.97.tar.gz and then add that line posted by ocminer
Where do I find these? There not in the blake2 package.

/root/octane/src/hash.h:35: undefined reference to `blake2s_final'
/root/octane/src/hash.h:33: undefined reference to `blake2s_init'
/root/octane/src/hash.h:34: undefined reference to `blake2s_update'

You have to modify your makefile.unxi:

LIBS+= \
 -Wl,-B$(LMODE2) \
   -l z \
   -l dl \
   -l pthread \
   -Wl,-rpath,/usr/local/include -L/usr/local/include -lb2
564  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] HXX | Ninja| Scrypt | 7 day PoW on: June 24, 2015, 08:26:25 PM
Hmm i compiled the wallet just fine on my side on linux with the latest secp256k1
565  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANNOUNCEMENT] - YEP - Yep We Can! - Launch POW/POS 200% YEP SHA256D YEP on: June 24, 2015, 11:19:03 AM
What should the wallet version be? We have "version" : "v1.0.0.0" and "protocolversion" : 60014 and are on block 2023.

Not at the wallet to check but the link in the OP is correct, same with the new wallet look for this update.
We are on block 2158 at this time

check block number https://coin-miners.info/yep/public/index.php?page=statistics&action=pool

I just update the wallet to the latest version and dont forget to withdraw your coins from the pool , on 28.06.2015 i will shutdown the Coinminers pools , any coins left on pools will be considered donation.


P.S: Dev need to send a pm to the pools and exchange when he make any updates to the source
566  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [NINJA] [TENNET] TenneT The Rare coin that works POW/POS [NINJA] [ANN] on: June 19, 2015, 09:21:20 PM
hmmm , same dev as YEP coin  Huh Huh the win wallet has almost same design as yep coin wallet , low supply as yep coin hmmmm
567  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NODEX [NODX] POW/HiPoS - SHA256 on: June 14, 2015, 10:51:50 PM
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

Its seems that the new update is making the compile to fail, this is the update  https://github.com/bitcoin/secp256k1/commit/210ffed5cd27540263ae4df904b46a51f6ad2c91 so you need to use an older secp256k1 without that update
568  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NODEX [NODX] POW/HiPoS - SHA256 on: 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  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 
569  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NODEX [NODX] POW/HiPoS - SHA256 on: June 14, 2015, 10:43:49 PM
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
570  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NODEX [NODX] POW/HiPoS - SHA256 on: June 14, 2015, 10:25:31 PM
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
571  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NODEX [NODX] POW/HiPoS - SHA256 on: June 14, 2015, 10:17:43 PM
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
572  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GMC]Gridmaster Coin | 1-Click Masternodes | Hi-PoS | Encrypted Messaging on: June 14, 2015, 02:12:07 PM
Another ICO bleah  Cheesy  , and the ticker GMC it is taken by GameCredits coin https://bitcointalk.org/index.php?topic=1010745.0
573  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Lyrabar - Rare bar with Lyra2RE algorithm [CPU / GPU PoW] on: June 13, 2015, 01:57:13 PM
Coinminers pools is closing on 18.06.2015 :/

Hello

Yes , i just shutdown the stratum today and on 18.06.2015 i will shutdown all the pools on coinminers so pls come and withdraw your coins , any coins left on pool  will be considered donation.

Thanks for mining with us.
574  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANNOUNCEMENT YEP - Launch POW/POS 200% YEP SHA256D YEP on: June 12, 2015, 08:47:06 PM
Coinminers is up and running
575  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANNOUNCEMENT YEP - Launch POW/POS 200% YEP SHA256D YEP on: June 11, 2015, 10:43:49 PM
On block 52 according to coinminers.

This coin need a relaunch so i will shutdown the stratum , right now even if we find blocks on the pool you cant sync your wallets
576  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANNOUNCEMENT YEP - Launch POW/POS 200% YEP SHA256D YEP on: June 11, 2015, 04:33:31 PM
"proof-of-work" : 6508929.32530591

No blocks in 30 minutes. Cheesy

No block in 1h , it seems we got stuck at block 29  Grin
577  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANNOUNCEMENT YEP - Launch POW/POS 200% YEP SHA256D YEP on: June 11, 2015, 03:43:17 PM
https://coin-miners.info/yep/public  Grin
578  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NINJA] GoldStake - Future of Digital Gold | NO ICO/IPO | NO PREMINE on: June 10, 2015, 07:35:13 PM
https://bitcointalk.org/index.php?topic=658104.0


This should be Lotuscoin v2 with a virus Smiley)
579  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [MOXEN] POW/DPoS | sha256 | Ninja on: June 08, 2015, 10:49:56 PM
Its seems that dev forgot to change something on the source so thats why the wallet wont work  Grin


EDIT: And his node is down

trying connection 104.131.117.31:25255 lastseen=120.6hrs
connect() failed after select(): Connection refused
580  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]|[EDGE]|SHA256|POW/HiPoS|I2P|Encrypted Msgs|Masternodes on: June 08, 2015, 10:34:26 PM
EDGE is on c-cex >>> https://c-cex.com/?p=edge-btc >> in the meantime mine some at coinminers pool  Wink  Grin
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 [29] 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 ... 136 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!