Pages:
Author

Topic: [ANN] [GLB]Globe – One Currency for One Globe - Polished and Ready for Action - page 55. (Read 113609 times)

full member
Activity: 266
Merit: 100
Sorry, very new to mining.
I've added -gen=1 to the shortcut path and when the wallet is opened all 8 cores read 100%.
I'm not getting any GLB in my wallet however, does it usually take a while to produce anything?

Also does the .conf file have to be called anything specific?
How would I go about checking my hash rate using the Windows-Qt method?
Your conf file is in roaming\appdata\globe if you are using win7 flavor and should be named globe.conf. You can check your hash rate by typing getmininginfo in the debug console in the windows client-->Help-->Debug window-->console.   
sr. member
Activity: 644
Merit: 250
https://primedao.eth.link/#/
Sorry, very new to mining.
I've added -gen=1 to the shortcut path and when the wallet is opened all 8 cores read 100%.
I'm not getting any GLB in my wallet however, does it usually take a while to produce anything?

Also does the .conf file have to be called anything specific?
How would I go about checking my hash rate using the Windows-Qt method?
member
Activity: 112
Merit: 10
crazy diff right now ~1024
full member
Activity: 266
Merit: 100
So how would I go about mining with the Windows-Qt file?

Same way, create a shortcut for the windows qt, right click on it and go to properties and add -gen=1 to the end of the path to the qt client.  You can also use GUIminer.  I was hashing at around 270K/hs. 
sr. member
Activity: 644
Merit: 250
https://primedao.eth.link/#/
So how would I go about mining with the Windows-Qt file?
sr. member
Activity: 249
Merit: 250
If anybody is still having trouble compiling on ubuntu let me know,

I've done it a couple of times now and think I've got the hang of it.
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Someone over at CCT is trying to setup a pool with the Win Wallet, but it looks like it just rejects the blocks.

I don't know if this is due to oddities with FPA or what?  But at this point, it is many more hours into this then I wanted too.

If someone knows better options to compile gmp or mpfr. I'll try once more.

But for now I going to leave you with at least a Win Wallet, which may not be able to be used for Minning.. Sorry Sad

Good Luck all!



Congrats, and thanks. You have earn't yourself the Globe Honorary Badge  Wink. Can you upload a binary version as well so at least people can mine using the built in miner. Smiley plus which address would you like me to send your globes to Smiley ?





You can mine with this one using internal just start it with -gen=1 I can't promise it will work, but it does hash.

No need for more globes. If you want to thank me just put a nice buy wall on HBN and leave it there till its gone.

Thanks!


Tranz out
full member
Activity: 224
Merit: 100
Someone over at CCT is trying to setup a pool with the Win Wallet, but it looks like it just rejects the blocks.

I don't know if this is due to oddities with FPA or what?  But at this point, it is many more hours into this then I wanted too.

If someone knows better options to compile gmp or mpfr. I'll try once more.

But for now I going to leave you with at least a Win Wallet, which may not be able to be used for Minning.. Sorry Sad

Good Luck all!



Congrats, and thanks. You have earn't yourself the Globe Honorary Badge  Wink. Can you upload a binary version as well so at least people can mine using the built in miner. Smiley plus which address would you like me to send your globes to Smiley ?



legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Someone over at CCT is trying to setup a pool with the Win Wallet, but it looks like it just rejects the blocks.

I don't know if this is due to oddities with FPA or what?  But at this point, it is many more hours into this then I wanted too.

If someone knows better options to compile gmp or mpfr. I'll try once more.

But for now I going to leave you with at least a Win Wallet, which may not be able to be used for Minning.. Sorry Sad

Good Luck all!
nod
full member
Activity: 126
Merit: 100
Using Debian?

Run
Code:
netstat -a | egrep 'Proto|LISTEN'
in terminal and post what it says.

No, using Windows.

@digitaltradz: lol, everything is synced for me. 8682, i don't know, i tried the both.
legendary
Activity: 980
Merit: 1000
20% tax on coins + download available only from 'speedyshare'

Why are you guys wasting your time on this shit Cheesy
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
For the record, this is how I had to compile gmp and mpfr before they were linked into win exe

gmp
./configure --enable-cxx --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32
make
make check

mpfr
./configure --with-gmp-build=/c/deps/gmp-5.1.3/gmp-5.1.3 --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32
make
make check
full member
Activity: 266
Merit: 100
When I run cgminer, it says "no suitable long-poll found for..." -> it's normal as i'm solo mining, but just after, it quits, without any error or warning. What am I doing wrong ?
My conf file:
listen=1
rpcallowip=*
rpcuser=username
rpcpassword=password
rpcport=8682
port=8684
server=1
daemon=1
addnode=81.107.45.67
addnode=31.55.44.123
addnode=109.190.53.141
addnode=93.83.25.85
addnode=78.160.226.228
addnode=84.249.109.128
addnode=83.215.164.206
addnode=146.185.150.184
addnode=202.198.62.133
addnode=151.229.177.76
addnode=110.22.7.0:8684
addnode=109.190.53.141
Quit reading my mind LOL.  I'm getting ready to do the same thing as soon as everything is synch'd.  What port are you using? 8682 or 8684?  Not sure what the local port should be.
full member
Activity: 205
Merit: 100
Using Debian?

Run
Code:
netstat -a | egrep 'Proto|LISTEN'
in terminal and post what it says.
nod
full member
Activity: 126
Merit: 100
When I run cgminer, it says "no suitable long-poll found for..." -> it's normal as i'm solo mining, but just after, it quits, without any error or warning. What am I doing wrong ?
My conf file:
listen=1
rpcallowip=*
rpcuser=username
rpcpassword=password
rpcport=8682
port=8684
server=1
daemon=1
addnode=81.107.45.67
addnode=31.55.44.123
addnode=109.190.53.141
addnode=93.83.25.85
addnode=78.160.226.228
addnode=84.249.109.128
addnode=83.215.164.206
addnode=146.185.150.184
addnode=202.198.62.133
addnode=151.229.177.76
addnode=110.22.7.0:8684
addnode=109.190.53.141
newbie
Activity: 40
Merit: 0

Make sure you delete all the files in your app data excluding .conf and wallet

Make your .conf look like mine:

rpcuser=USER
rpcpassword=PASS
rpcport=8682
port=8684
connect=109.190.53.141
connect=151.229.177.76
connect=202.198.62.133
connect=146.185.150.184



it works now , thanx

A pool ?
nod
full member
Activity: 126
Merit: 100
Thank you, that's ok, I deleted everything in AppData and it worked like a charm.
How can I send RPC commands to the QT Wallet ?

Help
- Debug Window
-- Console

Thank you.
full member
Activity: 205
Merit: 100
Thank you, that's ok, I deleted everything in AppData and it worked like a charm.
How can I send RPC commands to the QT Wallet ?

Help
- Debug Window
-- Console
nod
full member
Activity: 126
Merit: 100
Thank you, that's ok, I deleted everything in AppData and it worked like a charm.
How can I send RPC commands to the QT Wallet ?
full member
Activity: 224
Merit: 100

Make sure you delete all the files in your app data excluding .conf and wallet

Make your .conf look like mine:

rpcuser=USER
rpcpassword=PASS
rpcport=8682
port=8684
connect=109.190.53.141
connect=151.229.177.76
connect=202.198.62.133
connect=146.185.150.184
Pages:
Jump to: