Pages:
Author

Topic: BlueSteel - BLUS - X11 - page 5. (Read 9493 times)

sr. member
Activity: 532
Merit: 250
June 20, 2015, 12:14:23 PM
#26
Dev added my pool in OP
legendary
Activity: 2688
Merit: 1240
June 20, 2015, 11:46:54 AM
#25
Im late to mine this ahhh , why the notif bitcointalk always delayed :3 , whats wrong my mail , prepare my rigs , sent some hash to suprnova .  I hope i still Luck

Check/Follow my Twitter, I usually only tweet on new launches Smiley
member
Activity: 308
Merit: 10
Bitcoin is the future
June 20, 2015, 11:44:20 AM
#24
so is it same trouble like with the other X11 launch today? @ocminer https://bitcointalk.org/index.php?topic=1092273.60

It says then it is same dev or group, launching two coins on same day.  Grin

Like, what, maybe one will make it and we will dump? Grin

Guess then, both will be runaways.

Roll Eyes
They are not the same error and I can promise you we will not run from this project

promises are worth a lot in crypto these days....

The OP says BlueSteel has a strong stable cryptocurrency codebase, and yet there are problems compiling it at launch. It doesn't sound very strong or stable to me. It should work flawlessly in all respects if it's claimed to be strong and stable code.
legendary
Activity: 1596
Merit: 1011
June 20, 2015, 11:37:23 AM
#23
Im late to mine this ahhh , why the notif bitcointalk always delayed :3 , whats wrong my mail , prepare my rigs , sent some hash to suprnova .  I hope i still Luck
hero member
Activity: 851
Merit: 1000
Do You Even Onion Bro?
June 20, 2015, 11:26:19 AM
#22
Good coin to mine ......B NICE TO SEE THIS ONE IN THE TOP 10 Shocked Shocked Shocked Shocked Shocked Shocked Shocked
sr. member
Activity: 490
Merit: 250
June 20, 2015, 09:09:31 AM
#21
so is it same trouble like with the other X11 launch today? @ocminer https://bitcointalk.org/index.php?topic=1092273.60

It says then it is same dev or group, launching two coins on same day.  Grin

Like, what, maybe one will make it and we will dump? Grin

Guess then, both will be runaways.

Roll Eyes
They are not the same error and I can promise you we will not run from this project

promises are worth a lot in crypto these days....
member
Activity: 117
Merit: 10
BinPool Admin
June 20, 2015, 08:56:40 AM
#20
@BinPool - http://blus.binpool.com/ - up and launch
member
Activity: 84
Merit: 10
June 20, 2015, 08:34:54 AM
#19
so is it same trouble like with the other X11 launch today? @ocminer https://bitcointalk.org/index.php?topic=1092273.60

It says then it is same dev or group, launching two coins on same day.  Grin

Like, what, maybe one will make it and we will dump? Grin

Guess then, both will be runaways.

Roll Eyes
They are not the same error and I can promise you we will not run from this project

honestly they both are same errors when i compiled first one i know what exactly i have to do with other, applied same changes as OC advised and both are up and running
newbie
Activity: 20
Merit: 0
June 20, 2015, 08:23:39 AM
#18
so is it same trouble like with the other X11 launch today? @ocminer https://bitcointalk.org/index.php?topic=1092273.60

It says then it is same dev or group, launching two coins on same day.  Grin

Like, what, maybe one will make it and we will dump? Grin

Guess then, both will be runaways.

Roll Eyes
They are not the same error and I can promise you we will not run from this project
full member
Activity: 150
Merit: 100
June 20, 2015, 08:20:57 AM
#17
so is it same trouble like with the other X11 launch today? @ocminer https://bitcointalk.org/index.php?topic=1092273.60

It says then it is same dev or group, launching two coins on same day.  Grin

Like, what, maybe one will make it and we will dump? Grin

Guess then, both will be runaways.

Roll Eyes
legendary
Activity: 1120
Merit: 1000
June 20, 2015, 08:08:41 AM
#16
dev

groestl.c: In function ‘void sph_groestl512_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
groestl.c:3118:38: warning: invalid conversion from ‘void*’ to ‘sph_groestl_big_context*’ [-fpermissive]
  groestl_big_close(cc, ub, n, dst, 64);
                                      ^
groestl.c:2949:1: warning:   initializing argument 1 of ‘void groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)’ [-fpermissive]
 groestl_big_close(sph_groestl_big_context *sc,
 ^
/bin/sh: 3:     : not found
make: *** [obj/groestl.o] Error 127

cubehash.c:579:1: warning:   initializing argument 1 of ‘void cubehash_close(sph_cubehash_context*, unsigned int, unsigned int, void*, size_t)’ [-fpermissive]
 cubehash_close(sph_cubehash_context *sc, unsigned ub, unsigned n,
 ^
cubehash.c: At global scope:
cubehash.c:722:1: fatal error: opening dependency file obj/cubehash.d: Permission denied
 }
 ^
compilation terminated.
make: *** [obj/cubehash.o] Error 1



You have to compile several times, a few includes are missing but will be built on the fly. Just do make several times
Sorry about this, it is known by the coder and we thought we had pushed the fix. I will ensure we push it when the coder returns.

How can you deliver code that isn't tested? It cannot be so difficult.

make install

or nmake -f makefile.nt

or whatever Smiley
newbie
Activity: 20
Merit: 0
June 20, 2015, 08:01:01 AM
#15
dev

groestl.c: In function ‘void sph_groestl512_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
groestl.c:3118:38: warning: invalid conversion from ‘void*’ to ‘sph_groestl_big_context*’ [-fpermissive]
  groestl_big_close(cc, ub, n, dst, 64);
                                      ^
groestl.c:2949:1: warning:   initializing argument 1 of ‘void groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)’ [-fpermissive]
 groestl_big_close(sph_groestl_big_context *sc,
 ^
/bin/sh: 3:     : not found
make: *** [obj/groestl.o] Error 127

cubehash.c:579:1: warning:   initializing argument 1 of ‘void cubehash_close(sph_cubehash_context*, unsigned int, unsigned int, void*, size_t)’ [-fpermissive]
 cubehash_close(sph_cubehash_context *sc, unsigned ub, unsigned n,
 ^
cubehash.c: At global scope:
cubehash.c:722:1: fatal error: opening dependency file obj/cubehash.d: Permission denied
 }
 ^
compilation terminated.
make: *** [obj/cubehash.o] Error 1



You have to compile several times, a few includes are missing but will be built on the fly. Just do make several times
Sorry about this, it is known by the coder and we thought we had pushed the fix. I will ensure we push it when the coder returns.
legendary
Activity: 2688
Merit: 1240
June 20, 2015, 07:55:59 AM
#14
dev

groestl.c: In function ‘void sph_groestl512_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
groestl.c:3118:38: warning: invalid conversion from ‘void*’ to ‘sph_groestl_big_context*’ [-fpermissive]
  groestl_big_close(cc, ub, n, dst, 64);
                                      ^
groestl.c:2949:1: warning:   initializing argument 1 of ‘void groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)’ [-fpermissive]
 groestl_big_close(sph_groestl_big_context *sc,
 ^
/bin/sh: 3:     : not found
make: *** [obj/groestl.o] Error 127

cubehash.c:579:1: warning:   initializing argument 1 of ‘void cubehash_close(sph_cubehash_context*, unsigned int, unsigned int, void*, size_t)’ [-fpermissive]
 cubehash_close(sph_cubehash_context *sc, unsigned ub, unsigned n,
 ^
cubehash.c: At global scope:
cubehash.c:722:1: fatal error: opening dependency file obj/cubehash.d: Permission denied
 }
 ^
compilation terminated.
make: *** [obj/cubehash.o] Error 1



You have to compile several times, a few includes are missing but will be built on the fly. Just do make several times
newbie
Activity: 20
Merit: 0
June 20, 2015, 06:48:06 AM
#13
Adding pools and dressing up top of thread. Will be done shortly.
legendary
Activity: 1554
Merit: 1001
June 20, 2015, 06:20:14 AM
#12


Why not Smiley
newbie
Activity: 20
Merit: 0
June 20, 2015, 06:20:14 AM
#11
That mspaint logo  Cheesy
Currently working on a better logo. Happy mining.
sr. member
Activity: 298
Merit: 250
June 20, 2015, 06:19:30 AM
#10
sell 40K=0.1BTC. to pm
sr. member
Activity: 257
Merit: 250
BUY BUY CELL CELL
June 20, 2015, 06:01:34 AM
#9
That mspaint logo  Cheesy
hero member
Activity: 565
Merit: 500
June 20, 2015, 05:56:50 AM
#8
Not worth mining the coin. I will probably fork it  Tongue
newbie
Activity: 20
Merit: 0
June 20, 2015, 05:54:43 AM
#7
Great launch. Thank you Suprnova and SuchPool for attending Smiley
Pages:
Jump to: