Pages:
Author

Topic: [HXX] (OLD)(Community Takeover | No ICO / No premine | YoBit | "A" rank by Earlz - page 10. (Read 35557 times)

full member
Activity: 139
Merit: 100
legendary
Activity: 2674
Merit: 1030
Yes I am a pirate, 300 years too late!
somewhere there is a working pool

The coin is POS why do you want a pool?
full member
Activity: 139
Merit: 100
somewhere there is a working pool
full member
Activity: 139
Merit: 100
let the worker pool for mining
legendary
Activity: 910
Merit: 1000
seems like SuprNova.cc is in new chain now
blockexplorer also working
YoBit still at old chain

wait yobit and im send you coins  ^ cryptoid.info informed from twitter , fast responded ^ fine

any answer from yobit?
i also informed them

luckily this exploid had no affect atall to pos, and there is no sing that exploid was ever used to hexx pow
all miners where in equal position when pow

pos diff adjusting just like it should:
"proof-of-stake" : 24541.31411886
looks fine
hero member
Activity: 666
Merit: 500
seems like SuprNova.cc is in new chain now
blockexplorer also working
YoBit still at old chain

wait yobit and im send you coins  ^ cryptoid.info informed from twitter , fast responded ^ fine
legendary
Activity: 910
Merit: 1000
seems like SuprNova.cc is in new chain now
blockexplorer also working
YoBit still at old chain
legendary
Activity: 910
Merit: 1000
im not a  linux pro and i broke my linux laptop..
but ocminer solved same issue with octanecoin adding:

Thanks, I just commented out the DUSE_SECP256K1 line and it seems to work

Code:
#DEFS += -DUSE_SECP256K1

Explorer now catching up!

great, must update makefile.unix to git

edit: updated
legendary
Activity: 1100
Merit: 1030
im not a  linux pro and i broke my linux laptop..
but ocminer solved same issue with octanecoin adding:

Thanks, I just commented out the DUSE_SECP256K1 line and it seems to work

Code:
#DEFS += -DUSE_SECP256K1

Explorer now catching up!
legendary
Activity: 910
Merit: 1000
im not a  linux pro and i broke my linux laptop..
but ocminer solved same issue with octanecoin adding:
-Wl,-rpath,/usr/local/include -L/usr/local/include -lsecp256k1
like this:


Code:
USE_UPNP:=0
USE_WALLET:=1

LINK:=$(CXX)
ARCH:=$(system lscpu | head -n 1 | awk '{print $2}')

DEFS=-DBOOST_SPIRIT_THREADSAFE
#DEFS += -DUSE_SECP256K1
DEFS += $(addprefix -I,$(CURDIR) $(CURDIR)/obj $(BOOST_INCLUDE_PATH) $(BDB_INCLUDE_PATH) $(OPENSSL_INCLUDE_PATH))
LIBS = $(addprefix -L,$(BOOST_LIB_PATH) $(BDB_LIB_PATH) $(OPENSSL_LIB_PATH))

LMODE = dynamic
LMODE2 = dynamic
ifdef STATIC
LMODE = static
ifeq (${STATIC}, all)
LMODE2 = static
endif
endif

# for boost 1.37, add -mt to the boost libraries
LIBS += \
 -Wl,-B$(LMODE) \
   -l boost_system$(BOOST_LIB_SUFFIX) \
   -l boost_filesystem$(BOOST_LIB_SUFFIX) \
   -l boost_program_options$(BOOST_LIB_SUFFIX) \
   -l boost_thread$(BOOST_LIB_SUFFIX) \
   -l db_cxx$(BDB_LIB_SUFFIX) \
   -l ssl \
   -l crypto

ifndef USE_UPNP
override USE_UPNP = -
endif
ifneq (${USE_UPNP}, -)
LIBS += -l miniupnpc
DEFS += -DUSE_UPNP=$(USE_UPNP)
endif

LIBS+= \
 -Wl,-B$(LMODE2) \
   -l z \
   -l dl \
   -l pthread \
   -Wl,-rpath,/usr/local/include -L/usr/local/include -lsecp256k1
legendary
Activity: 1100
Merit: 1030
git checkout a1d5ae1
...
make install

This is the problematic portion: having a dependency to a specific version of a shared library being installed at the OS level.
(hence why I wrote the library should be statically linked and moved to the wallet source if a specific version is required, otherwise it's the beginning of dll hell)
member
Activity: 94
Merit: 10
i will push sourcecode to git later.. maybe tomorrow

github:
https://github.com/hexxcointakeover/hexxcoin

I just tried to compile it to update the explorer, but it fails with the following error (Ubuntu 14), probably from a secp256k1 version issue

Code:
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

(I guess ideal would be to include the secp256k1 version you require in the source and link to it statically)

git clone http://www.github.com/bitcoin/secp256k1
cd secp256k1
git checkout a1d5ae1
./autogen.sh
./configure
make
make install
legendary
Activity: 1100
Merit: 1030
i will push sourcecode to git later.. maybe tomorrow

github:
https://github.com/hexxcointakeover/hexxcoin

I just tried to compile it to update the explorer, but it fails with the following error (Ubuntu 14), probably from a secp256k1 version issue

Code:
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

(I guess ideal would be to include the secp256k1 version you require in the source and link to it statically)
legendary
Activity: 910
Merit: 1000
i will push sourcecode to git later.. maybe tomorrow

github:
https://github.com/hexxcointakeover/hexxcoin
member
Activity: 94
Merit: 10
Made a VPS node:

Hexxcore:2.0.0.4
addnode=108.61.103.195



i think it works so far that yobit can be informed as soon as:
we have our vps node updated to 2.0.0.7
and it is up again

It seems to be running good and the diff is readjusting nice along with  the stakes.
stake rewards of 0.08 - 0.39

Nice Job!  Cool

informed yobit, just keep your wallets up 24/7 now, so schernikau has some time to update his vps seed
now we are runnning on you 2 guys keeping seeds up!



Well done!

vps is updated now and running!

addnode=108.61.103.195
hero member
Activity: 666
Merit: 500
moving post up again:

LATEST UPDATE, URGENT!!!:

wallet protocol version 60027
client version 2.0.0.7 TEST4
-updated 3 inner seeds
-one prefix value restored
-added checkpoints
-irc removed
-fixed version number to wallet
-alert and checkpoint keys changed
-pos reward fix
-removed leveldb leftovers from source
-darksend options still not activated to wallet

 
win wallet v2.0.0.7:
http://www.filedropper.com/hexx-qt_5

https://www.virustotal.com/en/file/d114c35ffac392f371f373e0083f498915eaaa21bc87c3bdc12927ec346fb061/analysis/1436295946/

SHA256:d114c35ffac392f371f373e0083f498915eaaa21bc87c3bdc12927ec346fb061

source v2.0.0.7:
http://www.filedropper.com/hexx-master-2007



big update ! thx



full member
Activity: 275
Merit: 104
Made a VPS node:

Hexxcore:2.0.0.4
addnode=108.61.103.195



i think it works so far that yobit can be informed as soon as:
we have our vps node updated to 2.0.0.7
and it is up again

It seems to be running good and the diff is readjusting nice along with  the stakes.
stake rewards of 0.08 - 0.39

Nice Job!  Cool

informed yobit, just keep your wallets up 24/7 now, so schernikau has some time to update his vps seed
now we are runnning on you 2 guys keeping seeds up!



Sure, i´ll have wallet running.
legendary
Activity: 910
Merit: 1000
Made a VPS node:

Hexxcore:2.0.0.4
addnode=108.61.103.195



i think it works so far that yobit can be informed as soon as:
we have our vps node updated to 2.0.0.7
and it is up again

It seems to be running good and the diff is readjusting nice along with  the stakes.
stake rewards of 0.08 - 0.39

Nice Job!  Cool

informed yobit, just keep your wallets up 24/7 now, so schernikau has some time to update his vps seed
now we are runnning on you 2 guys keeping seeds up!

full member
Activity: 275
Merit: 104
Made a VPS node:

Hexxcore:2.0.0.4
addnode=108.61.103.195



i think it works so far that yobit can be informed as soon as:
we have our vps node updated to 2.0.0.7
and it is up again

It seems to be running good and the diff is readjusting nice along with  the stakes.
stake rewards of 0.08 - 0.39

Nice Job!  Cool
legendary
Activity: 910
Merit: 1000
Made a VPS node:

Hexxcore:2.0.0.4
addnode=108.61.103.195



i think it works so far that yobit can be informed as soon as:
we have our vps node updated to 2.0.0.7
and it is up again
Pages:
Jump to: