Bitcoin Forum
October 11, 2025, 08:59:27 AM *
News: Latest Bitcoin Core release: 29.1 [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 »  All
  Print  
Author Topic: [ANN] Melange [SPICE] - The Spice Must Flow! Updated Client + Heartbleed Fix  (Read 30099 times)
bit0x
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
January 25, 2014, 12:38:12 AM
 #61

CPU coin what you mine with GPU Cheesy

GPU gets 30x-50x more hashes on this algo than cpu.  Wink

GPU gets 30Mh

sussex
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
January 25, 2014, 12:43:53 AM
 #62

GPU miner:
https://github .com/reorder/poclbm-skc/blob/master/py2exe/poclbm-skc-win.zip?raw=true

I can't mine in my old gpu.

Can anyone give me a command line example for this? It's asking for a server, but I'm not sure of the syntax.

Preferably for solo, while there are no pools

Thanks
lightsailor
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
January 25, 2014, 12:48:30 AM
 #63

GPU miner:
https://github .com/reorder/poclbm-skc/blob/master/py2exe/poclbm-skc-win.zip?raw=true

I can't mine in my old gpu.

Can anyone give me a command line example for this? It's asking for a server, but I'm not sure of the syntax.

Preferably for solo, while there are no pools

Thanks

The simplest example:

poclbm-skc.exe http://user:pass@ipaddress:port

user name, password, and port are all set in your spice.conf, the ip address is the address of the machine where the daemon is running and you will be mining against.
sussex
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
January 25, 2014, 01:01:36 AM
 #64

GPU miner:
https://github .com/reorder/poclbm-skc/blob/master/py2exe/poclbm-skc-win.zip?raw=true

I can't mine in my old gpu.

Can anyone give me a command line example for this? It's asking for a server, but I'm not sure of the syntax.

Preferably for solo, while there are no pools

Thanks

The simplest example:

poclbm-skc.exe http://user:pass@ipaddress:port

user name, password, and port are all set in your spice.conf, the ip address is the address of the machine where the daemon is running and you will be mining against.




Thanks for that, but I'm still baffled.

How do I identify the variables?

For example, it doesn't recognise -u for user or -p for pass.

An example would be excellent  Grin

Thanks
best2002
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
January 25, 2014, 01:38:23 AM
 #65

GPU?CPU?
sussex
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
January 25, 2014, 01:48:13 AM
 #66

GPU?CPU?

GPU  Grin

Once I see an example I should be able to work the rest out.

Thanks.
Jarod1231
Sr. Member
****
Offline Offline

Activity: 951
Merit: 252



View Profile
January 25, 2014, 02:03:00 AM
 #67

Just started solo mining this about 20 minutes ago... been looking for a coin to try solo mining for a while just to see if I could get it working.. mined 3 blocks already  Grin

lightsailor
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
January 25, 2014, 02:13:32 AM
 #68

Thanks for that, but I'm still baffled.

How do I identify the variables?

For example, it doesn't recognise -u for user or -p for pass.

An example would be excellent  Grin

Thanks

Ok, so this is the command line:

poclbm-skc.exe http://user:pass@ipaddress:port

If your user name is sussex and your password is 123 you would add them to the url like so:

poclbm-skc.exe http://sussex:123@ipaddress:port

You are probably mining on the same computer that you have the daemon/wallet running so you would put in localhost or 127.0.0.1 for the address to point the miner at:

poclbm-skc.exe http://sussex:123@127.0.0.1:port

Then there's the port. The docs say 1986 is the default port but that's a privileged port so you would be better off changing it to something like 11986 so then we plug that into the port (keep in mind, you still have to have changed the conf file to reflect all these values)

poclbm-skc.exe http://sussex:123@127.0.0.1:11986

This isn't cgminer so there's no -u -p or -o flags
sussex
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
January 25, 2014, 02:15:33 AM
 #69

Just started solo mining this about 20 minutes ago... been looking for a coin to try solo mining for a while just to see if I could get it working.. mined 3 blocks already  Grin

Can you paste your command line here, I can't get poclbm to start, please???
futile-resistance
Hero Member
*****
Offline Offline

Activity: 840
Merit: 516



View Profile
January 25, 2014, 02:33:44 AM
 #70

Thanks for that, but I'm still baffled.

How do I identify the variables?

For example, it doesn't recognise -u for user or -p for pass.

An example would be excellent  Grin

Thanks

Ok, so this is the command line:

poclbm-skc.exe http://user:pass@ipaddress:port

If your user name is sussex and your password is 123 you would add them to the url like so:

poclbm-skc.exe http://sussex:123@ipaddress:port

You are probably mining on the same computer that you have the daemon/wallet running so you would put in localhost or 127.0.0.1 for the address to point the miner at:

poclbm-skc.exe http://sussex:123@127.0.0.1:port

Then there's the port. The docs say 1986 is the default port but that's a privileged port so you would be better off changing it to something like 11986 so then we plug that into the port (keep in mind, you still have to have changed the conf file to reflect all these values)

poclbm-skc.exe http://sussex:123@127.0.0.1:11986

This isn't cgminer so there's no -u -p or -o flags

Thanks for the help! Couldn't figure it out at all, have always used cgminer and minerd. Have gotten 1 block gpu mining now! This coin will get my hashes for a while.
sussex
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
January 25, 2014, 02:43:21 AM
 #71

Thanks for that, but I'm still baffled.

How do I identify the variables?

For example, it doesn't recognise -u for user or -p for pass.

An example would be excellent  Grin

Thanks

Ok, so this is the command line:

poclbm-skc.exe http://user:pass@ipaddress:port

If your user name is sussex and your password is 123 you would add them to the url like so:

poclbm-skc.exe http://sussex:123@ipaddress:port

You are probably mining on the same computer that you have the daemon/wallet running so you would put in localhost or 127.0.0.1 for the address to point the miner at:

poclbm-skc.exe http://sussex:123@127.0.0.1:port

Then there's the port. The docs say 1986 is the default port but that's a privileged port so you would be better off changing it to something like 11986 so then we plug that into the port (keep in mind, you still have to have changed the conf file to reflect all these values)

poclbm-skc.exe http://sussex:123@127.0.0.1:11986

This isn't cgminer so there's no -u -p or -o flags

Thanks for taking the time to give me a good expanation, but it still eludes me.

I am now getting Errno10061 No connection could be made because the target actively refused it.  Sad

My firewall is off.

My command line is exactly as you typed it and my .conf looks like this:

rpcuser=sussex
rpcpassword=123
rpcport=11968
server=1
listen=1
maxconnections=200
addnode=162.243.69.185
addnode=146.185.129.70
addnode=173.64.68.108:1986
addnode=85.238.96.186:55748
addnode=75.183.73.182:1986
addnode=184.155.114.216:61040
addnode etc etc etc

It's late, I'm tired and I suspect I'm doing something stupid, thanks for any pointers  Grin

EDIT:

Hahaha, I knew i was an idiot, it was the port number, deliberate mistake  Wink

Give me your address and i'll fling you some coins when I find a block  Grin

Thanks!!!!
nosf009
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile
January 25, 2014, 02:49:49 AM
 #72

WTB SPICE for 0.1BTC; send offers in PM. Thanks

note: I'm going to sleep right now, we can do this in next 30 min or tomorrow.
If no trader, and no escrow, we'll do 2x 0.05BTC, two way.

Thanks

<OPEN MONEY | Powering Blockchain Acceptance [ICO]
███████████████    ▬▬▬▬▬▬ Blockchain Meets Mainstream! ▬▬▬▬▬▬    ███████████████
Whitepaper  ●  Slack  ●  Facebook  ●  Twitter  ●  Reddit  ●  Telegram>
lightsailor
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
January 25, 2014, 03:43:10 AM
Last edit: January 25, 2014, 03:57:05 AM by lightsailor
 #73

Thanks for that, but I'm still baffled.

How do I identify the variables?

For example, it doesn't recognise -u for user or -p for pass.

An example would be excellent  Grin

Thanks

Ok, so this is the command line:

poclbm-skc.exe http://user:pass@ipaddress:port

If your user name is sussex and your password is 123 you would add them to the url like so:

poclbm-skc.exe http://sussex:123@ipaddress:port

You are probably mining on the same computer that you have the daemon/wallet running so you would put in localhost or 127.0.0.1 for the address to point the miner at:

poclbm-skc.exe http://sussex:123@127.0.0.1:port

Then there's the port. The docs say 1986 is the default port but that's a privileged port so you would be better off changing it to something like 11986 so then we plug that into the port (keep in mind, you still have to have changed the conf file to reflect all these values)

poclbm-skc.exe http://sussex:123@127.0.0.1:11986

This isn't cgminer so there's no -u -p or -o flags

Thanks for taking the time to give me a good expanation, but it still eludes me.

I am now getting Errno10061 No connection could be made because the target actively refused it.  Sad

My firewall is off.

My command line is exactly as you typed it and my .conf looks like this:

rpcuser=sussex
rpcpassword=123
rpcport=11968
server=1
listen=1
maxconnections=200
addnode=162.243.69.185
addnode=146.185.129.70
addnode=173.64.68.108:1986
addnode=85.238.96.186:55748
addnode=75.183.73.182:1986
addnode=184.155.114.216:61040
addnode etc etc etc

It's late, I'm tired and I suspect I'm doing something stupid, thanks for any pointers  Grin

EDIT:

Hahaha, I knew i was an idiot, it was the port number, deliberate mistake  Wink

Give me your address and i'll fling you some coins when I find a block  Grin

Thanks!!!!


Glad you got it sorted out, you can send me a tip to MTaKWboqGfM9E38aQz6dNJniNfMfJUPZKV though it's not necessary at all. I was happy to help  Smiley
thisisnotmyltcusername
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile
January 25, 2014, 04:07:26 AM
 #74

127.0.0.1:1987 25/01/2014 04:55:04, 0:0:Tahiti block 026bb585ff7a8aff, _rejected_
127.0.0.1:1987 25/01/2014 04:56:23, Calling with tgt 03892000 00000000         
127.0.0.1:1987 25/01/2014 04:56:52, 0:0:Tahiti block 02dc9948d4a294f5, _rejected_
127.0.0.1:1987 25/01/2014 04:59:16, Calling with tgt 037fee00 00000000         
127.0.0.1:1987 25/01/2014 05:01:19, Calling with tgt 0376d400 00000000         
127.0.0.1:1987 25/01/2014 05:02:09, 0:0:Tahiti block 016a3a478d0ab0bd, _rejected_
127.0.0.1:1987 25/01/2014 05:02:53, 0:0:Tahiti block 02a9eba84a98fbe8, _rejected_
127.0.0.1:1987 25/01/2014 05:03:48, Calling with tgt 036dd200 00000000         
127.0.0.1:1987 25/01/2014 05:06:07, Calling with tgt 0364e700 00000000         
127.0.0.1:1987 25/01/2014 05:06:32, 0:0:Tahiti block 004422eaf9edf9d1, _rejected_
127.0.0.1:1987 25/01/2014 05:07:22, Calling with tgt 035c1300 00000000         
127.0.0.1:1987 25/01/2014 05:07:53, 0:0:Tahiti block 00c592a609b7bcac, _rejected_


there must be some big players/private pools by now, killing it for most if not all solo miners...
futile-resistance
Hero Member
*****
Offline Offline

Activity: 840
Merit: 516



View Profile
January 25, 2014, 05:01:27 AM
 #75

About to hit 100 difficulty. Ouch. Getting tough.
andrealandia
Legendary
*
Offline Offline

Activity: 1470
Merit: 1000


View Profile
January 25, 2014, 07:08:25 AM
 #76

Diff rising!
atavacron
Full Member
***
Offline Offline

Activity: 224
Merit: 100


The definition of insanity is doing the same thing


View Profile
January 25, 2014, 07:22:00 AM
Last edit: January 25, 2014, 07:34:07 AM by atavacron
 #77

Difficulty 160  Shocked
andrealandia
Legendary
*
Offline Offline

Activity: 1470
Merit: 1000


View Profile
January 25, 2014, 12:54:30 PM
 #78

So difficult = So profit.!
Waiting for a pool.
futile-resistance
Hero Member
*****
Offline Offline

Activity: 840
Merit: 516



View Profile
January 25, 2014, 01:50:25 PM
 #79

Difficulty 300, hopefully a pool will pop up soon. Want more Spice.
Gabri
Sr. Member
****
Offline Offline

Activity: 856
Merit: 250



View Profile
January 25, 2014, 02:06:30 PM
 #80

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