Pages:
Author

Topic: [ANN] [ICB] IcebergCoin ❄︎ Big Update 27.11.❄︎ In-Wallet Tradebot❄︎ [MALWARE?] - page 67. (Read 225902 times)

hero member
Activity: 742
Merit: 500
Go onto the PC without the wallet, open up a new browser and put http://192.168.1.15:20703.

You should get a box asking for credentials, if you don't then something is blocking it or the config file on the PC with wallet has incorrect details.

Post your .conf file. Do you have the wallet open also.
I put in the IP of the wallet machine in the conf file. Does this look like it's working?



All I get is "new block detected" in cmd window.

Also was does "no suitable long poll found" etc. mean?

Congratulation, you are solo mining Smiley, as I can see with latest miner, how does it feel to loose virginity Smiley.

For info about miner output, go to miner github (ie sgminer5), read readme and documentation, there is everything explained in details, or just use google.

If you find block, you'll see it immed. in your wallet. Your miner will show you "Found block for ....".
sr. member
Activity: 700
Merit: 250
Go onto the PC without the wallet, open up a new browser and put http://192.168.1.15:20703.

You should get a box asking for credentials, if you don't then something is blocking it or the config file on the PC with wallet has incorrect details.

Post your .conf file. Do you have the wallet open also.
I put in the IP of the wallet machine in the conf file. Does this look like it's working?



All I get is "new block detected" in cmd window.

Also was does "no suitable long poll found" etc. mean?

Yes you are mining. Grats.
legendary
Activity: 980
Merit: 1000
Traveling in subspace
Go onto the PC without the wallet, open up a new browser and put http://192.168.1.15:20703.

You should get a box asking for credentials, if you don't then something is blocking it or the config file on the PC with wallet has incorrect details.

Post your .conf file. Do you have the wallet open also.
I put in the IP of the wallet machine in the conf file. Does this look like it's working?



All I get is "new block detected" in cmd window.

Also was does "no suitable long poll found" etc. mean?
hero member
Activity: 742
Merit: 500
Credentials should be identicial in wallet conf and miner conf

Code: (wallet conf (File path: %appdata%\IcebergCoin\IceberCoin.conf) )
rpcuser=TuxUser
rpcpassword=BlaBlaBla1245

Code: (sgminer.conf)
...
"user" : "TuxUser",
"pass" : "BlaBlaBla1245",
...
sr. member
Activity: 422
Merit: 250
Just an FYI, Nist5 uses more power than X11/X13.


4 x 280x on X11/X13 610 - 630 watts
4 x 280x on Nist5      720 - 730 watts
sr. member
Activity: 700
Merit: 250
Go onto the PC without the wallet, open up a new browser and put http://192.168.1.15:20703.

You should get a box asking for credentials, if you don't then something is blocking it or the config file on the PC with wallet has incorrect details.

Post your .conf file. Do you have the wallet open also.
hero member
Activity: 1008
Merit: 501
legendary
Activity: 980
Merit: 1000
Traveling in subspace
*face palm* Can't get it to work. Getting invalid URL.
Post your config, I am going to sleep soon so I could help you right now. Don't forget to replace your username and password before you post your configs!
Here ya go. The error is actually invalid credentials.
{
"pools" : [
   {
      "name" : "IcebergCoin solo (nist5)",
      "url" : "http://192.168.1.15:20703",
      "user" : "x",
      "pass" : "x",
      "pool-priority" : "0",
      "algorithm" : "nist5"
   }
],
"api-allow" : "W:127.0.0.1",
"api-listen" : "true",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "28",
"failover-only" : "true",
"log" : "5",
"queue" : "0",
"scan-time" : "7",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"algorithm" : "ckolivas",
"hamsi-expand-big" : "4",
"auto-fan" : "true",
"gpu-threads" : "2,2,2,2,2",
"gpu-dyninterval" : "7",
"gpu-engine" : "0,0,0,0,0",
"gpu-memclock" : "0,0,0,0,0",
"gpu-powertune" : "0,0,0,0,0",
"gpu-reorder" : "true",
"temp-target" : "70,70,70,70,70",
"temp-overheat" : "85,85,85,85,85",
"temp-cutoff" : "90,90,90,90,90",
"temp-hysteresis" : "3",
"vectors" : "1,1,1,1,1",
"worksize" : "256,256,256,256,256",
"lookup-gap" : "2,2,2,2,2",
"thread-concurrency" : "8128,8128,8128,8128,8128",
"intensity" : "18,18,18,18,18",
"failover-switch-delay" : "60",
"log-dateformat" : "0",
"no-pool-disable" : "true"
}

