Bitcoin Forum
May 27, 2024, 07:54:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable  (Read 361 times)
CRahn (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
July 10, 2019, 02:16:22 AM
 #1

i get this msg when i try to sent BTC. Please, help me

i tried -fallbackfee in the console but i got "
04:10:26

Method not found (code -32601)
"

I'm using Bitcoin Core
BitMaxz
Legendary
*
Offline Offline

Activity: 3262
Merit: 2977


:( My PC broke due trying to recover an old wallet


View Profile WWW
July 10, 2019, 02:31:34 AM
 #2

You must put a fee in order to use the -fallbackfee it should be like this -fallbackfee=<amount> or this sample below.

Code:
-fallbackfee=0.0002

0.0002 is a default fee according to this https://manpages.debian.org/experimental/bitcoin-qt/bitcoin-qt.1.en.html

I don't how did you get the error but according to this below.

Sometimes, it is not possible to give good estimates, or an estimate at all. Therefore, a fallback value can be set with `-fallbackfee=<f>` (default: `0.0002` BTC/kB).
Found this post from here https://bitcointalk.org/index.php?topic=5083168.msg48597125#msg48597125

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
CRahn (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
July 10, 2019, 02:35:55 AM
 #3

04:35:30

Executing command using "" wallet


04:35:30

-fallbackfee=0.0002


04:35:30

Method not found (code -32601)

i have already reinstalled bitcoin core, downloaded the blockchain and inserted the wallet. always the same error message. is my wallet.dat broken ?
nc50lc
Legendary
*
Online Online

Activity: 2422
Merit: 5641


Self-proclaimed Genius


View Profile
July 10, 2019, 02:45:29 AM
Last edit: July 10, 2019, 02:56:58 AM by nc50lc
 #4

Method not found (code -32601)
From the same thread linked in BitMaxz' post: Re: Fee estimation failed. Fallbackfee is disabled....
You need to open bitcoin-qt or bitcoind, not bitcoin core gui's console.
T/N: If you set it to 0.0002, it will set the tx fee to 20sat/byte if the fee estimation still failed.

Or as the error said, "wait a few blocks" as your node must be a few blocks away.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
CRahn (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
July 10, 2019, 03:07:01 AM
 #5

im using only bitcoin-qt console.

there is no command of fallbackfee


meanwhile:
getwalletinfo ->  "paytxfee": 0.00000000,


05:05:40

settxfee 0.0002


05:05:40

true



->send
transaction fee 0,00020000 BTC/kb Warning: Fee estimation is currently not possible
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3402
Merit: 6659


Just writing some code


View Profile WWW
July 10, 2019, 03:14:20 AM
 #6

im using only bitcoin-qt console.

there is no command of fallbackfee
-fallbackfee is not a command. It is a configuration option that you add either to your bitcoin.conf file or you start bitcoin-qt with it.

CRahn (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
July 10, 2019, 03:32:37 AM
Last edit: July 10, 2019, 03:50:53 AM by CRahn
 #7

i opened bitcoin.conf with the editor and edit:

..."can be used to include additional configuration files.
 -fallbackfee=0.0002" nothing changed

how can i open the bitcoin-qt with the bitcoin.config  Huh

i could post some screenshot if it helps
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3402
Merit: 6659


Just writing some code


View Profile WWW
July 10, 2019, 04:38:06 AM
 #8

i opened bitcoin.conf with the editor and edit:

..."can be used to include additional configuration files.
 -fallbackfee=0.0002" nothing changed
You need to do it without the dash (no -). It should just be

Code:
fallbackfee=0.0002

Then restart bitcoin-qt. The config file is only loaded at start, so you need to restart.

CRahn (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
July 10, 2019, 12:44:33 PM
 #9

https://www.bilder-upload.eu/bild-d95302-1562762630.jpg.html

https://www.bilder-upload.eu/bild-75e818-1562762654.jpg.html
AdolfinWolf
Legendary
*
Offline Offline

Activity: 1946
Merit: 1427


View Profile
July 10, 2019, 01:01:41 PM
 #10





Doesn't look good. skip a line and try again.

Or delete all the other commands listed there, as you don't need them, and i'm pretty sure they're #'d. (testnet=1 can't be right..)

edit: you're editing a doc file.

Bitcoin.conf is located, or rather, should be created:
Code: (https://en.bitcoin.it/wiki/Running_Bitcoin)
Operating System	Default bitcoin datadir	Typical path to configuration file
Windows %APPDATA%\Bitcoin\ C:\Users\username\AppData\Roaming\Bitcoin\bitcoin.conf
Linux $HOME/.bitcoin/ /home/username/.bitcoin/bitcoin.conf
Mac OSX $HOME/Library/Application Support/Bitcoin/ /Users/username/Library/Application Support/Bitcoin/bitcoin.conf

CRahn (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
July 10, 2019, 01:15:38 PM
 #11


Doesn't look good. skip a line and try again.

Or delete all the other commands listed there, as you don't need them, and i'm pretty sure they're #'d. (testnet=1 can't be right..)

edit: you're editing a doc file.

Bitcoin.conf is located, or rather, should be created:
Code: (https://en.bitcoin.it/wiki/Running_Bitcoin)
Operating System	Default bitcoin datadir	Typical path to configuration file
Windows %APPDATA%\Bitcoin\ C:\Users\username\AppData\Roaming\Bitcoin\bitcoin.conf

[/quote]

i copied the bitcoin-conf from D:\Bitcoin\doc to C:\Users\xxx\AppData\Roaming\Bitcoin. In both are only fallbackfee=0.0002 . still error
AdolfinWolf
Legendary
*
Offline Offline

Activity: 1946
Merit: 1427


View Profile
July 10, 2019, 01:27:24 PM
Last edit: July 10, 2019, 01:37:41 PM by AdolfinWolf
 #12

i copied the bitcoin-conf from D:\Bitcoin\doc to C:\Users\xxx\AppData\Roaming\Bitcoin. In both are only fallbackfee=0.0002 . still error
Try to not copy anything maybe?

Navigate to
Code:
C:\Users\xx\AppData\Roaming\Bitcoin

Open vs, or whatever text editor you use.

-> create new file,
-> name bitcoin.conf
->
Code:
fallbackfee=0.0002


I used 0.003BTC, but you get the idea.


I'm not entirely sure if setting a fallback fee will actually solve your problem, but i guess we'll see.

CRahn (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
July 10, 2019, 01:55:39 PM
 #13

https://www.bilder-upload.eu/bild-f3cd55-1562766919.jpg.html
ranochigo
Legendary
*
Offline Offline

Activity: 2982
Merit: 4193



View Profile
July 10, 2019, 02:02:32 PM
 #14


Add the contents inside the bitcoin.conf but without the numbers and the spaces before the "fallbackfees".

The only code you should include is:
Code:
fallbackfee=0.0003

Is there a problem with using a custom fee? It would be less complicated if you were to set your own custom fee in the other field.

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
CRahn (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
July 10, 2019, 02:08:03 PM
 #15

OMG i tried it with the custom setting (0,0003) and it worked !!! thanks so much !!
AdolfinWolf
Legendary
*
Offline Offline

Activity: 1946
Merit: 1427


View Profile
July 10, 2019, 02:14:16 PM
 #16

OMG i tried it with the custom setting (0,0003) and it worked !!! thanks so much !!
I'd suggest lowering it a bit more though because 0.0003 might still be a bit excessive to pay per kB..
(Or not?)


https://bitcoinfees.earn.com says the fastest cheapest right now is:
Quote
The fastest and cheapest transaction fee is currently 72 satoshis/byte, shown in green at the top.

So if you want to get your tx'd confirmed the fastest you should probably use ~
Code:
fallbackfee=0.00072

Doesn't really matter though.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!