Bitcoin Forum
June 22, 2024, 01:49:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 [225] 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 »
4481  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread on: October 23, 2014, 03:44:36 PM
Mandatory Upgrade - Please upgrade immediately
Gridcoin Research 6.2/3.1.6.6:

https://cryptocointalk.com/topic/1331-new-coin-launch-announcement-grc-gridcoin/page-367#entry141504

git pull
Already up-to-date.
4482  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Diamond (DMD) Evolution v 2.0 | NEW wallet, 50% POS Active on: October 23, 2014, 02:47:08 PM
Downloading the blockchain functionned! Thx ! Now, I just have one last question: I need to unlock my wallet for minting, does it mean that my wallet will become vulnerable to hacker attacks or it doesn't change anything; the hacker would still need my passphrase for encryption ?

you can unlock for minting only: walletpassphrase passphrase timeout true
run help in debug console for details.
4483  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer) on: October 23, 2014, 12:57:32 PM
I pull just under 300 W/GPU with four 290X's (Sapphire BF4 edition), and average 23.9 Mhash on X11 across the 4 of them. I think Wolf0's the only one getting 8 Mhash, though I keep hoping someone figures out his secret and publishes it. Smiley

the "secret" is:
rewrite simd and groestl ;-)
4484  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Diamond (DMD) Evolution v 2.0 | NEW wallet, 50% POS Active on: October 23, 2014, 12:39:46 PM
Hello,

I am a total noob to the diamondcoin wallet. And I have a big problem. My wallet is out of sync: I am stuck at 35725 blocks left. The last block was received 25 days ago ! What can I do ?

I tried deleting all files except the wallet.dat and the database folder and tried a full resynch. No use. I am very anxious since I had just made a transfer of DMD to my wallet and of course, they don't show up since my wallet is out of sync...

I remember I once had a similar problem: wallet stopping at a specific block.
Just shutting down and reopening the wallet did the trick, back then.
4485  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread on: October 23, 2014, 12:03:34 PM
has the wiki been hacked?

http://wiki.gridcoin.us/Main_Page
http://wiki.gridcoin.us/Special:RecentChanges
4486  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread on: October 23, 2014, 11:40:30 AM

"Team" : "",

you should be in the gridcoin team

ok, now im in gridcoin team, but problem is not solved. what im see on bam`s account page  http://joxi.ru/XEA49Yp7SVR5rb

you need to wait a bit

EDIT: "execute resetcpids" helped me at times.
4487  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread on: October 23, 2014, 11:02:35 AM

{
"Command" : "cpids"
},
{
"Project" : "milkyway@home",
"CPID" : "5aeb66cdd94f956fe5cbacbde312a80b",
"CPIDhash" : "473bb3ab759fcecb19169580546ad141",
"Email" : "a17e55fc6060ef620de2695fb50b0286",
"UTC" : 36705.00000000,
"RAC" : 3622.00000000,
"Team" : "",
"RecTime" : 1414060859.00000000,
"Age" : 20.00000000,
"Verified UTC" : 0.00000000,
"Verified RAC" : 0.00000000,
"Verified Team" : "",
"Verified RecTime" : 0.00000000,
"Verified RAC Age" : 0.00000000,
"Is my CPID Valid?" : false,
"CPID Link" : "http://boinc.netsoft-online.com/get_user.php?cpid=5aeb66cdd94f956fe5cbacbde312a80b",
"Errors" : "CPID invalid. Check E-mail address."
}

"Errors" : "CPID invalid. Check E-mail address." What im doing wrong? email in .conf file is right. And i cant see my cpid here http://boincstats.com/ru/bam/account/

"Team" : "",

you should be in the gridcoin team
4488  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread on: October 23, 2014, 08:28:34 AM

thanks for the new wallet and for listening to the community ;-)

unfortunately the new one still doesn't compile as headless version:

obj/main.o: In function `RetrieveCPID5(std::string)':
/home/pallas/Desktop/m/Gridcoin-Research/src/main.cpp:3791: undefined reference to `cpid_hash(std::string, std::string, uint256)'
/home/pallas/Desktop/m/Gridcoin-Research/src/main.cpp:3796: undefined reference to `IsCPIDValid(std::string, std::string, uint256)'
collect2: error: ld returned 1 exit status

I'd like to run it on my arm NAS but without the headless version it's impossible (I can't install Qt on it).

EDIT: there is a problem on the Qt wallet as well: when you click on the notification icon, an empty menu is opened; this used to work before (ubuntu).

I fixed the headless compile problem myself: just edit makefile.unix and add the bold line:

    obj/addrman.o \
    obj/cpid.o \
    obj/crypter.o \
4489  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread on: October 23, 2014, 08:04:55 AM

thanks for the new wallet and for listening to the community ;-)

unfortunately the new one still doesn't compile as headless version:

obj/main.o: In function `RetrieveCPID5(std::string)':
/home/pallas/Desktop/m/Gridcoin-Research/src/main.cpp:3791: undefined reference to `cpid_hash(std::string, std::string, uint256)'
/home/pallas/Desktop/m/Gridcoin-Research/src/main.cpp:3796: undefined reference to `IsCPIDValid(std::string, std::string, uint256)'
collect2: error: ld returned 1 exit status

I'd like to run it on my arm NAS but without the headless version it's impossible (I can't install Qt on it).

EDIT: there is a problem on the Qt wallet as well: when you click on the notification icon, an empty menu is opened; this used to work before (ubuntu).
4490  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread on: October 22, 2014, 08:52:29 PM
Qt client compiles fine but headless one gives:

src/main.cpp:4372: undefined reference to `RebootClient()'
collect2: error: ld returned 1 exit status

Bump!
4491  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread on: October 22, 2014, 11:25:35 AM
I downloaded the wallet but it is not doing the sync... I have to do some things before?

wait a bit for the first sync.
if it doesn't work, try adding this to your gridcoinresearch.conf file:

addnode=137.116.167.42
addnode=137.116.167.52
addnode=191.238.60.17
addnode=191.238.51.28
addnode=191.235.137.239
addnode=191.235.138.12
addnode=23.97.147.78
addnode=23.97.148.49
addnode=138.91.246.228
addnode=138.91.247.22
addnode=node.gridcoin.us
4492  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread on: October 22, 2014, 10:53:56 AM
So PoR is just PoS with a reward based on boinc RAC? Correct?
That's not what I expected... RAC (or whatever boinc index) should determine the probability of mining a block, not the stakepower, IMHO.

No the payout is based on your BOINC contribution. Next to this there is also "normal" interest for those who do not run BOINC, which you will also receive if you are running it.

http://coinwiki.info/en/Proof-of-Research#Gridcoin-Research_Reward_Calculation_Example

That's what I was saying: RAC makes reward but I'm talking about the probability of finding blocks.
I can have a good RAC but not find any blocks because my stakeweight is low (as any newbie to the coin trying to mine it).
As someone has to provide trust in order to stay decentralized, we chose to let bagholders secure the network while BOINCers
are rewarded proportional to their useful computations.
Solving blocks is more frequent with growing stake, but the payout stays miniscule as long as you don't work for sience.
At the same time we boost new comers (i.e. low stakers) by a probability multiplier to favour them in earning their blocks!

I see.
But please understand that a newbie trying to get into the coin by mining will have a hard time if, like in my case, he mines for 2 weeks without getting a single coin. He'll go away and maybe post some bad words on the forums.
I believe the probability of finding a block should also depend on RAC or, as an alternative, you should build a pool system so newcomers can get even little rewards, without waiting weeks for their stake to grow.
4493  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]CureCoin - Earn while you solve cures for Cancer. True 3.0 crypto on: October 22, 2014, 10:03:16 AM
Tried pausing, but it changes really nothing... On folding forums I can get an info to set my gpu usage to 100% or 1 or things like that. Tried all of them. But what about people here, on this forum, who fold with their GPUs?

I've been folding without issues on r9 290 at 1050/1250, load at 100% mostly, sometimes it goes down.
If I start any other process, even trying to leave a cpu core for every gpu free, the gpu usage goes down.
I.e. I can fold at maximum speed only if I leave it alone :-)
4494  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread on: October 22, 2014, 08:46:07 AM
So PoR is just PoS with a reward based on boinc RAC? Correct?
That's not what I expected... RAC (or whatever boinc index) should determine the probability of mining a block, not the stakepower, IMHO.

No the payout is based on your BOINC contribution. Next to this there is also "normal" interest for those who do not run BOINC, which you will also receive if you are running it.

http://coinwiki.info/en/Proof-of-Research#Gridcoin-Research_Reward_Calculation_Example

That's what I was saying: RAC makes reward but I'm talking about the probability of finding blocks.
I can have a good RAC but not find any blocks because my stakeweight is low (as any newbie to the coin trying to mine it).
4495  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread on: October 22, 2014, 07:58:48 AM
For POR you need coins in your account that are "staked". This is not like POW where you find blocks with actual hashing!! Do you understand that? You either need to convert old GRC classic to new POR GRC or you have to wait till the around the 20th of October when the POR GRC starts trading on the exchanges and get some POR GRC  so you can start staking in your wallet!! IF you have no coins right now in your POR wallet you will not receive anything!! You need to have coins in your POR wallet!!

This wasn't clear to me as well. The wallet says "boinc mining" and it's not true.
Also it's a pity I have compiled, installed, worked on it and boinc-end and I'll not get anything for days, cause I need to have stake power for a coin which currently I can't buy.
Not everybody's been following the coin for months.
I've gotten in a couple weeks ago and read a lot of docs, but I didn't notice that for POR I need POS, and it seems I'm not the only one.
To be an early adopter is never easy Smiley
We offer free startercoins on http://uscore.net

doesn't work: I didn't receive anything.
4496  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread on: October 22, 2014, 07:42:09 AM
So PoR is just PoS with a reward based on boinc RAC? Correct?
That's not what I expected... RAC (or whatever boinc index) should determine the probability of mining a block, not the stakepower, IMHO.
4497  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Diamond (DMD) Evolution v 2.0 | NEW wallet, 50% POS Active on: October 21, 2014, 11:21:00 AM
cryptonit

whether you think to depart from POW as from an expensive and not eco-friendly way of production of DMD?
I don't know options of replacement of POW but a question interesting

There are, like in curecoin or gridcoin: use a distributed computing effort for medicine or other useful tasks to replace PoW.
Diamond, with such a proof of work, would be the killer coin!
4498  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread on: October 20, 2014, 02:52:34 PM
another issue:

Segmentation fault      (core dumped) ./gridcoinresearch

after:

10/20/2014 14:23:48 Gathering network avgs
10/20/2014 14:23:50 received block 6d72c6ed820b0f55966f
10/20/2014 14:23:50 Postponing 11 reconnects
10/20/2014 14:23:50 REORGANIZE
10/20/2014 14:23:50 REORGANIZE: Disconnect 4 blocks; cbb4dde5b2d822f94f6a..c5f6e73c46f6dc5a6e9d
10/20/2014 14:23:50 REORGANIZE: Connect 3 blocks; cbb4dde5b2d822f94f6a..480846daef4dbf3264ea
10/20/2014 14:23:50 GetProofOfStakeReward(): create=9.20594042 nCoinAge=37360 nBoinc=0   
10/20/2014 14:23:50 GetProofOfStakeReward(): create=9.20594042 nCoinAge=37360 nBoinc=0   
10/20/2014 14:23:50 QA:get_user.php?cpid=CPIDGetProofOfStakeReward(): create=9.20594042 nCoinAge=37360 nBoinc=0   
10/20/2014 14:23:53 Gathering network avgs
4499  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: October 20, 2014, 12:46:36 PM

on linux I had the best results with 14.6 beta
4500  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread on: October 20, 2014, 12:45:42 PM
the "number of transaction" in my wallet overview is fixed at 0 (while there are some, which are confirmed).
Pages: « 1 ... 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 [225] 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!