Bitcoin Forum
May 25, 2024, 07:38:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 ... 63 »
141  Alternate cryptocurrencies / Announcements (Altcoins) / Re: EUROPECOIN [ERC] 🌟 FINANCECLOUD 🌟 CRYPTOCURRENY & FINANCE API + SMARTHUB 🌟 on: January 29, 2021, 04:34:54 PM
Hi,
Does any one have any addnodes?

My wallet been showing "No block source" for 3 days now.

debug.log
2021-01-29 16:29:30 connect() to 95.104.192.198:8881 failed after select(): Connection refused (111)
2021-01-29 16:29:40 connect() to 167.114.249.196:8881 failed after select(): Connection refused (111)
2021-01-29 16:29:55 ERROR: ContextualCheckBlockHeader: incorrect proof of work
2021-01-29 16:29:55 Misbehaving: 144.76.238.2:8881 (0 -> 100) BAN THRESHOLD EXCEEDED
2021-01-29 16:29:55 ERROR: invalid header received
2021-01-29 16:29:55 ProcessMessages(headers, 164208 bytes) FAILED peer=1
2021-01-29 16:29:58 connect() to 85.214.68.75:8881 failed after select(): Connection refused (111)
2021-01-29 16:30:39 connect() to 167.114.249.196:8881 failed after select(): Connection refused (111)
2021-01-29 16:31:44 connect() to 95.104.192.198:8881 failed after select(): Connection refused (111)
2021-01-29 16:32:49 connect() to 85.214.68.75:8881 failed after select(): Connection refused (111)
2021-01-29 16:32:53 connect() to 85.214.68.75:8881 failed after select(): Connection refused (111)
2021-01-29 16:33:49 connect() to 95.104.192.198:8881 failed after select(): Connection refused (111)
2021-01-29 16:34:16 connect() to 95.104.192.198:8881 failed after select(): Connection refused (111)

Thanks
142  Alternate cryptocurrencies / Announcements (Altcoins) / Re: AnimeCoin [アニメコイン] [ANI] NEW OFFICIAL THREAD 2019 on: January 29, 2021, 10:19:35 AM
Well whatever happened the whole network seems to have died?

Nothing seems to be working all of a sudden.

Pool mining and wallet doesn't connect to peers. [edit: solo still works]

[Suspicious link removed] doesn't respond.


EDIT2: Miningbase is back online... (2 hours downtime)

if wallet has no peers, you shouldn't be able to mine, and if you can then you are forking the chain.

You only need 1 connection, but you DO need one connection Smiley
143  Alternate cryptocurrencies / Announcements (Altcoins) / Re: AnimeCoin [アニメコイン] [ANI] NEW OFFICIAL THREAD 2019 on: January 28, 2021, 11:53:25 AM
https://[Suspicious link removed]/faucet/

This faucet stopped working a couple days ago, you press [Send] the page goes blank and nothing is received and if you retry, it says you have already been given coins. But you actually never do receive any.

This is a fun project to learn on how the whole crypto market works. Would be good if it's parts are maintained.

It's a very old coin that someone tried to get going again, however you don't need the faucet, just go to the front page, grab a wallet, grab a miner and its easy enough to mine a small amount via the pool.
144  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: January 28, 2021, 09:25:28 AM
Hi,

I see Sunny has updated the linux version, but no windows version...
Can someone please confirm which version of Linux and Windows wallet i should be using. (with links).
I'm currently testing "primecoin-qt-0.1.5-linux" on Ubuntu 16
On windows 10, i have "primecoin-0.1.5-rc1-win64.zip" which when opened says "v0.16.0.0-4e31bf9ed" "walletversion": 159900


Also, can anyone update the cpu miner to work with xpmforall.org ?
I have tried jhprimeminer and it fails, and can't find any others, all the "mega" and "dropbox" links are well dead.

Thanks
J
145  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AMX][Telegram] Armor Network - 🔥 Anonymous and untraceable on: January 26, 2021, 08:16:08 AM
Crazy way to launch a coin.

Have to use an online wallet via telegram (absolute no-no for most miners)
No compiled wallets for Linux or Windows.

What are you thinking.
Compile the desktop wallets and restart the chain, totally crazy otherwise....
146  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: January 25, 2021, 02:48:37 PM
I'm trying to make the linux wallet on Ubuntu 20.10

