Bitcoin Forum
April 20, 2024, 03:04:07 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 139 »
  Print  
Author Topic: Linux mining distro for the Raspberry PI - MinePeon  (Read 684871 times)
nwoolls
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
December 22, 2013, 04:04:47 AM
 #2001

Just wanted to throw this out there in case it helps anyone:

The folks in #eligius are doing some research into the performance of both bfgminer and cgminer on the KnC miners (which use a BBB). One of the things that they (specifically wizkid057) noticed was that the console I/O actually hurts the performance and, in extreme cases, causes other issues as well. By appending the -q argument, which quiets console output, they saw a marked improvement.

Since the issue is not really limited to the KnC and BBB, but more to do with low-power/performance devices with a lot of hashpower, I though this may help with the rpi as well.

I've tried adding the -q argument myself in the MinePeon web UI and so far all is working well. Also screen -r still works and you get individual device outputs, just no real-time spam.

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
1713582247
Hero Member
*
Offline Offline

Posts: 1713582247

View Profile Personal Message (Offline)

Ignore
1713582247
Reply with quote  #2

1713582247
Report to moderator
1713582247
Hero Member
*
Offline Offline

Posts: 1713582247

View Profile Personal Message (Offline)

Ignore
1713582247
Reply with quote  #2

1713582247
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713582247
Hero Member
*
Offline Offline

Posts: 1713582247

View Profile Personal Message (Offline)

Ignore
1713582247
Reply with quote  #2

1713582247
Report to moderator
nov
Sr. Member
****
Offline Offline

Activity: 433
Merit: 251


Independent crypto developer


View Profile WWW
December 22, 2013, 08:07:14 AM
Last edit: December 28, 2013, 09:17:13 AM by nov
 #2002

Could you give us instructions how to do that, please?

Thank you.

Just wanted to throw this out there in case it helps anyone:

The folks in #eligius are doing some research into the performance of both bfgminer and cgminer on the KnC miners (which use a BBB). One of the things that they (specifically wizkid057) noticed was that the console I/O actually hurts the performance and, in extreme cases, causes other issues as well. By appending the -q argument, which quiets console output, they saw a marked improvement.

Since the issue is not really limited to the KnC and BBB, but more to do with low-power/performance devices with a lot of hashpower, I though this may help with the rpi as well.

I've tried adding the -q argument myself in the MinePeon web UI and so far all is working well. Also screen -r still works and you get individual device outputs, just no real-time spam.

EDIT:
This is how I did it:
Go to (https://minepeon/settings.php)
Settings -> Miner Startup Settings
Settings:
#!/bin/bash
sleep 10
/usr/bin/screen -dmS miner /opt/minepeon/bin/cgminer -c /opt/minepeon/etc/miner.conf -q

Then restart the miner via mine peon webgui.

Hope that this will help anybody who needs the help.

WowDoge - DogeCoin Lightweight Wallet DOGE: DLoawzLvw5WvvpGUkSTxrwMgKhkamsqFo7
Vertigo - VertCoin Lightweight Wallet VTC: VertGv5nVwYYR7mTmDDeAP9et1NJyAsC9P | Exelite - ExeCoin Lightweight Wallet EXE: ELiteWbMDwX95YZj5Jf5BkHS54qbH7wpXg | Lightweight Wallet Creation Service
MultiCoin - Multiple Crypto Coin Lightweight Wallet in Development BTC: 1EKT9uaaDbTRuwjttFQbfax7KmGNZX32HP | BitcoinViewer - Bitcoin Balances & Transactions on iPhone/iPad BTC: 1NEvfbiA5Bs2sG2jqRdCidGUjLD5JjAjEZ
ct1aic
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Are ฿itcoins Radioactive?


View Profile WWW
December 22, 2013, 08:25:44 AM
Last edit: December 22, 2013, 10:16:48 AM by ct1aic
 #2003

Yesterday I did to my 3 RPI's, a sudo -i, cd /opt/minepeon/, git fetch --all followed by git reset --hard origin/master in minepeon folder, as I do more or less every day.

After that, I always get the following error, trying to git pull minepeon and after the reboot of one of the RPI's, it reverted from version 0.2.4.2 to version 0.2.4 pr2 and bfgminer 3.3.0.

Quote
minepeon /opt/minepeon # git pull
remote: Counting objects: 128, done.
remote: Compressing objects: 100% (19/19), done.
remote: Total 39 (delta 19), reused 36 (delta 16)
Unpacking objects: 100% (39/39), done.
From https://github.com/MineForeman/minepeon-base
   d7d3fc1..374537a  master     -> origin/master

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'root@minepeon.(none)')

I did the git config's with email and name and after that, I got:

Quote
minepeon /opt/minepeon Sad # git config --global user.email "bitcoin.PT@gmail.com"
minepeon /opt/minepeon # git config --global user.name "Rui Costa"
minepeon /opt/minepeon # git pull
error: Your local changes to the following files would be overwritten by merge:
        bin/bfgminer
Please, commit your changes or stash them before you can merge.
Aborting

Code:
MinePeon Version
MinePeon 0.2.4 pr2
Miner Version
bfgminer3.3.0
Donation Minutes
15

What did I do wrong this time? How can I correct this?

UPDATE: I did again a git fetch --all followed by git reset --hard origin/master and I got:

Quote
minepeon /opt/minepeon Sad # git fetch --all
Fetching origin
minepeon /opt/minepeon # git reset --hard origin/master
HEAD is now at 374537a Start of pool switching
minepeon /opt/minepeon # git pull
warning: Cannot merge binary files: lib/libhidapi-libusb.so.0.0.0 (HEAD vs. 82c4f503ec19f6862550c3df5b2706bd48cf8ff2)
warning: Cannot merge binary files: lib/libhidapi-libusb.a (HEAD vs. 82c4f503ec19f6862550c3df5b2706bd48cf8ff2)
warning: Cannot merge binary files: lib/libhidapi-hidraw.so.0.0.0 (HEAD vs. 82c4f503ec19f6862550c3df5b2706bd48cf8ff2)
warning: Cannot merge binary files: lib/libhidapi-hidraw.a (HEAD vs. 82c4f503ec19f6862550c3df5b2706bd48cf8ff2)
warning: Cannot merge binary files: bin/bfgminer (HEAD vs. 82c4f503ec19f6862550c3df5b2706bd48cf8ff2)
Auto-merging share/doc/bfgminer/NEWS
CONFLICT (content): Merge conflict in share/doc/bfgminer/NEWS
Auto-merging lib/libhidapi-libusb.so.0.0.0
CONFLICT (add/add): Merge conflict in lib/libhidapi-libusb.so.0.0.0
Auto-merging lib/libhidapi-libusb.a
CONFLICT (add/add): Merge conflict in lib/libhidapi-libusb.a
Auto-merging lib/libhidapi-hidraw.so.0.0.0
CONFLICT (add/add): Merge conflict in lib/libhidapi-hidraw.so.0.0.0
Auto-merging lib/libhidapi-hidraw.a
CONFLICT (add/add): Merge conflict in lib/libhidapi-hidraw.a
Auto-merging http/index.php
Auto-merging http/inc/miner.inc.php
Auto-merging bin/bfgminer
CONFLICT (content): Merge conflict in bin/bfgminer
Automatic merge failed; fix conflicts and then commit the result.
minepeon /opt/minepeon Sad #

Code:
MinePeon Version
MinePeon 0.2.4.2
Miner Version
bfgminer3.8.1
Donation Minutes
15
I could correct minepeon version, with the new option to modify the position of a pool and new 'plugins' option.

The problem now is the version of bfgminer as, when the version of bfgminer reverted to 3.3.0, my bluefury's didn't get detected any more and I download/compiled version 3.8.1 of bfgminer, that is newer than the one @ minepeon git.

if I try a git commit, I get:

Quote
minepeon /opt/minepeon/http # git commit
U       bin/bfgminer
U       lib/libhidapi-hidraw.a
U       lib/libhidapi-hidraw.so.0.0.0
U       lib/libhidapi-libusb.a
U       lib/libhidapi-libusb.so.0.0.0
U       share/doc/bfgminer/NEWS
error: 'commit' is not possible because you have unmerged files.
hint: Fix them up in the work tree,
hint: and then use 'git add/rm <file>' as
hint: appropriate to mark resolution and make a commit,
hint: or use 'git commit -a'.
fatal: Exiting because of an unresolved conflict.

After a google search, I did a git commit -am and got:

Quote
minepeon /opt/minepeon/http Sad # git commit -am "bfgminer update to 3.8.1"
[0.2.4 c9b21c8] bfgminer update to 3.8.1
 

