Post
Topic
Board Announcements (Altcoins)
Re: [DSH] Dashcoin - (true anonymity (Cryptonote), multi-signature transactions, automated source co
by
slb
on 20/10/2014, 05:00:49 UTC
I think i messed up when trying to send coins to myself...

transfer 0 address 100000
Money successfully sent, transaction

They didnt show up in my wallet afterwords...any ideas?
See FAQ:  http://dashcoin.net/faq/
"My transaction says sent, but it never showed up."


okay...moving my miners off mg.

but can you tell me how sending large amounts from mg seems to work almost all the time and i struggle with amounts 10x smaller from simplewallet given they reduced this parameter? i've was able to send 3 separate 24M DSH txns from there that arrived within a very short period of time when my 2M DSH txns from my simple wallet would take hours if not a day to get there
Long story short:

* Your daemon is programmed to sends transactions up to 20,000 bytes
* Minergate is programmed to accept and send transactions up to 10,000 bytes
* Minergate controls big chunk of the network
Result:   Transactions in range 10,000 - 20,000  have hard time to pass

If an attacker flood the network with transactions just over 10,000 bytes (like 10,536 bytes or 11,057 bytes), it makes practically impossible for real transactions over 10,000 bytes to pass.

The transaction size depends on the number of inputs, outputs (payees), and mixin. You can easily have a transactions for amount 10,000DSH with size 12,000 bytes   and in the same time you can easily have a transaction for amount 5,000,000DSH with size 3,000bytes.