Bitcoin Forum
April 28, 2024, 12:20:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 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 ... 291 »
  Print  
Author Topic: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread  (Read 597301 times)
YamashitaRen
Full Member
***
Offline Offline

Activity: 147
Merit: 100



View Profile
January 30, 2014, 03:44:05 PM
Last edit: January 30, 2014, 06:11:03 PM by YamashitaRen
 #1741

Quote
The main problem is you should receive types registered successfully; not a noveau error; you can try googling that problem and fixing wine first; I tested on Ubuntu 12.04 and it works & boots & listens for mining;
The Nvidia/Nouveau RandR error isn't a problem. This is a ?#?# political? ethical? problem between Nvidia devs and wine devs. Wine works and it wouldn't work better with Nouveau :p
Google it if you want but I can assure you that this "fixme error" has nothing to do with us Wink

Code:
[Yama@VaioLaptop wine]$ ls
BoincLinux.dll  BoincLinux.lib        GridcoinLinuxGUI.exe  OpenCL.Net.dll  QtGui4.dll      SQLite.NET.dll  debug2.txt      grcrestarter_copy.exe  libgcc_s_dw2-1.dll  mingwm10.dll   msvcr100d.dll       regtlibv12.exe
BoincLinux.exp  GrcInstallBanner.jpg  MSVBVM60.DLL          QtCore4.dll     QtNetwork4.dll  SQLite3.dll     debugLinux.txt  gridcoin-qt.exe        libstdc++-6.dll     msvcp100d.dll  prjTestHarness.exe  zlib1.dll

I haven't mschrt20.ocx and mscomctl.ocx in the wine directory. Don't you think this is the source of this problem  ?
Code:
[Yama@VaioLaptop wine]$ wine regsvr32 mschrt20.ocx
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
Failed to load DLL mschrt20.ocx
[Yama@VaioLaptop wine]$ wine regsvr32 mscomctl.ocx
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
Failed to load DLL mscomctl.ocx

Quote
2) You are mining scrypt successfully on the box correct? So the problem is only restricted to building the wine client.
Since wine graphical apps require a display to run, I'm testing your wine client on my laptop. I can mine scrypt on my laptop and already did it.
This is the first objective : having the QT wine wallet to run on my laptop and make it communicate with boinc and cudaminer. We need this in order to "prove" that GRC can work on linux.

In the future, I want to run Gridcoin on my mining rig. My rig doesn't have a display. So I need the cli native linux wallet to work with Boinc or a wine cli wallet ...
This is the final objective : having the GRC client working headless. Usually, linux mining rigs don't have a display Wink
There is a workaround which is to use export DISPLAY=:0 :
Code:
[Yama@FedoraDesktop wine]$ wine gridcoin-qt.exe
Application tried to create a window, but no driver could be loaded.
The explorer process failed to start.
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:system:SetProcessDPIAware stub!
fixme:win:FlashWindowEx 0xf6eadc
fixme:msg:pack_message msg 80 (WM_SETICON) not supported yet
fixme:msg:pack_message msg 80 (WM_SETICON) not supported yet
fixme:msg:ChangeWindowMessageFilter c050 00000001
fixme:systray:wine_notify_icon unhandled tray message: 4
fixme:process:SetProcessDEPPolicy (1): stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:winsock:WS_setsockopt IPV6_PROTECTION_LEVEL is ignored!
err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000} not registered
err:ole:create_server class {00000000-0000-0000-0000-000000000000} not registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {00000000-0000-0000-0000-000000000000} could be created for context 0x15
fixme:event:wait_for_withdrawn_state window 0x1005e/1400005 wait timed out
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:imm:NotifyIME IMC_SETCANDIDATEPOS
fixme:imm:ImmReleaseContext (0x20044, 0x30c06d0): stub
fixme:win:FlashWindowEx 0xf6eadc
^Cfixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
^C^C^C^Cfixme:event:wait_for_withdrawn_state window 0x10070/e0000a wait timed out
err:ntdll:RtlpWaitForCriticalSection section 0x7ec1eea0 "file.c: MSVCRT_file_cs" wait timed out in thread 0034, blocked by 002e, retrying (60 sec)
^C^C^C[Yama@FedoraDesktop wine]$
The client seems to "launch" on my rig but since the rig doesn't have a display, I can't do anything on the client. If I earn GRC, I will have to connect a display in order to transfer them ... This is not good.
1714263640
Hero Member
*
Offline Offline

Posts: 1714263640

View Profile Personal Message (Offline)

Ignore
1714263640
Reply with quote  #2

1714263640
Report to moderator
1714263640
Hero Member
*
Offline Offline

Posts: 1714263640

View Profile Personal Message (Offline)

Ignore
1714263640
Reply with quote  #2

1714263640
Report to moderator
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714263640
Hero Member
*
Offline Offline

Posts: 1714263640

View Profile Personal Message (Offline)

Ignore
1714263640
Reply with quote  #2

1714263640
Report to moderator
Boiar
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
January 30, 2014, 06:49:24 PM
 #1742

Guys, I haven't been mining GRC and doing Boinc job for 3 days, and now my Boinc Avg Daily Credits jumped from 880 to 0!
Is it intended behavior?
Does it mean that I have to wait until I get 900-1000 credits again for client to show "100% Boinc Utilization"?
asdlolciterquit
Hero Member
*****
Offline Offline

Activity: 1666
Merit: 565


View Profile
January 30, 2014, 06:52:33 PM
 #1743

this is important: i've send some of my coins to a wrong address: tell me there is a way to recover it!!  Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry
uxstack
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
January 30, 2014, 07:37:57 PM
 #1744

this is important: i've send some of my coins to a wrong address: tell me there is a way to recover it!!  Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry

Unfortunately, there's only one way that could happen: Track down the owner of the address (assuming it's a valid and owned address), beg them nicely to return your coins, and hope that they are honest enough to do it. Good luck!  Cry
groten
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
January 30, 2014, 08:08:49 PM
 #1745


Rob,

Do you purge the leaderbord in some way?

Reason I ask is that I still see my old address G7UD.. in the leaderbord, since it was encrypted I changed to a new address 6 days ago and since that time it has not been active anymore, all project are linked to the new address since the 24th.

Someone with a lot of credits can exploit that..
asdlolciterquit
Hero Member
*****
Offline Offline

Activity: 1666
Merit: 565


View Profile
January 30, 2014, 08:13:37 PM
 #1746

this is important: i've send some of my coins to a wrong address: tell me there is a way to recover it!!  Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry

Unfortunately, there's only one way that could happen: Track down the owner of the address (assuming it's a valid and owned address), beg them nicely to return your coins, and hope that they are honest enough to do it. Good luck!  Cry

arghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh!!  Cry

thanks anyways for the reply..
traderman
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001



View Profile
January 30, 2014, 09:38:51 PM
 #1747

Unless the person you sent it to sends it back, you are out of luck.

this is important: i've send some of my coins to a wrong address: tell me there is a way to recover it!!  Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry
aysyr
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
January 30, 2014, 10:11:38 PM
 #1748

Just letting all you guys know.

We're currently doing a logo design contest for Gridcoin on 99Designs and we need all our community members to participate in rating the entries. Voting is easy and instructions and links to the polls are below:

https://cryptocointalk.com/topic/3950-99designs-gridcoin-logo-competition-please-help-judge-4-days-left/

We would really appreciate it if all of you took the time to rate the entries so we can get a well-rounded decision for the finalists and the winner.

Thanks!

Trade at C-Cex, my favorite exchange!          Aysyr Reputation Thread
traderman
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001



View Profile
January 30, 2014, 10:26:16 PM
 #1749

Everyone needs to vote for the new Logo!!!!!
Inrideo
Full Member
***
Offline Offline

Activity: 130
Merit: 100


View Profile
January 30, 2014, 10:46:22 PM
 #1750

It's the nature of digital currency, to prevent chargebacks. Once currency has left, it's gone for good. Did you send the coins to someone in your address book or mistype an address?

If you sent it to the wrong person, would they give it back?

this is important: i've send some of my coins to a wrong address: tell me there is a way to recover it!!  Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry

Unfortunately, there's only one way that could happen: Track down the owner of the address (assuming it's a valid and owned address), beg them nicely to return your coins, and hope that they are honest enough to do it. Good luck!  Cry

arghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh!!  Cry

thanks anyways for the reply..

Gridcoin :: GGEijprFRgB8LFVDLbdKQK9CcysFXAXRop
Ardolafat
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
January 30, 2014, 10:52:50 PM
 #1751

