pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
January 04, 2017, 10:23:43 AM |
|
some currently active nodes for you:
drtevq326tweby2k.onion:17941 l276teraoqm4zlht.onion:17941 eiwqgjwutrzl3flu.onion:17941 vqa7hnvicoi6grjd.onion:17941 6wlvnsyzlg3prvr7.onion:17941 gdhtrc7qoh3qowvf.onion:17941 n3ihxbhihkxguzx2.onion:17941 sjriwx4jzbwcraqu.onion:17941
|
|
|
|
t2yax
Sr. Member
Offline
Activity: 462
Merit: 250
Arianee:Smart-link Connecting Owners,Assets,Brands
|
|
January 04, 2017, 10:41:41 AM |
|
how to solve this problem ? screen: http://prntscr.com/drcd22i terminated the task from task manager,probaby because of this.
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
January 04, 2017, 10:43:58 AM |
|
how to solve this problem ? screen: http://prntscr.com/drcd22i terminated the task from task manager,probaby because of this. sometimes the wallet takes a bit of time to close, just wait and it will shutdown gracefully.
|
|
|
|
t2yax
Sr. Member
Offline
Activity: 462
Merit: 250
Arianee:Smart-link Connecting Owners,Assets,Brands
|
|
January 04, 2017, 10:50:05 AM |
|
how to solve this problem ? screen: http://prntscr.com/drcd22i terminated the task from task manager,probaby because of this. sometimes the wallet takes a bit of time to close, just wait and it will shutdown gracefully. but now i cant open wallet neither x64 nor x86 ://
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
January 04, 2017, 11:36:03 AM |
|
how to solve this problem ? screen: http://prntscr.com/drcd22i terminated the task from task manager,probaby because of this. sometimes the wallet takes a bit of time to close, just wait and it will shutdown gracefully. but now i cant open wallet neither x64 nor x86 :// maybe there is a stuck process... try rebooting.
|
|
|
|
crackfoo
Legendary
Offline
Activity: 3556
Merit: 1126
|
|
January 04, 2017, 01:02:23 PM |
|
Hi, I've re-enabled join on www.zpool.ca with algos: nist5, quark, scrypt, sha256, x11, x13, x15 Cheers! We've added keccak algo now. Cheers
|
ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
|
|
|
crackfoo
Legendary
Offline
Activity: 3556
Merit: 1126
|
|
January 05, 2017, 04:31:01 AM |
|
When I try and mine with keccak, I get rejects:
ThreadRPCServer method=submitblock ERROR: CheckBlock() : hashMerkleRoot mismatch ERROR: ProcessBlock() : CheckBlock FAILED
Any ideas?
./bin/joincoind-keccak getinfo J keccak { "version" : 1030200, "protocolversion" : 1006, "walletversion" : 100, "balance" : 0.00000000, "blocks" : 655001, "timeoffset" : 0, "connections" : 7, "proxy" : "", "pow_algo_id" : 10, "pow_algo" : "keccak", "difficulty" : 460.18487533, "difficulty_sha" : 50712.61125739, "difficulty_x11" : 21.58866274, "difficulty_x13" : 1.09693024, "difficulty_x15" : 1.30805772, "difficulty_scrypt" : 4.33803726, "difficulty_nist5" : 15.56491970, "difficulty_groestle" : 20.69913573, "difficulty_pentablake" : 61.49371023, "difficulty_whirlpool" : 162.36920039, "difficulty_luffa" : 194.23847730, "difficulty_keccak" : 460.18487533, "difficulty_quark" : 1.87725580, "difficulty_bastion" : 0.12582486, "testnet" : false, "keypoololdest" : 1483533924, "keypoolsize" : 102, "paytxfee" : 0.00000000, "errors" : "" }
|
ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
|
|
|
elbandi
|
|
January 05, 2017, 11:45:29 AM |
|
When I try and mine with keccak, I get rejects:
ThreadRPCServer method=submitblock ERROR: CheckBlock() : hashMerkleRoot mismatch ERROR: ProcessBlock() : CheckBlock FAILED
Merkleroot hash is always sha256d
|
|
|
|
crackfoo
Legendary
Offline
Activity: 3556
Merit: 1126
|
|
January 05, 2017, 02:20:15 PM |
|
When I try and mine with keccak, I get rejects:
ThreadRPCServer method=submitblock ERROR: CheckBlock() : hashMerkleRoot mismatch ERROR: ProcessBlock() : CheckBlock FAILED
Merkleroot hash is always sha256d but it's set to keccak... MAXcoin works just fine on keccak... Am I missing something?
|
ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
|
|
|
elbandi
|
|
January 05, 2017, 03:04:51 PM |
|
When I try and mine with keccak, I get rejects:
ThreadRPCServer method=submitblock ERROR: CheckBlock() : hashMerkleRoot mismatch ERROR: ProcessBlock() : CheckBlock FAILED
Merkleroot hash is always sha256d but it's set to keccak... MAXcoin works just fine on keccak... Am I missing something? maxcoin use single sha256 for coinbasetx (and all tx hash): https://github.com/tpruvot/cpuminer-multi#L1676-L1679while joincoin use double sha256 for all tx.
|
|
|
|
crackfoo
Legendary
Offline
Activity: 3556
Merit: 1126
|
|
January 05, 2017, 03:23:57 PM |
|
When I try and mine with keccak, I get rejects:
ThreadRPCServer method=submitblock ERROR: CheckBlock() : hashMerkleRoot mismatch ERROR: ProcessBlock() : CheckBlock FAILED
Merkleroot hash is always sha256d but it's set to keccak... MAXcoin works just fine on keccak... Am I missing something? maxcoin use single sha256 for coinbasetx (and all tx hash): https://github.com/tpruvot/cpuminer-multi#L1676-L1679while joincoin use double sha256 for all tx. ohhh. so I guess it's not compatible with yiimp's/cpuminer keccak...
|
ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
|
|
|
Velgelm
|
|
January 14, 2017, 11:04:38 AM |
|
pallas! Please share blockchain in zip or bootstrap.dat file format for JoinCoin 1.3.2 have a nice day!
|
|
|
|
bathrobehero
Legendary
Offline
Activity: 2002
Merit: 1051
ICO? Not even once.
|
|
January 14, 2017, 08:59:51 PM |
|
pallas! Please share blockchain in zip or bootstrap.dat file format for JoinCoin 1.3.2 have a nice day!
I made a bootstrap for you just now (block 665626) with peers included though even without a bootstrap Joincoin syncs pretty quickly to me: https://mega.nz/#!7F02iIaZ!YC8CImkzmn5thG6Pn-Vi_AGtAl4UfjAOCEgMk5t-kCI
|
Not your keys, not your coins!
|
|
|
logictense
|
|
January 14, 2017, 09:26:23 PM Last edit: January 15, 2017, 01:31:55 PM by logictense |
|
When I try and mine with keccak, I get rejects:
ThreadRPCServer method=submitblock ERROR: CheckBlock() : hashMerkleRoot mismatch ERROR: ProcessBlock() : CheckBlock FAILED
Merkleroot hash is always sha256d but it's set to keccak... MAXcoin works just fine on keccak... Am I missing something? Keccak is a highly inefficient algo. If u mine MAX, be prepared for this. This is the most likely to happen when ure away from ur PC.
|
|
|
|
Velgelm
|
|
January 15, 2017, 12:14:02 PM |
|
Thanks!
|
|
|
|
logictense
|
|
January 15, 2017, 08:08:50 PM |
|
When I try and mine with keccak, I get rejects:
ThreadRPCServer method=submitblock ERROR: CheckBlock() : hashMerkleRoot mismatch ERROR: ProcessBlock() : CheckBlock FAILED
Merkleroot hash is always sha256d but it's set to keccak... MAXcoin works just fine on keccak... Am I missing something? maxcoin use single sha256 for coinbasetx (and all tx hash): https://github.com/tpruvot/cpuminer-multi#L1676-L1679while joincoin use double sha256 for all tx. ohhh. so I guess it's not compatible with yiimp's/cpuminer keccak... That miner was released in march 2014, If I remember correctly. Why to poke dead and unreliable software?
|
|
|
|
ReiMomo
Sr. Member
Offline
Activity: 2366
Merit: 305
Duelbits - $100k Bonus/week
|
|
January 17, 2017, 11:07:05 PM |
|
Is there a whirlpool miner for Tahiti?
|
|
|
|
| | | . Duelbits | | | | | █▀▀▀▀▀ █ █ █ █ █ █ █ █ █ █ █ █▄▄▄▄▄▄▄ | TRY OUR
NEW UNIQUE GAMES! | ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀DICE .▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ | | ███████████████████████████████ ███▀▀ ▀▀███ ███ ▄▄▄▄ ▄▄▄▄ ███ ███ ██████ ██████ ███ ███ ▀████▀ ▀████▀ ███ ███ ███ ███ ███ ███ ███ ███ ▄████▄ ▄████▄ ███ ███ ██████ ██████ ███ ███ ▀▀▀▀ ▀▀▀▀ ███ ███▄▄ ▄▄███ ███████████████████████████████ | | | ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀MINES .▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ | | ███████████████████████████████ ████████████████████████▄▀▄████ ██████████████▀▄▄▄▀█████▄▀▄████ ████████████▀ █████▄▀████ █████ ██████████ █████▄▀▀▄██████ ███████▀ ▀████████████ █████▀ ▀██████████ █████ ██████████ ████▌ ▐█████████ █████ ██████████ ██████▄ ▄███████████ ████████▄▄ ▄▄█████████████ ███████████████████████████████ | | ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀PLINKO .▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ | | ███████████████████████████████ █████████▀▀▀ ▀▀▀█████████ ██████▀ ▄▄███ ███ ▀██████ █████ ▄▀▀ █████ ████ ▀ ████ ███ ███ ███ ███ ███ ███ ████ ████ █████ █████ ██████▄ ▄██████ █████████▄▄▄ ▄▄▄█████████ ███████████████████████████████ | | 10,000x MULTIPLIER | │ | | | | ▀▀▀▀▀█ █ █ █ █ █ █ █ █ █ █ █ ▄▄▄▄▄█ |
|
|
|
alex219
|
|
January 22, 2017, 08:01:52 AM |
|
thank you lets begin tp try this coin
|
|
|
|
Amph
Legendary
Offline
Activity: 3248
Merit: 1070
|
|
February 25, 2017, 12:49:17 PM Last edit: February 25, 2017, 02:22:33 PM by Amph |
|
can't sync it remain at 5 weeks behind and no block source
all the nodes posted here do not work for me
|
|
|
|
bathrobehero
Legendary
Offline
Activity: 2002
Merit: 1051
ICO? Not even once.
|
|
February 25, 2017, 03:31:28 PM |
|
can't sync it remain at 5 weeks behind and no block source
all the nodes posted here do not work for me
Try these with wallet 1.3.2: addnode=ao2bf6xomlujcdbn.onion:17941 addnode=drtevq326tweby2k.onion:17941 addnode=wxrzk5i6ekaacduo.onion:17941 addnode=gdhtrc7qoh3qowvf.onion:17941 addnode=i4a4w45cgn3npnl5.onion:17941 addnode=mcunmaetyzf3huhx.onion:17941 addnode=635gyelzh7e4gsng.onion:17941 addnode=m6xhxz23p24u5gy.onion:17941 addnode=emvivss4nxebqhfm.onion:17941 addnode=vqa7hnvicoi6grjd.onion:17941 addnode=4tcxez4cllqmponr.onion:17941 addnode=hktrotpwzni7qijj.onion:17941 addnode=rj6xd4dtpknmftst.onion:17941 addnode=sjriwx4jzbwcraqu.onion:17941
|
Not your keys, not your coins!
|
|
|
|