Pages:
Author

Topic: CRABCOIN[CRAB] X15 POW/POS - page 7. (Read 9487 times)

legendary
Activity: 2282
Merit: 1051
unnamed.Exchange, join the Cool Kids!!!
October 09, 2016, 05:47:09 AM
#18
any Exchange ?  *cough*
legendary
Activity: 1134
Merit: 1003
October 09, 2016, 05:41:24 AM
#17
Mining in solo why I do not find blocks?

What should I put in the conf file?
hero member
Activity: 750
Merit: 500
October 09, 2016, 05:24:27 AM
#16
if you fix the wallet i add it to Tradesatoshi

you'll probably need to be explicit in exactly WHAT you want to see "fixed"

obj/init.o: In function `uint256 Hash9(char*, char*)':
/Crabcoin/src/hashblock.h:129: undefined reference to `sph_luffa512_init'
/Crabcoin/src/hashblock.h:130: undefined reference to `sph_luffa512'
/Crabcoin/src/hashblock.h:131: undefined reference to `sph_luffa512_close'
/Crabcoin/src/hashblock.h:133: undefined reference to `sph_cubehash512_init'
/Crabcoin/src/hashblock.h:134: undefined reference to `sph_cubehash512'
/Crabcoin/src/hashblock.h:135: undefined reference to `sph_cubehash512_close'
/Crabcoin/src/hashblock.h:137: undefined reference to `sph_shavite512_init'
/Crabcoin/src/hashblock.h:138: undefined reference to `sph_shavite512'
/Crabcoin/src/hashblock.h:139: undefined reference to `sph_shavite512_close'
/Crabcoin/src/hashblock.h:141: undefined reference to `sph_simd512_init'
/Crabcoin/src/hashblock.h:142: undefined reference to `sph_simd512'
/Crabcoin/src/hashblock.h:143: undefined reference to `sph_simd512_close'
/Crabcoin/src/hashblock.h:145: undefined reference to `sph_echo512_init'
/Crabcoin/src/hashblock.h:146: undefined reference to `sph_echo512'
/Crabcoin/src/hashblock.h:147: undefined reference to `sph_echo512_close'
/Crabcoin/src/hashblock.h:149: undefined reference to `sph_hamsi512_init'
/Crabcoin/src/hashblock.h:150: undefined reference to `sph_hamsi512'
/Crabcoin/src/hashblock.h:151: undefined reference to `sph_hamsi512_close'
/Crabcoin/src/hashblock.h:153: undefined reference to `sph_fugue512_init'
/Crabcoin/src/hashblock.h:154: undefined reference to `sph_fugue512'
/Crabcoin/src/hashblock.h:155: undefined reference to `sph_fugue512_close'
/Crabcoin/src/hashblock.h:157: undefined reference to `sph_shabal512_init'
/Crabcoin/src/hashblock.h:158: undefined reference to `sph_shabal512'
/Crabcoin/src/hashblock.h:159: undefined reference to `sph_shabal512_close'
/Crabcoin/src/hashblock.h:161: undefined reference to `sph_whirlpool_init'
/Crabcoin/src/hashblock.h:162: undefined reference to `sph_whirlpool'
/Crabcoin/src/hashblock.h:163: undefined reference to `sph_whirlpool_close'
collect2: error: ld returned 1 exit status
make: *** [Crabcoind] Error 1

issues in the makefile's OBJS section no doubt.
hero member
Activity: 750
Merit: 500
October 09, 2016, 05:16:25 AM
#15
Ugh.. so many error in the code... unbelievable

yep!

There really isn't any excuse to NOT get a 100% passing score from my lil script these days. pretty much ALL of the tests are against known and verified updates and can be considered "basic maintenance" of coin source code

Doesn't seem like the Dev had any idea what he's actually doing

such is the case with most new coin announcements.

I'm going to go on record and say this, however:

