Bitcoin Forum
April 25, 2024, 11:40:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 »  All
  Print  
Author Topic: Modular Python Bitcoin Miner - Official Thread  (Read 73923 times)
ebereon
Sr. Member
****
Offline Offline

Activity: 397
Merit: 500


View Profile
June 17, 2012, 06:08:27 PM
 #321

On windows you need to use "\\.\COMxx" not "/dev/ttyUSBx" ...

If you look in the device manager and you put the unit in, you should see COM20 - 23. So only 2 of em are the right ones. On my win7 it was COM21 and COM23. But other people have COM22 and COM23. You have to test this.



"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714045250
Hero Member
*
Offline Offline

Posts: 1714045250

View Profile Personal Message (Offline)

Ignore
1714045250
Reply with quote  #2

1714045250
Report to moderator
1714045250
Hero Member
*
Offline Offline

Posts: 1714045250

View Profile Personal Message (Offline)

Ignore
1714045250
Reply with quote  #2

1714045250
Report to moderator
1714045250
Hero Member
*
Offline Offline

Posts: 1714045250

View Profile Personal Message (Offline)

Ignore
1714045250
Reply with quote  #2

1714045250
Report to moderator
ebereon
Sr. Member
****
Offline Offline

Activity: 397
Merit: 500


View Profile
June 17, 2012, 06:33:46 PM
 #322

1KWGtSxo5b52Adk3Pvw14E3o9kp96JZJm2

 Cheesy
ebereon
Sr. Member
****
Offline Offline

Activity: 397
Merit: 500


View Profile
June 19, 2012, 08:46:36 AM
 #323

You just earned yourself 5 btc my friend.  What's your address?

Received! Thank you!  Grin
mu50stang
Full Member
***
Offline Offline

Activity: 162
Merit: 100


View Profile
June 20, 2012, 12:34:24 AM
 #324

Does anyone know how to use the modminer with this software. 
MykelSilver
Full Member
***
Offline Offline

Activity: 237
Merit: 100


View Profile
June 24, 2012, 12:12:55 PM
 #325

Hi,

Is there any example configuration for solo mining with MPBM?
I have now configured MPBM for pooled mining, but I cannot figure out how to mine solo with MPBM. Anyone? Thanks in advance.
shad
Full Member
***
Offline Offline

Activity: 148
Merit: 100


View Profile
June 25, 2012, 05:59:38 PM
 #326

you have to direct mpbm to your local bitcoin client i guess?
shouldn't be different to using a pool

15dUzJEUkxgjrtcvDSdsEDkXu7E7RCbNN3
MykelSilver
Full Member
***
Offline Offline

Activity: 237
Merit: 100


View Profile
June 25, 2012, 06:08:29 PM
 #327

Is it really that simple? Thanks a lot!
MykelSilver
Full Member
***
Offline Offline

Activity: 237
Merit: 100


View Profile
June 27, 2012, 05:13:20 PM
 #328

you have to direct mpbm to your local bitcoin client i guess?
shouldn't be different to using a pool

I have tried your suggestion but I keep gettting this error:
Local: Error while fetching job: Traceback (most recent call last):
  File "C:\Users\MykelSilver\Desktop\X6500_Easy_Package_For_Windows\mpbm-v0.1.0beta\core\actualworksource.py", line 155, in get_job
    jobs = self._get_job()
  File "C:\Users\MykelSilver\Desktop\X6500_Easy_Package_For_Windows\mpbm-v0.1.0beta\modules\theseven\bcjsonrpc\bcjsonrpcworksource.py", line 120, in _get_job
    conn.request("POST", self.settings.path, req, headers)
  File "c:\Program Files (x86)\Python32\lib\http\client.py", line 964, in request
  File "c:\Program Files (x86)\Python32\lib\http\client.py", line 1002, in _send_request
  File "c:\Program Files (x86)\Python32\lib\http\client.py", line 960, in endheaders
  File "c:\Program Files (x86)\Python32\lib\http\client.py", line 805, in _send_output
  File "c:\Program Files (x86)\Python32\lib\http\client.py", line 743, in send
  File "c:\Program Files (x86)\Python32\lib\http\client.py", line 721, in connect
  File "c:\Program Files (x86)\Python32\lib\socket.py", line 386, in create_connection
socket.gaierror: [Errno 11004] getaddrinfo failed

I have configured my work source to connect to localhost:8332
Of course the bitcoin daemon is running.
Unfortunately there is no documentation of its configuration file.  
Anyone has any luck with the configuration of the bitcoin deamon?
Thanks in advance
shad
Full Member
***
Offline Offline

Activity: 148
Merit: 100


View Profile
June 28, 2012, 10:26:42 AM
 #329

 #server=1 tells Bitcoin to accept JSON-RPC commands.
 #server=1
 
 # You must set rpcuser and rpcpassword to secure the JSON-RPC api
 #rpcuser=Ulysseys
 #rpcpassword=YourSuperGreatPasswordNumber_385593

did you set those?

15dUzJEUkxgjrtcvDSdsEDkXu7E7RCbNN3
MykelSilver
Full Member
***
Offline Offline

Activity: 237
Merit: 100


View Profile
June 28, 2012, 04:35:23 PM
 #330

#server=1 tells Bitcoin to accept JSON-RPC commands.
 #server=1
 
 # You must set rpcuser and rpcpassword to secure the JSON-RPC api
 #rpcuser=Ulysseys
 #rpcpassword=YourSuperGreatPasswordNumber_385593

did you set those?

The MPBM webUI runs on Windows.

I running the bitcoin daemon on linux
I installed them in my home folder
There are two files:
-rwxr-xr-x. 1 mykelsilver mykelsilver 4,2M  8 mei 19:34 bitcoind
-rwxr-xr-x. 1 mykelsilver mykelsilver 9,3M  8 mei 19:34 bitcoin-qt

I cannot see any configuration file in ~/.bitcoin. This folder contains only the following files:

drwx------.   3 mykelsilver mykelsilver 4,0K 27 jun 21:23 .
drwx------. 107 mykelsilver mykelsilver 4,0K 25 jun 18:25 ..
-rw-------.   1 mykelsilver mykelsilver 5,8M 27 jun 21:23 addr.dat
-rw-------.   1 mykelsilver mykelsilver 1,9G 27 jun 21:10 blk0001.dat
-rw-------.   1 mykelsilver mykelsilver 645M 27 jun 21:10 blkindex.dat
drwx------.   2 mykelsilver mykelsilver  12K 27 jun 21:23 database
-rw-------.   1 mykelsilver mykelsilver    0  3 mrt 08:26 db.log
-rw-------.   1 mykelsilver mykelsilver 1,7M 27 jun 21:23 debug.log
-rw-------.   1 mykelsilver mykelsilver    0  3 mrt 08:26 .lock
-rw-------.   1 mykelsilver mykelsilver  88K 27 jun 21:10 wallet.dat
-rw-rw-r--.   1 mykelsilver mykelsilver  46K 29 apr 18:29 wallet.dat.pgp
[mykelsilver@fedora .bitcoin]$

In the configuration of my client I cannot set any username or password.

In my previous post I connected through the wrong ipaddress. Now I connect to the ipaddress of the linux server
It is to complex to explain all the details.
 Never mind. It is not possible to solo mine with MPBM for me.

Anyway thanks for your patience and time.

Regards,
MykelSilver
Full Member
***
Offline Offline

Activity: 237
Merit: 100


View Profile
June 28, 2012, 04:50:10 PM
 #331

Wow I works now. I had to create the bitcoin.conf file manually  Cheesy
freshzive
Sr. Member
****
Offline Offline

Activity: 447
Merit: 250


View Profile
July 05, 2012, 06:18:55 AM
Last edit: July 05, 2012, 06:32:18 AM by freshzive
 #332

are there any specific settings I should use with P2Pool to reduce DOA and stale %?

what do others get for stale % using P2pool with MPBM?

binspac
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
July 13, 2012, 08:36:52 AM
 #333

How can I get this working for BFL Singles?

My worker dropdown only shows options for the x6500.
bonks
Member
**
Offline Offline

Activity: 71
Merit: 10


View Profile WWW
July 13, 2012, 08:59:25 AM
 #334

How can I get this working for BFL Singles?

My worker dropdown only shows options for the x6500.

Git pull the latest code. I could not get the bfl manager to work so I use the individual workers. Make sure to set the path to the appropriate /dev/ttyUSB#
binspac
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
July 13, 2012, 09:22:45 AM
Last edit: July 13, 2012, 11:07:18 AM by binspac
 #335

How can I get this working for BFL Singles?

My worker dropdown only shows options for the x6500.

Git pull the latest code. I could not get the bfl manager to work so I use the individual workers. Make sure to set the path to the appropriate /dev/ttyUSB#

I did Git it. It appears that it fails to load because I don't have pyusb or pyserial and opkg says they do not exist. This is odd because they do exist:
http://www.angstrom-distribution.org/repo/?pkgname=python-pyusb
http://www.angstrom-distribution.org/repo/?pkgname=python-pyserial

Edit:

OK, I got them installed by downloading them manually now all I need is the ftdi-sio driver but I have to save that for tomorrow. If anyone can help with the driver that would be awesome, my OS (Angstrom) didn't come with it.
shad
Full Member
***
Offline Offline

Activity: 148
Merit: 100


View Profile
July 13, 2012, 02:43:29 PM
 #336

did you make "opkg update" before?

15dUzJEUkxgjrtcvDSdsEDkXu7E7RCbNN3
binspac
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
July 14, 2012, 07:00:22 AM
 #337

Got the ftdi_sio driver and did:

Code:
modprobe ftdi_sio vendor=0x0403 product=6014

But when I plug in my device it doesn't create /dev/ttyUSB0. Here is my dmesg output when plugging it in: http://pastebin.com/8hbhVxzL

Can anyone help?

System: WM8650 Netbook
OS: Angstrom
Device: BFL Single
teaserX
Newbie
*
Offline Offline

Activity: 44
Merit: 0



View Profile WWW
July 21, 2012, 04:34:13 PM
Last edit: July 23, 2012, 10:22:22 PM by teaserX
 #338

I'm trying to make some adjustments to my MPBM webui. Can't find there right place in the code to adjust the height of the viewport for the statistics gadget. Pointing me to the right file is probably all I need. thx in advance.


EDIT: For future reference the post below is spot on. Thx.
ebereon
Sr. Member
****
Offline Offline

Activity: 397
Merit: 500


View Profile
July 21, 2012, 04:57:24 PM
 #339

I'm trying to make some adjustments to my MPBM webui. Can't find there right place in the code to adjust the height of the viewport for the statistics gadget. Pointing me to the right file is probably all I need. thx in advance.

mpbm\modules\theseven\webui\wwwroot\static\statsgadget\statsgadget.js

I hope it helps.

eb
ssateneth
Legendary
*
Offline Offline

Activity: 1344
Merit: 1004



View Profile
July 22, 2012, 01:03:29 AM
 #340

Your screenshot links to a thumbnail. Please fix to regular screenshot?

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 »  All
  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!