Bitcoin Forum
May 06, 2024, 04:51:00 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 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 ... 169 »
  Print  
Author Topic: Bitmark  (Read 622155 times)
pandher
Legendary
*
Offline Offline

Activity: 952
Merit: 1000


Stagnation is Death


View Profile WWW
July 13, 2014, 07:41:13 PM
 #321

nice, i would like to attempt solo mining, never done it before. I have cgminer, what is an example of commandline that could be used for solo mining?  thanks


cgminer --scrypt -o http://localhost:9266 -O Username:password
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714971060
Hero Member
*
Offline Offline

Posts: 1714971060

View Profile Personal Message (Offline)

Ignore
1714971060
Reply with quote  #2

1714971060
Report to moderator
1714971060
Hero Member
*
Offline Offline

Posts: 1714971060

View Profile Personal Message (Offline)

Ignore
1714971060
Reply with quote  #2

1714971060
Report to moderator
Androidicus
Sr. Member
****
Offline Offline

Activity: 339
Merit: 250


View Profile
July 13, 2014, 07:45:29 PM
 #322

Ok, back from family fun...

1) QT downloaded and working fine on my USB stick (portable stylee)

2) Mining at miningpool.co (initial stratum 'down' seems to be resolved) Fairly long term user there so simple to add to dashboard and point existing worker...

3) I'm getting block credits etc. etc.

All seems good so far...

 Grin


Failure is success waiting to happen...
deepcoreotc
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
July 13, 2014, 07:48:04 PM
 #323

nice, i would like to attempt solo mining, never done it before. I have cgminer, what is an example of commandline that could be used for solo mining?  thanks


cgminer --scrypt -o http://localhost:9266 -O Username:password

in place of username, i put my address, correct?
emdje
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
July 13, 2014, 07:58:59 PM
 #324

I am trying to solo mine with my Asic too.
Using this config:
Code:
rpcuser=emdje
rpcpassword=xxxxx
rpcconnect=192.168.178.13
rpcallowip=192.168.178.21
rpcport=9266
daemon=1
server=1
listen=1
Does not seem to work.

someone any ideas?

--- I see the pool is reporting good hashrates now, so no real precedent here.
jBacchus
Member
**
Offline Offline

Activity: 140
Merit: 10


View Profile
July 13, 2014, 08:01:17 PM
 #325

I am trying to solo mine with my Asic too.
Using this config:
Code:
rpcuser=emdje
rpcpassword=xxxxx
rpcconnect=192.168.178.13
rpcallowip=192.168.178.21
rpcport=9266
daemon=1
server=1
listen=1
Does not seem to work.

someone any ideas?

--- I see the pool is reporting good hashrates now, so no real precedent here.

Mine doesn't have the rpcallowip or the rpcconnect... and it's working... i have 400 btm so far Smiley
macbackfat
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
July 13, 2014, 08:13:11 PM
 #326

Mine doesn't have the rpcallowip or the rpcconnect... and it's working... i have 400 btm so far Smiley

What's your hashrate?
82ndabnmedic
Full Member
***
Offline Offline

Activity: 247
Merit: 100


View Profile
July 13, 2014, 08:20:31 PM
 #327

So for the QT all I need to do is download and install - Then open QT and that is it?

I ask because QT is synced, and I want to make sure all is good before i link it to the pool.

Thanks

CISSP | PMP | CEH

Bitmark: Project Manager & PR Coordinator


BTC: 1FEi8MSP3ccoqLah8EcxfGZVHUViEmQfvQ

BTM: bNidDXnRu5fuD8Th7cPFh7jnPdyAhMh7Nr
coinsolidation (OP)
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

Bitmark Developer


View Profile WWW
July 13, 2014, 08:21:31 PM
 #328

So for the QT all I need to do is download and install - Then open QT and that is it?

Yes, that is all you need to do.

Bitmark (reputation+money) : Bitmark v0.9.4 (release)
emdje
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
July 13, 2014, 08:21:36 PM
 #329

I am trying to solo mine with my Asic too.
Using this config:
Code:
rpcuser=emdje
rpcpassword=xxxxx
rpcconnect=192.168.178.13
rpcallowip=192.168.178.21
rpcport=9266
daemon=1
server=1
listen=1
Does not seem to work.

someone any ideas?

--- I see the pool is reporting good hashrates now, so no real precedent here.

Mine doesn't have the rpcallowip or the rpcconnect... and it's working... i have 400 btm so far Smiley


What is your config file look like than?
And is you qt on a different machine? (mine is)
coinsolidation (OP)
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

Bitmark Developer


View Profile WWW
July 13, 2014, 08:30:56 PM
 #330

rpcallowip = allow JSON-RPC connections from specified IP address
server = accept command line and JSON-RPC commands
daemon = run in the background
rpcconnect does not exist
listen is enabled by default

rpcallowip can accept wildcards, for example *, 192.*, 192.168.*, 192.168.0.*

So we can conclude that this should work.
Code:
rpcuser=emdje
rpcpassword=xxxxx
rpcallowip=192.168.*
server=1
daemon=1

Bitmark (reputation+money) : Bitmark v0.9.4 (release)
Androidicus
Sr. Member
****
Offline Offline

Activity: 339
Merit: 250


View Profile
July 13, 2014, 08:37:12 PM
 #331

Grrr... EU stratum up & down at miningpool.co


