Search content
Sort by

Showing 18 of 18 results by MOCKBA
Post
Topic
Board Announcements (Altcoins)
Re: [XDN] DigitalNote privacy protected, №1 blockchain bank, crypto msgs, CPU PoW
by
MOCKBA
on 25/01/2016, 21:30:19 UTC
Quote
"The application “digitalnotewallet” can’t be opened.

try to change settings in systemprefs. "security - general - "there you can choose which apps you can run.

I certainly have my security setting set to allow applications from Anywhere. Still no way of opening the app.

Later versions of OS X changed C++ threading and QT might be broken as a result and that I suspect might be the reason. Anybody run the wallet on latest version of OS X?
Post
Topic
Board Announcements (Altcoins)
Re: [XDN] DigitalNote privacy protected, №1 blockchain bank, crypto msgs, CPU PoW
by
MOCKBA
on 25/01/2016, 17:12:29 UTC
Hello,

I am on OS X Yosemite with XDN wallet ver 0.99b which I didn't open since about early June of 2015. I tried to sync for the last couple days and my wallet doesn't connect.

I tried to upgrade to current wallet, but I am getting "The application “digitalnotewallet” can’t be opened."

I tried new wallet on Windows, but I cannot import my OS X wallet since it is asking me for a password and none works.

I read the forum and tried to export/import private key, however on my OS X wallet "Show private key" button is greyed out.

I do have my darknote.wallet that I backed up in June.

Any idea how could I get my old wallet working?

Thanks
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer!
by
MOCKBA
on 29/05/2014, 17:33:30 UTC
how much khash do you guys get? I got an old Core i5 750 and I have 4 x 0.45khash. Is that even worth mining? ^^
That's what I have been running (same hash rate) since block ~170 and have not found any blocks in about 15+ hours.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer!
by
MOCKBA
on 29/05/2014, 16:12:08 UTC
No. Whoever burns the most gets the PoB block. PoW is the same as on other coins.

So it's like an extra layer addition to PoW - one of the strategies is that you first mine these coins, then auto-burn them every block, getting a chance to win the PoB block.

Not clear how it supposed to protect against ASIC's and GPU then - whoever does the most on PoW, has the top chance to win PoB as well.

On top of that, whoever risks the most on burning has the biggest probability to get the PoB block.
Most of the stuff written in first post is bullshit.

Second that. I just don't see how PI that averages bellow 100 hashes per second could be competitive when wasting electricity overnight at 3kHs yielded no mined coins.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer!
by
MOCKBA
on 29/05/2014, 04:53:17 UTC
"genproclimit" : -1,

mean?

  Takes the maximun CPU auto

  if you put 1 it will take 1 thread cpu, 2  2 threads cpu......

I am getting about 500 hash/s per core (regardless of type of CPU more or less)... Is this normal?

Been running slimcoind on ubuntu since block 170+ and got no coins so far. Am I just unlucky or solo-mining is only possible in cloud now?

    same on debian running with 8 CPU (4.3K total) only a block from the beginning.

Which brings a question... Are there any plans for a pool?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer!
by
MOCKBA
on 29/05/2014, 04:34:01 UTC
"genproclimit" : -1,

mean?

  Takes the maximun CPU auto

  if you put 1 it will take 1 thread cpu, 2  2 threads cpu......

I am getting about 500 hash/s per core (regardless of type of CPU more or less)... Is this normal?

Been running slimcoind on ubuntu since block 170+ and got no coins so far. Am I just unlucky or solo-mining is only possible in cloud now?
Post
Topic
Board Announcements (Altcoins)
Re: Pandacoin (PND) thread - Second chapter [Multipool | Scrypt | KGW | 0% PREMINE]
by
MOCKBA
on 05/05/2014, 19:54:38 UTC
I am not a huge bag holder, but I have AC stuck on Poloniex and Cryptsy. No way of seeing how much I end up buying on Cryptsy any more, but I did grab a screenshot from Poloniex

