Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - arcke

Pages: 1 [2] 3 4 5 6 7 8
16
Technical Support / Re: questions regarding pts mining and future
« on: January 07, 2014, 04:57:33 am »
@ toast and arcke
Thanks a lot.

So, have I missed anything since Dec22, 2013? Any shares I may be entitled to?

I dont remember memorycoins launch date, but so far I know this is the only DAC right now.

17
Technical Support / Re: questions regarding pts mining and future
« on: January 07, 2014, 04:38:21 am »
It is OK. When the PTS are at an address you have the private key to you are fine. You can be offline and come back anytime later and use your private key in the new DACs that arrived and you will get your shares.

19
Technical Support / Re: Cannot compile keyhotee
« on: January 06, 2014, 11:01:04 pm »
Try

Code: [Select]
set ( CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} ";/usr/local/Cellar/qt5/5.2.0/lib/cmake;" )

Or try this

I have installed qt from https://qt-project.org/downloads. Choose Qt Online Installer for Linux 32 or 64 bit and install to user directory /home/<user>. Then you can compile after

Code: [Select]
QTDIR=/home/<user>/<Qt5.2.0>/5.2.0/gcc_64/  cmake -DCMAKE_INSTALL_PREFIX:PATH=$HOME -DBoost_INCLUDE_DIR:PATH=/home/<user>/include -DBoost_LIBRARY_DIR:PATH=/home/<user>/lib .
Note: Modify 64 to 32 if you have a 32 bit system.


20
I was mining for the last few days and it was just fine, however today i get loads of rejects again. about 30%

what is the reason for that? where the pool is located? maybe its because of latency I get like 190 ms... consider opening another pool in europe maybe? or loose miners.

thanks

It is possible there are more workers on the pool or the hash rate of the entire network got bigger. Both of these can increase the reject rate due to the mining of so called 'stale' blocks.

21
MemoryCoin / Re: [ANN][FAUCET] mmcfaucet.com
« on: January 06, 2014, 05:53:29 pm »
Received 0.07735000

Fun, thanks!

22
BitShares PTS / Re: Where to calculate estimate pts earn per N cpm
« on: January 06, 2014, 05:05:52 pm »
aggregated cpm about 186, i not sure where to find sh/m
This is what .solo 186 told me

17:25 < sternburg> Time to find a block mining solo: 5.314 months, Turnout: 0.118 PTS/day. Please help
                   converting this to <C/min> - https://bitsharestalk.org/index.php?topic=1737.0 -
                   Thanks!

23
Keyhotee / Re: Keyhotee Founder ID Registration Process
« on: January 06, 2014, 04:52:00 pm »
I just looked at my Keyhotee again and it says "Registered" in green and "Keyhotee Founder" in yellow, but I have never registered a founder ID.

I don't know what this means, it just gives me the impression that I am registered.

24
BitShares PTS / Re: Where to calculate estimate pts earn per N cpm
« on: January 06, 2014, 04:06:10 pm »
On irc.freenode.net #protoshares you can say .solo <sh/m> and you get an estimate. Whats your sh/m?

25
Technical Support / Re: [git-master] compilation fails on i686
« on: January 06, 2014, 03:34:00 pm »
so i found this: http://blog.reverberate.org/2012/01/state-of-hash-functions-2012.html

which states that cityhash depends on SSE4.2 and 64 bits? How can keyhotee then run on 32bit machines? is something wrong in the configure/cmake settings over here?

I'd like to compile keyhotee on my 32-bit archlinux machine. and help?

Can someone comfirm this on another 32 bit x86 machine?

In the meantime I am setting up an older 32 bit Debian system I have to test this. Reports will follow, but it takes a while.

Modify: Confirmed. I get

'__mm_crc32_u64' was not declared in this scope

I think we can report this on git.

26
It depends on our pool finding a block. When a new block is mined by the pool shares getdistributed. Sometimes this happens once per hour, other times once a day. Just an idea of the amount of variance involved.

27
Keyhotee / Re: Keyhotee Founder ID Registration Process
« on: January 06, 2014, 02:00:09 pm »
How do I get this started on a Mac or on Linux?

Am I supposed to compile this https://github.com/InvictusInnovations/keyhotee?
If so, it would be excellent if some more knowledgeable people can add a Compilation section to README.md.
If you want you can compile keyhotee on Linux. You can clone the repositories