if the credentials are correct (i assume they are something different from this post for security reasons), then it must be something blocking the connection between your two PCs. Check firewalls on both. Are they on the same LAN DHCP?
Both on same LAN and both have assigned IP addys. Should the conf have the IP of the wallet machine or the mining machine? Maybe that's where I screwed it up.
full member
Activity: 154
Merit: 100
*face palm* Can't get it to work. Getting invalid URL.
Post your config, I am going to sleep soon so I could help you right now. Don't forget to replace your username and password before you post your configs!
Here ya go. The error is actually invalid credentials.
{
"pools" : [
   {
      "name" : "IcebergCoin solo (nist5)",
      "url" : "http://192.168.1.15:20703",
      "user" : "x",
      "pass" : "x",
      "pool-priority" : "0",
      "algorithm" : "nist5"
   }
],
"api-allow" : "W:127.0.0.1",
"api-listen" : "true",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "28",
"failover-only" : "true",
"log" : "5",
"queue" : "0",
"scan-time" : "7",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"algorithm" : "ckolivas",
"hamsi-expand-big" : "4",
"auto-fan" : "true",
"gpu-threads" : "2,2,2,2,2",
"gpu-dyninterval" : "7",
"gpu-engine" : "0,0,0,0,0",
"gpu-memclock" : "0,0,0,0,0",
"gpu-powertune" : "0,0,0,0,0",
"gpu-reorder" : "true",
"temp-target" : "70,70,70,70,70",
"temp-overheat" : "85,85,85,85,85",
"temp-cutoff" : "90,90,90,90,90",
"temp-hysteresis" : "3",
"vectors" : "1,1,1,1,1",
"worksize" : "256,256,256,256,256",
"lookup-gap" : "2,2,2,2,2",
"thread-concurrency" : "8128,8128,8128,8128,8128",
"intensity" : "18,18,18,18,18",
"failover-switch-delay" : "60",
"log-dateformat" : "0",
"no-pool-disable" : "true"
}

if the credentials are correct (i assume they are something different from this post for security reasons), then it must be something blocking the connection between your two PCs. Check firewalls on both. Are they on the same LAN DHCP?
legendary
Activity: 980
Merit: 1000
Traveling in subspace
*face palm* Can't get it to work. Getting invalid URL.
Post your config, I am going to sleep soon so I could help you right now. Don't forget to replace your username and password before you post your configs!
Here ya go. The error is actually invalid credentials.
{
"pools" : [
   {
      "name" : "IcebergCoin solo (nist5)",
      "url" : "http://192.168.1.15:20703",
      "user" : "x",
      "pass" : "x",
      "pool-priority" : "0",
      "algorithm" : "nist5"
   }
],
"api-allow" : "W:127.0.0.1",
"api-listen" : "true",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "28",
"failover-only" : "true",
"log" : "5",
"queue" : "0",
"scan-time" : "7",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"algorithm" : "ckolivas",
"hamsi-expand-big" : "4",
"auto-fan" : "true",
"gpu-threads" : "2,2,2,2,2",
"gpu-dyninterval" : "7",
"gpu-engine" : "0,0,0,0,0",
"gpu-memclock" : "0,0,0,0,0",
"gpu-powertune" : "0,0,0,0,0",
"gpu-reorder" : "true",
"temp-target" : "70,70,70,70,70",
"temp-overheat" : "85,85,85,85,85",
"temp-cutoff" : "90,90,90,90,90",
"temp-hysteresis" : "3",
"vectors" : "1,1,1,1,1",
"worksize" : "256,256,256,256,256",
"lookup-gap" : "2,2,2,2,2",
"thread-concurrency" : "8128,8128,8128,8128,8128",
"intensity" : "18,18,18,18,18",
"failover-switch-delay" : "60",
"log-dateformat" : "0",
"no-pool-disable" : "true"
}
hero member
Activity: 742
Merit: 500
Something very funny happened today. During my work today I listened 3 times to this song, and everytime I checked remotly if I've found any blocks, there was one. That's my summer song!
hero member
Activity: 742
Merit: 500
*face palm* Can't get it to work. Getting invalid URL.
Post your config, I am going to sleep soon so I could help you right now. Don't forget to replace your username and password before you post your configs!
legendary
Activity: 980
Merit: 1000
Traveling in subspace
*face palm* Can't get it to work. Getting invalid URL.
hero member
Activity: 742
Merit: 500
I see you have rpcport=20703 and port=20702 in the conf file. Can you explain?
Yes, forget about port, is not needed, 20703 is rpcport which you use to connect.