Did I solved correctly the problem? I think I need to stop to do the git fetch --all followed by git reset --hard origin/master or am I wrong?

Rui Costa, PortugalBTC : 1ct1aicGoUVpZeovsw3cCcPJZJHV5JXtW
tk1337
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
December 22, 2013, 05:50:50 PM
 #2004

Did I solved correctly the problem? I think I need to stop to do the git fetch --all followed by git reset --hard origin/master or am I wrong?

Stop using fetch...

Code:
git reset --hard
git pull

^ should be all you need...

git pull does a git fetch followed by a git merge, you should always use git pull to bring the repo up to date.
ct1aic
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Are ฿itcoins Radioactive?


View Profile WWW
December 22, 2013, 07:35:50 PM
 #2005

Did I solved correctly the problem? I think I need to stop to do the git fetch --all followed by git reset --hard origin/master or am I wrong?

Stop using fetch...

Code:
git reset --hard
git pull

^ should be all you need...

git pull does a git fetch followed by a git merge, you should always use git pull to bring the repo up to date.

I'll do. Thanks again for your kind help and support.

Rui Costa, PortugalBTC : 1ct1aicGoUVpZeovsw3cCcPJZJHV5JXtW
nov
Sr. Member
****
Offline Offline

Activity: 433
Merit: 251


Independent crypto developer


View Profile WWW
December 22, 2013, 08:40:15 PM
 #2006

How to install Java in MinePeon distro, please?

Official way is this:

sudo apt-get update && sudo apt-get install oracle-java7-jdk

According to this web: http://www.raspberrypi.org/archives/4920

But looks like apt-get is not there.

Could you help me, please?

Is it also possible to VNC to there, please?

Thanks in advance.

WowDoge - DogeCoin Lightweight Wallet DOGE: DLoawzLvw5WvvpGUkSTxrwMgKhkamsqFo7
Vertigo - VertCoin Lightweight Wallet VTC: VertGv5nVwYYR7mTmDDeAP9et1NJyAsC9P | Exelite - ExeCoin Lightweight Wallet EXE: ELiteWbMDwX95YZj5Jf5BkHS54qbH7wpXg | Lightweight Wallet Creation Service
MultiCoin - Multiple Crypto Coin Lightweight Wallet in Development BTC: 1EKT9uaaDbTRuwjttFQbfax7KmGNZX32HP | BitcoinViewer - Bitcoin Balances & Transactions on iPhone/iPad BTC: 1NEvfbiA5Bs2sG2jqRdCidGUjLD5JjAjEZ
Sammey
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
December 22, 2013, 08:46:30 PM
 #2007

How to install Java in MinePeon distro, please?

Official way is this:

sudo apt-get update && sudo apt-get install oracle-java7-jdk

According to this web: http://www.raspberrypi.org/archives/4920

But looks like apt-get is not there.

Could you help me, please?

Is it also possible to VNC to there, please?

Thanks in advance.

Try: sudo pacman -S jre7-openjdk

Edit:

By the way, MinePeon runs on ArchLinux... not Raspbian.
MineForeman.com (OP)
Legendary
*
Offline Offline

Activity: 896
Merit: 1000



View Profile WWW
December 22, 2013, 08:47:54 PM
 #2008

I'll do. Thanks again for your kind help and support.

You might have also done something to your permissions, you should always do git work as minepeon and not root via sudo so your shopuld probably;-

sudo chown -R minepeon.minepeon /opt/minepeon

The "git reset --hard origin/master" may have also changed the branch you are working on as well, you want to be on the 0.2.4 branch NOT the master branch.  The master branch is used for development and requires a different OS build so you should make sure your on the correct branch by doing;-

cd /opt/minepeon
git checkout -b 0.2.4

Neil

Bitcoin News http://mineforeman.com/ || MinePeon - Bitcoin mining on the Raspberry PI http://mineforeman.com/minepeon/ || MinePeon Wiki http://minepeon.com/ || MinePeon Forums http://minepeon.com/forums/
nov
Sr. Member
****
Offline Offline

Activity: 433
Merit: 251


Independent crypto developer


View Profile WWW
December 22, 2013, 09:11:19 PM
 #2009

Thank you for  help.

Unfortunately observing some issues with it. Do you know what could be the issue to resolve it, please?