git clone https://github.com/InvictusInnovations/keyhotee
cd keyhotee
git clone https://github.com/InvictusInnovations/Bitshares
cd Bitshares
git clone https://github.com/InvictusInnovations/fc
cd ../..

Now install dependencies boost, qt etc.

and compile

cmake .
make

maybe you need cmake flags -DBoost_INCLUDE_DIR:PATH=<boost-include> -DBoost_LIBRARY_DIR:PATH=/<boost-lib>

or you may need to use QTDIR=<qt-dir> cmake.

28
Technical Support / Re: questions regarding pts mining and future
« on: January 06, 2014, 04:43:52 am »
So, what I have understood, even if I have a cold storage wallet, I do need to download protoshare client and sync the private key to the software.
is that right?

No, you just have to keep your wallet. No need to synchronize the protoshares client. If you have PTS on an address you control it is enough.

Modify: I misunderstood cold storage. If the PTS is at an address of a 3rd party you do not get your supposed DAC shares. The PTS have to be at your address that you have a wallet to. Not a 3rd party service.

29
Technical Support / Re: Cannot compile keyhotee
« on: January 05, 2014, 07:15:52 pm »
You have to install the libboost-all-dev package. This is what it is called on Debian and Ubuntu.

Modify: It seems that just like on Debian the boost library is older than what Keyhotee is using. You can install boost yourself (http://www.boost.org/). This is what I did. I installed it into my own user directory and compile Keyhotee with
Code: [Select]
cmake -DBoost_INCLUDE_DIR:PATH=/home/<user>/include -DBoost_LIBRARY_DIR:PATH=/home/<user>/lib .
make

30
:o Hi everyone

I can not make this right, been trying to set up cloud mining with digital ocean but am not succeding....here is the code i am using:

sudo apt-get update
sudo apt-get install yasm -y git make g++ build-essential libminiupnpc-dev
sudo apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix
git clone https://github.com/jh000/jhProtominer.git
cd ~/jhprotominer/src
make -f makefile.unix
./jhprotominer -o ypool.net:8081 -u marimaxxxx.pts_1 -p 12345

Please help, :o...where am i wrong?  :'(

I would read though this wiki: (But the example is old, you may want to try the new M7i version)
http://ypool-mining.wikia.com/wiki/Ypool_Mining_Wiki

The link to the best miners that I have found is yvg1900's dropbox, here:
https://www.dropbox.com/sh/jvp4wwek8jpohj7/RlW6hzYqTz

That is all the various compiled versions, the one you would want is the nehalem version.

So from your droplet on DigitalOcean, do this:
wget https://www.dropbox.com/sh/jvp4wwek8jpohj7/fOnW5_SA49/yam-yvg1900-M7i-linux64-nehalem.tgz

then untar it, copy the yam and yam.cfg files to your home directory. Make sure yam is marked execute. (chmod a+x yam)
modify the yam.cfg file with your account.worker info. Comment out the 2nd pool if you don't have one.

start it with ./yam --config yam.cfg

With a 2GB/2 CPU, the one for $20 a month, I'm only able to get around 33-40 CPM, sometimes 70 CPM, so it's not really worth it. I think they either throttle or the server gets loaded.
Even at the best CPM of 70 that is only 0.0445 PTS a day at the current difficulity. So that would barely cover the monthly cost.
CPM Calc here: http://mrx.im/pts.php

But it's always fun to play and learn. Good luck.  8)



I did follow this option, thanks hasher, however gives me the following error: -bash: ./jhprotominer: No such file or directory  :'(

No i will follow Bitminer8 instructions to see what s going to happen, only tomorrow will come here to let you all know how i get on with this hard work lol. Will be sweeting a lot here lol... :D

In hashers instructions there is a missing step.


wget http://wrzucacz.pl/file/9331386996946/jhprotominer-yvg1900-M7h-linux64-generic.tgz

---MISSING STEP
tar -xzf jhprotominer-yvg1900-M7h-linux64-generic.tgz
---MISSING STEP

cd jhprotominer-yvg1900-M7h-linux64-generic
cd linux64-generic-512M


./jhprotominer -o ypool.net:8081 -u yourworkername -p 1 -t 3 -F 0 -A


Now it should work as supposed.

Pages: 1 [2] 3 4 5 6 7 8