A project lead (because really, if you don't have the capacity to do the development and programming yourself, that is the title you should be given) that doesn't understand the inner-workings of the source code is not a problem in and of itself. A project lead that fails to recognize the need for an actual programmer and the skill set that accompanies such a person IS indeed a problem.

The term "Dev" is thrown around this form very loosely and more often than not does not actually refer to a "Developer" or "Programmer". Community appointed titles aside, I myself would be ashamed to ever release a piece of software that had known bugs and/or security flaws.
member
Activity: 116
Merit: 100
October 09, 2016, 05:13:09 AM
#14
if you fix the wallet i add it to Tradesatoshi

you'll probably need to be explicit in exactly WHAT you want to see "fixed"

obj/init.o: In function `uint256 Hash9(char*, char*)':
/Crabcoin/src/hashblock.h:129: undefined reference to `sph_luffa512_init'
/Crabcoin/src/hashblock.h:130: undefined reference to `sph_luffa512'
/Crabcoin/src/hashblock.h:131: undefined reference to `sph_luffa512_close'
/Crabcoin/src/hashblock.h:133: undefined reference to `sph_cubehash512_init'
/Crabcoin/src/hashblock.h:134: undefined reference to `sph_cubehash512'
/Crabcoin/src/hashblock.h:135: undefined reference to `sph_cubehash512_close'
/Crabcoin/src/hashblock.h:137: undefined reference to `sph_shavite512_init'
/Crabcoin/src/hashblock.h:138: undefined reference to `sph_shavite512'
/Crabcoin/src/hashblock.h:139: undefined reference to `sph_shavite512_close'
/Crabcoin/src/hashblock.h:141: undefined reference to `sph_simd512_init'
/Crabcoin/src/hashblock.h:142: undefined reference to `sph_simd512'
/Crabcoin/src/hashblock.h:143: undefined reference to `sph_simd512_close'
/Crabcoin/src/hashblock.h:145: undefined reference to `sph_echo512_init'
/Crabcoin/src/hashblock.h:146: undefined reference to `sph_echo512'
/Crabcoin/src/hashblock.h:147: undefined reference to `sph_echo512_close'
/Crabcoin/src/hashblock.h:149: undefined reference to `sph_hamsi512_init'
/Crabcoin/src/hashblock.h:150: undefined reference to `sph_hamsi512'
/Crabcoin/src/hashblock.h:151: undefined reference to `sph_hamsi512_close'
/Crabcoin/src/hashblock.h:153: undefined reference to `sph_fugue512_init'
/Crabcoin/src/hashblock.h:154: undefined reference to `sph_fugue512'
/Crabcoin/src/hashblock.h:155: undefined reference to `sph_fugue512_close'
/Crabcoin/src/hashblock.h:157: undefined reference to `sph_shabal512_init'
/Crabcoin/src/hashblock.h:158: undefined reference to `sph_shabal512'
/Crabcoin/src/hashblock.h:159: undefined reference to `sph_shabal512_close'
/Crabcoin/src/hashblock.h:161: undefined reference to `sph_whirlpool_init'
/Crabcoin/src/hashblock.h:162: undefined reference to `sph_whirlpool'
/Crabcoin/src/hashblock.h:163: undefined reference to `sph_whirlpool_close'
collect2: error: ld returned 1 exit status
make: *** [Crabcoind] Error 1
hero member
Activity: 750
Merit: 500
October 09, 2016, 05:06:54 AM
#13
if you fix the wallet i add it to Tradesatoshi

you'll probably need to be explicit in exactly WHAT you want to see "fixed"
legendary
Activity: 2688
Merit: 1240
October 09, 2016, 05:05:54 AM
#12
Ugh.. so many error in the code... unbelievable

yep!

There really isn't any excuse to NOT get a 100% passing score from my lil script these days. pretty much ALL of the tests are against known and verified updates and can be considered "basic maintenance" of coin source code

Doesn't seem like the Dev had any idea what he's actually doing
sr. member
Activity: 434
Merit: 250
Bountie- Do You Have Game?
October 09, 2016, 04:58:22 AM
#11
maybe this crabcoin same big craby patty  Wink
hero member
Activity: 521
Merit: 500
October 09, 2016, 04:54:58 AM
#10
only 69 blocks, mining in solo and no block found Huh
yeah.
member
Activity: 116
Merit: 100
October 09, 2016, 04:53:02 AM
#9
Crabcoin has been added to Tradesatoshi  Cheesy
https://www.tradesatoshi.com/Exchange/?market=CRAB_BTC  Cheesy
legendary
Activity: 1134
Merit: 1003
October 09, 2016, 04:46:00 AM
#8
only 69 blocks, mining in solo and no block found Huh
legendary
Activity: 1302
Merit: 1001
October 09, 2016, 04:45:50 AM
#7
Ugh.. so many error in the code... unbelievable
maybe crapcoin?instead of crabcoin
hero member
Activity: 750
Merit: 500
October 09, 2016, 04:44:50 AM
#6
Ugh.. so many error in the code... unbelievable

yep!

There really isn't any excuse to NOT get a 100% passing score from my lil script these days. pretty much ALL of the tests are against known and verified updates and can be considered "basic maintenance" of coin source code
legendary
Activity: 2688
Merit: 1240
October 09, 2016, 04:41:01 AM
#5
Ugh.. so many error in the code... unbelievable
hero member
Activity: 750
Merit: 500
October 09, 2016, 04:39:12 AM
#4
Code:
     ___      _         ___ _               _
    / __\___ (_)_ __   / __\ |__   ___  ___| | _____ _ __
   / /  / _ \| | '_ \ / /  | '_ \ / _ \/ __| |/ / _ \ '__|
  / /__| (_) | | | | / /___| | | |  __/ (__|   <  __/ |
  \____/\___/|_|_| |_\____/|_| |_|\___|\___|_|\_\___|_|
       v0.0.4 October 2016 | http://www.fuzzbawls.pw

Checking Host OS... WIN
Creating temp folder to clone remote repository...
Cloning https://github.com/KingCrabDev/Crabcoin.git...

-= Repository Information =-
============================================================
Number of commits: 2
Last commit date: Sun, Oct 09, 2016 12:04:51 AM
Days since last commit: .06 Days

-= Build System Information =-
============================================================
Build Type: QMAKE/Makefile
Build Version: 1.0.0.0
Qt Bin: Crabcoin-qt
Daemon Bin: Crabcoind

-= Coin Specifications =-
============================================================
Coin Name: Crabcoin
Client Version: 1.0.0.0
Client Name: /Crabcoin:1.0.0.0/
Default P2P Port: 11339
Default PRC Port: 11338
Message Start String:  0x1c 0xfe 0x32 0x7e

-= Coin Information Checks =-
============================================================
Matching P2PPORT in init documentation:                 [!!]
Matching RPCPORT in init documentation:                 [!!]
Build & Client Version Match:                           [OK]

-= Library Version Compliance Checks =-
============================================================
Miniupnpc v1.9 (API 14):                                [!!]
OpenSSL v1.0.1k+ (Strict DER Signatures):               [!!]
Boost v1.58+ (boost::get):                              [OK]

-= Security Standards Checks =-
============================================================
Free of IRC related files:                              [OK]
IRC based peer fetching:                                [--]
Contains signature malleability patch (PPCoin):         [!!]

-= Connectivity Checks =-
============================================================
Contains unique ClientName:                             [OK]
Contains DNS seeder addresses:                          [!!]
Contains Hex-Encoded seeder addresses:                  [!!]
Has at least ONE default connection method:             [!!]

-= OS Specific Checks =-
============================================================
Mac OS X Native Notification Support:                   [OK]
Mac OS X Deployment Script:                             [OK]
Mac OS X Application Icon:                              [OK]
Mac OS X Dock Icon Menu (Qt5):                          [!!]
Windows Installer Script:                               [**]
Windows Installer Header Image:                         [!!]
Windows Installer Logo Image:                           [!!]
Windows Installer Icon:                                 [!!]

============================================================
* This wallet has ZERO default connection methods!
* Use of addnodes and a conf file will be required!

* Windows deployment script is using an incorrect name!
* Deployment build won't have the correct metadata!

* Windows deployment sript is using an incorrect version!
* Deployment build won't have the correct metadata!

Results should be manually verified and you should NOT rely
on any automated scripts (including this one) before running
or compiling any crypto wallet.
============================================================

ZERO default connection methods...really?
hero member
Activity: 812
Merit: 500
October 09, 2016, 03:25:04 AM
#3
Hehehe glad we could help you out with a fun little token.


Thanks again Smiley
hero member
Activity: 1036
Merit: 506
Coderz of the Crypto variety
October 09, 2016, 03:23:55 AM
#2
Hehehe glad we could help you out with a fun little token.
Pages:
Jump to: