Author

Topic: [ANN] Ethereum: Welcome to the Beginning - page 983. (Read 2007090 times)

sr. member
Activity: 430
Merit: 254
Hey guys. About 2 hours ago now I started getting this error:

snip

yes im stating this problem few weeks ago, the solution is i now mining other coin for the 270 card.

Haha I suppose that works, but until the DAG file gets bigger than 2GB I feel like it's worth trying to find a solution. I've only been at it a couple hours after all.
legendary
Activity: 1456
Merit: 1000
Hey guys. About 2 hours ago now I started getting this error:

Code:
Allocating/mapping single buffer failed with: clCreateBuffer(-61). GPU can't allocate the DAG in a single chunk. Bailing.
clEnqueueWriteBuffer(-38)

I am mining on an r9 270 2GB using cpp-ethereum v1.2.2 for Windows on Windows 7 64-bit.

I did some digging and apparently it has something to do with the DAG being one single chunk that is too large for the GPUs memory. I also have an r9 290 with 4GB memory in my system and mining still works fine on that.

When i type "ethminer --list-devices" I get the following output:

Code:
Listing OpenCL devices.
FORMAT: [deviceID] deviceName
[0] Hawaii
        CL_DEVICE_TYPE: GPU
        CL_DEVICE_GLOBAL_MEM_SIZE: 4294967296
        CL_DEVICE_MAX_MEM_ALLOC_SIZE: 3019087173
        CL_DEVICE_MAX_WORK_GROUP_SIZE: 256
[1] Pitcairn
        CL_DEVICE_TYPE: GPU
        CL_DEVICE_GLOBAL_MEM_SIZE: 2147483648
        CL_DEVICE_MAX_MEM_ALLOC_SIZE: 1408867653
        CL_DEVICE_MAX_WORK_GROUP_SIZE: 256

I can see that the DAG file is now 1417674752 bytes so it would seem the DAG has just grown beyond the allocated memory. I have tried deleting and building a new DAG, uninstalling my drivers with display driver uninstaller and re-installing the crimson 15.12 drivers. Also I have tried setting all the following evironment variables, and rebooting, and setting them again:

Code:
GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

as was suggested in this thread on github but it had no effect.

I suppose I can try the 16.x drivers (in fact I will do that next) but I used those before and they dropped my hash rate by 25 or 30%.
Is anyone else having this issue on 2GB AMD cards all of a sudden. Any foolproof way of allocating more mem?

Any help would be appreciated. Thanks.

yes im stating this problem few weeks ago, the solution is i now mining other coin for the 270 card.
sr. member
Activity: 430
Merit: 254
Hey guys. About 2 hours ago now I started getting this error:

Code:
Allocating/mapping single buffer failed with: clCreateBuffer(-61). GPU can't allocate the DAG in a single chunk. Bailing.
clEnqueueWriteBuffer(-38)

I am mining on an r9 270 2GB using cpp-ethereum v1.2.2 for Windows on Windows 7 64-bit.

I did some digging and apparently it has something to do with the DAG being one single chunk that is too large for the GPUs memory. I also have an r9 290 with 4GB memory in my system and mining still works fine on that.

When i type "ethminer --list-devices" I get the following output:

Code:
Listing OpenCL devices.
FORMAT: [deviceID] deviceName
[0] Hawaii
        CL_DEVICE_TYPE: GPU
        CL_DEVICE_GLOBAL_MEM_SIZE: 4294967296
        CL_DEVICE_MAX_MEM_ALLOC_SIZE: 3019087173
        CL_DEVICE_MAX_WORK_GROUP_SIZE: 256
[1] Pitcairn
        CL_DEVICE_TYPE: GPU
        CL_DEVICE_GLOBAL_MEM_SIZE: 2147483648
        CL_DEVICE_MAX_MEM_ALLOC_SIZE: 1408867653
        CL_DEVICE_MAX_WORK_GROUP_SIZE: 256

I can see that the DAG file is now 1417674752 bytes so it would seem the DAG has just grown beyond the allocated memory. I have tried deleting and building a new DAG, uninstalling my drivers with display driver uninstaller and re-installing the crimson 15.12 drivers. Also I have tried setting all the following evironment variables, and rebooting, and setting them again:

Code:
GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

as was suggested in this thread on github but it had no effect.

I suppose I can try the 16.x drivers (in fact I will do that next) but I used those before and they dropped my hash rate by 25 or 30%.
Is anyone else having this issue on 2GB AMD cards all of a sudden. Any foolproof way of allocating more mem?

Any help would be appreciated. Thanks.
legendary
Activity: 2856
Merit: 1075
need more eth man......i needs it reaaaal bad...cant sleep...need eth now...eth...   Cheesy

17k btc worth ETH for sale till new ath,lol...time to nom nom nom  Grin

shoutout to the crew all ETHeads ....Ice Cube - Roll Call  Tongue
https://www.youtube.com/watch?v=q6zds_956No
full member
Activity: 228
Merit: 100
Sry for noob question but can someone tell me how to backup eth wallet

yes i wonder about this too, all i do was copying the wallet.key to flash disk and print it on paper. i wonder if there is easier and safer way

Where can I find wallet.key? There is no "wallet.key" file. Sry for been so unfamiliar with eth wallet

in linux, its in ".ethereum/keystore/"  folder, i guess in windows you can search for the folder name which is keystore, then copy the whole folder.

EDIT :  https://github.com/ethereum/go-ethereum/wiki/Backup-&-restore

Thanks man  Smiley
sr. member
Activity: 407
Merit: 254
Sry for noob question but can someone tell me how to backup eth wallet