http://s10.postimg.org/56d1miv4p/image.png

My PND address is PQqBPZByhHiyHn6LdF9hUwibVgyvuK3zny

Thanks
Post
Topic
Board Mining (Altcoins)
Re: [ANN][DRK|Q2C|QRK|MYR] sph-sgminer - multi-algo GPU miner | MYR groestl added!
by
MOCKBA
on 20/03/2014, 03:24:22 UTC
is there any way to use this miner for skein? t he kernel is included but it doesn't work
skein is not supported at the moment
i know very little about coding so i haven't been able to add a new kernel myself and phm is doing this as a hobby so it may not get added as there is already a cgminer version i believe
I looked at cgminer_heavy last night regarding may be adding skein to sgminer and it doesn't look that complicated borrowing a kernel that is  Wink However I didn't venture into doing it since mining MYR via skein is worse then doing it even via scrypt from what I could tell.
Post
Topic
Board Mining (Altcoins)
Re: [ANN][DRK|Q2C|QRK|MYR] sph-sgminer - multi-algo GPU miner | MYR groestl added!
by
MOCKBA
on 20/03/2014, 03:11:17 UTC
Anybody have luck on Mac?

I compiled on Mac after making quarkhash, xhash and quash "static inline" instead of just inline and it does start but after a while GPU get's sick and I don't see any hashes... Tried all of them kernels - same result with exception of scrypt. Any ideas what I might be missing?


ehhh? i don't know what you did but if you want to compile with working qubitcoin, and quarkcoin try using the one from here
https://github.com/DJstone/sph-sgminer
no mod needed just compile and go
I was using prettyhatemachine branch.

Regardless I am getting the same link error on DJstone and same 0h/s GPU reported as sick after a while...
Code:
Undefined symbols for architecture x86_64:
  "_qhash", referenced from:
      _qubitcoin_test in sgminer-qubitcoin.o
      _qubitcoin_regenhash in sgminer-qubitcoin.o
      _scanhash_qubitcoin in sgminer-qubitcoin.o
  "_quarkhash", referenced from:
      _quarkcoin_test in sgminer-quarkcoin.o
      _quarkcoin_regenhash in sgminer-quarkcoin.o
      _scanhash_quarkcoin in sgminer-quarkcoin.o
  "_xhash", referenced from:
      _darkcoin_test in sgminer-darkcoin.o
      _darkcoin_regenhash in sgminer-darkcoin.o
      _scanhash_darkcoin in sgminer-darkcoin.o
ld: symbol(s) not found for architecture x86_64
did you configure with
CFLAGS="-O2 -Wall -march=native" ./configure --enable-opencl

edit: not sure of the steps you need to take... (i am a windows user)

some guys working on it here http://www.asteroidapp.com/forums/discussion/402/support-for-sph-sgminer/p1
would love to know results. good luck!

Seems resolved in the thread I posted above:

"Just remove the inline in front of xhash, qhash, and quarkhash. The linker can't find the functions precisely because they're inline in their respective *.c file."

If you get this working PLEASE upload the compiled binary somewhere. Many thanks.

I think proper solution considering this is to add -std=gnu89 to CFLAGS.

CFLAGS="-O3 -std=gnu89 -march=native" ./configure

It would compile just fine, but still doesn't work for me (0 khs) on quark, dark and qubit... It does work for scrypt and grostl and needless to say that everything works on the same Mac in Windows...

It did for qubit for me but hash rates are pathetic 77kH/s vs. 500+ I am getting on the same Mac in Windows. Still no luck with quark or dark.
try building from here
https://github.com/badman74/sph-sgminer
This branch
1. didn't need  -std=gnu89,
2. gave me about 88khs on qubit (vs. 77 before and ~550 on Windows),
3. did "Error -11" on quark and same (0khs->SICK) on dark...

