Bitcoin Forum
July 05, 2024, 07:43:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 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 249 250 251 252 253 254 255 256 257 258 259 260 ... 413 »
  Print  
Author Topic: [ANN][XMY] Myriad | Multi-Algo, Fair, Secure  (Read 849683 times)
Muzzargh
Member
**
Offline Offline

Activity: 133
Merit: 10


View Profile
May 13, 2014, 08:19:22 AM
 #4181

What's the best way to keep coins safe, offline I assume, in a paper wallet?

https://bitcointalk.org/index.php?topic=597634.msg6570991#msg6570991

First question and answer. It applies to any coin really.

- safe password (dont store your password on your PC)
- good internet security (for windows) Encrypted drive and dont run as root (for linux)
- think before clicking sucpicious links
- have your router firewalled and passthrough only the ports you really need.





1. Check
2. I only use my rig to mie, but don't have the drive encrypted
3. Check
4. Ummm lol
Bitock
Full Member
***
Offline Offline

Activity: 213
Merit: 100


View Profile
May 13, 2014, 08:20:39 AM
 #4182

I have 5xGigabyte 7970. My settings:
Code:
del *.bin
GPU_MAX_ALLOC_PERCENT=100
sgminer -k myriadcoin-groestl -o stratum+tcp://myrgrs.suprnova.cc:5678 -u Commandos.7970 -p pass -d 0,1,2,3,4 -I 19,19,19,19,19 -g 2 -w 64,64,64,64,64
Used the next pool.

But, when I start .bat file I get next:



After press enter:



   
What's this?
   
Help, please!
HELP!!!
Muzzargh
Member
**
Offline Offline

Activity: 133
Merit: 10


View Profile
May 13, 2014, 08:26:15 AM
 #4183

I have 5xGigabyte 7970. My settings:
Code:
del *.bin
GPU_MAX_ALLOC_PERCENT=100
sgminer -k myriadcoin-groestl -o stratum+tcp://myrgrs.suprnova.cc:5678 -u Commandos.7970 -p pass -d 0,1,2,3,4 -I 19,19,19,19,19 -g 2 -w 64,64,64,64,64
Used the next pool.

But, when I start .bat file I get next:



After press enter:



   
What's this?
   
Help, please!

If the -I and -w are the same you only need to specify 1 value e.g. -I 19 and -w 64.
Try -g 1 or -I 18
Muzzargh
Member
**
Offline Offline

Activity: 133
Merit: 10


View Profile
May 13, 2014, 08:28:12 AM
 #4184

Also it looks like you have some permission issue with the .cl files, what permissions do you have set on the kernel folder?
Bitock
Full Member
***
Offline Offline

Activity: 213
Merit: 100


View Profile
May 13, 2014, 08:29:24 AM
 #4185

I have 5xGigabyte 7970. My settings:
Code:
del *.bin
GPU_MAX_ALLOC_PERCENT=100
sgminer -k myriadcoin-groestl -o stratum+tcp://myrgrs.suprnova.cc:5678 -u Commandos.7970 -p pass -d 0,1,2,3,4 -I 19,19,19,19,19 -g 2 -w 64,64,64,64,64
Used the next pool.

But, when I start .bat file I get next:



After press enter:



   
What's this?
   
Help, please!

If the -I and -w are the same you only need to specify 1 value e.g. -I 19 and -w 64.
Try -g 1 or -I 18
Didn't help.
Kergekoin
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


View Profile
May 13, 2014, 08:31:29 AM
 #4186

Please stop quoting full pictures.

******  NB! The links below are affiliate - friend type links, which bring additional benefits both, to you and me  ******
Binance - Best Crypto Trading Platform          CoinBase - Fastest way from FIAT to Crypto
Windscribe - The quickest and easyest way to secure and anonymize your internet traffic
carloss
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
May 13, 2014, 08:32:43 AM
Last edit: May 13, 2014, 08:49:56 AM by carloss
 #4187

it lost permission to write to its data dir for some reason. Did you change permissions?

Nope I did not, you can see the directory listing with permissions in my original post. It seems the exception is thrown at some place where a "new" directory is attempted to be created. Maybe it tries to create a directory, but the directory already exists? Why it tries to create a new directory two hours after the wallet is started and live, when all directories are already there?

After I have some time, I will try to alter the source code to find out, which fs::create_directories call is causing this exactly.

