Bitcoin Forum
May 09, 2024, 04:22:00 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 13 14 15 [16] 17 18 »  All
  Print  
Author Topic: [ANN][EC]▲ Eclipse ▲ Ring Signatures | Anonymous | TOR | Stealth Addresses  (Read 29595 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
kondiomir
Legendary
*
Offline Offline

Activity: 1568
Merit: 1000


Twitter @Acimirov


View Profile
March 21, 2016, 07:42:55 PM
 #301

Maybe.. Smiley



BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715228520
Hero Member
*
Offline Offline

Posts: 1715228520

View Profile Personal Message (Offline)

Ignore
1715228520
Reply with quote  #2

1715228520
Report to moderator
1715228520
Hero Member
*
Offline Offline

Posts: 1715228520

View Profile Personal Message (Offline)

Ignore
1715228520
Reply with quote  #2

1715228520
Report to moderator
Eclipse Crypto (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
March 23, 2016, 09:18:28 PM
 #302

EC Bounty Offer:

As noted previously, we are looking for someone to begin working with us on a new logo, images, website, etc. to help establish the Eclipse brand so we can begin moving forward in other areas.

The reward for this work will be paid in EC and will be negotiated based on the services provided.  If you are interested, please reach out to us via PM or email at admin@eclipsecrypto.com.

We will also offer a small finders fee for anyone who refers the person we choose to work with.  If you've got suggestions on a top notch designer, let us know and you may receive some EC!


Like we've said before, we're not going anywhere.  We'll try to be better about staying in communication, but please do not assume we'll have a daily "update".  More to come.  Don't lose faith so easily.





We've updated this to a full blown Logo contest with .1 BTC reward.  Please check out the thread here: https://bitcointalk.org/index.php?topic=1410021.0
penambang
Hero Member
*****
Offline Offline

Activity: 548
Merit: 501


View Profile WWW
March 27, 2016, 06:38:14 AM
 #303

Hi,

I'm trying to build QT wallet on my ubuntu but failed:

Code:
src/init.h:10:21: fatal error: eclipse.h: No such file or directory
compilation terminated.
Makefile:1312: recipe for target 'build/smessage.o' failed
make: *** [build/smessage.o] Error 1

where I can find that file?
Eclipse Crypto (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
March 27, 2016, 09:31:08 PM
 #304

Hi,

I'm trying to build QT wallet on my ubuntu but failed:

Code:
src/init.h:10:21: fatal error: eclipse.h: No such file or directory
compilation terminated.
Makefile:1312: recipe for target 'build/smessage.o' failed
make: *** [build/smessage.o] Error 1

where I can find that file?


Did you run autogen.sh then configure?

You need to have automake and autoconf installed.
penambang
Hero Member
*****
Offline Offline

Activity: 548
Merit: 501


View Profile WWW
March 28, 2016, 04:16:05 AM
Last edit: March 28, 2016, 08:33:51 PM by penambang
 #305

Hi,

I'm trying to build QT wallet on my ubuntu but failed:

Code:
src/init.h:10:21: fatal error: eclipse.h: No such file or directory
compilation terminated.
Makefile:1312: recipe for target 'build/smessage.o' failed
make: *** [build/smessage.o] Error 1

where I can find that file?


Did you run autogen.sh then configure?

You need to have automake and autoconf installed.

There is no autogen.sh on your sources also all build requirements is installed.
I usually build linux wallet using qmake.

Update:
I edit path to eclipse.h in init.h to:
Code:
#include "tor/adapter/eclipse.h"
is that correct file?

Also there is wrong file on eclipse.pro (ringsig.cpp instead of sigringu.cpp?)

Now I got this error:

Code:
build/init.o: In function `AppInit2(boost::thread_group&)':
init.cpp:(.text+0x9510): undefined reference to `wait_initialized'
build/net.o: In function `StartTor(void*)':
net.cpp:(.text+0x898): undefined reference to `tor_main'
build/sigringu.o: In function `hashToEC(unsigned char const*, unsigned int, bignum_st*, ec_point_st*) [clone .isra.48]':
sigringu.cpp:(.text+0x9b): undefined reference to `secp256k1_hash_to_ec_xy_bytes'
collect2: error: ld returned 1 exit status
Makefile:528: recipe for target 'eclipse' failed
make: *** [eclipse] Error 1

eclipsed daemon was successfully compiled without error, but I need GUI wallet.
Skyrik
Hero Member
*****
Offline Offline

Activity: 560
Merit: 501

ICONOMI Supporter


View Profile
March 29, 2016, 09:48:37 PM
 #306

good project devs. And i like your wallet. We need to go on yobit may be some posts in twitter with request ?
Skyrik
Hero Member
*****
Offline Offline

Activity: 560
Merit: 501

ICONOMI Supporter


View Profile
March 29, 2016, 10:08:23 PM
 #307

Hi,

I'm trying to build QT wallet on my ubuntu but failed:

Code:
src/init.h:10:21: fatal error: eclipse.h: No such file or directory
compilation terminated.
Makefile:1312: recipe for target 'build/smessage.o' failed
make: *** [build/smessage.o] Error 1

where I can find that file?


Did you run autogen.sh then configure?

You need to have automake and autoconf installed.

can you create slack channel for your users?and pow phase was end?
Black Mamba
Hero Member
*****
Offline Offline

Activity: 656
Merit: 500


Don't Trust Words


View Profile
March 30, 2016, 07:54:44 AM
 #308

Guys, everybody please make this request: https://yobit.net/en/addcoin/. We need more exchanges for EC.

Thanks





You mean we need more volume  Wink
Eclipse Crypto (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
March 30, 2016, 09:37:17 PM
 #309

Hi,

I'm trying to build QT wallet on my ubuntu but failed:

Code:
src/init.h:10:21: fatal error: eclipse.h: No such file or directory
compilation terminated.
Makefile:1312: recipe for target 'build/smessage.o' failed
make: *** [build/smessage.o] Error 1

where I can find that file?


Did you run autogen.sh then configure?

You need to have automake and autoconf installed.

can you create slack channel for your users?and pow phase was end?

Yes, PoW has ended and Eclipse is currently PoS only.

When the time is appropriate, we will create a Slack channel.   Cheesy
Eclipse Crypto (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
April 02, 2016, 05:51:56 PM
 #310

Check out the submission from the winner of our logo contest!  Stay tuned!

Cheesy

magaura
Legendary
*
Offline Offline

Activity: 1029
Merit: 1000



View Profile
April 03, 2016, 02:22:14 AM
 #311

Check out the submission from the winner of our logo contest!  Stay tuned!

Cheesy


 Shocked GOOOD!

Skyrik
Hero Member
*****
Offline Offline

Activity: 560
Merit: 501

ICONOMI Supporter


View Profile
April 04, 2016, 12:19:02 PM
 #312

soon will be update? we are waiting for it ^_^
kamvreto
Legendary
*
Offline Offline

Activity: 1960
Merit: 1157


View Profile
April 04, 2016, 05:12:44 PM
 #313

Check out the submission from the winner of our logo contest!  Stay tuned!

Cheesy


 Shocked GOOOD!

good design bro !! teach me.. Wink
Eclipse Crypto (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
April 04, 2016, 09:20:19 PM
 #314

soon will be update? we are waiting for it ^_^

Soon-ish there will be an update.
Skyrik
Hero Member
*****
Offline Offline

Activity: 560
Merit: 501

ICONOMI Supporter


View Profile
April 05, 2016, 12:47:10 PM
 #315

soon will be update? we are waiting for it ^_^

Soon-ish there will be an update.
mb some date?
Mysterion
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
April 05, 2016, 01:54:05 PM
 #316

Looking to buy a good amount of EC off exchange, please get in touch via PM!!

Maybe Eclipse Dev is willing to provide escrow?
Skyrik
Hero Member
*****
Offline Offline

Activity: 560
Merit: 501

ICONOMI Supporter


View Profile
April 08, 2016, 06:39:33 PM
 #317

dead coin?
Eclipse Crypto (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
April 09, 2016, 04:04:32 PM
 #318

Looking to buy a good amount of EC off exchange, please get in touch via PM!!

Maybe Eclipse Dev is willing to provide escrow?

Please let us know, we'd be happy to help.


dead coin?

More alive than ever before.  Quite a bit going on in the background, things don't happen over night. 

We'll step up our efforts to communicate more.
Skyrik
Hero Member
*****
Offline Offline

Activity: 560
Merit: 501

ICONOMI Supporter


View Profile
April 09, 2016, 08:11:25 PM
 #319

Looking to buy a good amount of EC off exchange, please get in touch via PM!!

Maybe Eclipse Dev is willing to provide escrow?

Please let us know, we'd be happy to help.


dead coin?

More alive than ever before.  Quite a bit going on in the background, things don't happen over night. 

We'll step up our efforts to communicate more.
ok. good news dev will wait for update Smiley
Mysterion
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
April 10, 2016, 01:05:49 PM
 #320

Offer still stands.

If anyone wants out at current price (+25% premium) without crashing the market, let me know Smiley

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 [16] 17 18 »  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!