If you miner from another pc (ip: 192.168.20.5) and wallet's pc has ip 192.168.20.6, then you mine from 192.168.20.5 with:
Code: (Sgminer5.conf => on 192.168.20.5)
{
"name" : "IcebergCoin solo (nist5)",
"url" : "http://192.168.20.6:20703",
"user" : "YourUser",
"pass" : "YourPass",
"pool-priority" : "0",
"algorithm" : "talkcoin-mod"
},

If you mine on pc where you run wallet, you can connect over both ip's 127.0.0.1 and 192.168.20.6, I use 127.0.0.1
Code: (Sgminer5.conf => on 192.168.20.6, here is the wallet)
{
"name" : "IcebergCoin solo (nist5)",
"url" : "http://127.0.0.1:20703",
"user" : "YourUser",
"pass" : "YourPass",
"pool-priority" : "0",
"algorithm" : "talkcoin-mod"
}


BTW: If you your question was, what do these settings mean:
Code:
-port=           Listen for connections on (default: 9333 or testnet: 19333)
 -rpcport=        Listen for JSON-RPC connections on (default: 9332 or testnet: 19332)
full member
Activity: 154
Merit: 100
I see you have rpcport=20703 and port=20702 in the conf file. Can you explain?

port doesn't matter. set it to what you want
legendary
Activity: 980
Merit: 1000
Traveling in subspace
I see you have rpcport=20703 and port=20702 in the conf file. Can you explain?


hero member
Activity: 742
Merit: 500
Sure, you need to specify which hosts you want to allow. You can do it with
Code:
rpcallowip=SomeIp

If you want to enable it for your network only (let's say your pc 's ip is 192.168.20.5), rpcallowip=192.168.20.*

In my config I even use miners from other locations, and thats why I allow any IP with rpcallowip=*
here is my conf:
Code: (IcebergCoin.conf)
testnet=0
server=1
listen=1
daemon=1
gen=0
connection=1
maxconnections=300
rpcconnect=127.0.0.1
rpcuser=YourUsername
rpcpassword=YourPass
rpcallowip=*
rpcport=20703
port=20702
addnode=69.204.44.204:20703
addnode=78.83.17.158:20703
addnode=79.86.10.98:20703
addnode=82.120.34.169:20703
addnode=70.173.128.88:20703
addnode=75.69.104.108:20703
addnode=67.169.128.55:20703

But if you connect from other places, I strongly recommend doing it over ssh, putty can do everything in windows (just google for it), for linux connect with
Code:
ssh -D *:12345 -o ServerAliveInterval=5 -o ServerAliveCountMax=1 YourSSHServerDomainOrIp.com 

that's it, you have now socks5 over 127.0.0.1:12345 (your local pc), that means all packages sent from your pc are encrypted.
legendary
Activity: 980
Merit: 1000
Traveling in subspace
Is it possible to solo mine on one machine with the wallet on another?
legendary
Activity: 1036
Merit: 1000
That 400ghash net so powerful

400GH with this algorithm isn't that spectacular.


400gh with an algo without multipools fgpa and asics i think it is really incredible

400/16=25

Compared to scrypt performance, 25GH nethash isn't really much. I am on solo and finding enough blocks with 10 gpu's. I would even stay on solo until nethash reaches 100*16=1600GH, that would be time for a pool.

Well i havent seen that supossed 25ghash on many scrypt coins one day after launch

Really Smiley. There have been quite manny that have achived over 30gh on first day, even shitty coins reach that value, actually 25 isn't that much which was the reason I went for solo and this was a success. I wanted to say that solo is still possible. Some users wrote that difficulty is high, just wanted to encourage them for solo mining.
Well if its working for you and you are gettimg blocks, why not to solomine?

If you are impatient, you shouldn't. In 15 hours I got 3 blocks with 1x280x and 4x280x (config i posted on previous thread page)
Yes i know hat you have ti be patient, i will give a try, maybe half day, maybe im lucky and get some blocks, even with 1 i will be happy

I wish you lucky mining

Today I am really lucky Smiley:


Solo mining?What's your Hash power?

Nice!

Code:
sgminer 4.2.2 - Started: [2014-07-14 04:0X:XX] - [0 days 20:1X:XX]
--------------------------------------------------------------------------------
(5s):64.34M (avg):64.95Mh/s | A:7160  R:0  HW:0  WU:0.928/m
ST: 10  SS: 0  NB: 2046  LW: 8180  GF: 1248  RF: 0
Connected to IcebergCoin solo (nist5) (longpoll) diff 2.39K as user
Block: 1638f63b...  Diff:2.39K  Started: [00:23:49]  Best share: 21.2K
--------------------------------------------------------------------------------
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
GPU  0:  87.0C  95%    | 13.18M/13.58Mh/s | R:  0.0% HW:0 WU:0.179/m I:18
GPU  1:  70.0C 2639RPM | 12.00M/12.21Mh/s | R:  0.0% HW:0 WU:0.179/m I:18
GPU  2:  73.0C 2679RPM | 12.04M/12.19Mh/s | R:  0.0% HW:0 WU:0.157/m I:18
GPU  3:  75.0C 2384RPM | 13.29M/13.49Mh/s | R:  0.0% HW:0 WU:0.206/m I:18
GPU  4:  77.0C 2665RPM | 13.27M/13.48Mh/s | R:  0.0% HW:0 WU:0.207/m I:18
--------------------------------------------------------------------------------

My SGminer never has A:7160 , I get A:1 when i solo mine 1 block. Strange  Undecided
Because the acepted shares are the blocks you mined on solomine, i think ot must be somethimg like this
hero member
Activity: 742
Merit: 500
That 400ghash net so powerful

400GH with this algorithm isn't that spectacular.


400gh with an algo without multipools fgpa and asics i think it is really incredible

400/16=25

Compared to scrypt performance, 25GH nethash isn't really much. I am on solo and finding enough blocks with 10 gpu's. I would even stay on solo until nethash reaches 100*16=1600GH, that would be time for a pool.

Well i havent seen that supossed 25ghash on many scrypt coins one day after launch

Really Smiley. There have been quite manny that have achived over 30gh on first day, even shitty coins reach that value, actually 25 isn't that much which was the reason I went for solo and this was a success. I wanted to say that solo is still possible. Some users wrote that difficulty is high, just wanted to encourage them for solo mining.
Well if its working for you and you are gettimg blocks, why not to solomine?

If you are impatient, you shouldn't. In 15 hours I got 3 blocks with 1x280x and 4x280x (config i posted on previous thread page)
Yes i know hat you have ti be patient, i will give a try, maybe half day, maybe im lucky and get some blocks, even with 1 i will be happy

I wish you lucky mining

Today I am really lucky Smiley:


Solo mining?What's your Hash power?

Nice!

Code:
sgminer 4.2.2 - Started: [2014-07-14 04:0X:XX] - [0 days 20:1X:XX]
--------------------------------------------------------------------------------
(5s):64.34M (avg):64.95Mh/s | A:7160  R:0  HW:0  WU:0.928/m
ST: 10  SS: 0  NB: 2046  LW: 8180  GF: 1248  RF: 0
Connected to IcebergCoin solo (nist5) (longpoll) diff 2.39K as user
Block: 1638f63b...  Diff:2.39K  Started: [00:23:49]  Best share: 21.2K
--------------------------------------------------------------------------------
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
GPU  0:  87.0C  95%    | 13.18M/13.58Mh/s | R:  0.0% HW:0 WU:0.179/m I:18
GPU  1:  70.0C 2639RPM | 12.00M/12.21Mh/s | R:  0.0% HW:0 WU:0.179/m I:18
GPU  2:  73.0C 2679RPM | 12.04M/12.19Mh/s | R:  0.0% HW:0 WU:0.157/m I:18
GPU  3:  75.0C 2384RPM | 13.29M/13.49Mh/s | R:  0.0% HW:0 WU:0.206/m I:18
GPU  4:  77.0C 2665RPM | 13.27M/13.48Mh/s | R:  0.0% HW:0 WU:0.207/m I:18
--------------------------------------------------------------------------------

My SGminer never has A:7160 , I get A:1 when i solo mine 1 block. Strange  Undecided

You are right, I was mining on TMB until block 4995, so 7156 was from TMB and 4 ICB blocks.
Pages:
Jump to: