Bitcoin Forum
May 04, 2024, 04:37:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core help / Deletet Path warning on: May 20, 2021, 07:30:28 PM
You need to open your settings.json file and remove the offending path from the wallet key.

Erasing the settings file with just brackets remaining {} will also work but this will also wipe the rest of your settings.

Thank you all - this one solved it in seconds Smiley
2  Bitcoin / Bitcoin Technical Support / Bitcoin Core help / Deletet Path warning on: May 19, 2021, 04:16:54 PM
I created a wallet at a customized path after Bitcoin Core installation. Then I decided to delete this folder manually and to create a wallet at the standard path.

Now I am getting warning messages (see picture) everytime I am starting Bitcoin Core regarding this deleted, customized path.

How can I get rid of them?

3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MAG][SWAP ON 11.11.18] X11 POS/POW+Masternodes MAGNET / magnetwork.io on: October 26, 2018, 04:21:43 PM
As a Masternodeowner, what steps do I have to set after the coinswap to initialise the Masternode again properly?

Will there be also a new script for installing it by using Ubuntu, like the old one from Temp?
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's CryptoNote AMD GPU Miner v11.3 on: October 13, 2018, 11:46:00 AM
Ok I can test pow8 now. But note that I does not guarantee that I will release new version or that I will do it before upcoming fork, this is free miner now and I'm not going to add any fees again, so check other miners, there are many of them.

Thanks for your effort in advance - would be very nice to have an updated version of this miner, in my opinion your mining software is better than all the others.

Sad that you are not planning to continue the development in a matter like before, I would be happy to contribute a fee for getting continuous updates.

Keep up the good work and please think about contributing to the community with your outstanding talent.
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's CryptoNote AMD GPU Miner v11.3 on: October 07, 2018, 10:07:33 AM
+1
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's CryptoNote AMD GPU Miner v11.3 on: September 16, 2018, 04:34:41 PM
Hello,

will there be an update for the next Monero fork of this miner?
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's CryptoNote AMD GPU Miner v11.3 on: July 26, 2018, 10:53:02 AM
Hi,

will there be a Cryptonight Heavy support? Would be needed much......
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MASTERNODE] Monoeci - A cryptocurrency for Monaco on: June 04, 2018, 06:34:45 PM
Hello guys,

I tried to set up a masternode with following instruction: https://onlimono.blogspot.com/2017/12/how-to-create-monoeci-xmcc-masternode.html#comment-form

After unpacking the wallet files I get following error (directory not found):

monoeci@StyriaTrading:~$ tar xzvf monoeciCore-0.12.2.3-linux64.tar.gz
monoeciCore-0.12.2/
monoeciCore-0.12.2/bin/
monoeciCore-0.12.2/bin/monoeci-cli
monoeciCore-0.12.2/bin/monoecid
monoeciCore-0.12.2/bin/monoeci-qt
monoeciCore-0.12.2/bin/monoeci-tx
monoeciCore-0.12.2/bin/test_monoeci
monoeciCore-0.12.2/include/
monoeciCore-0.12.2/include/monoeciconsensus.h
monoeciCore-0.12.2/lib/
monoeciCore-0.12.2/lib/libmonoeciconsensus.so
monoeciCore-0.12.2/lib/libmonoeciconsensus.so.0
monoeciCore-0.12.2/lib/libmonoeciconsensus.so.0.0.0
monoeci@StyriaTrading:~$ chmod +x monoecid monoeci-tx monoeci-cli
chmod: cannot access ‘monoecid’: No such file or directory
chmod: cannot access ‘monoeci-tx’: No such file or directory
chmod: cannot access ‘monoeci-cli’: No such file or directory


Can anybody help me with this chmod command and how I am correctly typing it in this case? Thx in advance!


Problem with that is your blog this step wget https://github.com/monacocoin-net/monoeci-core/releases/download/0.12.2/monoeciCore-0.12.2-linux64-cli.Ubuntu14.04.tar.gz doesn't exist doesn't exist.
Do this....
wget https://github.com/monacocoin-net/monoeci-core/releases/download/v0.12.2.0/monoeciCore-0.12.2-linux64-cli.Ubuntu14.04.tar.gz
tar -xvzf monoeciCore-0.12.2-linux64-cli.Ubuntu14.04.tar.gz
chmod +x monoecid monoeci-tx monoeci-cli


and keep follow the steps you should be fine Smiley



 


Thank you very much, works so far!
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MASTERNODE] Monoeci - A cryptocurrency for Monaco on: June 03, 2018, 07:42:55 PM
Hello guys,

I tried to set up a masternode with following instruction: https://onlimono.blogspot.com/2017/12/how-to-create-monoeci-xmcc-masternode.html#comment-form

After unpacking the wallet files I get following error (directory not found):

monoeci@StyriaTrading:~$ tar xzvf monoeciCore-0.12.2.3-linux64.tar.gz
monoeciCore-0.12.2/
monoeciCore-0.12.2/bin/
monoeciCore-0.12.2/bin/monoeci-cli
monoeciCore-0.12.2/bin/monoecid
monoeciCore-0.12.2/bin/monoeci-qt
monoeciCore-0.12.2/bin/monoeci-tx
monoeciCore-0.12.2/bin/test_monoeci
monoeciCore-0.12.2/include/
monoeciCore-0.12.2/include/monoeciconsensus.h
monoeciCore-0.12.2/lib/
monoeciCore-0.12.2/lib/libmonoeciconsensus.so
monoeciCore-0.12.2/lib/libmonoeciconsensus.so.0
monoeciCore-0.12.2/lib/libmonoeciconsensus.so.0.0.0
monoeci@StyriaTrading:~$ chmod +x monoecid monoeci-tx monoeci-cli
chmod: cannot access ‘monoecid’: No such file or directory
chmod: cannot access ‘monoeci-tx’: No such file or directory
chmod: cannot access ‘monoeci-cli’: No such file or directory


Can anybody help me with this chmod command and how I am correctly typing it in this case? Thx in advance!
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System on: October 09, 2017, 07:15:34 PM
Hi,

I have a problem with undervolting - no setting is applied by my cards, it don't depends if it is 700 or 1000 mV, I have all the time the same wattage draw.

Heard that some other people also experience this problem. Can you give me a hint what can I do that my cards (Sapphire RX 570 Nitro + 4GB) are accepting the undervolting?

Thanks in advance.
have you ever tried to change voltage settings in other OS's or is this the first time you try this with SMOS? some cards just do not support this

Hi, I never tried it before - is there some basic setting I have to change if I want to do the undervolting? For example Mainboard BIOS or something else?
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System on: October 09, 2017, 06:28:23 PM
Hi,

I have a problem with undervolting - no setting is applied by my cards, it don't depends if it is 700 or 1000 mV, I have all the time the same wattage draw.

Heard that some other people also experience this problem. Can you give me a hint what can I do that my cards (Sapphire RX 570 Nitro + 4GB) are accepting the undervolting?

Thanks in advance.
12  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System on: September 19, 2017, 08:22:15 AM
Hello Guys,

I tried to use XMR_STAK_AMD-Miner for Monero, but it didn't work.

I have Rigs with Sapphire RX 570 4GB Nitro+.

Typed the following: -s xmr-eu2.nanopool.org:14444 -w mywalletadress.$rigName -p z -i 1000

First of all it displayed "miner crushed", second time "New block detected", but that never changed after 5 minutes.

Do you have an idea what is wrong?

Thank you!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!