d5000
Legendary
Offline
Activity: 4088
Merit: 7509
Decentralization Maximalist
|
|
November 06, 2017, 02:09:51 AM |
|
Is https://bchain.info/SLM/ correct? I don't see my transaction from exchange and burning transaction here. Wallet crushes after burning. I think, that i lose my funds Can someone confirm that txid: 6242764151ebcace4589b88371007bb8411822f7d11ffae028738919d4253f1b and burn txid: d86b261b82e46810a82f85bde69b77e2a93d363ace761d8856d17d3d13c5e6f6 ACME, fortunately, is up to date: 6242764151ebcace4589b88371007bb8411822f7d11ffae028738919d4253f1b shows up correctly, the burn transaction too.Anyway, if a burn transaction (or any other transaction you do) "gets lost" (e.g. because it's included in orphan blocks) then you simply can do a "slimcoin-qt -rescan" (or "slimcoind -rescan") and the balance will get added to your wallet again. The only way a transaction can get really "lost" is if it comes from an exchange (or online wallet), "gets lost" in an orphan block/chain, and the owners refuse to credit your correctly - but then they're scamming you, because in this case the transaction simply didn't happen.
|
|
|
|
|
cctothemass
|
|
November 06, 2017, 10:24:29 AM Last edit: November 06, 2017, 10:50:43 AM by cctothemass |
|
Is https://bchain.info/SLM/ correct? I don't see my transaction from exchange and burning transaction here. Wallet crushes after burning. I think, that i lose my funds Can someone confirm that txid: 6242764151ebcace4589b88371007bb8411822f7d11ffae028738919d4253f1b and burn txid: d86b261b82e46810a82f85bde69b77e2a93d363ace761d8856d17d3d13c5e6f6 ACME, fortunately, is up to date: 6242764151ebcace4589b88371007bb8411822f7d11ffae028738919d4253f1b shows up correctly, the burn transaction too.Anyway, if a burn transaction (or any other transaction you do) "gets lost" (e.g. because it's included in orphan blocks) then you simply can do a "slimcoin-qt -rescan" (or "slimcoind -rescan") and the balance will get added to your wallet again. The only way a transaction can get really "lost" is if it comes from an exchange (or online wallet), "gets lost" in an orphan block/chain, and the owners refuse to credit your correctly - but then they're scamming you, because in this case the transaction simply didn't happen. For PoB my wallet should be online. But after transaction to burn address my wallet always crushes. When wallet is empty - it's ok. After wallet.dat is changed or importprivkey command, wallet immedeatly crushes. Edit If -rescan flag isn't used, wallet doesn't crush, but burn information is lost.
|
|
|
|
gjhiggins
Legendary
Offline
Activity: 2254
Merit: 1290
|
|
November 06, 2017, 11:00:33 AM |
|
For PoB my wallet should be online. But after transaction to burn address my wallet always crushes. When wallet is empty - it's ok. After wallet.dat is changed or importprivkey command, wallet immedeatly crushes.
This is a known issue that seems to affect only nodes running on Windows systems. InferringGuessing from the truncation of the debug log, the “Afterburner” PoB processing thread seems to create a problem on some Windows systems. There is, as yet, insufficient information as to whether the issue is limited to specific versions of the code or the version of Windows or the host architecture. The group is unfortunate in that the main reason for the problem persisting is that the group has not been able to attract volunteer technical contributors with expertise in the varieties of Windows OS. Cheers Graham
|
|
|
|
cctothemass
|
|
November 07, 2017, 11:40:13 AM |
|
For PoB my wallet should be online. But after transaction to burn address my wallet always crushes. When wallet is empty - it's ok. After wallet.dat is changed or importprivkey command, wallet immedeatly crushes.
This is a known issue that seems to affect only nodes running on Windows systems. InferringGuessing from the truncation of the debug log, the “Afterburner” PoB processing thread seems to create a problem on some Windows systems. There is, as yet, insufficient information as to whether the issue is limited to specific versions of the code or the version of Windows or the host architecture. The group is unfortunate in that the main reason for the problem persisting is that the group has not been able to attract volunteer technical contributors with expertise in the varieties of Windows OS. Cheers Graham I tried to launch a wallet on Windows 10 / 8.1 / 7. The process crashes on all systems after I import the private key and begins the POB mining. I'm a Windows user, but I'll try to install the Debian on the virtual machine and compile Slimcoin from the sources. Now qmake issues an error - UPNP, and make ~ 800 compilation errors. Maybe I forgot to import any libraries. Is it enough? apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev \ libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \ libssl-dev libdb4.8++-dev
|
|
|
|
psycodad
Legendary
Offline
Activity: 1649
Merit: 1812
精神分析的爸
|
|
November 07, 2017, 12:29:32 PM |
|
For PoB my wallet should be online. But after transaction to burn address my wallet always crushes. When wallet is empty - it's ok. After wallet.dat is changed or importprivkey command, wallet immedeatly crushes.
This is a known issue that seems to affect only nodes running on Windows systems. InferringGuessing from the truncation of the debug log, the “Afterburner” PoB processing thread seems to create a problem on some Windows systems. There is, as yet, insufficient information as to whether the issue is limited to specific versions of the code or the version of Windows or the host architecture. The group is unfortunate in that the main reason for the problem persisting is that the group has not been able to attract volunteer technical contributors with expertise in the varieties of Windows OS. Cheers Graham I tried to launch a wallet on Windows 10 / 8.1 / 7. The process crashes on all systems after I import the private key and begins the POB mining. I'm a Windows user, but I'll try to install the Debian on the virtual machine and compile Slimcoin from the sources. Now qmake issues an error - UPNP, and make ~ 800 compilation errors. Maybe I forgot to import any libraries. Is it enough? apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev \ libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \ libssl-dev libdb4.8++-dev While you mention UPNP, you might miss (among others): apt-get install libminiupnpc-dev Elsewise you can disable UPNP with --without-miniupnpc as argument to configure (if you are going to run your node on a public IP it shouldn't be needed, elsewise UPNP can be helpful if your router/firewall supports it). HTH
|
|
|
|
gjhiggins
Legendary
Offline
Activity: 2254
Merit: 1290
|
|
November 07, 2017, 02:21:38 PM |
|
Elsewise you can disable UPNP with --without-miniupnpc as argument to configure
For a Qt Creator/qmake build (as opposed to a later Core 0.9+ autotools build), the flags are: qmake "USE_UPNP=1" (enabled by default; default) qmake "USE_UPNP=0" (disabled by default) qmake "USE_UPNP=-" (not supported)
: So, "USE_UPNP=-" is what you need, it switches off the requirement for miniupnpc headers/libs Cheers Graham
|
|
|
|
psycodad
Legendary
Offline
Activity: 1649
Merit: 1812
精神分析的爸
|
|
November 07, 2017, 04:00:34 PM |
|
.. So, "USE_UPNP=-" is what you need, it switches off the requirement for miniupnpc headers/libs
Thanks for setting that straight Graham, sorry for possibly misleading cctothemass. psycodad
|
|
|
|
muf18
|
|
November 08, 2017, 10:22:58 AM |
|
I can say that I'm gathering resources for the website, and if my promoter would allow I'd write a bachellor degree (BA paper) from economics about cryptocurrencies as an alternative payment and settlement system, and would also write about consensuses of blockchain and Slimcoin. But I must get permission from my doctor.
|
|
|
|
gjhiggins
Legendary
Offline
Activity: 2254
Merit: 1290
|
|
November 08, 2017, 11:12:17 AM |
|
Thanks for setting that straight Graham, sorry for possibly misleading cctothemass.
Drat it, rumbled. Obviously not the delicately-wrought, gentle nuance of a post that I'd fondly imagined it to be. Cheers Graham
|
|
|
|
ylpkm
|
|
November 09, 2017, 02:32:39 AM |
|
submitted request to coinsmarket and said would donate a little too.
|
|
|
|
gjhiggins
Legendary
Offline
Activity: 2254
Merit: 1290
|
|
November 09, 2017, 08:57:44 PM |
|
Guessing from the truncation of the debug log, the “Afterburner” PoB processing thread seems to create a problem on some Windows systems.
Following up on this, I noticed an earlier post of mine on the same topic in which I speculated that the C99 macro replacement might be an issue - I think it might well be. Upon close inspection, elsewhere in the code the PRI64u macro for nEffectiveBurnCoins is replaced by llu, rather than just the u in the print statement (that's 'cos it's a long long unsigned int, I kid you not) which is, suspiciously, exactly where things grind to a halt. So, even moar ells are required by the looks of it. I can't get the cross-compiler to work on this new Mint system, so I need to switch back to the old laptop, make the change, cross-compile a Windows binary, switch back to the new laptop, fire up the Windows VM, grab the binary and start it up, import a privkey with a burn tx recorded and see if it falls over. Here's hoping. Cheers Graham
|
|
|
|
ylpkm
|
|
November 09, 2017, 09:20:27 PM |
|
Guessing from the truncation of the debug log, the “Afterburner” PoB processing thread seems to create a problem on some Windows systems.
Following up on this, I noticed an earlier post of mine on the same topic in which I speculated that the C99 macro replacement might be an issue - I think it might well be. Upon close inspection, elsewhere in the code the PRI64u macro for nEffectiveBurnCoins is replaced by llu, rather than just the u in the print statement (that's 'cos it's a long long unsigned int, I kid you not) which is, suspiciously, exactly where things grind to a halt. So, even moar ells are required by the looks of it. I can't get the cross-compiler to work on this new Mint system, so I need to switch back to the old laptop, make the change, cross-compile a Windows binary, switch back to the new laptop, fire up the Windows VM, grab the binary and start it up, import a privkey with a burn tx recorded and see if it falls over. Here's hoping. Cheers Graham if you need it compiled for windows I can try if the dependency list isnt crazy to get working.
|
|
|
|
gjhiggins
Legendary
Offline
Activity: 2254
Merit: 1290
|
|
November 09, 2017, 11:28:23 PM |
|
if you need it compiled for windows I can try if the dependency list isnt crazy to get working.
Thanks for the offer but I'm okay - I've updated the candidate Windows binary on minkiz: https://minkiz.co/noodlings/slm/slimcoin-qt-v0.5.0-win32.zipI haven't been able to check specifically whether the fault persists. Cheers Graham
|
|
|
|
eddycurrent
Jr. Member
Offline
Activity: 61
Merit: 3
|
|
November 10, 2017, 09:00:28 AM |
|
Hello aIA, With regard to this statement: ... While the wallet is blocked, the Blockchain updates well, but when it is unlocked and start the mining PoB it crash imminently. I have to try to reinitialize the Blockchain and synchronize from scratch...
When you say it crashes, do you mean that the application closes, or it freezes and has to be forced to close? I ask because I have issues with the client when I stake with the wallet being very unresponsive most of the time during staking, and this could be exacerbated when using lower power divices such as ARM boards. Regards
|
|
|
|
gavrilo77
|
|
November 10, 2017, 09:02:26 AM |
|
if you need it compiled for windows I can try if the dependency list isnt crazy to get working.
Thanks for the offer but I'm okay - I've updated the candidate Windows binary on minkiz: https://minkiz.co/noodlings/slm/slimcoin-qt-v0.5.0-win32.zipI haven't been able to check specifically whether the fault persists. Cheers Graham Upon activating PoB 0.5 wallet crashed. 0.3 and 0.4 are working well
|
|
|
|
gjhiggins
Legendary
Offline
Activity: 2254
Merit: 1290
|
|
November 10, 2017, 09:18:27 AM |
|
Upon activating PoB 0.5 wallet crashed. 0.3 and 0.4 are working well
Is that using the binary I posted a link to above? What does the debug log show? Cheers Graham
|
|
|
|
aIA
Newbie
Offline
Activity: 31
Merit: 0
|
|
November 10, 2017, 10:37:22 AM |
|
Hello aIA, With regard to this statement: ... While the wallet is blocked, the Blockchain updates well, but when it is unlocked and start the mining PoB it crash imminently. I have to try to reinitialize the Blockchain and synchronize from scratch...
When you say it crashes, do you mean that the application closes, or it freezes and has to be forced to close? I ask because I have issues with the client when I stake with the wallet being very unresponsive most of the time during staking, and this could be exacerbated when using lower power divices such as ARM boards. Regards Helo eddycurrent, i mean it closes. I'm only running the daemon, because i uses raspbian server (headless). Maybe the cause is the same as in the version of windows that gjhiggins is investigating. Yesterday it failed during the synchronization, the demon closed, but I started it again and it seems to continue fine. I would like to buy another Pi to test with Arch Linux, to rule out any problem with Raspbian. Cheers.
|
|
|
|
marjon
Member
Offline
Activity: 350
Merit: 10
|
|
November 10, 2017, 10:40:39 AM |
|
Good project
|
|
|
|
gavrilo77
|
|
November 10, 2017, 12:53:18 PM |
|
Upon activating PoB 0.5 wallet crashed. 0.3 and 0.4 are working well
Is that using the binary I posted a link to above? What does the debug log show? Cheers Graham Yes, the last binary i was using. debug doesnt show that much. I deleted the old one and after crash it says only nreservebalance read as: 0. No further info. Crash coming once i decrypt the wallet. Same was with previous 0.5 builds. So i am using 0.3 for PoB
|
|
|
|
|