Pages:
Author

Topic: [GLC] Globalcoin | 4 Year Anniversary 1.5.4! | NO IPO, NO PREMINE | [SCRYPT] - page 78. (Read 225833 times)

member
Activity: 105
Merit: 10
There's a globalcoin pool up and running at: http://globalcoin.miners-pool.eu/
sr. member
Activity: 1638
Merit: 251
Hexhash.xyz
Block explorer is being setup again for the 3rd time now, Will be hosting it ourselves this time so it does not disappear in 1/2 months. Thanks again for your support/patience your a great bunch. Now I'm off work for a few weeks again I will get things sorted. If there are any questions/requests/ideas please feel free to PM me

Parts Smiley

P.S
orco pm me your skype again I have a new account
legendary
Activity: 1344
Merit: 1001

Op of that thread wrote:
"
1. It's a crypto-currency
2. It's traded on an exchange with an API
3. There is a URL somewhere that shows the total supply of coins in real time
"

What about 3. for GLC?
hero member
Activity: 868
Merit: 1000
legendary
Activity: 1344
Merit: 1001
Hmm, one question,
Is there any working Globalcoin block explorer?
legendary
Activity: 1344
Merit: 1001
I am wondering when Globalcoin is goingto see the gains that some of other coins are seeing.  Clearly we are undervalued.


Great branding

70 million total coins, as compared to many with 3 to 5 times that many

Active developement


This remains to be one of the most undervalued options on cryptsy for me.

When it will be more exposed it will rise. Right now buy Cheesy
hero member
Activity: 868
Merit: 1000
I am wondering when Globalcoin is goingto see the gains that some of other coins are seeing.  Clearly we are undervalued.


Great branding

70 million total coins, as compared to many with 3 to 5 times that many

Active developement


This remains to be one of the most undervalued options on cryptsy for me.
legendary
Activity: 1344
Merit: 1001
To the seller on Cryptsy.

How about you slow down your greed so that people will actually think about buying.  500,000 sell order in one lump?  Really?  You are killing the market with that stupid order.

Please take it away and try and sell in reasonable chunks. The market was 26 BTC yesterday, you could move your 2.4 million in a day or two if you did it right, but that 500,000 sell order is killing any desire to buy into Globalcoin.  It is squashing the hopes that it will rise and that is teh only reason people buy.  Please fix this.

Yours truly,

KS


+1
Think people. You will get more money for your coins that way.
member
Activity: 64
Merit: 10
To the seller on Cryptsy.

How about you slow down your greed so that people will actually think about buying.  500,000 sell order in one lump?  Really?  You are killing the market with that stupid order.

Please take it away and try and sell in reasonable chunks. The market was 26 BTC yesterday, you could move your 2.4 million in a day or two if you did it right, but that 500,000 sell order is killing any desire to buy into Globalcoin.  It is squashing the hopes that it will rise and that is teh only reason people buy.  Please fix this.

Yours truly,

KS

member
Activity: 105
Merit: 10

Now open the globalcoin wallet (globalcoin-qt.exe) and you should be able to point your miner to it:

Code:
cgminer.exe --scrypt -o http://localhost:55788 -u USERNAME -p PASSWORD

Do you mine using the Globalcoin wallet or with another software like GUIMiner?

I see that the wallet asks me for "Server", "Port", "Username", "Password", but I have no idea of the server and port that I have to put there. Is it 1 and 55789?

Globalcoin Wallet mines at 0-1000 hashes per second, so something's wrong. Do I have to use cgminer then? It asks me for "URL", "Username" and "Password". I write "http://localhost:55788" at URL and then the username and password that I wrote for the config file, but it isn't working. Could someone help me?

The above is using cgminer, not the globalcoin wallet miner. You can get cgminer from:
http://ck.kolivas.org/apps/cgminer/3.7/cgminer-3.7.2-windows.zip

Your settings for username/password are correct. Extract cgminer and create a new file called startmining.bat within the same folder as cgminer.exe, edit startmining.bat in notepad and put:
Code:
cgminer.exe --scrypt -o http://localhost:55788 -u USERNAME -p PASSWORD
Save it then double click the startmining.bat to mine. Make sure you have globalcoin running as well.
legendary
Activity: 1199
Merit: 1047

Now open the globalcoin wallet (globalcoin-qt.exe) and you should be able to point your miner to it:

Code:
cgminer.exe --scrypt -o http://localhost:55788 -u USERNAME -p PASSWORD

Do you mine using the Globalcoin wallet or with another software like GUIMiner?

I see that the wallet asks me for "Server", "Port", "Username", "Password", but I have no idea of the server and port that I have to put there. Is it 1 and 55789?

Globalcoin Wallet mines at 0-1000 hashes per second, so something's wrong. Do I have to use cgminer then? It asks me for "URL", "Username" and "Password". I write "http://localhost:55788" at URL and then the username and password that I wrote for the config file, but it isn't working. Could someone help me?
legendary
Activity: 1199
Merit: 1047

Now open the globalcoin wallet (globalcoin-qt.exe) and you should be able to point your miner to it:

Code:
cgminer.exe --scrypt -o http://localhost:55788 -u USERNAME -p PASSWORD

Do you mine using the Globalcoin wallet or with another software like GUIMiner?

I see that the wallet asks me for "Server", "Port", "Username", "Password", but I have no idea of the server and port that I have to put there. Is it 1 and 55789?
full member
Activity: 160
Merit: 100
Japool is hurt, there is a large % of invalids shares.
hero member
Activity: 854
Merit: 1002
I think japool is having some issues. It's easy enough to solo mine with the current difficulty though so I would suggest that if you're experiencing the same.

Instructions for solo mining.

Download the wallet (make sure it's the latest version from the first post down the bottom)

Run globalcoin-qt.exe and allow it to download the blockchain.

Once download is complete exit the wallet (file exit don't just close).

Navigate to C:\Users\USERNAME\AppData\Roaming\Globalcoin

Right click and create new text document and then paste the following inside:

Code:
rpcuser=USERNAME
rpcpassword=PASSWORD
rpcallowip=127.0.0.1
rpcport=55788
port=55789
daemon=1
server=1
gen=0
testnet=0
listen=0
maxconnections=100
addnode=54.212.51.236
addnode=70.79.24.157
addnode=87.28.147.172
addnode=213.205.229.82
addnode=121.215.159.167
addnode=113.162.171.60
addnode=62.163.9.155
addnode=192.241.161.229
addnode=71.63.127.88
addnode=88.68.62.215

Next go to file save as and select type all files and save the file as globalcoin.conf

Now open the globalcoin wallet (globalcoin-qt.exe) and you should be able to point your miner to it:

Code:
cgminer.exe --scrypt -o http://localhost:55788 -u USERNAME -p PASSWORD

I still can`t sync with this conf file. Should i wait more or ?


Same :/ p2pool doesn't really work fine for me and with this difficulty, it seems possible to solo mine, but as it doesn't want to sync, I can't.

edit : It started to sync Smiley
sr. member
Activity: 252
Merit: 250
I think japool is having some issues. It's easy enough to solo mine with the current difficulty though so I would suggest that if you're experiencing the same.

Instructions for solo mining.

Download the wallet (make sure it's the latest version from the first post down the bottom)

Run globalcoin-qt.exe and allow it to download the blockchain.

Once download is complete exit the wallet (file exit don't just close).

Navigate to C:\Users\USERNAME\AppData\Roaming\Globalcoin

Right click and create new text document and then paste the following inside:

Code:
rpcuser=USERNAME
rpcpassword=PASSWORD
rpcallowip=127.0.0.1
rpcport=55788
port=55789
daemon=1
server=1
gen=0
testnet=0
listen=0
maxconnections=100
addnode=54.212.51.236
addnode=70.79.24.157
addnode=87.28.147.172
addnode=213.205.229.82
addnode=121.215.159.167
addnode=113.162.171.60
addnode=62.163.9.155
addnode=192.241.161.229
addnode=71.63.127.88
addnode=88.68.62.215

Next go to file save as and select type all files and save the file as globalcoin.conf

Now open the globalcoin wallet (globalcoin-qt.exe) and you should be able to point your miner to it:

Code:
cgminer.exe --scrypt -o http://localhost:55788 -u USERNAME -p PASSWORD

I still can`t sync with this conf file. Should i wait more or ?
full member
Activity: 196
Merit: 100
Seems interest is building lately and it's profitable to mine at the moment with the price rising sharply on crypsty.


I only seem to get 1 or 2 active connections on the qtwallet, sometimes zero,  is this normal, Ive heard mention of adding node addresses, how do i go about doing this, loving this coin by the way!

 Grin
newbie
Activity: 16
Merit: 0
Any chance of getting Global Coin added to this site.

http://coinmarketcap.com/

We just need a working block explorer to be added.
Yeah you’re right.  Anyone have any suggestions/contacts/friends/knowledge to get a Global coin Block explorer setup?
member
Activity: 105
Merit: 10
Any chance of getting Global Coin added to this site.

http://coinmarketcap.com/

We just need a working block explorer to be added.
hero member
Activity: 868
Merit: 1000
I asked them...

Maybe we all shoudl ask
newbie
Activity: 16
Merit: 0
Any chance of getting Global Coin added to this site.

http://coinmarketcap.com/
Pages:
Jump to: