Bitcoin Forum
May 24, 2024, 10:59:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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] 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 »
  Print  
Author Topic: GlobalBoost® Media – Decentralized Media Network -> $BSTY  (Read 630236 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.)
crackfoo
Legendary
*
Offline Offline

Activity: 3486
Merit: 1126



View Profile WWW
January 27, 2016, 01:21:23 AM
 #1881

Thank you crackfoo for your support.  It looks a really good pool  Cool.

Hi,

We've added BSTY to the miners multipool: www.zpool.ca

Cheers!

Thanks! We've found our first block already along with some UIS ones which we're merge mining on yescrypt as well.


ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
semajjames
Hero Member
*****
Offline Offline

Activity: 528
Merit: 500


View Profile
February 10, 2016, 10:45:21 PM
 #1882

Hi
how should this coin's .conf file look like ?

cheers
bstdev
Member
**
Offline Offline

Activity: 96
Merit: 10


View Profile
February 11, 2016, 05:03:29 PM
 #1883


Code:
### globalboost.conf configuration file. Lines beginning with # are comments.
### Uncomment and edit options you wish to use.

## JSON-RPC options (for controlling a running GlobalBoost-Y/globalboostyd process)

# server=1 tells GlobalBoost-Y to accept JSON-RPC commands.
server=1

# You must set rpcuser and rpcpassword to secure the JSON-RPC api
# You should create your own new random password.
# The username and password MUST NOT be the same.

rpcuser=globalboostrpc
#(CHANGE THIS PASSWORD TO YOUR OWN PASSWORD)
rpcpassword=3mUvtWq1k1WhytGUgkTGzqemvLh97Hz9mtKwtdXaWn5m 

# How many seconds GlobalBoost-Y will wait for a complete RPC HTTP request
# after the HTTP connection is established.
rpctimeout=30

# By default, only RPC connections from localhost are allowed. Specify
# as many rpcallowip= settings as you like to allow connections from
# other hosts (and you may use * as a wildcard character):
#rpcallowip=10.1.1.*
#rpcallowip=192.168.1.*

# Listen for RPC connections on this TCP port:
rpcport=8225

# You can use globalboostyd to send commands to GlobalBoost-Y/globalboostyd
# running on another host using this option:
#rpcconnect=127.0.0.1

# Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate
# with GlobalBoost -server or globalboostyd
#rpcssl=1

# OpenSSL settings used when rpcssl=1
rpcsslciphers=TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH
rpcsslcertificatechainfile=server.cert
rpcsslprivatekeyfile=server.pem


## Network-related settings:

# Run on the test network instead of the real BSTY network.
#testnet=1

# Connect via a socks proxy
#proxy=127.0.0.1:9050

# Select the version of socks proxy to use (4-5, default: 5)
#socks=5

# Use proxy to reach tor hidden services (default: same as -proxy)
#tor=         

##############################################################
## Quick Primer on addnode vs connect ##
## Let's say for instance you use addnode=4.2.2.4 ##
## addnode will connect you to and tell you about the ##
## nodes connected to 4.2.2.4. In addition it will tell##
## the other nodes connected to it that you exist so ##
## they can connect to you. ##
## connect will not do the above when you 'connect' to it.##
## It will *only* connect you to 4.2.2.4 and no one else.##
## ##
## So if you're behind a firewall, or have other problems ##
## finding nodes, add some using 'addnode'. ##
## ##
## If you want to stay private, use 'connect' to only ##
## connect to "trusted" nodes. ##
## ##
## If you run multiple nodes on a LAN, there's no need for##
## all of them to open lots of connections. Instead ##
## 'connect' them all to one node that is port forwarded ##
## and has lots of connections. ##
## Thanks goes to [Noodle] on Freenode. ##
##############################################################

# Use as many addnode= settings as you like to attempt connection to specific peers
addnode=69.28.94.212
addnode=10.0.0.2:8333
addnode=104.255.33.229
addnode=107.150.60.98
addnode=108.61.48.17
addnode=138.91.64.21
addnode=192.99.35.133
addnode=194.135.89.79
addnode=198.27.97.172
addnode=23.227.190.216
addnode=5.9.67.48
addnode=74.120.220.54
addnode=77.249.199.235
addnode=84.242.139.4
addnode=213.5.27.245
addnode=69.28.94.212
addnode=69.90.132.249

# or use as many connect= settings as you like to connect ONLY to specific peers:
#connect=69.164.218.197
#connect=192.168.1.20:8333

# Do not use Internet Relay Chat to find peers.
noirc=0

# Maximum number of inbound+outbound connections.
#maxconnections=125

# Miscellaneous options

# Pre-generate this many public/private key pairs, so wallet backups will be valid
# after future transactions.
#keypool=100

# Add an optional transaction fee every time you send bsty.
#paytxfee=0.01

# Add timestamps to debug.log
#logtimestamps=1         


# User interface options

# Start GlobalBoost-Y minimized
#min=1

# Minimize to the system tray
minimizetotray=0

Hi
how should this coin's .conf file look like ?

cheers

GlobalBoost-Y:  Y2bVk5gmxYHMt4Qkw8VSV5ewrgAi6nBjjj
semajjames
Hero Member
*****
Offline Offline

Activity: 528
Merit: 500


View Profile
February 12, 2016, 05:32:52 PM
 #1884

Code:
[quote author=bstdev link=topic=775289.msg13850900#msg13850900 date=1455210209]

[code]### globalboost.conf configuration file. Lines beginning with # are comments.
### Uncomment and edit options you wish to use.

## JSON-RPC options (for controlling a running GlobalBoost-Y/globalboostyd process)

# server=1 tells GlobalBoost-Y to accept JSON-RPC commands.
server=1

# You must set rpcuser and rpcpassword to secure the JSON-RPC api
# You should create your own new random password.
# The username and password MUST NOT be the same.

rpcuser=globalboostrpc
#(CHANGE THIS PASSWORD TO YOUR OWN PASSWORD)
rpcpassword=3mUvtWq1k1WhytGUgkTGzqemvLh97Hz9mtKwtdXaWn5m  

# How many seconds GlobalBoost-Y will wait for a complete RPC HTTP request
# after the HTTP connection is established.
rpctimeout=30

# By default, only RPC connections from localhost are allowed. Specify
# as many rpcallowip= settings as you like to allow connections from
# other hosts (and you may use * as a wildcard character):
#rpcallowip=10.1.1.*
#rpcallowip=192.168.1.*

# Listen for RPC connections on this TCP port:
rpcport=8225

# You can use globalboostyd to send commands to GlobalBoost-Y/globalboostyd
# running on another host using this option:
#rpcconnect=127.0.0.1

# Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate
# with GlobalBoost -server or globalboostyd
#rpcssl=1

# OpenSSL settings used when rpcssl=1
rpcsslciphers=TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH
rpcsslcertificatechainfile=server.cert
rpcsslprivatekeyfile=server.pem


## Network-related settings:

# Run on the test network instead of the real BSTY network.
#testnet=1

# Connect via a socks proxy
#proxy=127.0.0.1:9050

# Select the version of socks proxy to use (4-5, default: 5)
#socks=5

# Use proxy to reach tor hidden services (default: same as -proxy)
#tor=        

##############################################################
## Quick Primer on addnode vs connect ##
## Let's say for instance you use addnode=4.2.2.4 ##
## addnode will connect you to and tell you about the ##
## nodes connected to 4.2.2.4. In addition it will tell##
## the other nodes connected to it that you exist so ##
## they can connect to you. ##
## connect will not do the above when you 'connect' to it.##
## It will *only* connect you to 4.2.2.4 and no one else.##
## ##
## So if you're behind a firewall, or have other problems ##
## finding nodes, add some using 'addnode'. ##
## ##
## If you want to stay private, use 'connect' to only ##
## connect to "trusted" nodes. ##
## ##
## If you run multiple nodes on a LAN, there's no need for##
## all of them to open lots of connections. Instead ##
## 'connect' them all to one node that is port forwarded ##
## and has lots of connections. ##
## Thanks goes to [Noodle] on Freenode. ##
##############################################################

# Use as many addnode= settings as you like to attempt connection to specific peers
addnode=69.28.94.212
addnode=10.0.0.2:8333
addnode=104.255.33.229
addnode=107.150.60.98
addnode=108.61.48.17
addnode=138.91.64.21
addnode=192.99.35.133
addnode=194.135.89.79
addnode=198.27.97.172
addnode=23.227.190.216
addnode=5.9.67.48
addnode=74.120.220.54
addnode=77.249.199.235
addnode=84.242.139.4
addnode=213.5.27.245
addnode=69.28.94.212
addnode=69.90.132.249

# or use as many connect= settings as you like to connect ONLY to specific peers:
#connect=69.164.218.197
#connect=192.168.1.20:8333

# Do not use Internet Relay Chat to find peers.
noirc=0

# Maximum number of inbound+outbound connections.
#maxconnections=125

# Miscellaneous options

# Pre-generate this many public/private key pairs, so wallet backups will be valid
# after future transactions.
#keypool=100

# Add an optional transaction fee every time you send bsty.
#paytxfee=0.01

# Add timestamps to debug.log
#logtimestamps=1        


# User interface options

# Start GlobalBoost-Y minimized
#min=1

# Minimize to the system tray
minimizetotray=0

Hi
how should this coin's .conf file look like ?

cheers
[/quote]

so sgminer should connect to a wallet that has this .conf ?

Code:
rpcuser=kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
rpcpassword=hhhhhhhhhhhhhhhhhhhhhhhhhhhh
rpcport=8225
rpctimeout=30
rpcallowip=*
addnode=69.28.94.212
addnode=10.0.0.2:8333
addnode=104.255.33.229
addnode=107.150.60.98
addnode=108.61.48.17
addnode=138.91.64.21
addnode=192.99.35.133
addnode=194.135.89.79
addnode=198.27.97.172
addnode=23.227.190.216
addnode=5.9.67.48
addnode=74.120.220.54
addnode=77.249.199.235
addnode=84.242.139.4
addnode=213.5.27.245
addnode=69.28.94.212
addnode=69.90.132.249
[/code]
bstdev
Member
**
Offline Offline

Activity: 96
Merit: 10


View Profile
February 12, 2016, 09:13:40 PM
 #1885

yes, it should.

GlobalBoost-Y:  Y2bVk5gmxYHMt4Qkw8VSV5ewrgAi6nBjjj
semajjames
Hero Member
*****
Offline Offline

Activity: 528
Merit: 500


View Profile
February 13, 2016, 08:47:51 AM
Last edit: February 13, 2016, 09:08:03 AM by semajjames
 #1886

yes, it should.

ok it's connecting now but when miner starts it only makes a "ckolivas" .bin file

i have tried all the yescrypt .cl files

tanoury
Full Member
***
Offline Offline

Activity: 235
Merit: 100



View Profile
February 17, 2016, 01:21:20 AM
 #1887

yes, it should.

ok it's connecting now but when miner starts it only makes a "ckolivas" .bin file

i have tried all the yescrypt .cl files



What version of sgminer are you using?
semajjames
Hero Member
*****
Offline Offline

Activity: 528
Merit: 500


View Profile
February 17, 2016, 07:01:29 AM
 #1888

yes, it should.

ok it's connecting now but when miner starts it only makes a "ckolivas" .bin file

i have tried all the yescrypt .cl files



What version of sgminer are you using?

the latest from Nice Hash
it containes the "yescrypt" .cl files

cheers
bstdev
Member
**
Offline Offline

Activity: 96
Merit: 10


View Profile
February 17, 2016, 08:42:40 PM
 #1889

this is the sgminer that we are using with yescrypt

https://mega.nz/#!OYlHyJRb!C_jPY3sz3WbfB2V1n4rjKQ218x-elcevsUkupzj7VIs

you can find others miners here

http://globalboost-y.com/

yes, it should.

ok it's connecting now but when miner starts it only makes a "ckolivas" .bin file

i have tried all the yescrypt .cl files



What version of sgminer are you using?

the latest from Nice Hash
it containes the "yescrypt" .cl files

cheers

GlobalBoost-Y:  Y2bVk5gmxYHMt4Qkw8VSV5ewrgAi6nBjjj
bstdev
Member
**
Offline Offline

Activity: 96
Merit: 10


View Profile
March 07, 2016, 04:30:41 PM
 #1890

BSTY is still very cheap on bittrex.

https://bittrex.com/Market/Index?MarketName=BTC-BSTY

I wonder why people always like to buy at a higher price?. I am looking how to grab all those coins.

 Cool

Hi guys, guess I am REALLY late for this one, but I found some BST in a wallet, any chance of exchanging them into BSTY?

GlobalBoost-Y:  Y2bVk5gmxYHMt4Qkw8VSV5ewrgAi6nBjjj
Blackross
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
March 08, 2016, 04:51:49 AM
 #1891

what am i doing wrong? i have qt5 installed and still can't compile without running into

Project ERROR: Unknown module(s) in QT: script

following the directions at the bottom of the page...
https://github.com/GlobalBoost/GlobalBoost-Y

was hoping to try and solomine something lol
bstdev
Member
**
Offline Offline

Activity: 96
Merit: 10


View Profile
March 08, 2016, 04:00:19 PM
 #1892

are you using ubuntu right, then you need to install the qt script module. qtscript5-dev



what am i doing wrong? i have qt5 installed and still can't compile without running into

Project ERROR: Unknown module(s) in QT: script

following the directions at the bottom of the page...
https://github.com/GlobalBoost/GlobalBoost-Y

was hoping to try and solomine something lol

GlobalBoost-Y:  Y2bVk5gmxYHMt4Qkw8VSV5ewrgAi6nBjjj
Blackross
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
March 10, 2016, 01:54:34 AM
 #1893

CURSES!
Blackross
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
March 10, 2016, 02:04:04 AM
 #1894

ahh i give up till the weekend....

/home/drblackross/Desktop/GlobalBoost-Y/GlobalBoost-Y.pro(16741): Extra characters after test expression.
/home/drblackross/Desktop/GlobalBoost-Y/GlobalBoost-Y.pro(16741): Extra characters after test expression.
bitcoinkkk
Full Member
***
Offline Offline

Activity: 216
Merit: 100


View Profile
March 16, 2016, 11:48:58 AM
 #1895

Hi,

We've added BSTY to the miners multipool: www.zpool.ca

Cheers!
algo=yescrypt
https://bitcointalk.org/index.php?topic=849994.0
bitcoin1985
Full Member
***
Offline Offline

Activity: 164
Merit: 100


View Profile
March 16, 2016, 01:06:15 PM
 #1896

are there still guys who mine that coin? want transfer coins from one wallet to another.
greetz
bstdev
Member
**
Offline Offline

Activity: 96
Merit: 10


View Profile
March 16, 2016, 02:59:57 PM
 #1897

www.zpool.ca has been mining BSTY and unitus, maybe they could add BitZeny. However, the Bitzeny wallet need some modifications to allow merge mining like unitus.

bstdev  Cool

PS: I like your comment lol
dev is Another  Satoshi Nakamoto   Grin Grin Grin Grin


GlobalBoost-Y:  Y2bVk5gmxYHMt4Qkw8VSV5ewrgAi6nBjjj
miningpoolhub
Legendary
*
Offline Offline

Activity: 1456
Merit: 1006

Mining Pool Hub


View Profile WWW
April 08, 2016, 05:25:27 AM
 #1898

GlobalBoost-Y Mining Pool Hub Open!


https://globalboosty.miningpoolhub.com/


Happy mining!


Mining Pool Hub - https://miningpoolhub.com
Pissenlit
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
April 08, 2016, 07:29:29 AM
 #1899

Got antivirus threat removal when mining with this client.
bstdev
Member
**
Offline Offline

Activity: 96
Merit: 10


View Profile
April 09, 2016, 01:28:14 AM
 #1900

Thank you adding the BSTY coin to the Mining Pool Hub.  Grin

GlobalBoost-Y Mining Pool Hub Open!


https://globalboosty.miningpoolhub.com/


Happy mining!



GlobalBoost-Y:  Y2bVk5gmxYHMt4Qkw8VSV5ewrgAi6nBjjj
Pages: « 1 ... 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] 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 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!