Bitcoin Forum
May 14, 2024, 09:50:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: [ANN] Freecash will be launched at 00:00 on January 1, 2020.  (Read 1279 times)
crackfoo
Legendary
*
Offline Offline

Activity: 3472
Merit: 1126



View Profile WWW
February 28, 2021, 07:35:36 PM
Last edit: March 12, 2021, 01:39:46 PM by crackfoo
 #21



Hi,
We've added FreeCash (FCH) to https://www.cexz.ca/ exchange.

## Exclusive partnership with https://zpool.ca ##
Mine on zpool using one of your CexZ deposit addresses and get your mining fee's waived!

==============================

Support: https://discord.gg/btHkR2NEam
Twitter: https://twitter.com/_cexz_


http://zpool.ca/

Hi,
We've added FreeCash (FCH) to http://zpool.ca/ sha256. See below for connection details.

Fee only: 0.5% or less
BTC payouts are processed once a day for balances above 0.0025
Payouts for all other currencies are made automatically every 4 hours for balances above 0.05 and balances more than 0.0125 are included in one of the payouts each day.

- Sample configurations -
To mine and get paid in FCH:
Code:
-a sha256 -o stratum+tcp://sha256.mine.zpool.ca:3333 -u FCH_ADDRESS -p c=FCH,zap=FCH

Exchange to BTC:
Code:
-a sha256 -o stratum+tcp://sha256.mine.zpool.ca:3333 -u BTC_ADDRESS -p c=BTC
Exchange to BTC but mine only FCH:
Code:
-a sha256 -o stratum+tcp://sha256.mine.zpool.ca:3333 -u BTC_ADDRESS -p c=BTC,zap=FCH

All of our ports are NiceHash friendly, no need to specify any extra details

We also provide stratum servers in:
Europe:
Code:
sha256.eu.mine.zpool.ca:3333 
South East Asia:
Code:
sha256.sea.mine.zpool.ca:3333 
Japan:
Code:
sha256.jp.mine.zpool.ca:3333 

Need hashpower? zpool[34m~@~Ys sister provides hash rental services: http://hashtap.ca/

==============================

Support: https://discord.gg/n45n6Jj
Twitter: https://twitter.com/_zpool_

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
1715680254
Hero Member
*
Offline Offline

Posts: 1715680254

View Profile Personal Message (Offline)

Ignore
1715680254
Reply with quote  #2

1715680254
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715680254
Hero Member
*
Offline Offline

Posts: 1715680254

View Profile Personal Message (Offline)

Ignore
1715680254
Reply with quote  #2

1715680254
Report to moderator
PeterP4rker
Newbie
*
Offline Offline

Activity: 80
Merit: 0


View Profile WWW
May 23, 2021, 06:11:36 PM
 #22


NEW FREECASH POOL

⚡️ RXRAT.COM ⚡️


We are happy to announce you the opening of the FreeCash stratum!



Stratum address:
Code:
-a sha256 -o stratum+tcp://pool.rxrat.com:4000 -u YOURADDRESS -p c=FCH



⚡️ Our infrastructure is highly scalable, reliable, secured and powerful ⚡️

⚡️We have Competitive fees: 0.25%/0.5% Solo ⚡️

⚡️We make Payment every hour ⚡️

⚡️ We are completely protected from DDOS attack ⚡️


We wish you a happy and profitable mining on RxRAT.com
If you have any question or problem, please contact us on our discord : https://discord.com/invite/NDqKdqfyrv


www.rxrat.com

 
elmo40
Member
**
Offline Offline

Activity: 666
Merit: 15


View Profile
November 06, 2021, 05:57:20 PM
 #23

14,401 required confirmations??
Took 8-days to verify a confirmation.

Was that a typo in the code?
Hermes Mercury
Member
**
Offline Offline

Activity: 318
Merit: 21


View Profile
April 25, 2022, 07:48:25 AM
 #24

Nice image and article.

Anyone know about faucet for FCH?

EDIT: There one faucet on site. Grin
nulo0b
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
June 18, 2023, 10:56:37 PM
 #25

dead coin?

mameex
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile WWW
September 05, 2023, 02:17:24 PM
 #26

Was hard to build a linux binaries for Ubuntu 22.04.
If anyone is trying to build it from source here is what helped me.

source: https://github.com/freecashorg/freecash/releases
version: v1.0.5
https://github.com/freecashorg/freecash/archive/refs/tags/v1.0.5.tar.gz


use OpenSSL 1.1.1.1f:
Code:
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/openssl_1.1.1f-1ubuntu2.19_amd64.deb
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.1.1f-1ubuntu2.19_amd64.deb
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb

sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
sudo dpkg -i libssl-dev_1.1.1f-1ubuntu2.19_amd64.deb
sudo dpkg -i openssl_1.1.1f-1ubuntu2.19_amd64.deb


There are few errors. Missing headers.

add:
Code:
#include <deque>
to "src/httpserver.cpp"
line:33

add:
Code:
#include <boost/bind.hpp>
to "src/validation.cpp"
line:46

add:
Code:
#include <boost/bind.hpp>
to "src/validationinterface.cpp"
line:7

Just sharing. If anyone is trying to build. Hope it helped.

dead coin?

I see few mining pools mining the coin. So it's not completely dead.
Pages: « 1 [2]  All
  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!