Something about .cl that OSX doesn't like... Just FYI I am playing with this on 6770. I am on Maverics 10.9.2 and from what I know there were updates to ATI drivers with 10.9.2, yet it didn't impact other .cl...
Post
Topic
Board Mining (Altcoins)
Re: [ANN][DRK|Q2C|QRK|MYR] sph-sgminer - multi-algo GPU miner | MYR groestl added!
by
MOCKBA
on 20/03/2014, 01:08:48 UTC
Anybody have luck on Mac?

I compiled on Mac after making quarkhash, xhash and quash "static inline" instead of just inline and it does start but after a while GPU get's sick and I don't see any hashes... Tried all of them kernels - same result with exception of scrypt. Any ideas what I might be missing?


ehhh? i don't know what you did but if you want to compile with working qubitcoin, and quarkcoin try using the one from here
https://github.com/DJstone/sph-sgminer
no mod needed just compile and go
I was using prettyhatemachine branch.

Regardless I am getting the same link error on DJstone and same 0h/s GPU reported as sick after a while...
Code:
Undefined symbols for architecture x86_64:
  "_qhash", referenced from:
      _qubitcoin_test in sgminer-qubitcoin.o
      _qubitcoin_regenhash in sgminer-qubitcoin.o
      _scanhash_qubitcoin in sgminer-qubitcoin.o
  "_quarkhash", referenced from:
      _quarkcoin_test in sgminer-quarkcoin.o
      _quarkcoin_regenhash in sgminer-quarkcoin.o
      _scanhash_quarkcoin in sgminer-quarkcoin.o
  "_xhash", referenced from:
      _darkcoin_test in sgminer-darkcoin.o
      _darkcoin_regenhash in sgminer-darkcoin.o
      _scanhash_darkcoin in sgminer-darkcoin.o
ld: symbol(s) not found for architecture x86_64
did you configure with
CFLAGS="-O2 -Wall -march=native" ./configure --enable-opencl

edit: not sure of the steps you need to take... (i am a windows user)

some guys working on it here http://www.asteroidapp.com/forums/discussion/402/support-for-sph-sgminer/p1
would love to know results. good luck!

Seems resolved in the thread I posted above:

"Just remove the inline in front of xhash, qhash, and quarkhash. The linker can't find the functions precisely because they're inline in their respective *.c file."

If you get this working PLEASE upload the compiled binary somewhere. Many thanks.

I think proper solution considering this is to add -std=gnu89 to CFLAGS.

CFLAGS="-O3 -std=gnu89 -march=native" ./configure

It would compile just fine, but still doesn't work for me (0 khs) on quark, dark and qubit... It does work for scrypt and grostl and needless to say that everything works on the same Mac in Windows...

It did for qubit for me but hash rates are pathetic 77kH/s vs. 500+ I am getting on the same Mac in Windows. Still no luck with quark or dark.
Post
Topic
Board Mining (Altcoins)
Re: [ANN][DRK|Q2C|QRK|MYR] sph-sgminer - multi-algo GPU miner | MYR groestl added!
by
MOCKBA
on 19/03/2014, 20:56:08 UTC
Anybody have luck on Mac?

I compiled on Mac after making quarkhash, xhash and quash "static inline" instead of just inline and it does start but after a while GPU get's sick and I don't see any hashes... Tried all of them kernels - same result with exception of scrypt. Any ideas what I might be missing?


ehhh? i don't know what you did but if you want to compile with working qubitcoin, and quarkcoin try using the one from here
https://github.com/DJstone/sph-sgminer
no mod needed just compile and go
I was using prettyhatemachine branch.

Regardless I am getting the same link error on DJstone and same 0h/s GPU reported as sick after a while...
Code:
Undefined symbols for architecture x86_64:
  "_qhash", referenced from:
      _qubitcoin_test in sgminer-qubitcoin.o
      _qubitcoin_regenhash in sgminer-qubitcoin.o
      _scanhash_qubitcoin in sgminer-qubitcoin.o
  "_quarkhash", referenced from:
      _quarkcoin_test in sgminer-quarkcoin.o
      _quarkcoin_regenhash in sgminer-quarkcoin.o
      _scanhash_quarkcoin in sgminer-quarkcoin.o
  "_xhash", referenced from:
      _darkcoin_test in sgminer-darkcoin.o
      _darkcoin_regenhash in sgminer-darkcoin.o
      _scanhash_darkcoin in sgminer-darkcoin.o