yes i wonder about this too, all i do was copying the wallet.key to flash disk and print it on paper. i wonder if there is easier and safer way

Where can I find wallet.key? There is no "wallet.key" file. Sry for been so unfamiliar with eth wallet

in linux, its in ".ethereum/keystore/"  folder, i guess in windows you can search for the folder name which is keystore, then copy the whole folder.

EDIT :  https://github.com/ethereum/go-ethereum/wiki/Backup-&-restore
And there is a backup button on the mist wallet.
sr. member
Activity: 364
Merit: 250
I love Python ,glad you didn't pick up any other language.
legendary
Activity: 1456
Merit: 1000
Sry for noob question but can someone tell me how to backup eth wallet

yes i wonder about this too, all i do was copying the wallet.key to flash disk and print it on paper. i wonder if there is easier and safer way

Where can I find wallet.key? There is no "wallet.key" file. Sry for been so unfamiliar with eth wallet

in linux, its in ".ethereum/keystore/"  folder, i guess in windows you can search for the folder name which is keystore, then copy the whole folder.

EDIT :  https://github.com/ethereum/go-ethereum/wiki/Backup-&-restore
full member
Activity: 228
Merit: 100
Sry for noob question but can someone tell me how to backup eth wallet

yes i wonder about this too, all i do was copying the wallet.key to flash disk and print it on paper. i wonder if there is easier and safer way

Where can I find wallet.key? There is no "wallet.key" file. Sry for been so unfamiliar with eth wallet
legendary
Activity: 1456
Merit: 1000
Sry for noob question but can someone tell me how to backup eth wallet

yes i wonder about this too, all i do was copying the wallet.key to flash disk and print it on paper. i wonder if there is easier and safer way
full member
Activity: 228
Merit: 100
Sry for noob question but can someone tell me how to backup eth wallet
member
Activity: 94
Merit: 10
It looks like my wallet doesn`t want to download blocks. When I started i`m looking at this for 15mins +

https://gyazo.com/82df337190d49b66500e62da6fbe4a6b

Any ideas?

Your wallet stopped downloading right around the start of homestead and the graphics look older; make sure you're using the latest wallet, which is 0.5.2.

Yea I downloaded the 0.5.2. and I opened one time and everything was fine.

But now day later when i open wallet is stucked on 1,187,687 block...

Any thoughts?
The time on your PC has to be accurate, so double check that you're in sync with a universal time clock. Although the wallet usually gives an error if that is the issue.

It is syncronized. I guess you are talking about the munites right? My minutes and seconds are exactly like this one here: http://www.timeanddate.com/worldclock/timezone/utc 
I started today but it`s stucked again Sad
newbie
Activity: 4
Merit: 0
@Mangox, MyEtherWallet has a html version for local run...
hero member
Activity: 812
Merit: 1000
I have 3 questions
  • do we have to download the blockchain to use official ethereum wallet? Huh
  • What is the size of blockchain in gigabytes Huh
  • Are the smart contract hyip safe to invest into Huh
can anyone answer my questions from above quote
You're in the wrong place. This thread is only about pumping eth and dumping to wannabe rich overnight suckers.

LOL

the answers are: Yes, ~6GB and i doubt it (but i dont know for sure).

becoin has a point though and Id recommend /r/Ethereum for starters

@Mrpumperitis: maybe take a short holiday? you deserve it Smiley

newbie
Activity: 10
Merit: 0
gona keep a lil eye on maid and storj now, seems to me the devs r on the same page as ETH
ETH is changing the game big time,
ETH margin USD this week sumtime, ETH VB at coinbase this week, and i think its this week he at microsoft dev conference.. Smiley

with everything you're "into" not sure how you miss these guys...

https://bitcointalksearch.org/topic/m.14273230
wbb - boom.

tsktsk....

i like MAID a lot...

Well you sir have had a good day. Up 88% good stuff
sr. member
Activity: 364
Merit: 250
I would like to ask if there is any lightweight ETH wallet that keep my ETH safe locally offline.
Thanks in advance!
sr. member
Activity: 364
Merit: 250
ETH $ 11.83
legendary
Activity: 3431
Merit: 1233
I have 3 questions
  • do we have to download the blockchain to use official ethereum wallet? Huh
  • What is the size of blockchain in gigabytes Huh
  • Are the smart contract hyip safe to invest into Huh
can anyone answer my questions from above quote
You're in the wrong place. This thread is only about pumping eth and dumping to wannabe rich overnight suckers.
sr. member
Activity: 407
Merit: 254
It looks like my wallet doesn`t want to download blocks. When I started i`m looking at this for 15mins +

https://gyazo.com/82df337190d49b66500e62da6fbe4a6b

Any ideas?

Your wallet stopped downloading right around the start of homestead and the graphics look older; make sure you're using the latest wallet, which is 0.5.2.

Yea I downloaded the 0.5.2. and I opened one time and everything was fine.

But now day later when i open wallet is stucked on 1,187,687 block...

Any thoughts?
The time on your PC has to be accurate, so double check that you're in sync with a universal time clock. Although the wallet usually gives an error if that is the issue.
hero member
Activity: 597
Merit: 500
Did you install the correct drivers from the manufactors website?
But I can not get the address wallet in pool coinotron ?

Says --» ETH payout address: Wrong format   Huh

I use Ethereum-Wallet-win64-0-5-2

make sure address start with 0x, check your address with  https://etherchain.org/
Hi
Error: Account '0x76488645f9bFBA8DdB26C800e90449A6808f53A6' not found!

I'm not understand what is this going the wallet is work good Huh

Blockchain doesn't see your address.  Is your wallet synced?


-tb-
Yes is work now  Wink
Jump to: