Open mtlynch opened 7 years ago
The 0 SC transactions can be ignored, it just means the wallet sent money to itself (usually a refund/'change'). As for the rest... It's hard to say. I would like to add more fine-grained logging to the wallet so that we can see the exact reason for each expenditure.
I may be having a similar issue I have a lot of .6 txs and I was never paid my last 1000 payout from siamining, The block explorer also says I spent said coins! Posted in reddit about it https://www.reddit.com/r/siacoin/comments/6gxhzi/im_missing_sc_and_what_are_these_6_transactions/
Can confirm I have this one one host as well now. Just started happening about 4 days ago according to wallet activity.
I'm curious if this is caused by the announcer at all? The host this bug is hitting is not set with a static IP. It is static, but is configured to (determine automatically) in the log files. It happens every 4 hours without fail, and in the log file, every 4 hours I get this entry:
Seems coincidental?
Will get a DDNS assigned to this in the morning to see if that quiets it down.
Had a weird problem don't know if it's related my last payout of 500 coins says it has been spent.... Even though I have not spent it neither has it been received at bittrex
I am also experiencing this problem where 0 and -0.6SC transactions have been randomly happening while using Sia-UI 1.2.2 on macOS. It may be because I started "accepting contracts"? This seems like a bug to me -- I had no idea I would start to lose/transfer coins.
Not Confirmed | 0 SC | 6442412b37b3c9615929d4fcc18d42f1783c32b3c0be099fb88810cc854bd290 | Unconfirmed
Not Confirmed | -0.6 SC | ddbad21e197cc6e6d1b792252e6db8c3bff30725fe6540b9e5edb04c9c42dd9e | Unconfirmed
2017-07-07 14:37 | 0 SC | d95b29e101a91d8b0b41d76debb2eb03b900771d444b990f327f8e6861150ff4 | Confirmed
2017-07-07 14:37 | -0.6 SC | a15ad6413956899b099edb396b8d3a8e979535cd41bae2e4a8508b45aa0953fc | Confirmed
2017-07-07 00:23 | 0 SC | 3f73796adc2f4c47726120af214cffc19f5e878718e0f3df351bd2ade7fe2bb9 | Confirmed
2017-07-07 00:23 | -0.6 SC | d4a972afd4bc8856b23ecc5fdd17e115ad5710803cca2f43a4b4d166e8c8a7fc | Confirmed
I met similar problem before. In my case, I created some contracts (by setting the allowance) although I haven't uploaded any files on the Sia network yet. Then every few days, there're some transactions in the Wallet
tab implying that my SC are running away. My final solution is cancel all the allowance by:
Click the Terminal tab and enter:
# before executing the following command, please run `renter allowance -h` first to make sure what's going on
renter allowance cancel
After that, I checked with renter allowance
and renter contracts
to make sure there're no contracts or allowance anymore.
renter allowance
Allowance:
Amount: 0 H
Period: 0 blocks
renter contracts
No contracts have been formed.
0 SC Spent / 0 SC Allocated
Same happened to me as a renter without any file uploaded.
Using renter allowance cancel
seems to fix the issue. However, I lost the SC allocated, it didn't go back to my wallet. Maybe that's the way it works.
Hey Sia gang, I'm seeing weird behavior on the wallet of my Sia host node. I'm both mining and hosting on the same wallet. I see my regular transactions coming in for 2,000 and 1,000 from mining on SiaMining. I'm also seeing lots of small transactions leaving my wallet of 1.3 SC, often transactions that show as 0 SC:
Other details:
host.log
about reaching my collateral budgetPosted some more logs that might be relevant: https://gist.github.com/mtlynch/21aeb1fc8fb8f94fca290205008146b7
Any idea what might be happening?