Bitcoin Forum
April 26, 2024, 06:27:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 [134] 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 ... 291 »
  Print  
Author Topic: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread  (Read 597301 times)
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
March 18, 2014, 11:02:20 AM
Last edit: March 18, 2014, 11:25:10 AM by restless
 #2661

What has to be done in order to use cgminer?
Download guiminer 0.04 and 0.05. With both versions extracted in folder "guiminer" under Gridcoin one (c:\rpogram files x86...)
Gridcoin says that  cgminer is missing

So what to do?! Gridcoin is synced, boinc is running...

PS:
Added poolmining=true, copied guiminer folder into /users/user/appdata/roaming/gridcoin (instead of manual saying to copy in program files...)
ANd guiminer showed up.

But cgminer stops working, so it never starts mining with GPU.
1714112877
Hero Member
*
Offline Offline

Posts: 1714112877

View Profile Personal Message (Offline)

Ignore
1714112877
Reply with quote  #2

1714112877
Report to moderator
1714112877
Hero Member
*
Offline Offline

Posts: 1714112877

View Profile Personal Message (Offline)

Ignore
1714112877
Reply with quote  #2

1714112877
Report to moderator
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714112877
Hero Member
*
Offline Offline

Posts: 1714112877

View Profile Personal Message (Offline)

Ignore
1714112877
Reply with quote  #2

1714112877
Report to moderator
BenHur
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
March 18, 2014, 11:30:15 AM
 #2662

What has to be done in order to use cgminer?
Download guiminer 0.04 and 0.05. With both versions extracted in folder "guiminer" under Gridcoin one (c:\rpogram files x86...)
Gridcoin says that  cgminer is missing

So what to do?! Gridcoin is synced, boinc is running...

You can run cgminer  external,just like other scrypt coins.
Sometimes the inside cgminer don't work very good.
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
March 18, 2014, 11:48:15 AM
 #2663

