Bitcoin Forum
June 25, 2024, 05:52:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Bittrex is what you prefer?
YES
YES,YES
YES,YES,YES, are you stupid!!
My cat is hungry

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 68 69 »
  Print  
Author Topic: [HXX SWAP] |HexxCoin| CPU | Anonymous Zerocoin | C-CEX | Yobit | Cryptopia |  (Read 112181 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
HexxoDev (OP)
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
March 15, 2017, 06:26:38 PM
 #381


Getwork fixed.
Solomining with cpuminer-opt 3.6.0 will be possible.
Source updated, new wallets soon.

I will be back with my original hexxodev nick.

cpuminer-opt 3.6.0 is released, link is in my sig.

Sorry for been a little busy to write anything.. and these stupid newbie limits

Here is the part that broke hexxcoins getwork:

https://github.com/hexxcointakeover/hexxcoin/commit/49ce0cf58a0277e60161e59d8b1243675e2b05e9#diff-c2c990fee1c3381462640e80ae7db0d0L372

lines 372-375

Closing this nick now, back to old one.

Data size looks like the problem. It will fail every time checking for 132 when
it's actually 128.

Code:
-        if (vchData.size() != 132)
+        if (vchData.size() != 128)
             throw JSONRPCError(RPC_INVALID_PARAMETER, "Invalid parameter");
Removing the upper lines, it pushed; (as it should have been done earlier but it did not):
JSON-RPC call failed: Invalid parameter

Then only, 132->128.. There we have it.

Must say i have no fucking idea why that commit was done to Zcoin.

HexxoDev (OP)
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
March 15, 2017, 06:36:31 PM
 #382

Some config for solo mining HEXX?

cpuminer-???.exe -a lyra2z330 -o http://127.0.0.1:29200 -u user-p pass

tiamatt
Full Member
***
Offline Offline

Activity: 129
Merit: 100


View Profile
March 15, 2017, 06:39:59 PM
 #383

Some config for solo mining HEXX?

cpuminer-???.exe -a lyra2z330 -o http://127.0.0.1:29200 -u user-p pass
Thank you but :

[2017-03-15 20:41:36] HTTP request failed: Failed to connect to 127.0.0.1 port 29200: Connection refused
[2017-03-15 20:41:36] json_rpc_call failed, retry after 10 seconds
[2017-03-15 20:41:48] HTTP request failed: Failed to connect to 127.0.0.1 port 29200: Connection refused

HexxoDev (OP)
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
March 15, 2017, 06:51:48 PM
 #384

Some config for solo mining HEXX?

cpuminer-???.exe -a lyra2z330 -o http://127.0.0.1:29200 -u user-p pass
Thank you but :

[2017-03-15 20:41:36] HTTP request failed: Failed to connect to 127.0.0.1 port 29200: Connection refused
[2017-03-15 20:41:36] json_rpc_call failed, retry after 10 seconds
[2017-03-15 20:41:48] HTTP request failed: Failed to connect to 127.0.0.1 port 29200: Connection refused



create hexx.conf into hexx folder (not hexx.conf.txt)
Add lines:
serve=1
listen=1
rpcallowip=127.0.0.1
rpcuser=user
rpcpassword=pass

tiamatt
Full Member
***
Offline Offline

Activity: 129
Merit: 100


View Profile
March 15, 2017, 07:26:41 PM
 #385

Some config for solo mining HEXX?

cpuminer-???.exe -a lyra2z330 -o http://127.0.0.1:29200 -u user-p pass
Thank you but :

[2017-03-15 20:41:36] HTTP request failed: Failed to connect to 127.0.0.1 port 29200: Connection refused
[2017-03-15 20:41:36] json_rpc_call failed, retry after 10 seconds
[2017-03-15 20:41:48] HTTP request failed: Failed to connect to 127.0.0.1 port 29200: Connection refused



create hexx.conf into hexx folder (not hexx.conf.txt)
Add lines:
serve=1
listen=1
rpcallowip=127.0.0.1
rpcuser=user
rpcpassword=pass


Yes i put all in Roaming/hexx , also same user/pass in .bat for miner, same error...
szachta
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
March 15, 2017, 07:32:03 PM
 #386

Some config for solo mining HEXX?

cpuminer-???.exe -a lyra2z330 -o http://127.0.0.1:29200 -u user-p pass
Thank you but :

[2017-03-15 20:41:36] HTTP request failed: Failed to connect to 127.0.0.1 port 29200: Connection refused
[2017-03-15 20:41:36] json_rpc_call failed, retry after 10 seconds
[2017-03-15 20:41:48] HTTP request failed: Failed to connect to 127.0.0.1 port 29200: Connection refused



create hexx.conf into hexx folder (not hexx.conf.txt)
Add lines:
serve=1
listen=1
rpcallowip=127.0.0.1
rpcuser=user
rpcpassword=pass

Also added rpcport:

Yes i put all in Roaming/hexx , also same user/pass in .bat for miner, same error...
Also added rpcport:29200.
tiamatt
Full Member
***
Offline Offline

Activity: 129
Merit: 100


View Profile
March 15, 2017, 07:42:53 PM
 #387

Some config for solo mining HEXX?

cpuminer-???.exe -a lyra2z330 -o http://127.0.0.1:29200 -u user-p pass
Thank you but :

[2017-03-15 20:41:36] HTTP request failed: Failed to connect to 127.0.0.1 port 29200: Connection refused
[2017-03-15 20:41:36] json_rpc_call failed, retry after 10 seconds
[2017-03-15 20:41:48] HTTP request failed: Failed to connect to 127.0.0.1 port 29200: Connection refused



create hexx.conf into hexx folder (not hexx.conf.txt)
Add lines:
serve=1
listen=1
rpcallowip=127.0.0.1
rpcuser=user
rpcpassword=pass

Also added rpcport:

Yes i put all in Roaming/hexx , also same user/pass in .bat for miner, same error...
Also added rpcport:29200.

rpcallowip=127.0.0.1
serve=1
listen=1
rpcuser=user
rpcpassword=pass
rpcport=29200

same , wallet is the new version, full sync , dunno....
I will try on another comp
HexxoDev (OP)
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
March 15, 2017, 08:25:05 PM
 #388

should not be related:

typo

serve=1 
-- > server=1

tiamatt
Full Member
***
Offline Offline

Activity: 129
Merit: 100


View Profile
March 15, 2017, 08:39:45 PM
 #389

should not be related:

typo

serve=1 
-- > server=1

Yes lol work now Smiley) I didn't see the r
Thank you
tiamatt
Full Member
***
Offline Offline

Activity: 129
Merit: 100


View Profile
March 15, 2017, 10:47:54 PM
 #390

should not be related:

typo

serve=1 
-- > server=1

Yes lol work now Smiley) I didn't see the r
Thank you


...and the first block after 2 hours

2017-03-16 00:45:52] CPU #0: 120 H, 20.16 H/s
2017-03-16 00:45:54] Accepted 1/1 (100%), 279 H, 133.72 H/s
2017-03-16 00:45:55] CPU #2: 238 H, 26.59 H/s
2017-03-16 00:45:55] CPU #1: 235 H, 25.36 H/s
2017-03-16 00:45:56] lyra2z330 block 22366, diff 0.00, net 62.62 kH/s
Slava_K
Hero Member
*****
Offline Offline

Activity: 677
Merit: 500



View Profile
March 15, 2017, 11:07:19 PM
 #391

should not be related:

typo

serve=1  
-- > server=1

Yes lol work now Smiley) I didn't see the r
Thank you


...and the first block after 2 hours

2017-03-16 00:45:52] CPU #0: 120 H, 20.16 H/s
2017-03-16 00:45:54] Accepted 1/1 (100%), 279 H, 133.72 H/s
2017-03-16 00:45:55] CPU #2: 238 H, 26.59 H/s
2017-03-16 00:45:55] CPU #1: 235 H, 25.36 H/s
2017-03-16 00:45:56] lyra2z330 block 22366, diff 0.00, net 62.62 kH/s
CPU usage by miner?
I have this -
[2017-03-16 01:06:42] 8 miner threads started, using 'lyra2z330' algorithm.
[2017-03-16 01:06:43] Current block is 22374
[2017-03-16 01:06:43] No payout address provided, switching to getwork
[2017-03-16 01:06:45] CPU #4: 2 H, 1426.53 H/s
0% CPU.

                                 
                  █████████████████████████████▒
               ▒███████████████████████████████▓░
             ▒████▓                         ░▓███▒░
         ░▒▓████▓                             ░▓███▓▓▒▒░
