robox
|
|
May 11, 2015, 06:36:33 AM |
|
I've enabled unobtanium merge mining on mmpool as a trial. Withdraw is disabled temporarily while I monitor that things are working - and the pool gets some confirmed blocks to pay out. Let me know via the pool contact methods if you have any questions or problems. woot! seems to be working... thank you much! great work!
|
|
|
|
|
robox
|
|
May 11, 2015, 08:32:57 AM |
|
WOW!!! such hash!!! now its for sure working! good to see !! now all i need is the updated wallet and im a happy panda hold strong my friends!
|
|
|
|
feeleep
Legendary
Offline
Activity: 1197
Merit: 1000
|
|
May 11, 2015, 08:41:53 AM |
|
To Developer(s): This is so unprofessional approach to upgrade that I don't even know what to say. My pool had approx 5% share in total mining and NOBODY informed me about fork. I am upgrading now but last 108 blocks mined on my pool are gone. Congratulations.
feeleep
|
|
|
|
siameze
Legendary
Offline
Activity: 1064
Merit: 1000
|
|
May 11, 2015, 11:15:28 AM |
|
To Developer(s): This is so unprofessional approach to upgrade that I don't even know what to say. My pool had approx 5% share in total mining and NOBODY informed me about fork. I am upgrading now but last 108 blocks mined on my pool are gone. Congratulations.
feeleep
Be glad you can upgrade. I can't even build a wallet yet, I am linux only here. This may spell the end for me in the UNO community for a while until I fix this issue.
|
|
|
|
learminer
|
|
May 11, 2015, 11:36:06 AM |
|
To Developer(s): This is so unprofessional approach to upgrade that I don't even know what to say. My pool had approx 5% share in total mining and NOBODY informed me about fork. I am upgrading now but last 108 blocks mined on my pool are gone. Congratulations.
feeleep
I'm not a dev, but I know they're really sorry for how this played out. I'd be more than happy to compensate you (and any other pool owners for that matter) out of my own pockets for the UNO that you may have lost by mining on the wrong chain. Send me a PM with some info/proof of the blocks mined and I will send you some UNO to pay out to your miners.
|
|
|
|
FallingKnife (OP)
Legendary
Offline
Activity: 2450
Merit: 1076
keybase.io/fallingknife/
|
|
May 11, 2015, 12:03:13 PM |
|
Is the merge mining code working?
Ok, successfully merge mined a block: https://chainz.cryptoid.info/uno/block.dws?601321.htmIt required this code change: diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp index 20aadfd..52fb24d 100644 --- a/src/rpcmining.cpp +++ b/src/rpcmining.cpp @@ -721,8 +721,13 @@ Value getauxblock(const Array& params, bool fHelp) uint256 hashTarget = uint256().SetCompact(pblock->nBits); Object result; +#if 0 result.push_back(Pair("target", hashTarget.GetHex())); result.push_back(Pair("hash", HexStr(BEGIN(hashTarget), END(hashTarget)))); +#endif + result.push_back(Pair("target", HexStr(BEGIN(hashTarget), END(hashTarget)))); + result.push_back(Pair("hash", pblock->GetHash().GetHex())); + result.push_back(Pair("chainid", pblock->GetChainID())); return result; }
I'll integrate the coin into the mmpool after some more testing. Hi Mmpool, thanks for adding Uno and for the feedback. I've passed it back to Bryce. Uno hash has just jumped from about 20 ths to nearly 700 ths, and difficulty from about 1 million to 29 million.
|
Nostr: npub14wk4hrq6atlq020c7r6eyylpu9gjukyqzafzxu6u80unqfrplq9qhtx8sy
|
|
|
FallingKnife (OP)
Legendary
Offline
Activity: 2450
Merit: 1076
keybase.io/fallingknife/
|
|
May 11, 2015, 12:26:14 PM Last edit: May 11, 2015, 01:00:00 PM by FallingKnife |
|
To Developer(s): This is so unprofessional approach to upgrade that I don't even know what to say. My pool had approx 5% share in total mining and NOBODY informed me about fork. I am upgrading now but last 108 blocks mined on my pool are gone. Congratulations.
feeleep
Sorry feeleep, I reached out through the contact form on coinmine.pl. I didn't associate your bct id with coinmine, or would have sent you pm. Yes, this could have been handled much better by me. I am taking the well earned criticism and learning from it.
|
Nostr: npub14wk4hrq6atlq020c7r6eyylpu9gjukyqzafzxu6u80unqfrplq9qhtx8sy
|
|
|
PatMan
|
|
May 11, 2015, 02:40:08 PM |
|
Please advise when Bryce has implemented the fix by mmpool for merge mining to git repo - thanks.
|
|
|
|
FallingKnife (OP)
Legendary
Offline
Activity: 2450
Merit: 1076
keybase.io/fallingknife/
|
|
May 11, 2015, 03:33:54 PM |
|
Will it help if I reload the whole blockchain? and how do I do that?
Let me run a test and try to get back to you. In unobtaniu.conf I'll setup connect={0.10 node ip} and try to resync the blockchain. If it works I'll let you know. This is a follow up to EBK1000 regarding a workaround I tried on my Uno Windows wallet. I added only 0.10 addnodes to the Unobtanium.conf file in my Windows wallet. Based on my experience, I don't recommend this as a workaround. It's too much work, and the fix does not persist. After downloading the block chain, eventually the wallet drifted out of sync again. It did however recover coins received up to the point it synced with the 0.10 nodes. , . In my tests I sent coins to Cryptapus' dice games and to Coinwallet.co. The coins I sent arrived without any problems. Receiving coins in Windows/Mac is where the problem lies. If you have a 0.10 Linux wallet, you're good. If you have Win/Mac wallet, please continue to sit tight. Sending your coins will work, but receiving them on Windows/Mac is unpredictable. They are not "lost," if you send them to a Win/Mac wallet; you could, for example import our priv keys to a Linux wallet and access them.
|
Nostr: npub14wk4hrq6atlq020c7r6eyylpu9gjukyqzafzxu6u80unqfrplq9qhtx8sy
|
|
|
EBK1000
Legendary
Offline
Activity: 1148
Merit: 1000
A Wound in Eternity
|
|
May 11, 2015, 03:39:46 PM |
|
Will it help if I reload the whole blockchain? and how do I do that?
Let me run a test and try to get back to you. In unobtaniu.conf I'll setup connect={0.10 node ip} and try to resync the blockchain. If it works I'll let you know. This is a follow up to EBK1000 regarding a workaround I tried on my Uno Windows wallet. I added only 0.10 addnodes to the Unobtanium.conf file in my Windows wallet. Based on my experience, I don't recommend this as a workaround. It's too much work, and the fix does not persist. After downloading the block chain, eventually the wallet drifted out of sync again. It did however recover coins received up to the point it synced with the 0.10 nodes. If you have a 0.10 Linux wallet, you're good. If you have Win/Mac wallet, please continue to sit tight. Sending your coins will work, but receiving them on Windows/Mac is unpredictable. They are not "lost," if you send them to a Win/Mac wallet; you could, for example import our priv keys to a Linux wallet and access them. Can I install the Linux wallet and import my wallet.dat file from Mac? or import my keys to the Linux wallet?
|
Soooooooon...............
|
|
|
Gekko463
|
|
May 11, 2015, 04:09:08 PM |
|
Sitting tight.
This is all a bit of a clusterfuck though.
If anyone was actually in charge, heads would roll.
One of the lovely things about UNO though is, nobody is in charge.
It will all work out. I have 11 shiny new bitcoins.
La vie est belle.
|
|
|
|
siameze
Legendary
Offline
Activity: 1064
Merit: 1000
|
|
May 11, 2015, 04:14:04 PM |
|
Will it help if I reload the whole blockchain? and how do I do that?
Let me run a test and try to get back to you. In unobtaniu.conf I'll setup connect={0.10 node ip} and try to resync the blockchain. If it works I'll let you know. This is a follow up to EBK1000 regarding a workaround I tried on my Uno Windows wallet. I added only 0.10 addnodes to the Unobtanium.conf file in my Windows wallet. Based on my experience, I don't recommend this as a workaround. It's too much work, and the fix does not persist. After downloading the block chain, eventually the wallet drifted out of sync again. It did however recover coins received up to the point it synced with the 0.10 nodes. If you have a 0.10 Linux wallet, you're good. If you have Win/Mac wallet, please continue to sit tight. Sending your coins will work, but receiving them on Windows/Mac is unpredictable. They are not "lost," if you send them to a Win/Mac wallet; you could, for example import our priv keys to a Linux wallet and access them. Can I install the Linux wallet and import my wallet.dat file from Mac? or import my keys to the Linux wallet? Yes. The wallet.dat files are platform agnostic so no issues there. If anyone that has built the linux wallet could tell me what version of boost they used to do so, I would be very grateful. 1.55 isn't working for me.
|
|
|
|
rav3n_pl
Legendary
Offline
Activity: 1361
Merit: 1003
Don`t panic! Organize!
|
|
May 11, 2015, 04:31:10 PM |
|
Hi Mmpool, thanks for adding Uno and for the feedback. I've passed it back to Bryce. Uno hash has just jumped from about 20 ths to nearly 700 ths, and difficulty from about 1 million to 29 million. Looks like time to kill "normal" mining, when MM is online...
|
|
|
|
BitcoinNational
Legendary
Offline
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
|
|
May 11, 2015, 04:34:22 PM Last edit: May 11, 2015, 05:01:26 PM by BitcoinNational |
|
"La vie est belle." Alert the markets. Resident vampire has 11 btc. (Damn I wish I was prepped with BTC something is gonna happen the network has clocked +800 TH/s) "The wallet.dat files are platform agnostic so no issues there." for some reason I like that line poetic 'tis
|
|
|
|
Blakesss
|
|
May 11, 2015, 04:55:40 PM |
|
Now at 1058.313 TH/s! HOLY COW what an explosion in Hashrate.
|
|
|
|
BitcoinNational
Legendary
Offline
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
|
|
May 11, 2015, 05:06:53 PM |
|
Unobtania
it is a planet, or is it a sUN?
|
|
|
|
FallingKnife (OP)
Legendary
Offline
Activity: 2450
Merit: 1076
keybase.io/fallingknife/
|
|
May 11, 2015, 05:26:07 PM |
|
Unobtania
it is a planet, or is it a sUN?
Well, it's not a supernova. I can promise that much.
|
Nostr: npub14wk4hrq6atlq020c7r6eyylpu9gjukyqzafzxu6u80unqfrplq9qhtx8sy
|
|
|
BitcoinNational
Legendary
Offline
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
|
|
May 11, 2015, 05:29:55 PM |
|
Unobtania
it is a planet, or is it a sUN?
Well, it's not a supernova. I can promise that much. not sure if it is not ... expand and BOOM! 324.9 KG @ 0.011 for 3.574 BTC someone is gonna say thanks Mr. Potatohead! (You will need 1000 TH/s and 50days to mine that )
|
|
|
|
FallingKnife (OP)
Legendary
Offline
Activity: 2450
Merit: 1076
keybase.io/fallingknife/
|
|
May 11, 2015, 05:42:28 PM |
|
Unobtania
it is a planet, or is it a sUN?
Well, it's not a supernova. I can promise that much. not sure if it is not ... expand and BOOM! LOL. Well, ain't gonna happen. The Uno community has been tested before, and will be again. We rise to the challenges, and grow stronger for them.
|
Nostr: npub14wk4hrq6atlq020c7r6eyylpu9gjukyqzafzxu6u80unqfrplq9qhtx8sy
|
|
|
|