run it external? ok, but what settings for pool/user/password?!
stratum or http? (like ...
-o http://127.0.0.1:9332 or... what? )

How would I check if it is even running :/

Is there ANY how-to which is known to work?
BenHur
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
March 18, 2014, 11:54:21 AM
 #2664

I have two R9 280x,this is my cgminer.conf:


{
"pools" : [
   {
      "url" : "127.0.0.1:9332",
      "user" : "your rpcuser in gridcoin.conf",
      "pass" : "your rpcpassword in gridcoin.conf"
   }
]
,
"intensity" : "13,13",
"vectors" : "1,1",
"worksize" : "256,256",
"kernel" : "scrypt,scrypt",
"lookup-gap" : "2,2",
"thread-concurrency" : "8192,8192",
"shaders" : "2048,2048",
"gpu-engine" : "0-1050,0-1050",
"gpu-fan" : "30-55,30-55",
"gpu-memclock" : "1500,1500",
"gpu-memdiff" : "0,0",
"gpu-powertune" : "0,0",
"gpu-vddc" : "0.000,0.000",
"temp-cutoff" : "95,95",
"temp-overheat" : "95,95",
"temp-target" : "60,60",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scantime" : "7",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
March 18, 2014, 12:23:42 PM
 #2665

almost running with external client...
Quote
[2014-03-18 14:22:51] Started cgminer 3.4.0
 [2014-03-18 14:22:51] Started cgminer 3.4.0
 [2014-03-18 14:22:51] Loaded configuration file cgminer.conf
 [2014-03-18 14:22:52] Probing for an alive pool
 [2014-03-18 14:22:52] Network diff set to 25.5K
 [2014-03-18 14:22:52] No suitable long-poll found for http://127.0.0.1:9332
:/ looks like my gridcoin client is not starting the server then
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
March 18, 2014, 12:44:14 PM
 #2666

Mandatory Upgrade
Release Notes
9.3/90/2.0.5.0


My client is 2.0.3-g71 ... downloaded from gridcoin.us...
How to upgrade to 2.0.5?!
traderman
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001



View Profile
March 18, 2014, 12:45:24 PM
 #2667

type "upgrade" in console

Mandatory Upgrade
Release Notes
9.3/90/2.0.5.0


My client is 2.0.3-g71 ... downloaded from gridcoin.us...
How to upgrade to 2.0.5?!
BenHur
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
March 18, 2014, 12:46:14 PM
 #2668

almost running with external client...
Quote
[2014-03-18 14:22:51] Started cgminer 3.4.0
 [2014-03-18 14:22:51] Started cgminer 3.4.0
 [2014-03-18 14:22:51] Loaded configuration file cgminer.conf
 [2014-03-18 14:22:52] Probing for an alive pool
 [2014-03-18 14:22:52] Network diff set to 25.5K
 [2014-03-18 14:22:52] No suitable long-poll found for http://127.0.0.1:9332
:/ looks like my gridcoin client is not starting the server then


It works.
But the Network diff seems not right.
Have your wallet synced?
You need wait the wallet synced.

The key "poolmining=true" is not needed,the internal pool was too old.
There is a new pool.
If you want to ming in a pool,try this:
https://cryptocointalk.com/topic/7515-tradermans-pool-mining-poolgridcoinus-tutorial/

Now most people  solo.
customminer
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
March 18, 2014, 01:45:56 PM
 #2669

We should put all of the voting links in the sidebar.

https://www.icurrex.com/coin_poll

https://www.cryptsy.com/coinvotes

https://www.mintpal.com/voting

Did I miss any?

I linked directly to the gridcoin marketing thread on bitcointalk instead of listing each of the exchanges with voting pages.
Gridcoin (OP)
Sr. Member
****
Offline Offline

Activity: 364
Merit: 252


View Profile WWW
March 18, 2014, 02:27:06 PM
 #2670

It seems like there's two camps here. One that wants to see Gridcoin stabilize and grow, and recognize the issues that come with it being a single developer project. The other wants to get rich, now.

I don't care much for the second group.

i've been following GRC since around thanksgiving and I want it to succeed however launching a coin and updating the client every few days is not a good idea at all.  There is to much conflicting information, the files on the website aren't even the correct versions of the client...if you download the msi you're fine if you get the zip you get old versions etc, if you want to do a coin etc you need to release proper versions with proper communication, saying go this forum or go to this twitter page is not proper communication.  The website should ALWAYS have the proper versions of the software and NEVER have a version that is out of date.

I agree, this is essential, I can't see a reason for this not being streamlined already.
Thing is, problems wont outgrow with time, but tend to get more w growing adoption.

My suggestion: tedious update routines like website version maintenance and thread/OP updates should be delegated. assertion of consistency is straightforward and can be outsourced. We need a single specified source of truth. Then a sendmail-task in Rob's release-toolchain is enough to have agents swarm out to fix the various sites.
I agree the official web site should be the source of record for the latest version, we should have a list of latest news bulletins on the web site to allow people to understand the state of the coin, and that zip should not be out of date, or it should be removed.

We should have a disclaimer on the non official supporter web site:  Click here to go to the official site, etc.  Aysyr created the other site on his own and did a relatively nice job, but communication is lacking.

Regarding stuck transactions, the newest version will pull up more transactions and you may not receive the -5 not on file error (Chiznit was receiving).

I have not received PMs from Poloniex or allcrypt yet, I have no idea if they are running the newest version.  If they do not sync, PM me.

Rob



Gridcoin: scientia humana libertas
41136169
Member
**
Offline Offline

Activity: 110
Merit: 10


View Profile
March 18, 2014, 02:29:15 PM
 #2671

I like the GRC coin, will try to persuade a Chinese exchange to add it. it need "Google account " to join in.
Ecoinfund.com

Get Free VpnCoin, Join BitNet !.
VqATc86bXGRbVsk4RwsvvqE7nGbqu8iR14
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
March 18, 2014, 02:54:32 PM
 #2672

I almost made it work.

-upgraded to 2.0.5
-server works on 127.0.0.1:9332

Now - cgminer 3.4.0 keeps crashing (cgminer stopped working). I guess it fails to compile the cl file

Is cgminer 3.7.2 ok for mining?


PS:
AFter coying the bin file from 3.7.3 folder to 3.4.0 folder it seems that it started working
Quote
cgminer version 3.4.0 - Started: [2014-03-18 16:56:47]
--------------------------------------------------------------------------------
 (5s):87.07K (avg):86.74Kh/s | A:0  R:0  HW:0  WU:88.7/m
 ST: 4  SS: 0  NB: 3  LW: 0  GF: 0  RF: 0
 Connected to 127.0.0.1 diff 470K without LP as user rpcuser
 Block: 12113c10fe76ae07...  Diff:470K  Started: [16:58:51]  Best share: 63
--------------------------------------------------------------------------------
 [P]ool management [G]PU management [ S]ettings [D]isplay options [Q]uit
 GPU 0:  67.0C  85%    | 86.59K/86.74Kh/s | A:0 R:0 HW:0 WU: 88.7/m I:11
--------------------------------------------------------------------------------

 [2014-03-18 16:57:49] Network diff set to 470K
 [2014-03-18 16:57:49] New block detected on network
 [2014-03-18 16:58:51] Network diff set to 470K
 [2014-03-18 16:58:51] New block detected on network


Can i verify somehow is it working ok?
coinsmaster
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
March 18, 2014, 03:15:02 PM
 #2673

Sent some GRC about 8 hours ago... still nothing!

TX

15887a3604c9695d50ffbb565b9b6d6360d65f583384653485349dfbffb3e5f0

Please somebody help
DreadLord
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
March 18, 2014, 03:19:16 PM
 #2674

Sent some GRC about 8 hours ago... still nothing!

TX

15887a3604c9695d50ffbb565b9b6d6360d65f583384653485349dfbffb3e5f0

Please somebody help


Are you running the latest version of GRC wallet? ( 2.0.5.0 )
DreadLord
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
March 18, 2014, 03:51:31 PM
 #2675


...

I have not received PMs from Poloniex or allcrypt yet, I have no idea if they are running the newest version.  If they do not sync, PM me.

Rob




I have sent a ticket to Poloniex and Allcrypt asking if they are using latest wallets and if not to PM you.

DreadLord
coinsmaster
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
March 18, 2014, 04:37:02 PM
 #2676

Sent some GRC about 8 hours ago... still nothing!

TX

15887a3604c9695d50ffbb565b9b6d6360d65f583384653485349dfbffb3e5f0

Please somebody help


Are you running the latest version of GRC wallet? ( 2.0.5.0 )

This transaction was from the market
I'm even can'y find the blockchaine explorer, to see what happened
  
C.mil
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
March 18, 2014, 04:50:42 PM
 #2677

Anyone please post here how many Gridcoins you are making per day and what hardware do you use.
DreadLord
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
March 18, 2014, 04:52:06 PM
 #2678

Sent some GRC about 8 hours ago... still nothing!

TX

15887a3604c9695d50ffbb565b9b6d6360d65f583384653485349dfbffb3e5f0

Please somebody help


Are you running the latest version of GRC wallet? ( 2.0.5.0 )

This transaction was from the market
I'm even can'y find the blockchaine explorer, to see what happened
  

The blockchain explorer ( http://explorer.gridcoin.us/ ) doesn't have that option yet you need to use your wallet to do that.

What market did you use? Are they ( Exchanger ) using the latest wallet version? Are you using the latest wallet version?

goodluck0319
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
March 18, 2014, 05:20:38 PM
 #2679

how do u guys use pool mining?

I want to try it.
pabloangello
Legendary
*
Offline Offline

Activity: 1344
Merit: 1001


View Profile
March 18, 2014, 05:28:59 PM
 #2680

What is going on with marketing of this coin?

Pages: « 1 ... 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 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 [134] 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 ... 291 »
  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!