Code:
carloss@stakemaster:~$ grep -R -I create_directories myriadcoin/src
myriadcoin/src/init.cpp:        filesystem::create_directories(blocksDir);
myriadcoin/src/test/test_bitcoin.cpp:        boost::filesystem::create_directories(pathTemp);
myriadcoin/src/main.cpp:    boost::filesystem::create_directories(path.parent_path());
myriadcoin/src/util.cpp:    fs::create_directories(path);
myriadcoin/src/qt/guiutil.cpp:        boost::filesystem::create_directories(GetAutostartDir());

(Edited: maybe it is a similar issue to this one: https://github.com/bitcoin/bitcoin/issues/432) ?
iopq
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
May 13, 2014, 08:45:24 AM
 #4188

I have 5xGigabyte 7970. My settings:
Code:
del *.bin
GPU_MAX_ALLOC_PERCENT=100
sgminer -k myriadcoin-groestl -o stratum+tcp://myrgrs.suprnova.cc:5678 -u Commandos.7970 -p pass -d 0,1,2,3,4 -I 19,19,19,19,19 -g 2 -w 64,64,64,64,64

the -k part is wrong
LionOfNarnia
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


Crypto-missionary to the Kingdom of Rhegged


View Profile
May 13, 2014, 08:54:32 AM
 #4189

I have 5xGigabyte 7970. My settings:

But, when I start .bat file I get next:

After press enter:

What's this?
   
Help, please!

If the -I and -w are the same you only need to specify 1 value e.g. -I 19 and -w 64.
Try -g 1 or -I 18
Didn't help.

Hope this gets solved, coz I'm having exactly the same prob with my lappy (except it only has one GPU, of course). Everything works fine on both my PCs with identical folders & batchfiles (apart from worker details).

Member of the UK Digital Currency Association * Bitrated user: LionOfNarnia. * Member of the ZeitKnights * Member of the Bytecent Community Team

"I don't always kill & eat things - but when I do it's because I'm a Lion & they were things"
Muzzargh
Member
**
Offline Offline

Activity: 133
Merit: 10


View Profile
May 13, 2014, 08:56:52 AM
 #4190

I have 5xGigabyte 7970. My settings:
Code:
del *.bin
GPU_MAX_ALLOC_PERCENT=100
sgminer -k myriadcoin-groestl -o stratum+tcp://myrgrs.suprnova.cc:5678 -u Commandos.7970 -p pass -d 0,1,2,3,4 -I 19,19,19,19,19 -g 2 -w 64,64,64,64,64

the -k part is wrong

The -k part looks ok to me? Same as mine
Bitock
Full Member
***
Offline Offline

Activity: 213
Merit: 100


View Profile
May 13, 2014, 09:04:08 AM
 #4191

I have 5xGigabyte 7970. My settings:
Code:
del *.bin
GPU_MAX_ALLOC_PERCENT=100
sgminer -k myriadcoin-groestl -o stratum+tcp://myrgrs.suprnova.cc:5678 -u Commandos.7970 -p pass -d 0,1,2,3,4 -I 19,19,19,19,19 -g 2 -w 64,64,64,64,64

the -k part is wrong

The -k part looks ok to me? Same as mine
Only single card will be work?
braxx
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
May 13, 2014, 09:12:44 AM
 #4192

bitock, where did you get you miner from?
Muzzargh
Member
**
Offline Offline

Activity: 133
Merit: 10


View Profile
May 13, 2014, 09:13:53 AM
 #4193

I have 5xGigabyte 7970. My settings:
Code:
del *.bin
GPU_MAX_ALLOC_PERCENT=100
sgminer -k myriadcoin-groestl -o stratum+tcp://myrgrs.suprnova.cc:5678 -u Commandos.7970 -p pass -d 0,1,2,3,4 -I 19,19,19,19,19 -g 2 -w 64,64,64,64,64

the -k part is wrong

The -k part looks ok to me? Same as mine
Only single card will be work?

Get rid of the -d 0, 1, 2, 3, 4
dazz
Full Member
***
Offline Offline

Activity: 195
Merit: 100



View Profile
May 13, 2014, 09:19:47 AM
 #4194

I posted this on reddit too, but just in case here it goes again, for anyone interested in the algo switcher,

I'm in the process of debugging the switcher so any feedback and bug reports are appreciated. I keep pushing new versions to the same download link:
http://bit.ly/MyriadSwitcherGUI
Currently Version: 0.0.22 Uploaded: May 13, 2014 10:30, I'll keep changing the title with new versions/upload dates as they go out, so you can check if you're up to date here:
https://bitly.com/MyriadSwitcherGUI+
and check your current version in Help -> About in the top menu

The reddit post: http://www.reddit.com/r/myriadcoin/comments/25fdq8/profitibility_switcher_between_myriads_gpu/
oHFLip
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
May 13, 2014, 09:26:23 AM
 #4195

I have 5xGigabyte 7970. My settings:
Code:
del *.bin
GPU_MAX_ALLOC_PERCENT=100
sgminer -k myriadcoin-groestl -o stratum+tcp://myrgrs.suprnova.cc:5678 -u Commandos.7970 -p pass -d 0,1,2,3,4 -I 19,19,19,19,19 -g 2 -w 64,64,64,64,64
Used the next pool.

But, when I start .bat file I get next:

http://s29.postimg.org/6874yp6h3/image.png

After press enter:

http://s23.postimg.org/w0xcw8f17/image.png

   
What's this?
   
Help, please!

If the -I and -w are the same you only need to specify 1 value e.g. -I 19 and -w 64.
Try -g 1 or -I 18
Didn't help.

Hello, this will give you best result for 7970 card's. I have ASUS 7970 DC II TOP and I'm running with these settings what I found to be best with 7970 myriadcoin-groestl mining:
Code:
./sgminer -k myriadcoin-groestl -o stratum+tcp://myrgrs.suprnova.cc:5678 -u MY.MINER -p xYx -I 21 -g 1 -w 64 --gpu-powertune 0 --gpu-fan auto --temp-cutoff 85 --gpu-engine 1050 --gpu-memclock 300,300 --thread-concurrency 22400 --lookup-gap 2
You will get ~11Mh/s per card... I'm using Linux, but I think, that you can use this settings in Windows also.
You can tip me if it was helpfull Myriad: MVhF3DNyUQYF9LjdymosZMVTRdhKiCbyV8
jdebunt
Legendary
*
Offline Offline

Activity: 1596
Merit: 1010


View Profile WWW
May 13, 2014, 09:28:31 AM
 #4196

http://www.cryptoarticles.com/crypto-news/2014/5/13/myriadcoin-profit-switching-miner-now-in-beta#

Like and Share it please Smiley
Bitock
Full Member
***
Offline Offline

Activity: 213
Merit: 100


View Profile
May 13, 2014, 09:30:27 AM
 #4197

bitock, where did you get you miner from?
From here.
braxx
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
May 13, 2014, 09:47:14 AM
 #4198

bitock, where did you get you miner from?
From here.
that's the correct one...
it looks like it cannot open the myriad-groestl kernel (guess nothing to do with your card settings)

can you see the kernel file in the directory sgminer\kernel?

Parana
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250

Step into a world!! A P2P world!


View Profile
May 13, 2014, 09:48:20 AM
 #4199

Two R9 290 mining at Groestskl pool:

sgminer -k myriadcoin-groestl -o stratum+tcp://myrgrs.suprnova.cc:5678 -u user.1 -p 1 -I 22 --gpu-fan 75 --no-submit-stale



Happy mining!!

Shrikez
Sr. Member
****
Offline Offline

Activity: 400
Merit: 263



View Profile
May 13, 2014, 10:12:12 AM
 #4200

Anybody using a reliable pool for gpu? What seems to be returning the best, all opinions aside; skein, groestl, scrypt?

Well, it may sound like advertising, but our pool is really reliable.
We have ran many coin pools, compensated when system error occurs,
opened double block reward event sometimes.


Myriadcoin (groestl) Mining Pool Hub

http://myriadcoin-groestl.miningpoolhub.com/

- DDoS protected
- 1% Fee (PROP)
- Can mine other coins with single sign up.


Come and mine together.


Summer is coming, ASIC is coming, gpu should avoid scrypt.

Hey,

what is going on with your pool today? My miners keep losing connection, website keeps failing also.

Did you piss somebody off? Wink

Die Würde des Menschen ist unantastbar
Pages: « 1 ... 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 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 249 250 251 252 253 254 255 256 257 258 259 260 ... 413 »
  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!