crackfoo
Legendary
Offline
Activity: 3556
Merit: 1126
|
|
January 27, 2016, 01:21:23 AM |
|
Thank you crackfoo for your support. It looks a really good pool . Hi, We've added BSTY to the miners multipool: www.zpool.caCheers! 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
|
|
February 10, 2016, 10:45:21 PM |
|
Hi how should this coin's .conf file look like ?
cheers
|
|
|
|
bstdev
Member
Offline
Activity: 96
Merit: 10
|
|
February 11, 2016, 05:03:29 PM |
|
### 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
|
|
February 12, 2016, 05:32:52 PM |
|
[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 ? 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
Activity: 96
Merit: 10
|
|
February 12, 2016, 09:13:40 PM |
|
yes, it should.
|
GlobalBoost-Y: Y2bVk5gmxYHMt4Qkw8VSV5ewrgAi6nBjjj
|
|
|
semajjames
|
|
February 13, 2016, 08:47:51 AM Last edit: February 13, 2016, 09:08:03 AM by semajjames |
|
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
|
|
February 17, 2016, 01:21:20 AM |
|
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
|
|
February 17, 2016, 07:01:29 AM |
|
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
Activity: 96
Merit: 10
|
|
February 17, 2016, 08:42:40 PM |
|
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
Activity: 96
Merit: 10
|
|
March 07, 2016, 04:30:41 PM |
|
BSTY is still very cheap on bittrex. https://bittrex.com/Market/Index?MarketName=BTC-BSTYI wonder why people always like to buy at a higher price?. I am looking how to grab all those coins. 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
Activity: 53
Merit: 0
|
|
March 08, 2016, 04:51:49 AM |
|
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-Ywas hoping to try and solomine something lol
|
|
|
|
bstdev
Member
Offline
Activity: 96
Merit: 10
|
|
March 08, 2016, 04:00:19 PM |
|
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-Ywas hoping to try and solomine something lol
|
GlobalBoost-Y: Y2bVk5gmxYHMt4Qkw8VSV5ewrgAi6nBjjj
|
|
|
Blackross
Newbie
Offline
Activity: 53
Merit: 0
|
|
March 10, 2016, 01:54:34 AM |
|
CURSES!
|
|
|
|
Blackross
Newbie
Offline
Activity: 53
Merit: 0
|
|
March 10, 2016, 02:04:04 AM |
|
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.
|
|
|
|
|
bitcoin1985
|
|
March 16, 2016, 01:06:15 PM |
|
are there still guys who mine that coin? want transfer coins from one wallet to another. greetz
|
|
|
|
bstdev
Member
Offline
Activity: 96
Merit: 10
|
|
March 16, 2016, 02:59:57 PM |
|
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 PS: I like your comment lol dev is Another Satoshi Nakamoto Grin Grin Grin Grin
|
GlobalBoost-Y: Y2bVk5gmxYHMt4Qkw8VSV5ewrgAi6nBjjj
|
|
|
|
Pissenlit
Newbie
Offline
Activity: 39
Merit: 0
|
|
April 08, 2016, 07:29:29 AM |
|
Got antivirus threat removal when mining with this client.
|
|
|
|
bstdev
Member
Offline
Activity: 96
Merit: 10
|
|
April 09, 2016, 01:28:14 AM |
|
Thank you adding the BSTY coin to the Mining Pool Hub.
|
GlobalBoost-Y: Y2bVk5gmxYHMt4Qkw8VSV5ewrgAi6nBjjj
|
|
|
|