Bitcoin Forum
May 24, 2024, 02:17:55 AM *
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 »
641  Bitcoin / Bitcoin Discussion / Re: Blocks are full. on: March 02, 2016, 09:26:16 PM
This is really interesting.  I started running Classic recently and I too feel like I might have been the target of a DoS attack the last couple of days; my router/firewall has been reporting lots of teardrop attacks (way more than ever before) and as such has been less responsive than before.  How does one determine they are being attacked for sure?
http://nodecounter.com/how_to_defeat_ddos_attacks_against_bitcoin_classic.php
642  Local / Ελληνικά (Greek) / Re: Classic Failed on: March 01, 2016, 09:12:50 PM
Στην ουσία δεν βλέπω κάποια απάντηση. Τι μπορει να λύσει δλδ μια αύξηση των block?
όπως είπες δεν βλέπεις
643  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [EC] ▲ Eclipse ▲ SHA256d PoW/PoS V2 ▲ HiPoS Reward ▲ Mine Now! on: March 01, 2016, 12:30:02 PM
hth

logfile.txt

https://copy.com/IONneq2mTBKRUOVN

seems that one : g++: error: /usr/local/lib/libgmp.a: not found !

sudo apt-get install libgmp3-dev does not fix that


ii solved removing this line  https://github.com/EclipseCrypto/eclipse/blob/master/src/makefile.unix#L274
Lol, you really cannot just remove random lines from the code and tell people that you "solved a problem". It's like when I say, "I got it to compile. I went to https://github.com/bitcoin/bitcoin and cloned the source, copied all files in there, went back to the eclipse source, removed all files and pasted the files from my clipboard into that directory. Then, I was able to compile without errors."
Every line in the code has its purpose, and by deleting stuff, you just delay the problems to later.
You have to solve problems by setting up the dependencies. No way around that.

personally not studied the code i have no time,to me work fine I tried to help
644  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [EC] ▲ Eclipse ▲ First Cryptographically Anon SHA256d ▲ HiPoS ▲ Mine Now! on: March 01, 2016, 11:45:22 AM
https://ec.suprnova.cc 460 ths network hashrate 1 + phs
645  Local / Ελληνικά (Greek) / Re: Classic Failed on: March 01, 2016, 11:28:03 AM
Με την έκδοση 0.12.0 όλα αυτά έχουν πέσει στο κενό.
Η ανάπτυξη του Bitcoin Core προβλέπει λύσεις για όλα τα θέματα.
η λύση χρειάζεται εδώ και τώρα
646  Local / Ελληνικά (Greek) / Re: Classic Failed on: March 01, 2016, 11:27:05 AM
 31,518 (42,017.15 Kb) Unconfirmed Transactions το πρόβλημα είναι εμφανές
647  Local / Altcoin Announcements (Ελληνικά) / Re: [ANN][LISK] Lisk | ICO | Αποκεντρωμένη Εφαρμογή & Πλατφόρμα Sidechain on: February 29, 2016, 02:58:48 PM
Πάει σφαίρα το ICO  Shocked

Τρελό ποσό έχουν μαζέψει μέχρι στιγμής οι τύποι... Ας ελπίσουμε ότι θα το χρησιμοποιήσουν σωστά... και να μην πρόκειται περί αρπαχτής όπως γράφουν διάφοροι στο αντίστοιχο thread του Lisk...

Και για το Ethereum τα ίδια έγγραφαν και συνεχίζουν να γράφουν.Θα δείξει.Αλλά δε νομίζω να είναι αρπαχτή.

Και εγώ το ίδιο πιστεύω!Σε μια ICO με escrow και φωτογραφίες των DEV είναι πολύ δύσκολο να πάει κάτι στραβά!


συμφωνώ
648  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [EC] ▲ Eclipse ▲ SHA256d PoW/PoS V2 ▲ HiPoS Reward ▲ Mine Now! on: February 28, 2016, 11:36:48 PM
I have errors during the compilation

Code:
src/init.h:10:21: fatal error: eclipse.h: The file or directory does not exist
 #include "eclipse.h"
                     ^
compilation terminated.
make: *** [build/smessage.o] Error 1
dev without  #include "eclipse.h" in init.h the error is solved is required the #include "eclipse.h" ?
649  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [EC] ▲ Eclipse ▲ SHA256d PoW/PoS V2 ▲ HiPoS Reward ▲ Mine Now! on: February 28, 2016, 11:34:07 PM
it does not allow to change RPC Port with my eclipsecrypto.conf


why ? i use 3333
650  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [EC] ▲ Eclipse ▲ SHA256d PoW/PoS V2 ▲ HiPoS Reward ▲ Mine Now! on: February 28, 2016, 11:29:26 PM
Never run anything as root ..