It fails
sudo add-apt-repository ppa:bitcoin/bitcoin
Repository: 'deb http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu/ groovy main'
Description:
NOT MAINTAINED. The OS-library linking packages here had a series of issues.

Can anyone give me some simple instructions to follow?

Quote
Ubuntu and Debian have their own `libdb-dev` and `libdb++-dev` packages, but these will install
BerkeleyDB 5.1 or later. This will break binary wallet compatibility with the distributed executables, which
are based on BerkeleyDB 4.8. If you do not care about wallet compatibility,
pass `--with-incompatible-bdb` to configure.
There are two main ways to proceed.

If you need to preserve wallet compatibility with distributed Gapcoin executables, then do a "depends" build, following the instructions in depends/README.md, using HOST=x86_64-linux-gnu, i.e:
Code:
cd depends
make HOST=x86_64-linux-gnu
cd ..
./autogen.sh
CONFIG_SITE=$PWD/depends/x86_64-linux-gnu/share/config.site ./configure --prefix=/
make

Otherwise, if you're just building for yourself, use sudo apt install libdb-dev libdb++-dev and add --with-incompatible-bdb to the options to configure.

Cheers

Graham


Hi Graham, i tried option 1
and got
cd depends
make HOST=x86_64-linux-gnu
cd ..
./autogen.sh
CONFIG_SITE=$PWD/depends/x86_64-linux-gnu/share/config.site ./configure --prefix=/
make
Making all in src
make[1]: Entering directory '/home/jase1/Downloads/gapcoin-core/src'
make[2]: Entering directory '/home/jase1/Downloads/gapcoin-core/src'
  CXX      libbitcoinconsensus_la-arith_uint256.lo
  CXX      libbitcoinconsensus_la-hash.lo
  CXX      libbitcoinconsensus_la-pubkey.lo
  CXX      libbitcoinconsensus_la-uint256.lo
  CXX      libbitcoinconsensus_la-utilstrencodings.lo
  CXX      gapcoind-bitcoind.o
  CXX      libbitcoin_server_a-addrdb.o
make[3]: Entering directory '/home/jase1/Downloads/gapcoin-core/src/secp256k1'
gcc -I. -g -O2 -Wall -Wextra -Wno-unused-function -c src/gen_context.c -o gen_context.o
  CXX      libbitcoin_server_a-addrman.o
  CXX      libbitcoin_server_a-bloom.o
  CXX      libbitcoin_server_a-blockencodings.o
  CXX      libbitcoin_server_a-chain.o
In file included from ./chain.h:12:0,
                 from chain.cpp:8:
./pow.h:11:29: fatal error: PoWCore/src/PoW.h: No such file or directory
compilation terminated.

TBH, i started @ 7.30am with LM20.1, (my fault), then rebuild hard drive with clean LM20.04 for a few attempts, finally started afresh with LM18.3, and now @14.50pm, still have no wallet, so i give in

I must stress, i completely appreciate the efforts yourself and many other programmers on here put in, but when i read
"If you need to preserve wallet compatibility with distributed Gapcoin executables, then do a "depends" build",  i'm sat here thinking, i don't even know what that means, nevermind knowing if i should worry about it....

It really should not be this difficult to start with a clean drive, install LM or Ubuntu and get a fresh wallet running...
147  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU/GPU minable! on: January 25, 2021, 02:02:04 PM
Hi,

Tried building on Clean install LinuxMint
lsb_release -a
No LSB modules are available.
Distributor ID:   LinuxMint
Description:   Linux Mint 18.3 Sylvia
Release:   18.3
Codename:   sylvia

using
git clone https://github.com/gjhiggins/fuguecoin.git
cd fuguecoin/
qmake

got error "qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory"

Then did
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libminiupnpc-dev


(my bad, i was following build-unix.md instructions, not readme-qt.rst)

then tried

sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev
qmake
(at least this worked on 18.3, on 20.04 it failed on qt4-make and libqt4-dev)
Project MESSAGE: Building with UPNP support
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.

make
 which finally error with

/usr/bin/ld: cannot find -lsnappy
collect2: error: ld returned 1 exit status
Makefile:343: recipe for target 'fuguecoin-qt' failed
make: *** [fuguecoin-qt] Error 1


Tried searching for error in Google

Your search - -lsnappy - did not match any documents.

Suggestions:

    Make sure that all words are spelled correctly.
    Try different keywords.
    Try more general keywords.


I have no words Sad
148  Alternate cryptocurrencies / Announcements (Altcoins) / Re: EUROPECOIN [ERC] 🌟 FINANCECLOUD 🌟 CRYPTOCURRENY & FINANCE API + SMARTHUB 🌟 on: January 25, 2021, 10:49:14 AM




a small delay in favour to fix wallets OpenSSL Security first,

see commit

https://github.com/EuropecoinEUORG/Europecoin-V3/commit/cd75cae731e037632ab7f0fcbe7ab557eec64640

that commit fixes PATTERNSEARCH ALGORYTHM compile errors with the newest OpenSSL libary versions,
now dong the same for the RPC API code .....

have fun
Matthias


.

Hi,
Any chance you can put up build instructions for clean install of LM20.1
I've had a go, but it fails on the DB4.8, and when i try to manually build using
--
path to install BDB to, here we create a directory within the bitcoin directory
BDB_PREFIX="${BITCOIN_ROOT}/db4"
mkdir -p $BDB_PREFIX

# Fetch the source and verify that it is not tampered with
wget 'http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz'
echo '12edc0df75bf9abd7f82f821795bcee50f42cb2e5f76a6a281b85732798364ef  db-4.8.30.NC.tar.gz' | sha256sum -c
# -> db-4.8.30.NC.tar.gz: OK
tar -xzvf db-4.8.30.NC.tar.gz

# Build the library and install to our prefix
cd db-4.8.30.NC/build_unix/
#  Note: Do a static build so that it can be embedded into the executable, instead of having to find a .so at runtime
../dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX
make install

# Configure Bitcoin Core to use our own-built instance of BDB
cd $BITCOIN_ROOT
./configure (other args...) LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/"
--
that fails to
149  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: January 23, 2021, 06:44:21 PM
Hi,
I'm trying to make the linux wallet on Ubuntu 20.10

When i get to this bit

sudo apt-get install software-properties-common
    sudo add-apt-repository ppa:bitcoin/bitcoin
    sudo apt-get update
    sudo apt-get install libdb4.8-dev libdb4.8++-dev

It fails
sudo add-apt-repository ppa:bitcoin/bitcoin
Repository: 'deb http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu/ groovy main'
Description:
NOT MAINTAINED. The OS-library linking packages here had a series of issues.

PLEASE DOWNLOAD DIRECTLY FROM bitcoincore.org (and verify the signatures of said files).

IF YOU WANT AUTO-UPDATES, please see the officially-maintained snap package -
https://github.com/bitcoin-core/packaging/tree/master/snap
More info: https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin
Adding repository.
Press [ENTER] to continue or Ctrl-c to cancel.
Found existing deb entry in /etc/apt/sources.list.d/bitcoin-ubuntu-bitcoin-groovy.list
Adding deb entry to /etc/apt/sources.list.d/bitcoin-ubuntu-bitcoin-groovy.list
Found existing deb-src entry in /etc/apt/sources.list.d/bitcoin-ubuntu-bitcoin-groovy.list
Adding disabled deb-src entry to /etc/apt/sources.list.d/bitcoin-ubuntu-bitcoin-groovy.list
Adding key to /etc/apt/trusted.gpg.d/bitcoin-ubuntu-bitcoin.gpg with fingerprint C70EF1F0305A1ADB9986DBD8D46F45428842CE5E
Ign:1 cdrom://Ubuntu 20.10 _Groovy Gorilla_ - Release amd64 (20201022) groovy InRelease
Hit:2 cdrom://Ubuntu 20.10 _Groovy Gorilla_ - Release amd64 (20201022) groovy Release
Hit:3 http://gb.archive.ubuntu.com/ubuntu groovy InRelease
Ign:4 http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu groovy InRelease
Get:5 http://security.ubuntu.com/ubuntu groovy-security InRelease [110 kB]
Get:6 http://gb.archive.ubuntu.com/ubuntu groovy-updates InRelease [115 kB]                             
Err:7 http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu groovy Release                                               
  404  Not Found [IP: 91.189.95.85 80]
Get:9 http://gb.archive.ubuntu.com/ubuntu groovy-backports InRelease [101 kB]                                       
Reading package lists... Done     
E: The repository 'http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu groovy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(Cool manpage for repository creation and user configuration details.

Can anyone give me some simple instructions to follow?
Thanks
J
150  Alternate cryptocurrencies / Mining (Altcoins) / Re: 3080 16Gb & Ryzen 5900HX on: January 22, 2021, 01:58:57 PM
Hello,

There are some new laptops which were announced recently with 3080 - 16 Gb and Ryzen 5900HX cpu. Do you think they would be good for mining and how much would be the hashrate for the 16 gb 3080? And also, can you mine monero with the cpu in the same time while mining ETH with the gpu?

The 3080 specs:
      NVIDIA CUDA Cores: 6144
      Boost Clock: 1245 - 1710GHz
      Memory Size: 16GB or 8GB
      Memory Type: GDDR6

Thanks

Based on a bit of Googling, looks like the specs for the laptop gpu are significantly lower then the desktop version
GPU Engine Specs: GEFORCE RTX 3080
NVIDIA CUDA® Cores:8704
Boost Clock (GHz)1.71
Base Clock (GHz)1.44
Standard Memory Config: 10 GB GDDR6X
Memory Interface Width   320-bit
Graphics Card Power (W) 320

GPU Engine Specs:GEFORCE RTX 3080 LAPTOP GPU
NIDIA CUDA® Cores: 6144
Boost Clock (MHz) 1245 - 1710 MHz
Standard Memory Configuration: 16 GB GDDR6
Memory Interface Width:   256-bit
GPU Subsystem Power (W): 80 - 150+ W

Have to say looks like a pretty awesome laptop (although i would only ever spend £400 max on any laptop, and probably then go for a chrome book)
I guess for me at least, you buy a laptop to use as a laptop, and if you only want max mining performance you might be better saving on the laptop and getting a dedicated desktop (or rig)....as they say "The choice is yours"

Yes, the main use of the laptop is for work and gaming, I was just wondering if I could just earn a bit extra while not using it for that, but it seems that is not a good idea. What about the cpu mining?

I think you're missing the point slightly.
No one is going to tell you exactly what you can or cannot do, or advise you what is safe.

I think you simply need to look at any performance desktop PC and look at the size of the air coolers, or the water coolers they are using, along with the huge power supplies and it becomes obvious that a laptop cannot be expected to do the same.
So YES, you can cpu and gpu mine with a laptop, just like you can mine with a raspberry pi 4 as well....but how well it performs, and how long it will last....well no one can tell you that.

If i was going to cpu mine with a laptop, i'd only use 1/2 of its cores (not threads), so on a 8c/16t cpu, i'd use 4 cores....might not overheat too quickly....
Be interested to know how things turn out for you.
Keeps us updated please.
151  Alternate cryptocurrencies / Mining (Altcoins) / Re: 3080 16Gb & Ryzen 5900HX on: January 22, 2021, 08:29:48 AM
Hello,

There are some new laptops which were announced recently with 3080 - 16 Gb and Ryzen 5900HX cpu. Do you think they would be good for mining and how much would be the hashrate for the 16 gb 3080? And also, can you mine monero with the cpu in the same time while mining ETH with the gpu?

The 3080 specs:
      NVIDIA CUDA Cores: 6144
      Boost Clock: 1245 - 1710GHz
      Memory Size: 16GB or 8GB
      Memory Type: GDDR6

Thanks

Based on a bit of Googling, looks like the specs for the laptop gpu are significantly lower then the desktop version
GPU Engine Specs: GEFORCE RTX 3080
NVIDIA CUDA® Cores:8704
Boost Clock (GHz)1.71
Base Clock (GHz)1.44
Standard Memory Config: 10 GB GDDR6X
Memory Interface Width   320-bit
Graphics Card Power (W) 320

GPU Engine Specs:GEFORCE RTX 3080 LAPTOP GPU
NIDIA CUDA® Cores: 6144
Boost Clock (MHz) 1245 - 1710 MHz
Standard Memory Configuration: 16 GB GDDR6
Memory Interface Width:   256-bit
GPU Subsystem Power (W): 80 - 150+ W

Have to say looks like a pretty awesome laptop (although i would only ever spend £400 max on any laptop, and probably then go for a chrome book)
I guess for me at least, you buy a laptop to use as a laptop, and if you only want max mining performance you might be better saving on the laptop and getting a dedicated desktop (or rig)....as they say "The choice is yours"
152  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Brownie Coins (BRC) Released Today on: January 21, 2021, 01:45:25 PM
can you tell me what the command is pls? sorry for being clueless

there is bash file in the root folder I think it's call rungenerate.sh this will loop the command line argument so it never stops mining
wallet windows qt?
how do i run the mining in the qt portfolio
mining console setgenerate?

Sorry for the delay been so busy. PLEASE NOTE THE CHANGE THE ADDRESS, read more about brownie-cli generatetoaddress command 
- execute as "nohup bash rungento
https://github.com/browniecoins/browniecoins/blob/0.8/rungento

Code:
#!/bin/bash

# My first script
while [ 1 ]
do
        echo "Hello World!"
        ./brownie-cli generatetoaddress 1000 BHZ5prmHkzfFQ8ZaxXp7JTPPRhLtK97v5U
        sleep 60
done
I can't execute


Don't even bother wasting your time trying
The coin is using scrypt, and is already @ 67mh/s, even with a threadripper you'd be lucky to achieve 20th that hash, that's before gpus, and ASICS, completely pointless.
153  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][2POW] Luck - A new consensus algorithm to eliminate large mining pools on: January 18, 2021, 10:49:12 AM
Hi Dev,

Can you please post latest links to Windows / Linux compiled wallets and explorer.
(Might be a good idea to stick them on the first page also)
Thanks
154  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer (pooler's cpuminer, CPU-only) on: January 16, 2021, 06:49:50 PM

You can no longer solo mine to the BTC wallet.

You're thinking of the mining software built in to the wallet, that no longer exists. You can still mine solo using RPC,
it's required for any mining to be possible. It's just futile to do so with a CPU.

I think the user's problem is the firewall, Port 13000 needs to be opened for local clients.


I have just tried this with wallet 20.1 and i can't get it to work either...works perfect with Bitcoin Wallet 16
C:\Users\Miner_NVMe\Crypto\0 Miners\cpuminer-opt-3.15.4-windows>cpuminer-zen -a sha256d -o http://127.0.0.1:8332 -u xxxx
 -p xxxx -t 1 --coinbase-addr=aQimFGHgkiyRQMtTFEJ9GnCFHipT1AQMcy

         **********  cpuminer-opt 3.15.4  ***********
     A CPU miner with multi algo support and optimized for CPUs
     with AVX512, SHA and VAES extensions by JayDDee.
     BTC donation address: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT

CPU: AMD Ryzen 7 1800X Eight-Core Processor
SW built on Dec 15 2020 with GCC 9.3.0
CPU features:  AVX2    AES SHA
SW features:   AVX2    AES SHA
Algo features: AVX2

Starting miner with AVX2...

[2021-01-16 18:48:07] CPU affinity [!!!!!!!!!!!!!!!!]
[2021-01-16 18:48:07] 1 of 16 miner threads started using 'sha256d' algorithm
[2021-01-16 18:48:07] Miner thread priority 0 (nice 19)
[2021-01-16 18:48:08] Empty data received in json_rpc_call.
[2021-01-16 18:48:08] getblocktemplate failed, falling back to getwork
[2021-01-16 18:48:08] Empty data received in json_rpc_call.
[2021-01-16 18:48:08] json_rpc_call failed, retry after 10 seconds
[2021-01-16 18:48:18] Empty data received in json_rpc_call.
[2021-01-16 18:48:18] json_rpc_call failed, retry after 10 seconds
155  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer (pooler's cpuminer, CPU-only) on: January 16, 2021, 04:55:49 PM

You can no longer solo mine to the BTC wallet.

You're thinking of the mining software built in to the wallet, that no longer exists. You can still mine solo using RPC,
it's required for any mining to be possible. It's just futile to do so with a CPU.

I think the user's problem is the firewall, Port 13000 needs to be opened for local clients.


Hi Jaydee....

I have tried using you're miner...works with BTC 16 and lower, but not higher
156  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Excelsior [XLS] CPU based coin [POW] on: January 16, 2021, 03:43:58 PM
Hi, anyone want to trade some of these coins. I have about 100,000, are they worth anything?

They worth 0.0000000000000001 sat

Smiley
They are worth what ever someone is will to offer me.
I am happy to trade against, say, LTC, Doge, or other coins

Also 1 sat is a unit of BTC and so only has 8 decimal places (even thou some exchanges have added 1 extra zero, and when they do, they usually mark the 9th decimal place with both a warning and a different colour))
157  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer (pooler's cpuminer, CPU-only) on: January 16, 2021, 03:38:36 PM
My system is as follows: 

400GB free.
my RAM is 8GB
Intel Core i5-4210U CPU @ 1.70GHz   2.40 GHz
Bitcoin Client Software and Version Number: V0.20.1
Operating System: Windows 10 (64)I already have bitcoin core running on this laptop.


I appreciate your help in this matter. I would like to run a CPU Bitcoin miner on my laptop for a few hours- I know I will not earn anything, but I'm keen to do some mining.

I downloaded Poolers CPU miner from Github and used this instructional video (https://youtu.be/kFudfJ7fTrI) on how to set it up.

Please bear in mind that  I'm not a programmer or coder, just a guy with an interest in Bitcoin with some superficial knowledge on computing who is eager to learn.

I switched the antivirus off and I was able to run the "minerd.exe" program using the CMD. 

When I run the program, I get this error message:

[2021-01-15 20:25:11] HTTP request failed: Failed to connect to 127.0.0.1 port 13000: Connection refused  

I'm not sure why this is happening.

I am connected to the internet. 
I switched my VPN off in case it was the cause.
I'm running Bitcoin Core and it has multiple connections and is synched up to date.

 
The configuration file "Bitcoin.conf" is located within the "Bitcoin" folder in %AppData% and is as follows:

server=1
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=13000 

I ran the "minerd.exe" program with the following command:
 
minerd.exe -a sha256d -O user:password -o 127.0.0.1:13000 --coinbase-addr=""xxxxxxx bitcoing address xxxxxxx" -t 2

I also tried this:

minerd.exe -a sha256d -O user:password -o http://127.0.0.1:13000/ --coinbase-addr=bc1q5d7lfmu9esswxjayjyynk5tn8jd2w9x5jxn0n5 -t 2
 
On both occasions I get the error: HTTP request failed: Failed to connect to 127.0.0.1 port 13000: Connection refused    

Can you please give some guidance as to what I should do to resolve this issue??

Thank you very much.
Abu

--------------------------------------
2 issues

Issue 1
 need to change .conf
----------------------
server=1
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=13000
----------------------
 change to
----------------------
server=1
listen=1
daemon=1
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=13000
----------------------

This will now work for most solo mining (sometimes --coinbase-addr=bc1q5d7lfmu9esswxjayjyynk5tn8jd2w9x5jxn0n5 helps sometimes fails - try both ways)

HOWEVER
issue 2

You can no longer solo mine to the BTC wallet. I cannot remember the version but they removed the rpc function, i think from version 16 onwards.
If you want to solo mine, it will have to be another coin. (Unless a solo pool for BTC exists)

Are you just wanting to learn how to solo mine? If so i can probably find an old worthless coin that still syncs and  is cpu minable, just so you can see the process.
158  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer (pooler's cpuminer, CPU-only) on: January 15, 2021, 08:34:36 AM
I've tried to used cpuminer to mine Scrypt algorithm before but until this day I still can't configure or make it work, after many tutors through reddit it's still not working, can someone drop me the full configuration here ? I will appreciate

PM me i'll see if i can help
159  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Excelsior [XLS] CPU based coin [POW] on: January 15, 2021, 12:25:31 AM
Hi, anyone want to trade some of these coins. I have about 100,000, are they worth anything?
160  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 42-coin Development Discussion Thread - Latest release: v0.11.0! on: January 11, 2021, 09:43:46 AM
Because they're only 42-coins that can be broken down in 0.00000001 dent. The smallest 42-coin unit minus 100,000,000 dents x 42 coins is the total amount of dents that doesnt required much computation compared to bitcoin and the network demands required a few nodes because only 42 coins need to be tracked and low exchange volume. .  the 42-coin ledger doesn't required much hard drive space and energy compared to bitcoin ledger so therefore lt puts the demands on your local wallet but that's the key to it's survivability. Yes it seems unfair that the staking protocol favors the bigger the better wallet. What makes it worse they're only 42
coins total to stake on.. so the chance to stake on dents are impossible but the dents will be deflated and I predict at current trends of the value of a single 42-coin . In 2 years,  0.00000001 dents will be worth 1 USD dollar or higher!!! Even though you won't earn dents on staking your wallet, the staking value will grow and secures your investment at the same time..

Updated post

So the gist is, there is zero point leaving my wallet open, and unless i buy some more coins, i will never gain any extra....
Thought as much, just wanted to make sure i wasnt making any silly errors
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 ... 63 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!