ld: symbol(s) not found for architecture x86_64
Post
Topic
Board Pools (Altcoins)
Re: [ANN] 1GH.COM - AUR / HVC / MAX / MMC / PTS Anonymous Pool ★
by
MOCKBA
on 19/03/2014, 18:14:14 UTC
Ok im try on ATI 5770 and dont work .


Im use --heavy --vote 512 -o stratum+tcp://hvcpool.1gh.com:5333 -u WALLET -p x .

The miner is beta and WIP, it does not work on anything but GCN cards yet, give it up.

I've compiled on Mac (6770HD) with the same result. Sad

Also I cannot seem to get even --skein working. Always getting "Pool 0 JSON stratum auth failed: (unknown reason)". Any ideas why?
The released version on hvc.1gh.com hopefully supports VLIW cards (at least compiler does not crash anymore). Please upgrade.

For skein, you were probably using the wrong pool, I have tested that it works on skc.coinmine.pl

Tried new release on Mac again and it crashes OSX 10.9.2... I do see OSX compiling .cl and then it goes boom. Just FYI.
Post
Topic
Board Mining (Altcoins)
Re: [ANN][DRK|Q2C|QRK|MYR] sph-sgminer - multi-algo GPU miner | MYR groestl added!
by
MOCKBA
on 19/03/2014, 02:28:49 UTC
Anybody have luck on Mac?

I compiled on Mac after making quarkhash, xhash and quash "static inline" instead of just inline and it does start but after a while GPU get's sick and I don't see any hashes... Tried all of them kernels - same result with exception of scrypt. Any ideas what I might be missing?

Post
Topic
Board Pools (Altcoins)
Re: [ANN] 1GH.COM - AUR / HVC / MAX / MMC / PTS Anonymous Pool ★
by
MOCKBA
on 19/03/2014, 01:57:01 UTC
Ok im try on ATI 5770 and dont work .


Im use --heavy --vote 512 -o stratum+tcp://hvcpool.1gh.com:5333 -u WALLET -p x .

The miner is beta and WIP, it does not work on anything but GCN cards yet, give it up.

I've compiled on Mac (6770HD) with the same result. Sad

Also I cannot seem to get even --skein working. Always getting "Pool 0 JSON stratum auth failed: (unknown reason)". Any ideas why?
Post
Topic
Board Marketplace (Altcoins)
Re: [ANN] Lazycoins.com - Cryptocurrency Exchange (BTC, LTC, DOGE, and COYE markets)
by
MOCKBA
on 20/02/2014, 17:22:46 UTC
Any hope for trading API?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SYN] SynCoin | [NO PRE-M][Auto Reward, Anti-ASIC]
by
MOCKBA
on 19/02/2014, 05:02:35 UTC
Wallet ain't working on OSX
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][KARM] Karma Pay It Forward, spread the Karma!
by
MOCKBA
on 06/02/2014, 00:26:19 UTC
Made me install wallet even though I was too late syncing and moving coin from http://pool.karmacoin.info
http://s18.postimg.org/oyj2ihmdl/karma_1.png
http://s30.postimg.org/qr2upoc5t/karma_2.png

But I am first on Mac  Tongue

KDYE8zzBSfg8pb5TavfUuPoFTy2fo8Fy6P
Post
Topic
Board Announcements (Altcoins)
Re: ★★★★[ANN][DOGE][GIVEAWAY] NEW DOGECOIN POOL http://24.7doge.info
by
MOCKBA
on 05/02/2014, 21:50:08 UTC
much mining

DRLWfT5bsB11Cx2s34xUjU4MKd2x51zdk7