Bitcoin Forum
May 09, 2024, 11:52:39 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 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 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 ... 111 »
  Print  
Author Topic: GlobalBoost® Media – Decentralized Media Network -> $BSTY  (Read 630209 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. (2 posts by 1+ user deleted.)
WigitGetIt
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile WWW
October 26, 2014, 03:46:56 AM
 #881

Please give my Reddit post some love.  Spread it on twitter and get people to engage you.


1715298759
Hero Member
*
Offline Offline

Posts: 1715298759

View Profile Personal Message (Offline)

Ignore
1715298759
Reply with quote  #2

1715298759
Report to moderator
1715298759
Hero Member
*
Offline Offline

Posts: 1715298759

View Profile Personal Message (Offline)

Ignore
1715298759
Reply with quote  #2

1715298759
Report to moderator
1715298759
Hero Member
*
Offline Offline

Posts: 1715298759

View Profile Personal Message (Offline)

Ignore
1715298759
Reply with quote  #2

1715298759
Report to moderator
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715298759
Hero Member
*
Offline Offline

Posts: 1715298759

View Profile Personal Message (Offline)

Ignore
1715298759
Reply with quote  #2

1715298759
Report to moderator
1715298759
Hero Member
*
Offline Offline

Posts: 1715298759

View Profile Personal Message (Offline)

Ignore
1715298759
Reply with quote  #2

1715298759
Report to moderator
1715298759
Hero Member
*
Offline Offline

Posts: 1715298759

View Profile Personal Message (Offline)

Ignore
1715298759
Reply with quote  #2

1715298759
Report to moderator
Emme
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
October 26, 2014, 04:47:59 AM
 #882

Only 2,292,688 $BSTY In the wild

How much of the soon to be million dollar marketcap will you own?
https://twitter.com/EmmePorter



AL23
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
October 26, 2014, 05:06:26 AM
 #883


I am in a little over my head and I am hoping someone can point me in the correct direction.  I am trying to port the minerd to the Raspberry Pi.  I started with a clean install of Raspbian OS and followed these steps.  It is failing on the “make”.
Any help would be appreciated.


sudo apt-get update

sudo apt-get upgrade

sudo apt-get install build-essential libcurl4-openssl-dev

sudo apt-get install automake

git clone https://github.com/noncepool/cpuminer-yescrypt cpuminer-yescrypt

cd cpuminer-yescrypt

./autogen.sh

./nomacro.pl

./configure CFLAGS="-O3"

make

---------------------------------------

pi@raspberrypi ~/cpuminer-yescrypt $ make
make  all-recursive
make[1]: Entering directory '/home/pi/cpuminer-yescrypt'
Making all in compat
make[2]: Entering directory '/home/pi/cpuminer-yescrypt/compat'
Making all in jansson
make[3]: Entering directory '/home/pi/cpuminer-yescrypt/compat/jansson'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT dump.o -MD -MP -MF .deps/dump.Tpo -c -o dump.o dump.c
mv -f .deps/dump.Tpo .deps/dump.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT hashtable.o -MD -MP -MF .deps/hashtable.Tpo -c -o hashtable.o hashtable.c
mv -f .deps/hashtable.Tpo .deps/hashtable.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT load.o -MD -MP -MF .deps/load.Tpo -c -o load.o load.c
mv -f .deps/load.Tpo .deps/load.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT strbuffer.o -MD -MP -MF .deps/strbuffer.Tpo -c -o strbuffer.o strbuffer.c
mv -f .deps/strbuffer.Tpo .deps/strbuffer.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT utf.o -MD -MP -MF .deps/utf.Tpo -c -o utf.o utf.c
mv -f .deps/utf.Tpo .deps/utf.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT value.o -MD -MP -MF .deps/value.Tpo -c -o value.o value.c
mv -f .deps/value.Tpo .deps/value.Po
rm -f libjansson.a
ar cru libjansson.a dump.o hashtable.o load.o strbuffer.o utf.o value.o
ranlib libjansson.a
make[3]: Leaving directory '/home/pi/cpuminer-yescrypt/compat/jansson'
make[3]: Entering directory '/home/pi/cpuminer-yescrypt/compat'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/pi/cpuminer-yescrypt/compat'
make[2]: Leaving directory '/home/pi/cpuminer-yescrypt/compat'
make[2]: Entering directory '/home/pi/cpuminer-yescrypt'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson    -O3 -MT minerd-cpu-miner.o -MD -MP -MF .deps/minerd-cpu-miner.Tpo -c -o minerd-cpu-miner.o `test -f 'cpu-miner.c' || echo './'`cpu-miner.c
mv -f .deps/minerd-cpu-miner.Tpo .deps/minerd-cpu-miner.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson    -O3 -MT minerd-util.o -MD -MP -MF .deps/minerd-util.Tpo -c -o minerd-util.o `test -f 'util.c' || echo './'`util.c
mv -f .deps/minerd-util.Tpo .deps/minerd-util.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson    -O3 -MT minerd-sha2.o -MD -MP -MF .deps/minerd-sha2.Tpo -c -o minerd-sha2.o `test -f 'sha2.c' || echo './'`sha2.c
mv -f .deps/minerd-sha2.Tpo .deps/minerd-sha2.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson    -O3 -MT minerd-scrypt.o -MD -MP -MF .deps/minerd-scrypt.Tpo -c -o minerd-scrypt.o `test -f 'scrypt.c' || echo './'`scrypt.c
mv -f .deps/minerd-scrypt.Tpo .deps/minerd-scrypt.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson    -O3 -MT minerd-yescrypt.o -MD -MP -MF .deps/minerd-yescrypt.Tpo -c -o minerd-yescrypt.o `test -f 'yescrypt.c' || echo './'`yescrypt.c
In file included from yescrypt.c:11:0:
yescrypt-simd.c:37:2: warning: #warning "Consider enabling SSE4.1, AVX, or XOP in the C compiler for significantly better performance" [-Wcpp]
yescrypt-simd.c:40:23: fatal error: emmintrin.h: No such file or directory
compilation terminated.
Makefile:607: recipe for target 'minerd-yescrypt.o' failed
make[2]: *** [minerd-yescrypt.o] Error 1
make[2]: Leaving directory '/home/pi/cpuminer-yescrypt'
Makefile:670: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/pi/cpuminer-yescrypt'
Makefile:323: recipe for target 'all' failed
make: *** [all] Error 2
pi@raspberrypi ~/cpuminer-yescrypt $
WigitGetIt
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile WWW
October 26, 2014, 07:28:11 AM
 #884

Lets find an Android Wallet Developer for GlobalBoost-Y!!  Please spread the word!!!

CaptDavidPorter
Full Member
***
Offline Offline

Activity: 133
Merit: 100


View Profile WWW
October 26, 2014, 01:37:41 PM
Last edit: October 26, 2014, 02:03:11 PM by CaptDavidPorter
 #885

hmmm
I'll tweet it out there to the GlobalBoost Brain Trust!!
I got this nugget about the capital "Y"..
the Y in GlobalBoost-Y.pro is uppercase





I am in a little over my head and I am hoping someone can point me in the correct direction.  I am trying to port the minerd to the Raspberry Pi.  I started with a clean install of Raspbian OS and followed these steps.  It is failing on the “make”.
Any help would be appreciated.


sudo apt-get update

sudo apt-get upgrade

sudo apt-get install build-essential libcurl4-openssl-dev

sudo apt-get install automake

git clone https://github.com/noncepool/cpuminer-yescrypt cpuminer-yescrypt

cd cpuminer-yescrypt

./autogen.sh

./nomacro.pl

./configure CFLAGS="-O3"

make

---------------------------------------

pi@raspberrypi ~/cpuminer-yescrypt $ make
make  all-recursive
make[1]: Entering directory '/home/pi/cpuminer-yescrypt'
Making all in compat
make[2]: Entering directory '/home/pi/cpuminer-yescrypt/compat'
Making all in jansson
make[3]: Entering directory '/home/pi/cpuminer-yescrypt/compat/jansson'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT dump.o -MD -MP -MF .deps/dump.Tpo -c -o dump.o dump.c
mv -f .deps/dump.Tpo .deps/dump.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT hashtable.o -MD -MP -MF .deps/hashtable.Tpo -c -o hashtable.o hashtable.c
mv -f .deps/hashtable.Tpo .deps/hashtable.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT load.o -MD -MP -MF .deps/load.Tpo -c -o load.o load.c
mv -f .deps/load.Tpo .deps/load.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT strbuffer.o -MD -MP -MF .deps/strbuffer.Tpo -c -o strbuffer.o strbuffer.c
mv -f .deps/strbuffer.Tpo .deps/strbuffer.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT utf.o -MD -MP -MF .deps/utf.Tpo -c -o utf.o utf.c
mv -f .deps/utf.Tpo .deps/utf.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT value.o -MD -MP -MF .deps/value.Tpo -c -o value.o value.c
mv -f .deps/value.Tpo .deps/value.Po
rm -f libjansson.a
ar cru libjansson.a dump.o hashtable.o load.o strbuffer.o utf.o value.o
ranlib libjansson.a
make[3]: Leaving directory '/home/pi/cpuminer-yescrypt/compat/jansson'
make[3]: Entering directory '/home/pi/cpuminer-yescrypt/compat'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/pi/cpuminer-yescrypt/compat'
make[2]: Leaving directory '/home/pi/cpuminer-yescrypt/compat'
make[2]: Entering directory '/home/pi/cpuminer-yescrypt'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson    -O3 -MT minerd-cpu-miner.o -MD -MP -MF .deps/minerd-cpu-miner.Tpo -c -o minerd-cpu-miner.o `test -f 'cpu-miner.c' || echo './'`cpu-miner.c
mv -f .deps/minerd-cpu-miner.Tpo .deps/minerd-cpu-miner.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson    -O3 -MT minerd-util.o -MD -MP -MF .deps/minerd-util.Tpo -c -o minerd-util.o `test -f 'util.c' || echo './'`util.c
mv -f .deps/minerd-util.Tpo .deps/minerd-util.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson    -O3 -MT minerd-sha2.o -MD -MP -MF .deps/minerd-sha2.Tpo -c -o minerd-sha2.o `test -f 'sha2.c' || echo './'`sha2.c
mv -f .deps/minerd-sha2.Tpo .deps/minerd-sha2.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson    -O3 -MT minerd-scrypt.o -MD -MP -MF .deps/minerd-scrypt.Tpo -c -o minerd-scrypt.o `test -f 'scrypt.c' || echo './'`scrypt.c
mv -f .deps/minerd-scrypt.Tpo .deps/minerd-scrypt.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson    -O3 -MT minerd-yescrypt.o -MD -MP -MF .deps/minerd-yescrypt.Tpo -c -o minerd-yescrypt.o `test -f 'yescrypt.c' || echo './'`yescrypt.c
In file included from yescrypt.c:11:0:
yescrypt-simd.c:37:2: warning: #warning "Consider enabling SSE4.1, AVX, or XOP in the C compiler for significantly better performance" [-Wcpp]
yescrypt-simd.c:40:23: fatal error: emmintrin.h: No such file or directory
compilation terminated.
Makefile:607: recipe for target 'minerd-yescrypt.o' failed
make[2]: *** [minerd-yescrypt.o] Error 1
make[2]: Leaving directory '/home/pi/cpuminer-yescrypt'
Makefile:670: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/pi/cpuminer-yescrypt'
Makefile:323: recipe for target 'all' failed
make: *** [all] Error 2
pi@raspberrypi ~/cpuminer-yescrypt $

CaptDavidPorter
Full Member
***
Offline Offline

Activity: 133
Merit: 100


View Profile WWW
October 26, 2014, 03:22:21 PM
 #886

Here ya go AL23  Grin

I love the GlobalBoost Community!! Thanks #CryptoGames!!  Cool

"NO sse2 on PI. RaspberryPI = ARM cpu = with NEON support. SSE2 is SIMD instruction for x86 architecture."



hmmm
I'll tweet it out there to the GlobalBoost Brain Trust!!
I got this nugget about the capital "Y"..
the Y in GlobalBoost-Y.pro is uppercase





I am in a little over my head and I am hoping someone can point me in the correct direction.  I am trying to port the minerd to the Raspberry Pi.  I started with a clean install of Raspbian OS and followed these steps.  It is failing on the “make”.
Any help would be appreciated.


sudo apt-get update

sudo apt-get upgrade

sudo apt-get install build-essential libcurl4-openssl-dev

sudo apt-get install automake

git clone https://github.com/noncepool/cpuminer-yescrypt cpuminer-yescrypt

cd cpuminer-yescrypt

./autogen.sh

./nomacro.pl

./configure CFLAGS="-O3"

make

---------------------------------------

pi@raspberrypi ~/cpuminer-yescrypt $ make
make  all-recursive
make[1]: Entering directory '/home/pi/cpuminer-yescrypt'
Making all in compat
make[2]: Entering directory '/home/pi/cpuminer-yescrypt/compat'
Making all in jansson
make[3]: Entering directory '/home/pi/cpuminer-yescrypt/compat/jansson'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT dump.o -MD -MP -MF .deps/dump.Tpo -c -o dump.o dump.c
mv -f .deps/dump.Tpo .deps/dump.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT hashtable.o -MD -MP -MF .deps/hashtable.Tpo -c -o hashtable.o hashtable.c
mv -f .deps/hashtable.Tpo .deps/hashtable.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT load.o -MD -MP -MF .deps/load.Tpo -c -o load.o load.c
mv -f .deps/load.Tpo .deps/load.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT strbuffer.o -MD -MP -MF .deps/strbuffer.Tpo -c -o strbuffer.o strbuffer.c
mv -f .deps/strbuffer.Tpo .deps/strbuffer.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT utf.o -MD -MP -MF .deps/utf.Tpo -c -o utf.o utf.c
mv -f .deps/utf.Tpo .deps/utf.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT value.o -MD -MP -MF .deps/value.Tpo -c -o value.o value.c
mv -f .deps/value.Tpo .deps/value.Po
rm -f libjansson.a
ar cru libjansson.a dump.o hashtable.o load.o strbuffer.o utf.o value.o
ranlib libjansson.a
make[3]: Leaving directory '/home/pi/cpuminer-yescrypt/compat/jansson'
make[3]: Entering directory '/home/pi/cpuminer-yescrypt/compat'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/pi/cpuminer-yescrypt/compat'
make[2]: Leaving directory '/home/pi/cpuminer-yescrypt/compat'
make[2]: Entering directory '/home/pi/cpuminer-yescrypt'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson    -O3 -MT minerd-cpu-miner.o -MD -MP -MF .deps/minerd-cpu-miner.Tpo -c -o minerd-cpu-miner.o `test -f 'cpu-miner.c' || echo './'`cpu-miner.c
mv -f .deps/minerd-cpu-miner.Tpo .deps/minerd-cpu-miner.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson    -O3 -MT minerd-util.o -MD -MP -MF .deps/minerd-util.Tpo -c -o minerd-util.o `test -f 'util.c' || echo './'`util.c
mv -f .deps/minerd-util.Tpo .deps/minerd-util.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson    -O3 -MT minerd-sha2.o -MD -MP -MF .deps/minerd-sha2.Tpo -c -o minerd-sha2.o `test -f 'sha2.c' || echo './'`sha2.c
mv -f .deps/minerd-sha2.Tpo .deps/minerd-sha2.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson    -O3 -MT minerd-scrypt.o -MD -MP -MF .deps/minerd-scrypt.Tpo -c -o minerd-scrypt.o `test -f 'scrypt.c' || echo './'`scrypt.c
mv -f .deps/minerd-scrypt.Tpo .deps/minerd-scrypt.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson    -O3 -MT minerd-yescrypt.o -MD -MP -MF .deps/minerd-yescrypt.Tpo -c -o minerd-yescrypt.o `test -f 'yescrypt.c' || echo './'`yescrypt.c
In file included from yescrypt.c:11:0:
yescrypt-simd.c:37:2: warning: #warning "Consider enabling SSE4.1, AVX, or XOP in the C compiler for significantly better performance" [-Wcpp]
yescrypt-simd.c:40:23: fatal error: emmintrin.h: No such file or directory
compilation terminated.
Makefile:607: recipe for target 'minerd-yescrypt.o' failed
make[2]: *** [minerd-yescrypt.o] Error 1
make[2]: Leaving directory '/home/pi/cpuminer-yescrypt'
Makefile:670: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/pi/cpuminer-yescrypt'
Makefile:323: recipe for target 'all' failed
make: *** [all] Error 2
pi@raspberrypi ~/cpuminer-yescrypt $

cryptomecca
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
October 26, 2014, 03:53:55 PM
 #887

WTF?!? Who is "sixstringsoffire"?
a few days ago he was on suchpool with only 5 or 6 KH/s.. was blockfinder #1 and the percentage goes to the moon -.-
Now he`s back with ~200 KH and the number of workers goes from 22 to 122???
[/quote]
He is on fire?  Grin
I am mining at 2.5-3 KH/s since a few days... not much, bust BSTY is such a nice coin!
I need to have some... it seems that some other people think the same.  Cheesy
Greets
[/quote]

Greetings! I guess I should come out of the woodwork as "Sixstringsofire"
Proof:http://imgur.com/CQYrmqT,JqflZCx

I'm operating a semi-autonomous bot-net on behalf of my school's chapter of the ACM. It mines every weekend from Friday afternoon until Monday morning. BSTY has been a great experiment so far, after having tried X11 mining and other minor algorithms. Yescrypt and BSTY has netted us a nice amount of fund raising.

Some statistics worth mentioning...

We use ~80 computers with i5 processors for the mining. Our calculations worked out to be about $0.05 per day to run one of them at full load.

We place large sell orders (usually ~15k BSTY) Monday morning 11am MST on Bittrex.
0bert
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
October 26, 2014, 04:21:20 PM
 #888

WTF  Shocked Cheesy

Hope you have permission or stupid admins!  Grin

How about 12am MST?  around 11am it's home time.. Cool
CryptoJames
Full Member
***
Offline Offline

Activity: 164
Merit: 100



View Profile
October 26, 2014, 04:26:02 PM
Last edit: October 26, 2014, 05:05:27 PM by CryptoJames
 #889

That's BAD ASS man!  Cool
Thank you for checking in, we're glad to have you guys on board!

If you haven't already, please signup at main site with my referral id: https://GlobalBoo.st?James  Grin
And, you can let me know when you want to sell. I can pay USD deposit to a US bank account, PayPal, or in person if you are local.

Thanks for helping to secure the Network!!!
https://twitter.com/HardCoreAds






WTF?!? Who is "sixstringsoffire"?
a few days ago he was on suchpool with only 5 or 6 KH/s.. was blockfinder #1 and the percentage goes to the moon -.-
Now he`s back with ~200 KH and the number of workers goes from 22 to 122???
He is on fire?  Grin
I am mining at 2.5-3 KH/s since a few days... not much, bust BSTY is such a nice coin!
I need to have some... it seems that some other people think the same.  Cheesy
Greets
[/quote]

Greetings! I guess I should come out of the woodwork as "Sixstringsofire"
Proof:http://imgur.com/CQYrmqT,JqflZCx

I'm operating a semi-autonomous bot-net on behalf of my school's chapter of the ACM. It mines every weekend from Friday afternoon until Monday morning. BSTY has been a great experiment so far, after having tried X11 mining and other minor algorithms. Yescrypt and BSTY has netted us a nice amount of fund raising.

Some statistics worth mentioning...

We use ~80 computers with i5 processors for the mining. Our calculations worked out to be about $0.05 per day to run one of them at full load.

We place large sell orders (usually ~15k BSTY) Monday morning 11am MST on Bittrex.
[/quote]
CaptDavidPorter
Full Member
***
Offline Offline

Activity: 133
Merit: 100


View Profile WWW
October 26, 2014, 04:58:30 PM
 #890

Yeah, I can't wait for Capital to be ready.. this exchanging USD to bitcoin, and then bitcoin to BSTY is for the birds!



That's BAD ASS man!  Cool
Thank you for checking in, we're glad to have you guys on board!

If you haven't already, please signup at main site with my referral id: https://GlobalBoo.st?James  Grin
And, you can let me know when you want to sell. I can pay USD deposit to a US bank account, PayPal, or in person if you are local.

Thanks for helping to secure the Network!!!
https://twitter.com/HardCoreAds







WTF?!? Who is "sixstringsoffire"?
a few days ago he was on suchpool with only 5 or 6 KH/s.. was blockfinder #1 and the percentage goes to the moon -.-
Now he`s back with ~200 KH and the number of workers goes from 22 to 122???
He is on fire?  Grin
I am mining at 2.5-3 KH/s since a few days... not much, bust BSTY is such a nice coin!
I need to have some... it seems that some other people think the same.  Cheesy
Greets

Greetings! I guess I should come out of the woodwork as "Sixstringsofire"
Proof:http://imgur.com/CQYrmqT,JqflZCx

I'm operating a semi-autonomous bot-net on behalf of my school's chapter of the ACM. It mines every weekend from Friday afternoon until Monday morning. BSTY has been a great experiment so far, after having tried X11 mining and other minor algorithms. Yescrypt and BSTY has netted us a nice amount of fund raising.

Some statistics worth mentioning...

We use ~80 computers with i5 processors for the mining. Our calculations worked out to be about $0.05 per day to run one of them at full load.

We place large sell orders (usually ~15k BSTY) Monday morning 11am MST on Bittrex.
[/quote]
[/quote]

GlobalBoost (OP)
Sr. Member
****
Offline Offline

Activity: 444
Merit: 252


View Profile WWW
October 26, 2014, 05:46:02 PM
Last edit: October 26, 2014, 06:21:24 PM by GlobalBoost
 #891

I've been working closely with Li on Capital. It will be ready for testing very soon!  Grin




Yeah, I can't wait for Capital to be ready.. this exchanging USD to bitcoin, and then bitcoin to BSTY is for the birds!



That's BAD ASS man!  Cool
Thank you for checking in, we're glad to have you guys on board!

If you haven't already, please signup at main site with my referral id: https://GlobalBoo.st?James  Grin
And, you can let me know when you want to sell. I can pay USD deposit to a US bank account, PayPal, or in person if you are local.

Thanks for helping to secure the Network!!!
https://twitter.com/HardCoreAds





cryptomecca
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
October 26, 2014, 06:08:23 PM
 #892

Yup, we have permission to be doing the mining. At least with Computer Science Department resources. Granted it takes about an hour and a half to set up every weekend because we're not allowed to implement the mining as a fully-automated task. I have a Task Scheduler to kill the miners at 8am Morning. If you're interested in buying the mined BSTY you can contact me in pm or sixstringsofire@gmail.com

WTF  Shocked Cheesy

Hope you have permission or stupid admins!  Grin

How about 12am MST?  around 11am it's home time.. Cool
WigitGetIt
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile WWW
October 26, 2014, 06:12:21 PM
 #893

Yup, we have permission to be doing the mining. At least with Computer Science Department resources. Granted it takes about an hour and a half to set up every weekend because we're not allowed to implement the mining as a fully-automated task. I have a Task Scheduler to kill the miners at 8am Morning. If you're interested in buying the mined BSTY you can contact me in pm or sixstringsofire@gmail.com

WTF  Shocked Cheesy

Hope you have permission or stupid admins!  Grin

How about 12am MST?  around 11am it's home time.. Cool

How do you feel the experiment is going?  Have you learned a lot it from it?  Will you be writing a paper about it?  I am very glad that our coin was available for you to work with.  Thanks for choosing GloabLboost-Y.   Grin
0bert
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
October 26, 2014, 06:16:48 PM
 #894

Nice, i am jealous... you are a lucky guy! Tongue Grin
Yup, we have permission to be doing the mining. At least with Computer Science Department resources. Granted it takes about an hour and a half to set up every weekend because we're not allowed to implement the mining as a fully-automated task. I have a Task Scheduler to kill the miners at 8am Morning. If you're interested in buying the mined BSTY you can contact me in pm or sixstringsofire@gmail.com

WTF  Shocked Cheesy

Hope you have permission or stupid admins!  Grin

How about 12am MST?  around 11am it's home time.. Cool

If you want to sell, i quote him again...  Cheesy
If you are lower than exchange, PM me too!!  Cheesy Wink
That's BAD ASS man!  Cool
Thank you for checking in, we're glad to have you guys on board!

If you haven't already, please signup at main site with my referral id: https://GlobalBoo.st?James  Grin
And, you can let me know when you want to sell. I can pay USD deposit to a US bank account, PayPal, or in person if you are local.

Thanks for helping to secure the Network!!!
https://twitter.com/HardCoreAds



Greets!
cryptomecca
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
October 26, 2014, 06:26:07 PM
 #895

I feel that the experiment is going great! At first we were mining ConspiracyCoin, and kinda stumbled onto BSTY by accident. Saw it listed on suchpool and saw Cpu-only. So I went for it with just a single lab of computers at first. That first weekend we netted about $15 in BTC so I figured we were on to something.

As far as learning is concerned, it is interesting monitoring and dealing with such large amounts of crypto for the first time. Considering that as "sixstringsofire" I've created about 2% of the market cap and at certain times have been almost 20% of the network hashrate.

My professors want me to write a power-point. Not sure about publishing a paper or anything, no real hypothesis other than "Will it make money?" To which we've answered an resounding YES.

My main worry about the coin is that a 51% attack seems very easy to accomplish if you're willing to bend a few rules and bot-net fully automatically. There is a user on altpooler that I suspect is doing exactly that. Either that or there is a private GPU miner somewhere out there.


Yup, we have permission to be doing the mining. At least with Computer Science Department resources. Granted it takes about an hour and a half to set up every weekend because we're not allowed to implement the mining as a fully-automated task. I have a Task Scheduler to kill the miners at 8am Morning. If you're interested in buying the mined BSTY you can contact me in pm or sixstringsofire@gmail.com

WTF  Shocked Cheesy

Hope you have permission or stupid admins!  Grin

How about 12am MST?  around 11am it's home time.. Cool

How do you feel the experiment is going?  Have you learned a lot it from it?  Will you be writing a paper about it?  I am very glad that our coin was available for you to work with.  Thanks for choosing GloabLboost-Y.   Grin
GlobalBoost (OP)
Sr. Member
****
Offline Offline

Activity: 444
Merit: 252


View Profile WWW
October 26, 2014, 06:47:29 PM
Last edit: October 26, 2014, 07:08:19 PM by GlobalBoost
 #896


*****      MINING POOL OPERATORS      *****

WE NEED MORE $BSTY CPU MINING POOLS
JOIN THE HOTTEST TEAM IN DIGITAL MONEY
RUN A POOL FOR THE MOST PROFITABLE CPU COIN IN THE WORLD

Please see links below, thanks to AltPooler!




Fellow pool operators, dig in...

Fork of NOMP, modified to support yescrypt:
https://github.com/altpooler/node-open-mining-portal-yescrypt

Fork of node-stratum-pool, modified to support yescrypt:
https://github.com/altpooler/node-stratum-pool-yescrypt

Fork of node-multi-hashing, modified to support yescrypt:
https://github.com/altpooler/node-multi-hashing-yescrypt

cryptomecca
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
October 26, 2014, 06:53:16 PM
 #897

If we were able to get some guidance on the subject, we would be very willing to create a mining pool at the University. We've talked about it as a next step in our implementation, but I (nor anybody else in our program) has set up a pool of ANY kind before.



*****      MINING POOL OPERATORS      *****

WE NEED MORE $BSTY CPU MINING POOLS
JOIN THE HOTTEST TEAM IN DIGITAL MONEY
RUN A POOL FOR THE MOST PROFITABLE CPU COIN IN THE WORLD

Please see links below, thanks to AltPooler!



Fellow pool operators, dig in...

Fork of NOMP, modified to support yescrypt:
https://github.com/altpooler/node-open-mining-portal-yescrypt

Fork of node-stratum-pool, modified to support yescrypt:
https://github.com/altpooler/node-stratum-pool-yescrypt

Fork of node-multi-hashing, modified to support yescrypt:
https://github.com/altpooler/node-multi-hashing-yescrypt
WigitGetIt
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile WWW
October 26, 2014, 08:01:01 PM
 #898

If we were able to get some guidance on the subject, we would be very willing to create a mining pool at the University. We've talked about it as a next step in our implementation, but I (nor anybody else in our program) has set up a pool of ANY kind before.



*****      MINING POOL OPERATORS      *****

WE NEED MORE $BSTY CPU MINING POOLS
JOIN THE HOTTEST TEAM IN DIGITAL MONEY
RUN A POOL FOR THE MOST PROFITABLE CPU COIN IN THE WORLD

Please see links below, thanks to AltPooler!



Fellow pool operators, dig in...

Fork of NOMP, modified to support yescrypt:
https://github.com/altpooler/node-open-mining-portal-yescrypt

Fork of node-stratum-pool, modified to support yescrypt:
https://github.com/altpooler/node-stratum-pool-yescrypt

Fork of node-multi-hashing, modified to support yescrypt:
https://github.com/altpooler/node-multi-hashing-yescrypt

I will reach out to some of the pool owners and see if they are will to help out with this.  Everyone is really cool so it shouldn't be an issue at all.
OldMajorPorter_
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
October 26, 2014, 08:29:08 PM
 #899


*****      MULTIFAUCET BLOCK EXPLORER UPGRADE      *****


Our friends at MultiFaucet have upgraded their services, and I wanted to give them a plug!  Grin

Their block explorer now includes charts, last blocks, top addresses, currency information, and network data!
Please make sure to check out their services, and get some free $BSTY at their GlobalBoost-Y Faucet!





WigitGetIt
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile WWW
October 26, 2014, 08:38:02 PM
 #900

That is really great.
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 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 ... 111 »
  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!