Bitcoin Forum
May 06, 2024, 04:47:25 PM *
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 »  All
  Print  
Author Topic: [ANN][ECN] eCoin {SHA-3 Security}{Universal Currency}{GPU/CPU} LAUNCHED  (Read 42647 times)
MarkoDev (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
January 22, 2014, 12:28:14 AM
 #81

with the modified cgminer the dev posted i've hit one block but it say shares accepted=2. total share rejects = 7

As the difficulty adjusts the stale rate will drop. You are now an eCoiner Cheesy
1715014045
Hero Member
*
Offline Offline

Posts: 1715014045

View Profile Personal Message (Offline)

Ignore
1715014045
Reply with quote  #2

1715014045
Report to moderator
"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
dxas1
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
January 22, 2014, 12:28:39 AM
 #82

E3 1230 V2   1M/s
6950  40M/s

GPU??????CPU?????
DocNougat
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
January 22, 2014, 12:29:52 AM
 #83

the i7 in my laptop is pulling 553-600ish kh/s

edit: also 126 kh/s on an phenom x2
turtle83
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


Supersonic


View Profile WWW
January 22, 2014, 12:33:16 AM
 #84

After fixing the leveldb issues (wrong file mode on leveldb/build_detect_platform and missing makefile)

Code:
g++ -O3 -mtune=native -march=native -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/eCoin/src -I/root/eCoin/src/obj -DUSE_IPV6=1 -I/root/eCoin/src/leveldb/include -I/root/eCoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -O3 -mtune=native -march=native -o bitcoind leveldb/libleveldb.a obj/alert.o obj/version.o obj/checkpoints.o obj/netbase.o obj/addrman.o obj/crypter.o obj/key.o obj/db.o obj/init.o obj/irc.o obj/keystore.o obj/main.o obj/net.o obj/protocol.o obj/bitcoinrpc.o obj/rpcdump.o obj/rpcnet.o obj/rpcmining.o obj/rpcwallet.o obj/rpcblockchain.o obj/rpcrawtransaction.o obj/script.o obj/sync.o obj/util.o obj/wallet.o obj/walletdb.o obj/hash.o obj/bloom.o obj/noui.o obj/leveldb.o obj/txdb.o -Wl,-z,relro -Wl,-z,now   -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -Wl,-Bdynamic -l z -l dl -l pthread /root/eCoin/src/leveldb/libleveldb.a /root/eCoin/src/leveldb/libmemenv.a
obj/init.o: In function `Hash3<char*>':
/root/eCoin/src/keccak/hash3.h:16: undefined reference to `crypto_hash(unsigned char*, unsigned char const*, unsigned long long)'
/root/eCoin/src/keccak/hash3.h:18: undefined reference to `crypto_hash(unsigned char*, unsigned char const*, unsigned long long)'
obj/main.o: In function `Hash3<char*>':
/root/eCoin/src/keccak/hash3.h:16: undefined reference to `crypto_hash(unsigned char*, unsigned char const*, unsigned long long)'
/root/eCoin/src/keccak/hash3.h:18: undefined reference to `crypto_hash(unsigned char*, unsigned char const*, unsigned long long)'
/root/eCoin/src/keccak/hash3.h:16: undefined reference to `crypto_hash(unsigned char*, unsigned char const*, unsigned long long)'
obj/main.o:/root/eCoin/src/keccak/hash3.h:18: more undefined references to `crypto_hash(unsigned char*, unsigned char const*, unsigned long long)' follow
obj/main.o: In function `ProcessMessage':
/root/eCoin/src/main.cpp:3141: undefined reference to `cs_mapNewsMessages'
obj/main.o: In function `ProcessMessage':
/usr/include/c++/4.8/bits/stl_map.h:321: undefined reference to `mapNewsMessages'
obj/main.o: In function `ProcessMessage':
/root/eCoin/src/main.cpp:3142: undefined reference to `mapNewsMessages'
/root/eCoin/src/main.cpp:3143: undefined reference to `CNewsMessage::RelayTo(CNode*) const'
/root/eCoin/src/main.cpp:3142: undefined reference to `mapNewsMessages'
/root/eCoin/src/main.cpp:3637: undefined reference to `CNewsMessage::GetHash() const'
/root/eCoin/src/main.cpp:3640: undefined reference to `CNewsMessage::ProcessMessage()'
/root/eCoin/src/main.cpp:3647: undefined reference to `CNewsMessage::RelayTo(CNode*) const'
obj/main.o: In function `Hash3<char*>':
/root/eCoin/src/keccak/hash3.h:16: undefined reference to `crypto_hash(unsigned char*, unsigned char const*, unsigned long long)'
/root/eCoin/src/keccak/hash3.h:18: undefined reference to `crypto_hash(unsigned char*, unsigned char const*, unsigned long long)'
/root/eCoin/src/keccak/hash3.h:16: undefined reference to `crypto_hash(unsigned char*, unsigned char const*, unsigned long long)'
/root/eCoin/src/keccak/hash3.h:18: undefined reference to `crypto_hash(unsigned char*, unsigned char const*, unsigned long long)'
obj/main.o: In function `CNewsMessage::CNewsMessage()':
/root/eCoin/src/newsmessage.h:58: undefined reference to `CNewsMessage::SetNull()'
obj/main.o: In function `uint256 Hash3<char*>(char*, char*)':
/root/eCoin/src/keccak/hash3.h:16: undefined reference to `crypto_hash(unsigned char*, unsigned char const*, unsigned long long)'
/root/eCoin/src/keccak/hash3.h:18: undefined reference to `crypto_hash(unsigned char*, unsigned char const*, unsigned long long)'
obj/txdb.o: In function `Hash3<char*>':
/root/eCoin/src/keccak/hash3.h:16: undefined reference to `crypto_hash(unsigned char*, unsigned char const*, unsigned long long)'
/root/eCoin/src/keccak/hash3.h:18: undefined reference to `crypto_hash(unsigned char*, unsigned char const*, unsigned long long)'
/root/eCoin/src/keccak/hash3.h:16: undefined reference to `crypto_hash(unsigned char*, unsigned char const*, unsigned long long)'
obj/txdb.o:/root/eCoin/src/keccak/hash3.h:18: more undefined references to `crypto_hash(unsigned char*, unsigned char const*, unsigned long long)' follow
obj/rpcnet.o: In function `sendalert(std::vector<json_spirit::Value_impl<json_spirit::Config_vector<std::string> >, std::allocator<json_spirit::Value_impl<json_spirit::Config_vector<std::string> > > > const&, bool)':
/root/eCoin/src/rpcnet.cpp:23: undefined reference to `CSendAlert::CSendAlert()'
/root/eCoin/src/rpcnet.cpp:24: undefined reference to `CSendAlert::Test(std::string, std::string)'
/root/eCoin/src/rpcnet.cpp:23: undefined reference to `CSendAlert::~CSendAlert()'
/root/eCoin/src/rpcnet.cpp:23: undefined reference to `CSendAlert::~CSendAlert()'
obj/rpcnet.o: In function `sendnews(std::vector<json_spirit::Value_impl<json_spirit::Config_vector<std::string> >, std::allocator<json_spirit::Value_impl<json_spirit::Config_vector<std::string> > > > const&, bool)':
/root/eCoin/src/rpcnet.cpp:42: undefined reference to `CSendNewsMessage::CSendNewsMessage()'
/root/eCoin/src/rpcnet.cpp:43: undefined reference to `CSendNewsMessage::Test(std::string, std::string, std::string, std::string)'
/root/eCoin/src/rpcnet.cpp:42: undefined reference to `CSendNewsMessage::~CSendNewsMessage()'
/root/eCoin/src/rpcnet.cpp:42: undefined reference to `CSendNewsMessage::~CSendNewsMessage()'
obj/rpcblockchain.o: In function `Hash3<char*>':
/root/eCoin/src/keccak/hash3.h:16: undefined reference to `crypto_hash(unsigned char*, unsigned char const*, unsigned long long)'
/root/eCoin/src/keccak/hash3.h:18: undefined reference to `crypto_hash(unsigned char*, unsigned char const*, unsigned long long)'
collect2: error: ld returned 1 exit status
make: *** [bitcoind] Error 1

Pretty sure some library is missing. hint: https://github.com/eCoinSource/eCoin/blob/master/src/keccak/crypto_hash.h

dxas1
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
January 22, 2014, 12:35:59 AM
 #85

I get 85 mh/s with my 280x. Someone else mining with this gpu and get better results?

my 6950 is getting 40mhs


INTEL E3 1230 V2   1M/S

MarkoDev
I want to scold
turtle83
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


Supersonic


View Profile WWW
January 22, 2014, 12:37:29 AM
 #86

Good luck on your windoze GPU coin...
* turtle83 goes to sleep...

itf991
Sr. Member
****
Offline Offline

Activity: 392
Merit: 251


View Profile
January 22, 2014, 12:39:40 AM
 #87

With modified cgminer  I cannot adjust intensity. Sad
blaaaaacksuit
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250

Who cares?


View Profile
January 22, 2014, 12:40:08 AM
 #88

diff already 3ish, was hoping to at least get a block with my CPU before it was impossible.  So sick of these GPUs.   Undecided
DocNougat
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
January 22, 2014, 12:40:57 AM
 #89

With modified cgminer  I cannot adjust intensity. Sad

I'm having the same issue. I can change it but it does nothing unless I go over 13, at which point my hashrate drops by 90%
badam
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


View Profile
January 22, 2014, 12:42:16 AM
 #90

diff already 3ish, was hoping to at least get a block with my CPU before it was impossible.  So sick of these GPUs.   Undecided

Agree. If it would have been cpu i would love it but it is not true what dev said that cpu is still viable when cpu gets around 500 khash and gpu 85 mhash
vivian999
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 22, 2014, 12:43:11 AM
 #91

E3 1230 V2  1M/s
AMD 8120 550K/S

But 280x have 85m/s 6950have 45m/s

@MarkoDev   You begin not to say "cpu only" CPU is a joke
MarkoDev (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
January 22, 2014, 12:44:51 AM
 #92

E3 1230 V2  1M/s
AMD 8120 550K/S

But 280x have 85m/s 6950have 45m/s

@MarkoDev   You begin not to say "cpu only" CPU is a joke

Hello,

That was before knowing a GPU implementation is simple. In which case of course I provided it to all.
ryen123
Sr. Member
****
Offline Offline

Activity: 292
Merit: 250


View Profile
January 22, 2014, 12:48:08 AM
 #93

Anyone managed to compile qt on linux??

itf991
Sr. Member
****
Offline Offline

Activity: 392
Merit: 251


View Profile
January 22, 2014, 01:06:23 AM
 #94

Diff is already 7 and no pool. Wtf???
blaaaaacksuit
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250

Who cares?


View Profile
January 22, 2014, 01:15:23 AM
 #95

Diff 10 and still no blocks, so much for this coin, back to frozen.
MarkoDev (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
January 22, 2014, 01:38:17 AM
 #96

Yes there are a lot of miners but you can still get a good amount of coins.
blaaaaacksuit
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250

Who cares?


View Profile
January 22, 2014, 01:43:15 AM
 #97

With a GPU maybe, but not with a couple of CPU cores.  By the time someone gets a pool going it wont even be practical to CPU mine in those either.  I know you just released this coin here but if you we're to create a CPU only coin and have it done the right way you'd make a lot of us poor people happy lol!
MarkoDev (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
January 22, 2014, 01:46:50 AM
 #98

With a GPU maybe, but not with a couple of CPU cores.  By the time someone gets a pool going it wont even be practical to CPU mine in those either.  I know you just released this coin here but if you we're to create a CPU only coin and have it done the right way you'd make a lot of us poor people happy lol!

SHA-3 is used for security and to update the standard. If GPU mining was not viable with SHA-3 that would be one thing, but it is. I can't handicap a good source of hash for no reason. Smiley
blaaaaacksuit
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250

Who cares?


View Profile
January 22, 2014, 02:04:21 AM
 #99

With a GPU maybe, but not with a couple of CPU cores.  By the time someone gets a pool going it wont even be practical to CPU mine in those either.  I know you just released this coin here but if you we're to create a CPU only coin and have it done the right way you'd make a lot of us poor people happy lol!

SHA-3 is used for security and to update the standard. If GPU mining was not viable with SHA-3 that would be one thing, but it is. I can't handicap a good source of hash for no reason. Smiley

Wasn't asking you to, just saying a lot of people out there looking for a good CPU coin that's all.  Anyways, congrats on the release, seems like so far its gone pretty flawless.  Cool coin, hope it gets big!
eddywise
Sr. Member
****
Offline Offline

Activity: 253
Merit: 250

Let's Boolberry


View Profile
January 22, 2014, 02:15:17 AM
 #100

AMD 5770 with 23.8Mhash/s ,but none block found
r u guys got any block?

Boolberry : @eddywise                                                                                                                                                                                                                       DRK:XqTbkj1hpCWBpBSvbWtzBRu5PxzJ2KoA3F                                                                                                                                                                                   BTC:1FZYvzY4cPLwwZmU8rGPM7xGYjfjiZUmuZ  Once desperately want, now desperate to forget
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 »  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!