Failure is success waiting to happen...
jBacchus
Member
**
Offline Offline

Activity: 140
Merit: 10


View Profile
July 13, 2014, 08:37:16 PM
 #332

I am trying to solo mine with my Asic too.
Using this config:
Code:
rpcuser=emdje
rpcpassword=xxxxx
rpcconnect=192.168.178.13
rpcallowip=192.168.178.21
rpcport=9266
daemon=1
server=1
listen=1
Does not seem to work.

someone any ideas?

--- I see the pool is reporting good hashrates now, so no real precedent here.

Mine doesn't have the rpcallowip or the rpcconnect... and it's working... i have 400 btm so far Smiley


What is your config file look like than?
And is you qt on a different machine? (mine is)

mine is on the local machine... hashrate is 60MHs... but I switched to the pool... it was rejecting a lot of blocks! Sad
emdje
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
July 13, 2014, 08:44:35 PM
 #333

rpcallowip = allow JSON-RPC connections from specified IP address
server = accept command line and JSON-RPC commands
daemon = run in the background
rpcconnect does not exist
listen is enabled by default

rpcallowip can accept wildcards, for example *, 192.*, 192.168.*, 192.168.0.*

So we can conclude that this should work.
Code:
rpcuser=emdje
rpcpassword=xxxxx
rpcallowip=192.168.*
server=1
daemon=1

Somehow not working. Will continue to mine with the pool. But that is not going so well.
Androidicus
Sr. Member
****
Offline Offline

Activity: 339
Merit: 250


View Profile
July 13, 2014, 09:10:52 PM
 #334

842 m/hs at miningpool.co and only 2 miners donating - shocking...

Failure is success waiting to happen...
coinsolidation (OP)
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

Bitmark Developer


View Profile WWW
July 13, 2014, 09:11:58 PM
 #335

The Bitmark Foundation
./bitmarkd sendtoaddress bQmnzVS5M4bBdZqBTuHrjnzxHS6oSUz6cG 200 "the bitmark foundation"
d3c1b75d68333d95c8e1c9db4f4ba5b4719bce97008fe73c0cfb5f551d7f3b2d

I have sent the first 200 coins to the bitmark foundation address: bQmnzVS5M4bBdZqBTuHrjnzxHS6oSUz6cG

The difficulty has jumped 4x already.
The network is at 2.5GH/s.

I did not expect this. These coins have no value, yet.

Thank you everybody, I think we can say we have launched successfully.


Bitmark (reputation+money) : Bitmark v0.9.4 (release)
Androidicus
Sr. Member
****
Offline Offline

Activity: 339
Merit: 250


View Profile
July 13, 2014, 09:18:09 PM
 #336

The Bitmark Foundation
./bitmarkd sendtoaddress bQmnzVS5M4bBdZqBTuHrjnzxHS6oSUz6cG 200 "the bitmark foundation"
d3c1b75d68333d95c8e1c9db4f4ba5b4719bce97008fe73c0cfb5f551d7f3b2d

I have sent the first 200 coins to the bitmark foundation address: bQmnzVS5M4bBdZqBTuHrjnzxHS6oSUz6cG

The difficulty has jumped 4x already.
The network is at 2.5GH/s.

I did not expect this. These coins have no value, yet.

Thank you everybody, I think we can say we have launched successfully.



I will be feeding back some BM to the foundation.

Top feeder at MPC at 650+ m/hs no surprise diff is climbing - with net hash at 2.5GH/s!

The fun begins!
 Grin

Failure is success waiting to happen...
cryptozim
Full Member
***
Offline Offline

Activity: 183
Merit: 100


View Profile
July 13, 2014, 09:20:03 PM
 #337

842 m/hs at miningpool.co and only 2 miners donating - shocking...


In defense of those of us who aren't donating: there is a 1.5% pool fee already.

BTC: 15h26g3SUu6iXUi1phv5FHmASc5hDeGHpJ | LSK: 840098997497226041L | CSC: cMsbRGMLzu7Ss8L7Vv6osksUyt5P322uxS
macbackfat
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
July 13, 2014, 09:22:41 PM
 #338

And just like that, the coin output has been slashed by a quarter... damm!
Androidicus
Sr. Member
****
Offline Offline

Activity: 339
Merit: 250


View Profile
July 13, 2014, 09:23:31 PM
 #339

842 m/hs at miningpool.co and only 2 miners donating - shocking...


In defense of those of us who aren't donating: there is a 1.5% pool fee already.

I know, I know - I guess I'm a little ole skool... I will wind my neck in!  Wink

Failure is success waiting to happen...
macbackfat
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
July 13, 2014, 09:33:30 PM
 #340

The Bitmark Foundation
./bitmarkd sendtoaddress bQmnzVS5M4bBdZqBTuHrjnzxHS6oSUz6cG 200 "the bitmark foundation"
d3c1b75d68333d95c8e1c9db4f4ba5b4719bce97008fe73c0cfb5f551d7f3b2d

I have sent the first 200 coins to the bitmark foundation address: bQmnzVS5M4bBdZqBTuHrjnzxHS6oSUz6cG

The difficulty has jumped 4x already.
The network is at 2.5GH/s.

I did not expect this. These coins have no value, yet.

Thank you everybody, I think we can say we have launched successfully.

Congrats on the hard work, dude.

EDIT: I suck at words
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 ... 169 »
  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!