Quote
[minepeon@minepeon ~]$ sudo pacman -S jre7-openjdk
[sudo] password for minepeon:
resolving dependencies...
looking for inter-conflicts...

Packages (15): ca-certificates-java-20130815-1  hicolor-icon-theme-0.12-2
               jre7-openjdk-headless-7.u21_2.3.9-4.1  lcms2-2.5-2
               libice-1.0.8-2  libjpeg-turbo-1.3.0-3  libsm-1.2.2-2
               libtiff-4.0.3-4  libxmu-1.1.2-1  libxt-1.1.4-1  nspr-4.10.1-2
               nss-3.15.2-1  xdg-utils-1.1.0.git20130520-1  xorg-xset-1.2.3-1
               jre7-openjdk-7.u21_2.3.9-4.1

Total Download Size:    38.45 MiB
Total Installed Size:   58.60 MiB

:: Proceed with installation? [Y/n] Y
:: Retrieving packages ...
error: failed retrieving file 'libjpeg-turbo-1.3.0-3-armv6h.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404 Not Found
warning: failed to retrieve some files
 libtiff-4.0.3-4-armv6h   734.9 KiB   111K/s 00:07 [######################] 100%
 lcms2-2.5-2-armv6h       145.6 KiB   169K/s 00:01 [######################] 100%
error: failed retrieving file 'nspr-4.10.1-2-armv6h.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404 Not Found
warning: failed to retrieve some files
error: failed retrieving file 'nss-3.15.2-1-armv6h.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404 Not Found
warning: failed to retrieve some files
 ca-certificates-jav...     6.4 KiB   105K/s 00:00 [######################] 100%
 jre7-openjdk-headle...    35.0 MiB   112K/s 05:20 [######################] 100%
 libice-1.0.8-2-armv6h     65.3 KiB   139K/s 00:00 [######################] 100%
 libsm-1.2.2-2-armv6h      39.9 KiB   241K/s 00:00 [######################] 100%
 libxt-1.1.4-1-armv6h     496.9 KiB   339K/s 00:01 [######################] 100%
 libxmu-1.1.2-1-armv6h     62.8 KiB   279K/s 00:00 [######################] 100%
 xorg-xset-1.2.3-1-a...    16.7 KiB   192K/s 00:00 [######################] 100%
 xdg-utils-1.1.0.git...    50.6 KiB   249K/s 00:00 [######################] 100%
 hicolor-icon-theme-...     4.3 KiB   611K/s 00:00 [######################] 100%
 jre7-openjdk-7.u21_...   150.2 KiB   291K/s 00:01 [######################] 100%
error: failed to commit transaction (unexpected error)
Errors occurred, no packages were upgraded.
[minepeon@minepeon ~]$

How to install Java in MinePeon distro, please?

Official way is this:

sudo apt-get update && sudo apt-get install oracle-java7-jdk

According to this web: http://www.raspberrypi.org/archives/4920

But looks like apt-get is not there.

Could you help me, please?

Is it also possible to VNC to there, please?

Thanks in advance.

Try: sudo pacman -S jre7-openjdk

Edit:

By the way, MinePeon runs on ArchLinux... not Raspbian.

WowDoge - DogeCoin Lightweight Wallet DOGE: DLoawzLvw5WvvpGUkSTxrwMgKhkamsqFo7
Vertigo - VertCoin Lightweight Wallet VTC: VertGv5nVwYYR7mTmDDeAP9et1NJyAsC9P | Exelite - ExeCoin Lightweight Wallet EXE: ELiteWbMDwX95YZj5Jf5BkHS54qbH7wpXg | Lightweight Wallet Creation Service
MultiCoin - Multiple Crypto Coin Lightweight Wallet in Development BTC: 1EKT9uaaDbTRuwjttFQbfax7KmGNZX32HP | BitcoinViewer - Bitcoin Balances & Transactions on iPhone/iPad BTC: 1NEvfbiA5Bs2sG2jqRdCidGUjLD5JjAjEZ
MineForeman.com (OP)
Legendary
*
Offline Offline

Activity: 896
Merit: 1000



View Profile WWW
December 22, 2013, 09:22:11 PM
 #2010

Thank you for  help.

Unfortunately observing some issues with it. Do you know what could be the issue to resolve it, please?

You probably need to do a full update first to get the latest repository, you can do this via;-

sudo pacman -Syu

Then try again to install java.

Neil

P.S. MinePeon is engineered for mining only, what you are doing will probably work but it is not supported Tongue .

Bitcoin News http://mineforeman.com/ || MinePeon - Bitcoin mining on the Raspberry PI http://mineforeman.com/minepeon/ || MinePeon Wiki http://minepeon.com/ || MinePeon Forums http://minepeon.com/forums/
nov
Sr. Member
****
Offline Offline

Activity: 433
Merit: 251


Independent crypto developer


View Profile WWW
December 22, 2013, 09:45:36 PM
 #2011

Thank you for helping.
Should
sysvinit-tools be replaced with core/procps-ng?

Will not break something?

Quote
[minepeon@minepeon ~]$ sudo pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 alarm is up to date
 aur is up to date
:: Starting full system upgrade...
:: Replace sysvinit-tools with core/procps-ng? [Y/n]

Does MinePeon has X Window?

Thank you for  help.

Unfortunately observing some issues with it. Do you know what could be the issue to resolve it, please?

You probably need to do a full update first to get the latest repository, you can do this via;-

sudo pacman -Syu

Then try again to install java.

Neil

P.S. MinePeon is engineered for mining only, what you are doing will probably work but it is not supported Tongue .

WowDoge - DogeCoin Lightweight Wallet DOGE: DLoawzLvw5WvvpGUkSTxrwMgKhkamsqFo7
Vertigo - VertCoin Lightweight Wallet VTC: VertGv5nVwYYR7mTmDDeAP9et1NJyAsC9P | Exelite - ExeCoin Lightweight Wallet EXE: ELiteWbMDwX95YZj5Jf5BkHS54qbH7wpXg | Lightweight Wallet Creation Service
MultiCoin - Multiple Crypto Coin Lightweight Wallet in Development BTC: 1EKT9uaaDbTRuwjttFQbfax7KmGNZX32HP | BitcoinViewer - Bitcoin Balances & Transactions on iPhone/iPad BTC: 1NEvfbiA5Bs2sG2jqRdCidGUjLD5JjAjEZ
MineForeman.com (OP)
Legendary
*
Offline Offline

Activity: 896
Merit: 1000



View Profile WWW
December 22, 2013, 09:55:48 PM
 #2012

Thank you for helping.
Should
sysvinit-tools be replaced with core/procps-ng?

Will not break something?

Probably not, but it could. I have not tested every combination of every package.

Does MinePeon has X Window?

Nope, you could install it though, I wrote a simple howto on the minepeon forums;-

http://minepeon.com/forums/viewtopic.php?p=3763#p3763

I have to ask though, why don't you get another pi for your experimenting?  They are cheap and that is what I do (I have several in fact).

I have not tested anything that you are doing and with every package you add you risk everything blowing up in your face ;P .

Neil

Bitcoin News http://mineforeman.com/ || MinePeon - Bitcoin mining on the Raspberry PI http://mineforeman.com/minepeon/ || MinePeon Wiki http://minepeon.com/ || MinePeon Forums http://minepeon.com/forums/
nov
Sr. Member
****
Offline Offline

Activity: 433
Merit: 251


Independent crypto developer


View Profile WWW
December 22, 2013, 10:06:18 PM
 #2013

I am asking, since I would like to try to start NXT coin client on Raspberry Pi and to try forging (mining) there.
It looks like maybe some future coin.

The client uses Java and the client is running in browser.

Not exactly sure what will be needed to be able to run in Raspberry Pi.

Thank you for helping.
Should
sysvinit-tools be replaced with core/procps-ng?

Will not break something?

Probably not, but it could. I have not tested every combination of every package.

Does MinePeon has X Window?

Nope, you could install it though, I wrote a simple howto on the minepeon forums;-

http://minepeon.com/forums/viewtopic.php?p=3763#p3763

I have to ask though, why don't you get another pi for your experimenting?  They are cheap and that is what I do (I have several in fact).

I have not tested anything that you are doing and with every package you add you risk everything blowing up in your face ;P .

Neil

WowDoge - DogeCoin Lightweight Wallet DOGE: DLoawzLvw5WvvpGUkSTxrwMgKhkamsqFo7
Vertigo - VertCoin Lightweight Wallet VTC: VertGv5nVwYYR7mTmDDeAP9et1NJyAsC9P | Exelite - ExeCoin Lightweight Wallet EXE: ELiteWbMDwX95YZj5Jf5BkHS54qbH7wpXg | Lightweight Wallet Creation Service
MultiCoin - Multiple Crypto Coin Lightweight Wallet in Development BTC: 1EKT9uaaDbTRuwjttFQbfax7KmGNZX32HP | BitcoinViewer - Bitcoin Balances & Transactions on iPhone/iPad BTC: 1NEvfbiA5Bs2sG2jqRdCidGUjLD5JjAjEZ
MineForeman.com (OP)
Legendary
*
Offline Offline

Activity: 896
Merit: 1000



View Profile WWW
December 22, 2013, 10:28:48 PM
 #2014

I am asking, since I would like to try to start NXT coin client on Raspberry Pi and to try forging (mining) there.
It looks like maybe some future coin.

That explains a lot Wink .  While I have not used NXT on a raspberry pi I have loaded the bitcoin-qt onto it just for laughs.  It does work but the blockchain never sync's (the processor is too gutless to validate the blocks).

It is a fun and novel way to kill SD cards though with of all of the writes.

People who use MinePeon to solo mine usually have a full computer that run's the blockchain of the coin and then point MinePeon to the RPC port of the computer.

Neil

Bitcoin News http://mineforeman.com/ || MinePeon - Bitcoin mining on the Raspberry PI http://mineforeman.com/minepeon/ || MinePeon Wiki http://minepeon.com/ || MinePeon Forums http://minepeon.com/forums/
nov
Sr. Member
****
Offline Offline

Activity: 433
Merit: 251


Independent crypto developer


View Profile WWW
December 22, 2013, 10:49:51 PM
 #2015

NXT seems to be very light way, and it looks like i would only need to run Java as daemon.

Only need to unlock wallet from browser.

Looks very interesting.

Mining process does not require and is not related to fast processor, Raspberry Pi could be ideal to let it forge NXT coins.

It is new method of mining process called forging.

Have a look NXT.

I am asking, since I would like to try to start NXT coin client on Raspberry Pi and to try forging (mining) there.
It looks like maybe some future coin.

That explains a lot Wink .  While I have not used NXT on a raspberry pi I have loaded the bitcoin-qt onto it just for laughs.  It does work but the blockchain never sync's (the processor is too gutless to validate the blocks).

It is a fun and novel way to kill SD cards though with of all of the writes.

People who use MinePeon to solo mine usually have a full computer that run's the blockchain of the coin and then point MinePeon to the RPC port of the computer.

Neil

WowDoge - DogeCoin Lightweight Wallet DOGE: DLoawzLvw5WvvpGUkSTxrwMgKhkamsqFo7
Vertigo - VertCoin Lightweight Wallet VTC: VertGv5nVwYYR7mTmDDeAP9et1NJyAsC9P | Exelite - ExeCoin Lightweight Wallet EXE: ELiteWbMDwX95YZj5Jf5BkHS54qbH7wpXg | Lightweight Wallet Creation Service
MultiCoin - Multiple Crypto Coin Lightweight Wallet in Development BTC: 1EKT9uaaDbTRuwjttFQbfax7KmGNZX32HP | BitcoinViewer - Bitcoin Balances & Transactions on iPhone/iPad BTC: 1NEvfbiA5Bs2sG2jqRdCidGUjLD5JjAjEZ
MineForeman.com (OP)
Legendary
*
Offline Offline

Activity: 896
Merit: 1000



View Profile WWW
December 22, 2013, 11:51:37 PM
 #2016

Have a look NXT.

I will.

I must admit I am not all that into alt coins, I have yet to come across one that make me think "This is way better than bitcoin" but I keep an eye on them.  I even have my games machine mine litecoin when I am not failing at whatever game takes my fancy at the time.

Neil

Bitcoin News http://mineforeman.com/ || MinePeon - Bitcoin mining on the Raspberry PI http://mineforeman.com/minepeon/ || MinePeon Wiki http://minepeon.com/ || MinePeon Forums http://minepeon.com/forums/
nov
Sr. Member
****
Offline Offline

Activity: 433
Merit: 251


Independent crypto developer


View Profile WWW
December 23, 2013, 12:01:46 AM
 #2017

Which coin do you like?

More of them are better, but it will take time to get to the market I think.

But this one could be really fast, since it does not use Bitcoin source code, but it is created from scratch and should solve a lot of things which Bitcoin is missing.

So I do not want everything in one basket. But would like to think what is the best and where the market could go in the future to be at start line.

PS: Java installed perfectly on Raspberry Pi, thank you guys. And it is still mining. Looks like it did not brake. Will try to do more experiments.

Have a look NXT.

I will.

I must admit I am not all that into alt coins, I have yet to come across one that make me think "This is way better than bitcoin" but I keep an eye on them.  I even have my games machine mine litecoin when I am not failing at whatever game takes my fancy at the time.

Neil

WowDoge - DogeCoin Lightweight Wallet DOGE: DLoawzLvw5WvvpGUkSTxrwMgKhkamsqFo7
Vertigo - VertCoin Lightweight Wallet VTC: VertGv5nVwYYR7mTmDDeAP9et1NJyAsC9P | Exelite - ExeCoin Lightweight Wallet EXE: ELiteWbMDwX95YZj5Jf5BkHS54qbH7wpXg | Lightweight Wallet Creation Service
MultiCoin - Multiple Crypto Coin Lightweight Wallet in Development BTC: 1EKT9uaaDbTRuwjttFQbfax7KmGNZX32HP | BitcoinViewer - Bitcoin Balances & Transactions on iPhone/iPad BTC: 1NEvfbiA5Bs2sG2jqRdCidGUjLD5JjAjEZ
MineForeman.com (OP)
Legendary
*
Offline Offline

Activity: 896
Merit: 1000



View Profile WWW
December 23, 2013, 12:21:48 AM
 #2018

Which coin do you like?

My issues with alt coins is they are usually set up to "fix" problems with bitcoin of their own invention (or they are just a scam, but that is another story).  Some use different hashing, some change proof-of-work and proof-of-stake about.  They all seem to clam to "fix" something fundamentally wrong with bitcoin.

My issue is that I don't see anything fundamentally wrong with bitcoin and I have confidence that when/if we find something wrong we will just fix bitcoin (as we have in the past).

Having said that, I am also not diametrically opposed to alt coins, I just have not found one yet that made me think "this is better than bitcoin".

PS: Java installed perfectly on Raspberry Pi, thank you guys. And it is still mining. Looks like it did not brake. Will try to do more experiments.

As I said, it should work, just don't blame me if it breaks Cheesy .

Neil

Bitcoin News http://mineforeman.com/ || MinePeon - Bitcoin mining on the Raspberry PI http://mineforeman.com/minepeon/ || MinePeon Wiki http://minepeon.com/ || MinePeon Forums http://minepeon.com/forums/
BitMinerN8
Hero Member
*****
Offline Offline

Activity: 626
Merit: 500


Mining since May 2011.


View Profile
December 23, 2013, 12:59:20 AM
 #2019

Is it also possible to VNC to there, please?
Also, there is no "desktop" to VNC to, so just connect via SSH. (Use PuTTY if using a Windows system) Or just use the Web Admin interface.
ct1aic
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Are ฿itcoins Radioactive?


View Profile WWW
December 23, 2013, 10:47:12 AM
 #2020

I'll do. Thanks again for your kind help and support.

You might have also done something to your permissions, you should always do git work as minepeon and not root via sudo so your shopuld probably;-

sudo chown -R minepeon.minepeon /opt/minepeon

The "git reset --hard origin/master" may have also changed the branch you are working on as well, you want to be on the 0.2.4 branch NOT the master branch.  The master branch is used for development and requires a different OS build so you should make sure your on the correct branch by doing;-

cd /opt/minepeon
git checkout -b 0.2.4

Neil
Code:
[minepeon@minepeon ~]$ cd /opt/minepeon
[minepeon@minepeon minepeon]$ git checkout -b 0.2.4
fatal: A branch named '0.2.4' already exists.

I think this error is ok, confirming that I'm in the correct branch...

Many thanks for your continuous help and support, Neil. Have a Merry Christmas and a Happy New Year.

And don't forget old ideas, like a program to "condensate" the mining info of several MinePeon's/cgminer's/bfgminer's in a real-time screen, using another RPI...

Rui Costa, PortugalBTC : 1ct1aicGoUVpZeovsw3cCcPJZJHV5JXtW
Pages: « 1 ... 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 139 »
  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!