Pages:
Author

Topic: GlobalBoost-Y $BSTY GlobalBoost®, Yescrypt Social @NetworksManager™ - page 67. (Read 630695 times)

sr. member
Activity: 266
Merit: 250
WTF  Shocked Cheesy

Hope you have permission or stupid admins!  Grin

How about 12am MST?  around 11am it's home time.. Cool
newbie
Activity: 12
Merit: 0
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.
full member
Activity: 133
Merit: 100
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 $
full member
Activity: 133
Merit: 100
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 $
legendary
Activity: 952
Merit: 1000
Lets find an Android Wallet Developer for GlobalBoost-Y!!  Please spread the word!!!

newbie
Activity: 20
Merit: 0

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 $
newbie
Activity: 14
Merit: 0
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



legendary
Activity: 952
Merit: 1000
Please give my Reddit post some love.  Spread it on twitter and get people to engage you.


full member
Activity: 164
Merit: 100
I see that sell order is GONE!!  I'm still buying $BSTY!! PM or Tweet me!
https://twitter.com/HardCoreAds


full member
Activity: 164
Merit: 100

Someone just put a 30k sell order down on Bittrex at a price I like  Grin

Will you take USD for this BSTY?
PM me here, or Tweet me, thanks!
https://twitter.com/HardCoreAds



Hi everybody!
Me and a couple of the guys from my BMW dealership want to buy some $BSTY  Cool
We have cash if you are in the Fort Bragg / Fayetteville / Raleigh NC area. We can also pay with PayPal. Please PM me here, or tweet me: https://twitter.com/HardCoreAds

PS: if you sign up at main site use my referral link: https://GlobalBoo.st?James



full member
Activity: 133
Merit: 100
Let me know if you get er mining AL23  Cool
Gotta love the GlobalBoost brain trust!!  Grin

PS: You also, can have an active Twitter following using the social media tools at the main site: https://GlobalBoo.st?David



Has any one ported the minerd to the raspberry pi.  I know it would be slow but my nephew is asking if he can run it on his pi.  I thought that would be a grate thing for him.  So I promised that I would look into it.

I am new to Linux and the raspberry pi so any direction on how to do this would be grate.

Thanks

Keep up the grate work.

hey AL23  Someone tweeted this link about the rasbpberry pi question.

http://www.tekassassin.com/2013/06/litecoin-mining-on-raspberry-pi.html
legendary
Activity: 952
Merit: 1000
Has any one ported the minerd to the raspberry pi.  I know it would be slow but my nephew is asking if he can run it on his pi.  I thought that would be a grate thing for him.  So I promised that I would look into it.

I am new to Linux and the raspberry pi so any direction on how to do this would be grate.

Thanks

Keep up the grate work.

hey AL23  Someone tweeted this link about the rasbpberry pi question.

http://www.tekassassin.com/2013/06/litecoin-mining-on-raspberry-pi.html
full member
Activity: 133
Merit: 100
Hi AL23,
raspberry pi has come up a few times. I'm willing to put up a bounty to get your son and other raspberry pi supporters mining. I'll tweet this out there to the GlobalBoost brain trust, and see if we get a hit!  Cool
https://twitter.com/PalmBeachHair





Has any one ported the minerd to the raspberry pi.  I know it would be slow but my nephew is asking if he can run it on his pi.  I thought that would be a grate thing for him.  So I promised that I would look into it.

I am new to Linux and the raspberry pi so any direction on how to do this would be grate.

Thanks

Keep up the grate work.
legendary
Activity: 2716
Merit: 1240
You might want to spread a little over to suprnova, no idea why everyone left...
sr. member
Activity: 266
Merit: 250
Has any one ported the minerd to the raspberry pi.  I know it would be slow but my nephew is asking if he can run it on his pi.  I thought that would be a grate thing for him.  So I promised that I would look into it.

I am new to Linux and the raspberry pi so any direction on how to do this would be grate.

Thanks

Keep up the grate work.

Sorry, i can't help here...  Smiley
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
member
Activity: 98
Merit: 10
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???
newbie
Activity: 20
Merit: 0
Has any one ported the minerd to the raspberry pi.  I know it would be slow but my nephew is asking if he can run it on his pi.  I thought that would be a grate thing for him.  So I promised that I would look into it.

I am new to Linux and the raspberry pi so any direction on how to do this would be grate.

Thanks

Keep up the grate work.
full member
Activity: 164
Merit: 100

Happy Diwali!
Looks like a good time!! Smiley
https://twitter.com/HardCoreAds

Myself, and the entire team at GlobalBoost would like to wish Neel Shah (VP of Development) and his entire family a Happy Diwali Holiday, and Happy New Year! Neel has worked very hard to deliver our BSTY payment gateway before going on holiday.
Your work is MUCH APPRECIATED NEEL!!  Grin

The BSTY payment gateway is in beta & ready for implementation. We are working on the plugin for WooCommerce / Wordpress, but the payment gateway is live and working now. If you have some technical knowledge to setup, and would like to use the GlobalBoost payment gateway please PM me, GlobalBoost, or WigitGetit.
https://twitter.com/OldMajorPorter




sr. member
Activity: 266
Merit: 250
What a nice move!

A happy Diwali to everyone!   Grin Smiley

Greets


newbie
Activity: 10
Merit: 0
Myself, and the entire team at GlobalBoost would like to wish Neel Shah (VP of Development) and his entire family a Happy Diwali Holiday, and Happy New Year! Neel has worked very hard to deliver our BSTY payment gateway before going on holiday.
Your work is MUCH APPRECIATED NEEL!!  Grin

The BSTY payment gateway is in beta & ready for implementation. We are working on the plugin for WooCommerce / Wordpress, but the payment gateway is live and working now. If you have some technical knowledge to setup, and would like to use the GlobalBoost payment gateway please PM me, GlobalBoost, or WigitGetit.
https://twitter.com/OldMajorPorter




Pages:
Jump to: