Hi guys,
A friend have actually a really strange problem with his desktop DGB wallet : he's limited by a max amount of DGB to sent. Moreover, his fees are huge compared of mine.
Eg : Yesterday, I have transfered 336 000 DGB for a total fees of 42 DGB. My friend need to pay 96 DGB for a transfer of 38 000 DGB only. Have I missed something? Is there a rule that increase the fees to be paid the more you make transaction? This doesn't sound logic at all, and I've never read anything related to this.
We are both on the 4.0.3 wallet, 64 bits... on Windows.
You can set in your wallet! Maybe you changed it or he changed something!?Note that getting a transaction relayed across the network does NOT guarantee that the transaction will be accepted by a miner; by default, miners fill their blocks with 50 kilobytes of high-priority transactions, and then with 700 kilobytes of the highest-fee-per-kilobyte transactions.
The minimum relay/mining fee-per-kilobyte may be changed with the minrelaytxfee option. Note that previous releases incorrectly used the mintxfee setting to determine which low-priority transactions should be considered for inclusion in blocks.
The wallet code still uses a default fee for low-priority transactions of 0.1mBTC per kilobyte. During periods of heavy transaction volume, even this fee may not be enough to get transactions confirmed quickly; the mintxfee option may be used to override the default.
These are the options in the wallet:-paytxfee= Fee per kB to add to transactions you send
-mintxfee= Fees smaller than this are considered zero fee (for transaction creation) (default: 1.00)
-minrelaytxfee= Fees smaller than this are considered zero fee (for relaying) (default: 1.00)
-blockprioritysize= Set maximum size of high-priority/low-fee transactions in bytes (default: 50000)
Maybe he changed this setting in his wallet!