The latest commit is compiling and running fine now finally
yes run fine
651  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [EC] ▲ Eclipse ▲ SHA256d PoW/PoS V2 ▲ HiPoS Reward ▲ Mine Now! on: February 28, 2016, 11:27:53 PM
listen=1
server=1
daemon=1
rpcuser=xxxxxxxxxx
rpcpassword=xxxxxxxxxxxxxxx
rpcport=2336   ( that port i want ! )
rpcallowip=127.0.0.1
staking=0\n
enableaccounts=1


./eclipsed
EclipseCrypto server starting
root@gcpool:~/eclipse/src# EclipseCrypto: Unable to bind to 127.0.0.1:35914 on this computer. EclipseCrypto is probably already running.
EclipseCrypto: Failed to listen on any port.


hmmhhmhm

./eclipsed stop and try it again
652  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [EC] ▲ Eclipse ▲ SHA256d PoW/PoS V2 ▲ HiPoS Reward ▲ Mine Now! on: February 28, 2016, 11:19:41 PM
whats the name of the.conf file ?


eclipsecrypto.conf
653  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [EC] ▲ Eclipse ▲ SHA256d PoW/PoS V2 ▲ HiPoS Reward ▲ Mine Now! on: February 28, 2016, 11:17:52 PM
Grin Grin Grin Grin


EclipseCrypto version v1.0.0.0-g (2016-02-28 15:17:03 -0700)
Operating in full mode.
Using OpenSSL version OpenSSL 1.0.1f 6 Jan 2014
Startup time: 02/28/16 23:16:06
Default data directory /root/.eclipsecrypto
Used data directory /root/.eclipsecrypto
dbenv.open LogDir=/root/.eclipsecrypto/database ErrorFile=/root/.eclipsecrypto/db.log
Bound to 127.0.0.1:35914
TOR thread started.
AddLocal(eedngwl7r7p3aqc5.onion:35914,6)
Loading block index...
Opening LevelDB in /root/.eclipsecrypto/txleveldb
Opened LevelDB successfully
SetBestChain: new best=000001e79ad85e44c7b1  height=0  trust=4194320  blocktrust=4194320  date=02/23/16 08:54:20
ResetSyncCheckpoint: pending for sync-checkpoint 00000eca234f07edc98aaf3f2a7b7478dc58992a9cd439323d099c6a590ca2bb
ERROR: LoadBlockIndex() : failed to reset sync-checkpoint
EclipseCrypto: Error loading blkindex.dat
Finalise()
StopNode()
Flushed 0 addresses to peers.dat  1ms
Shutdown complete.



 Grin Grin Grin Grin


try to restart it
654  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [EC] ▲ Eclipse ▲ SHA256d PoW/PoS V2 ▲ HiPoS Reward ▲ Mine Now! on: February 28, 2016, 10:57:58 PM
hth

logfile.txt

https://copy.com/IONneq2mTBKRUOVN

seems that one : g++: error: /usr/local/lib/libgmp.a: not found !

sudo apt-get install libgmp3-dev does not fix that


ii solved removing this line  https://github.com/EclipseCrypto/eclipse/blob/master/src/makefile.unix#L274
655  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [EC] ▲ Eclipse ▲ SHA256d PoW/PoS V2 ▲ HiPoS Reward ▲ Mine Now! on: February 28, 2016, 10:08:16 PM
dev this lines is required
if (!secp256k1_hash_to_ec_xy_bytes(b32_x, b32_y, pcHash))
        return 1;    ?


Yes, it takes a 32 byte big endian scalar hash and returns two 32 byte big endian scalars that describe a point on the eliptic curve secp256k1. Wink

with this commit https://github.com/EclipseCrypto/eclipse/commit/e7897d90e3b89abd23cd9eb82d87c0908b84c235 this error solved ?
Code:
sigringu.cpp: In function ‘int hashToEC(const uint8_t*, uint32_t, BIGNUM*, EC_POINT*)’:
sigringu.cpp:150:60: error: ‘secp256k1_hash_to_ec_xy_bytes’ was not declared in this scope
     if (!secp256k1_hash_to_ec_xy_bytes(b32_x, b32_y, pcHash))
                                                            ^
make: *** [obj/sigringu.o] Error 1





Nope, error is still there Smiley

@Oc:   lohnt nicht sich darüber aufzuregen . es ist immer noch eine "Bringschuld" des Devs eine funktionierende Source zu stellen . Und da er das nicht im Griff hat , so what :-)

Gruss Glen

Wir versuchen zu helfen
656  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [EC] ▲ Eclipse ▲ SHA256d PoW/PoS V2 ▲ HiPoS Reward ▲ Mine Now! on: February 28, 2016, 10:04:39 PM
dev this lines is required
if (!secp256k1_hash_to_ec_xy_bytes(b32_x, b32_y, pcHash))
        return 1;    ?


Yes, it takes a 32 byte big endian scalar hash and returns two 32 byte big endian scalars that describe a point on the eliptic curve secp256k1. Wink