▓▓▓▓▓████████▓▒               ░░░▒▒▒▒▒░         ░▒█████████▓▓▓▓▓
████████▓▒                ░▒▓▓▓▒▒▒▒▒▒▒▓▓▓▓▒         ░░▒▒████████
▓██▓                   ░▒▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▓███▒░             ███▓
▒███                 ░▓█▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓▓█████▒░         ▓▓█░
░█▓█                ▓█▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓▓▓▓▓▓█████▓██░     ▓███
 ▓██▓             ▒██▒▒░▒▒▒▒▒▒▒░▒▒▒▒▒▒▒▒▒▒▒░▒▒░  ░▓█▓      ███▓
 ▒█▓█            ▓█▓▒▒▒▒▒▒▒▒▒▒░▒░▒░░░░░▒▒░ ░▒░░▓███▓      ▒███▒
  █▓█▓          ▓█▓▒▓▒▒▒▒░░░░░░░░░░░░▒▓▒▒░░▒▒▓█████░      ███▓
  ▒█▓█░        ░██▓▓▒░░░░░░░░░▒▓▒░ ░░░ ░░▒▒▓▓▓▓▓█▒█░     ▓███▒
   ▓▓▓▓        ███▒░░░░░▒░░░▒▒▒▒▒░░░░░▒▒▒▒▒▒▒▒▒▓▓ █░    ▒███▒
   ░▓▓▓▓   ░▒▒ █▓▒▒▒▒▒▓▓▓▒░▒░░░░░░░▒▒▒▒▒▒▒▒▒░▒▒▓ ▒█    ░████
    ░▓▒▓▒ ░▓████▓▓▓▒▒▒▓▒░░░░░░░░░▒▒▒▒▒▒▒▒▒▒▒▒▒▒  ██   ░████
     ▒▓▓██  ▓████▓▒▒░░░░░░░░░▒▒▒▒▒▒▒▒▒▒▒░▒░▒▒░ ░██▒  ░████▒
      ▓████  ░██████▓▓▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒░░  ░███▓  ░████░
       ▒████   ▓█▓░█████▓▓▒▒▒▒▒▒▒▒▒▒░░░░░░▒▓████░  ▒████▒
        ░████▒  ▒░   ▒██████▓▓▓▒▒▒▒▒▒▒▓██████▓░   ▓████▒
          ████▓         ░▒▓██████████████▓░░    ░████▓
           ▒████▒                              ▓████░
             ▓████░                          ▒████▒
              ░████▓░                      ▒████▓
                ░████▓░                  ▒████▓░
                  ░████▓░              ▒████▓
                     ░▓████▒          ▓████▒
                       ░▒████▓░    ▒████▓
                          ░▓████▓▓████▓░
                             ▒█████▓░
                               ░▒▒░
✬✬✬✬✬















[/cen
tiamatt
Full Member
***
Offline Offline

Activity: 129
Merit: 100


View Profile
March 15, 2017, 11:35:47 PM
 #392

should not be related:

typo

serve=1  
-- > server=1

Yes lol work now Smiley) I didn't see the r
Thank you


...and the first block after 2 hours

2017-03-16 00:45:52] CPU #0: 120 H, 20.16 H/s
2017-03-16 00:45:54] Accepted 1/1 (100%), 279 H, 133.72 H/s
2017-03-16 00:45:55] CPU #2: 238 H, 26.59 H/s
2017-03-16 00:45:55] CPU #1: 235 H, 25.36 H/s
2017-03-16 00:45:56] lyra2z330 block 22366, diff 0.00, net 62.62 kH/s
CPU usage by miner?
I have this -
[2017-03-16 01:06:42] 8 miner threads started, using 'lyra2z330' algorithm.
[2017-03-16 01:06:43] Current block is 22374
[2017-03-16 01:06:43] No payout address provided, switching to getwork
[2017-03-16 01:06:45] CPU #4: 2 H, 1426.53 H/s
0% CPU.

80-90%
Slava_K
Hero Member
*****
Offline Offline

Activity: 677
Merit: 500



View Profile
March 15, 2017, 11:48:57 PM
 #393

should not be related:

typo

serve=1  
-- > server=1

Yes lol work now Smiley) I didn't see the r
Thank you


...and the first block after 2 hours

2017-03-16 00:45:52] CPU #0: 120 H, 20.16 H/s
2017-03-16 00:45:54] Accepted 1/1 (100%), 279 H, 133.72 H/s
2017-03-16 00:45:55] CPU #2: 238 H, 26.59 H/s
2017-03-16 00:45:55] CPU #1: 235 H, 25.36 H/s
2017-03-16 00:45:56] lyra2z330 block 22366, diff 0.00, net 62.62 kH/s
CPU usage by miner?
I have this -
[2017-03-16 01:06:42] 8 miner threads started, using 'lyra2z330' algorithm.
[2017-03-16 01:06:43] Current block is 22374
[2017-03-16 01:06:43] No payout address provided, switching to getwork
[2017-03-16 01:06:45] CPU #4: 2 H, 1426.53 H/s
0% CPU.

80-90%
I have 0%...  Huh

                                 
                  █████████████████████████████▒
               ▒███████████████████████████████▓░
             ▒████▓                         ░▓███▒░
         ░▒▓████▓                             ░▓███▓▓▒▒░
▓▓▓▓▓████████▓▒               ░░░▒▒▒▒▒░         ░▒█████████▓▓▓▓▓
████████▓▒                ░▒▓▓▓▒▒▒▒▒▒▒▓▓▓▓▒         ░░▒▒████████
▓██▓                   ░▒▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▓███▒░             ███▓
▒███                 ░▓█▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓▓█████▒░         ▓▓█░
░█▓█                ▓█▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓▓▓▓▓▓█████▓██░     ▓███
 ▓██▓             ▒██▒▒░▒▒▒▒▒▒▒░▒▒▒▒▒▒▒▒▒▒▒░▒▒░  ░▓█▓      ███▓
 ▒█▓█            ▓█▓▒▒▒▒▒▒▒▒▒▒░▒░▒░░░░░▒▒░ ░▒░░▓███▓      ▒███▒
  █▓█▓          ▓█▓▒▓▒▒▒▒░░░░░░░░░░░░▒▓▒▒░░▒▒▓█████░      ███▓
  ▒█▓█░        ░██▓▓▒░░░░░░░░░▒▓▒░ ░░░ ░░▒▒▓▓▓▓▓█▒█░     ▓███▒
   ▓▓▓▓        ███▒░░░░░▒░░░▒▒▒▒▒░░░░░▒▒▒▒▒▒▒▒▒▓▓ █░    ▒███▒
   ░▓▓▓▓   ░▒▒ █▓▒▒▒▒▒▓▓▓▒░▒░░░░░░░▒▒▒▒▒▒▒▒▒░▒▒▓ ▒█    ░████
    ░▓▒▓▒ ░▓████▓▓▓▒▒▒▓▒░░░░░░░░░▒▒▒▒▒▒▒▒▒▒▒▒▒▒  ██   ░████
     ▒▓▓██  ▓████▓▒▒░░░░░░░░░▒▒▒▒▒▒▒▒▒▒▒░▒░▒▒░ ░██▒  ░████▒
      ▓████  ░██████▓▓▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒░░  ░███▓  ░████░
       ▒████   ▓█▓░█████▓▓▒▒▒▒▒▒▒▒▒▒░░░░░░▒▓████░  ▒████▒
        ░████▒  ▒░   ▒██████▓▓▓▒▒▒▒▒▒▒▓██████▓░   ▓████▒
          ████▓         ░▒▓██████████████▓░░    ░████▓
           ▒████▒                              ▓████░
             ▓████░                          ▒████▒
              ░████▓░                      ▒████▓
                ░████▓░                  ▒████▓░
                  ░████▓░              ▒████▓
                     ░▓████▒          ▓████▒
                       ░▒████▓░    ▒████▓
                          ░▓████▓▓████▓░
                             ▒█████▓░
                               ░▒▒░
✬✬✬✬✬















[/cen
tiamatt
Full Member
***
Offline Offline

Activity: 129
Merit: 100


View Profile
March 15, 2017, 11:54:42 PM
 #394

should not be related:

typo

serve=1  
-- > server=1

Yes lol work now Smiley) I didn't see the r
Thank you


...and the first block after 2 hours

2017-03-16 00:45:52] CPU #0: 120 H, 20.16 H/s
2017-03-16 00:45:54] Accepted 1/1 (100%), 279 H, 133.72 H/s
2017-03-16 00:45:55] CPU #2: 238 H, 26.59 H/s
2017-03-16 00:45:55] CPU #1: 235 H, 25.36 H/s
2017-03-16 00:45:56] lyra2z330 block 22366, diff 0.00, net 62.62 kH/s
CPU usage by miner?
I have this -
[2017-03-16 01:06:42] 8 miner threads started, using 'lyra2z330' algorithm.
[2017-03-16 01:06:43] Current block is 22374
[2017-03-16 01:06:43] No payout address provided, switching to getwork
[2017-03-16 01:06:45] CPU #4: 2 H, 1426.53 H/s
0% CPU.

80-90%
I have 0%...  Huh

0% and hashing is great Smiley)
soniclord
Legendary
*
Offline Offline

Activity: 1134
Merit: 1002



View Profile
March 16, 2017, 12:30:57 AM
 #395

I can't connect to suprnova with port 5114  Huh
Piston
Member
**
Offline Offline

Activity: 102
Merit: 10


View Profile
March 16, 2017, 09:19:50 AM
 #396

solo mining is norm worked?
HexxoDev (OP)
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
March 16, 2017, 09:43:01 AM
 #397

solo mining is norm worked?


It is OK.
Next you will see output when block found.

HexxoDev (OP)
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
March 16, 2017, 09:44:15 AM
 #398

I can't connect to suprnova with port 5114  Huh

Port is 2876

giagge
Legendary
*
Offline Offline

Activity: 1134
Merit: 1001


View Profile
March 16, 2017, 10:50:45 AM
 #399

Newsss from exchange Smiley .
HexxoDev (OP)
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
March 16, 2017, 12:00:35 PM
Last edit: March 17, 2017, 02:33:11 PM by HexxoDev
 #400

Newsss from exchange Smiley .

Only 0.025 btc Nothing missing from entering Cryptopia!
And we have atleast that amount as promised.

Only 2 next donations will be accepted!
1. The user that posted pm about needing time for his donation, promised to accept it.
2. Next donator who is ready instanly to trade
HexxCoins you will receive instantly in your wallet.
0.025 BTC - get 1250 HXX payback @ 2000sats / HXX


Cryptopia accounts created for HexxCoin:
Bitcoin:  13UMf86Hgsrxq65bPjxCcTUReWGqUJkaWb


After this, payback donations will be closed.
Payback donations are now closed.

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 68 69 »
  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!