I'v asked this before but nobody answered  Undecided
There is no mandatory fee hardcoded in gridcoin wallet, so this can cause a microtransaction flood in the blockchain ?
traderman
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001



View Profile
January 30, 2014, 10:55:39 PM
 #1752

When i do send 2 or 3 times in a short time I get asked to pay fee. It seems it is related to the frequency of transactions.

I'v asked this before but nobody answered  Undecided
There is no mandatory fee hardcoded in gridcoin wallet, so this can cause a microtransaction flood in the blockchain ?
traderman
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001



View Profile
January 30, 2014, 10:58:25 PM
 #1753

Today I tried CPU mining for the first time and it worked great. The client sent out 2 beacons and after about 1 hour I started getting small payments. I was donating to the Rosetta@home project. Usually I GPU mine, but today I decided to try CPU and I am impressed.
hamiltino
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


P2P The Planet!


View Profile
January 31, 2014, 02:02:53 AM
Last edit: January 31, 2014, 02:14:39 AM by hamiltino
 #1754

Can grid please get rid of the: Gridcoin introduction - Newsflash video link here. It makes gridcoin seem like a scamcoin. Cry

Thanks.



                                                                                              

stacking coin
hamiltino
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


P2P The Planet!


View Profile
January 31, 2014, 02:18:17 AM
Last edit: January 31, 2014, 06:27:02 AM by hamiltino
 #1755

.

stacking coin
asdlolciterquit
Hero Member
*****
Offline Offline

Activity: 1666
Merit: 565


View Profile
January 31, 2014, 09:05:51 AM
 #1756

this is important: i've send some of my coins to a wrong address: tell me there is a way to recover it!!  Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry Cry

Unfortunately, there's only one way that could happen: Track down the owner of the address (assuming it's a valid and owned address), beg them nicely to return your coins, and hope that they are honest enough to do it. Good luck!  Cry

Sad

how can i track down the owner of the address?
lmue
Full Member
***
Offline Offline

Activity: 124
Merit: 100


View Profile
January 31, 2014, 09:22:56 AM
 #1757

is there any maximum limitation on the amount of transfer.
 
one guy did 2 times transfer, 1st time 100k and 2nd time 40k, but only the 2nd time is confirmed and the 1st time is still with a question mark right now.
 
he is using the latest version and without syn. problem and tried to rebuild chain for several times.

GRC: GAcm1qG5XAjZGh8FJ7X5jSUFBM49Kom9Et

C-cex, 交易GRC

Coins-e, 其他虚拟货币

<a target="_blank" href="http://shang.qq.com/wpa/qunwpa?idkey=02e66be6eb2de2a31ec26119d488a63ae31ad726787f7ef44a979839fd855232"><img border="0" src="http://pub.idqqimg.com/wpa/images/group.png" alt="Gridcoin交流群 (GRC)" title="Gridcoin交流群 (GRC)"></a>
traderman
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001



View Profile
January 31, 2014, 12:57:09 PM
 #1758

I think Rob can answer that one.

is there any maximum limitation on the amount of transfer.
 
one guy did 2 times transfer, 1st time 100k and 2nd time 40k, but only the 2nd time is confirmed and the 1st time is still with a question mark right now.
 
he is using the latest version and without syn. problem and tried to rebuild chain for several times.
traderman
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001



View Profile
January 31, 2014, 12:57:41 PM
 #1759

I agree. I think that video is not necessary.

Can grid please get rid of the: Gridcoin introduction - Newsflash video link here. It makes gridcoin seem like a scamcoin. Cry

Thanks.



                                                                                               
lmue
Full Member
***
Offline Offline

Activity: 124
Merit: 100


View Profile
January 31, 2014, 01:30:39 PM
 #1760

exploding!!!!!!!!!

GRC: GAcm1qG5XAjZGh8FJ7X5jSUFBM49Kom9Et

C-cex, 交易GRC

Coins-e, 其他虚拟货币

<a target="_blank" href="http://shang.qq.com/wpa/qunwpa?idkey=02e66be6eb2de2a31ec26119d488a63ae31ad726787f7ef44a979839fd855232"><img border="0" src="http://pub.idqqimg.com/wpa/images/group.png" alt="Gridcoin交流群 (GRC)" title="Gridcoin交流群 (GRC)"></a>
Pages: « 1 ... 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 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 ... 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!