with this commit https://github.com/EclipseCrypto/eclipse/commit/e7897d90e3b89abd23cd9eb82d87c0908b84c235 this error solved ?
Code:
sigringu.cpp: In function ‘int hashToEC(const uint8_t*, uint32_t, BIGNUM*, EC_POINT*)’:
sigringu.cpp:150:60: error: ‘secp256k1_hash_to_ec_xy_bytes’ was not declared in this scope
     if (!secp256k1_hash_to_ec_xy_bytes(b32_x, b32_y, pcHash))
                                                            ^
make: *** [obj/sigringu.o] Error 1

Nope, error is still there Smiley
/
also if we remove the lines 150-151 on sigringu.cpp its compiled success..  if the lines 150-151 is required dev how we can solve the problem without removing the lines 150-151 ?
657  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [EC] ▲ Eclipse ▲ SHA256d PoW/PoS V2 ▲ HiPoS Reward ▲ Mine Now! on: February 28, 2016, 09:53:36 PM
dev this lines is required
if (!secp256k1_hash_to_ec_xy_bytes(b32_x, b32_y, pcHash))
        return 1;    ?


Yes, it takes a 32 byte big endian scalar hash and returns two 32 byte big endian scalars that describe a point on the eliptic curve secp256k1. Wink

with this commit https://github.com/EclipseCrypto/eclipse/commit/e7897d90e3b89abd23cd9eb82d87c0908b84c235 this error solved ?
Code:
sigringu.cpp: In function ‘int hashToEC(const uint8_t*, uint32_t, BIGNUM*, EC_POINT*)’:
sigringu.cpp:150:60: error: ‘secp256k1_hash_to_ec_xy_bytes’ was not declared in this scope
     if (!secp256k1_hash_to_ec_xy_bytes(b32_x, b32_y, pcHash))
                                                            ^
make: *** [obj/sigringu.o] Error 1
658  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [EC] ▲ Eclipse ▲ SHA256d PoW/PoS V2 ▲ HiPoS Reward ▲ Mine Now! on: February 28, 2016, 09:31:01 PM
After secp problem solving i fetch a error
sigringu.cpp: In function ‘int hashToEC(const uint8_t*, uint32_t, BIGNUM*, EC_POINT*)’:
sigringu.cpp:150:60: error: ‘secp256k1_hash_to_ec_xy_bytes’ was not declared in this scope
     if (!secp256k1_hash_to_ec_xy_bytes(b32_x, b32_y, pcHash))
                                                            ^
make: *** [obj/sigringu.o] Error 1

i remove the line 150-151 from sigringu.cpp and then make -f makefile.unix

Yeah but this cannot work, you're just removing that function from the source.. If the source/binary ever needs this function it will fail
i compiled by removing this line the dev can say if this function is needed i try to help

Yeah cheers and thanks for your help, you've helped a lot more than the dev actually Smiley

Post an error message next time.

If you wait until literally Sunday morning to post a helpful error message, do you think you are going to get help immediately? Legit devs have legit lives. You had all weekend to post an error message.



You had all time since launch to get your repo cloned onto a vm/vps and do a simple test compile there.

It's not my job getting bugs/flaws ironed out you implement or do testing which you didn't Wink

Nevertheless with all the love in this thread and your attitude, good luck with this project.
Agree with ocminer i notice this problem yesterday i have solved in 2 minutes
also ask where is the problem https://bitcointalk.org/index.php?topic=1378922.msg14033384#msg14033384
and i dont get a answer the like problem is on secp and i ignore it  you answer What do you mean problem? There is no problem.  

Run it a second time. if you have answer we have problem on secp e.g i had the solution from yesterday
659  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [EC] ▲ Eclipse ▲ SHA256d PoW/PoS V2 ▲ HiPoS Reward ▲ Mine Now! on: February 28, 2016, 09:26:36 PM
dev this lines is required
if (!secp256k1_hash_to_ec_xy_bytes(b32_x, b32_y, pcHash))
        return 1;    ?
660  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [EC] ▲ Eclipse ▲ SHA256d PoW/PoS V2 ▲ HiPoS Reward ▲ Mine Now! on: February 28, 2016, 09:24:14 PM
After secp problem solving i fetch a error
sigringu.cpp: In function ‘int hashToEC(const uint8_t*, uint32_t, BIGNUM*, EC_POINT*)’:
sigringu.cpp:150:60: error: ‘secp256k1_hash_to_ec_xy_bytes’ was not declared in this scope
     if (!secp256k1_hash_to_ec_xy_bytes(b32_x, b32_y, pcHash))
                                                            ^
make: *** [obj/sigringu.o] Error 1

i remove the line 150-151 from sigringu.cpp and then make -f makefile.unix

Yeah but this cannot work, you're just removing that function from the source.. If the source/binary ever needs this function it will fail
i compiled by removing this line the dev can say if this function is needed i try to help

Yeah cheers and thanks for your help, you've helped a lot more than the dev actually Smiley

Post an error message next time.

If you wait until literally Sunday morning to post a helpful error message, do you think you are going to get help immediately? Legit devs have legit lives. You had all weekend to post an error message.


are you talking to me ?
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!