How to change to a certain pool?
-
So I am currently on @tross pool but want to switch to burstmining.club
When I try to change my reward recipient to burstmining.club I get this
{"errorDescription":"recipient account does not have public key","errorCode":8,"requestProcessingTime":5} with there account id BURST-RNMB-9FJW-3BJW-F3Z3M Just wondering what I am doing wrong. Also does this look all right for me to mine on burstmining.club in my miner config thanks!{ "Mode" : "pool", "Server" : "burstmining.club", "Port": 8124, "UpdaterAddr" : "burstmining.club", "UpdaterPort": 8124, "InfoAddr" : "burstmining.club", "InfoPort": 8124, "EnableProxy": false, "ProxyPort": 8126, "Paths":["E:\\Burst\\plots"], "CacheSize" : 40000, "ShowMsg" : false , "ShowUpdates" : false, "Debug" : true, "UseHDDWakeUp": true, "SendBestOnly": true, "TargetDeadline": 4000000, "UseFastRcv" : false, "SendInterval": 100, "UpdateInterval": 950, "UseLog" : true, "ShowWinner": false, "UseBoost": true, "WinSizeX": 76, "WinSizeY": 60 }
-
@mathew That's the correct account, and it definitely has a public key, so I suspect the wallet you're trying to the change with is stuck on an old block.
Try doing the assignment with https://wallet.burst-team.us:8125/rewardassignment.html
-
@haitch said in How to change to a certain pool?:
@mathew That's the correct account, and it definitely has a public key, so I suspect the wallet you're trying to the change with is stuck on an old block.
Try doing the assignment with https://wallet.burst-team.us:8125/rewardassignment.html
ahh there we go I think this is right now. Do you know if my config looks setup correctly to mine on their pool?
{"signatureHash":"fab0a0532c41f593e7122e2be92748c7a1d4e07125355e0abe4e65408cd4d5e7","unsignedTransactionBytes":"1410d644eb03a00513e56b8dd5d041d929ab02fc074a7b54dde8996a1bcd256eeeb8cc1066d7373169d2cb613be187d9000000000000000000e1f5050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a8250400b11bc01d4a18d0fe01","transactionJSON":{"senderPublicKey":"13e56b8dd5d041d929ab02fc074a7b54dde8996a1bcd256eeeb8cc1066d73731","signature":"3252d894166211b1b795d62b0e7c832f33ff1d32a192c6ca4d3c521107fb72075511d2aa4e49ed2a1542df48fa4176cdc9640432161f7f4d6595ddf3046918cf","feeNQT":"100000000","type":20,"fullHash":"5efd2d613381ab9f11cfe12d676d846569e3ce3d0ba667a6af6a74582f3ca688","version":1,"ecBlockId":"18361202387395287985","signatureHash":"fab0a0532c41f593e7122e2be92748c7a1d4e07125355e0abe4e65408cd4d5e7","attachment":{"version.RewardRecipientAssignment":1},"senderRS":"BURST-EWT3-ZTYD-9JSU-CQLV7","subtype":0,"amountNQT":"0","sender":"11740416929615475489","recipientRS":"BURST-RNMB-9FJW-3BJW-F3Z3M","recipient":"15674744673246368361","ecBlockHeight":271784,"deadline":1440,"transaction":"11505431730721783134","timestamp":65750230,"height":2147483647},"broadcasted":true,"requestProcessingTime":282,"transactionBytes":"1410d644eb03a00513e56b8dd5d041d929ab02fc074a7b54dde8996a1bcd256eeeb8cc1066d7373169d2cb613be187d9000000000000000000e1f5050000000000000000000000000000000000000000000000000000000000000000000000003252d894166211b1b795d62b0e7c832f33ff1d32a192c6ca4d3c521107fb72075511d2aa4e49ed2a1542df48fa4176cdc9640432161f7f4d6595ddf3046918cf00000000a8250400b11bc01d4a18d0fe01","fullHash":"5efd2d613381ab9f11cfe12d676d846569e3ce3d0ba667a6af6a74582f3ca688","transaction":"11505431730721783134"}
-
@mathew Looks good to me, you should be mining after 4 blocks.
-
I see you have the UseBoost on true , what is this ?
-
@jynson From one versions release notes:
"Added an option to enable high threads priority and sets each thread to unused (free) core CPU's. "UseBoost" : true, (by default - false)"