Bitcoin Forum
May 25, 2024, 12:19:57 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 59 60 61 62 63 »
301  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Verus (VRSC) - zk-SNARK privacy, CPU-mining, 50/50 POW/POS, fair launch on: December 17, 2019, 02:17:12 PM
WOW,
Massive jump in hashrate, i'm guessing the server farms and GPU farms, have suddenly caught up.
Get those cpus burning quickly before the FPGA's jump onboard.


To the DEVS....next algo increment, please make it VERY ram heavy, say min 16GB....that will at least cripple the GPU/FPGA guys for more than a few days.....
302  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Verus (VRSC) - zk-SNARK privacy, CPU-mining, 50/50 POW/POS, fair launch on: December 17, 2019, 02:07:55 PM
Hi guys,

Just trying out my new build.
If anyone wants to try mining some (VRSC) i am running on MRR for the next few hours.

 http://rig.rent/rigs/141908

J
303  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Zettelkasten - ZTTL, New Algo: BurgerHash V6 🍔, CPU-SOLO-mineable on: December 15, 2019, 01:58:07 AM
Just out of interest, whats the going rate for Zettel at the moment please? In GBP or $.

Thanks
304  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FT1] Fortune1Coin is not just another cryptocurrency. on: December 10, 2019, 10:01:17 AM
Hi Guys,
Anyone wanting to buy some coins, PM me....2 sats / coin

Thanks J
305  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: December 06, 2019, 11:57:13 AM
allocators.h:15:10: fatal error: openssl/crypto.h: No such file or directory
That's an understandable failure on the part of the compiler but it's a bit odd that the headers are missing - they should be there if  libssl-dev has been apt-installed.

On Mint 19.2, the openssl headers will be in  /usr/include/openssl. If that directory isn't present on your system and you have done apt install libssl-dev, then I don't know what to suggest, sorry.

Cheers

Graham


Hi Graham,

Sorry i've been so long coming back, i tried to remove openssl, and removed too much.....had to do a full rebuild,
Anyway...here exactly what i did

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

ADMIN / DRIVER MANAGER (update to Nvidia-driver-435 ***435.21 Ubuntu 18.04.3***)
REBOOT

sudo apt-get install git synaptic gdebi pkg-config

sudo apt-get install build-essential libtool autotools-dev autoconf libssl-dev libgmp-dev libmpfr-dev

sudo apt-get install libboost-all-dev libminiupnpc-dev libqt4-dev libprotobuf-dev protobuf-compiler

sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev libqrencode-dev

sudo apt install automake

sudo apt install libcanberra-gtk-module libcanberra-gtk3-module

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

git clone --branch v0.9.3-gap https://github.com/gjhiggins/gapcoin
cd gapcoin
git submodule init
git submodule update
./autogen.sh
./configure --with-incompatible-bdb --without-miniupnpc
make

Finally...works

I have to go bring up a terminal and type /home/gapcoin/Downloads/gapcoin/src/qt/gapcoin-qt to run it (double clicking on qt file never works)

oh, i don't know if this is the version with your updated POW, not sure how to add that....maybe another day

Anyway, Thank you very much for your time
J
306  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: December 06, 2019, 08:35:23 AM
Hi Minerja,

https://github.com/gapcoin/gapcoin/issues


Follow these instructions
https://github.com/gapcoin/gapcoin/issues/2



I updated the instructions, I would appreciate if you would delete all the technical information clogging this forum page after you compile using the instructions.


Remember GIT commands are also from the Command Line Terminal

git clone --branch v0.9.3-gap https://github.com/gjhiggins/gapcoin



Hi,

much closer, but still fails

gapcoin@gapcoin-R1800x:~/Downloads/gapcoin-0.9.3/gapcoin$ make
Making all in src
make[1]: Entering directory '/home/gapcoin/Downloads/gapcoin-0.9.3/gapcoin/src'
make  all-recursive
make[2]: Entering directory '/home/gapcoin/Downloads/gapcoin-0.9.3/gapcoin/src'
Making all in .
make[3]: Entering directory '/home/gapcoin/Downloads/gapcoin-0.9.3/gapcoin/src'
  CXX      addrman.o
In file included from serialize.h:9:0,
                 from netbase.h:13,
                 from addrman.h:8,
                 from addrman.cpp:5:
allocators.h:15:10: fatal error: openssl/crypto.h: No such file or directory
 #include <openssl/crypto.h> // for OPENSSL_cleanse()
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:870: recipe for target 'addrman.o' failed
make[3]: *** [addrman.o] Error 1
make[3]: Leaving directory '/home/gapcoin/Downloads/gapcoin-0.9.3/gapcoin/src'
Makefile:892: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/gapcoin/Downloads/gapcoin-0.9.3/gapcoin/src'
Makefile:668: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/gapcoin/Downloads/gapcoin-0.9.3/gapcoin/src'
Makefile:510: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
307  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FT1] Fortune1Coin is not just another cryptocurrency. on: December 05, 2019, 03:20:26 PM
Please do not use this thread for trading. Use PM.

The trade will be done via PM's
308  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FT1] Fortune1Coin is not just another cryptocurrency. on: December 05, 2019, 02:27:30 PM
Want to buy some COINS, but always waiting. . When can the exchange time be determined? Embarrassed Embarrassed

I'll sell you 100,000 at 2 sats each, or 0.002 BTC

J
309  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FT1] Fortune1Coin is not just another cryptocurrency. on: December 05, 2019, 01:54:05 PM
Using wallet 0.10.3-Start-beta-20191111

permanently getting error

Miner send get_currency_id
Network Error getting currency id (will retry in 10 sec) err=Disconnect
Miner send get_currency_id
Network Error getting currency id (will retry in 10 sec) err=Disconnect


Why is this wallet always broken?
How to fix?


Download last version "next step"

Thanks Smiley

Why doesn't the dev tell us there is an update.....grrrr
J
310  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FT1] Fortune1Coin is not just another cryptocurrency. on: December 05, 2019, 12:57:35 PM
Using wallet 0.10.3-Start-beta-20191111

permanently getting error

Miner send get_currency_id
Network Error getting currency id (will retry in 10 sec) err=Disconnect
Miner send get_currency_id
Network Error getting currency id (will retry in 10 sec) err=Disconnect


Why is this wallet always broken?
How to fix?
311  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: December 05, 2019, 11:48:39 AM
Hi guys,
TO Delete
312  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] vDinar Yugoslav miners' coin | No ICO | PoW on: November 29, 2019, 12:51:49 PM
Hi guys,

I have a 1000 Vdinar for sale.
Looking for 100 sats per coin (0.00000100 BTC each)
Will sell in 100's or 1000

Thanks
J
313  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FT1] Fortune1Coin is not just another cryptocurrency. on: November 27, 2019, 04:37:26 PM
Hi,
So, whilst we are waiting for an exchange, lets try this the old fashioned way....TRADING...
I'll start the ball rolling.
I have 20,000 FT1 and i'll trade in batches of 1000 coins for 10 sats each,
so for
1,000 FT1 i would like 0.0001 BTC (10 sats each)
2,000 FT1 i would like 0.0002 BTC (10 sats each)
5,000 FT1 i would like 0.0005 BTC (10 sats each)
10,000 FT1 i would like 0.001 BTC (10 sats each)
50,000 FT1 i would like 0.004 BTC (8 sats each)
100,000 FT1 i would like 0.006 BTC (6 sats each)


I can do a test transaction of 1 FT1, to make sure we are on same chain....i match the explorer, but there have been so many updates....

So who's up for a trade?
J
314  Economy / Games and rounds / Re: Free 0.2 bitcoin giveaway 🔥 Bitsler.com Birthday! on: November 26, 2019, 01:59:47 PM
Question for anyone who was simply posted their username,
Did you get the 0.00050 BTC?
I've not got anything yet....seems fishy.

Prizes will paid out after the end of the promotion. See the following for when it ends.

Quote
Duration:
This post date - 28 November (18:00PM GMT+1).

Thankyou Smiley
I missed that
315  Economy / Games and rounds / Re: Free 0.2 bitcoin giveaway 🔥 Bitsler.com Birthday! on: November 26, 2019, 08:34:53 AM
Question for anyone who was simply posted their username,
Did you get the 0.00050 BTC?
I've not got anything yet....seems fishy.
316  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FT1] Fortune1Coin is not just another cryptocurrency. on: November 23, 2019, 10:55:29 AM
Crex24 does not even register new users from US, UK, Canada and Israel.

This Is Crex24 Repply

Our system has detected that your IP address is 77.138.XX.XX
and it is from a country where our services are unavailable

VPN  Huh
Yeah and when the person submit the documents and details? Smiley

Documents? What Huh Is that not anonymous exchange?

LOL, does such an exchange even exist anymore? Certainly not in Europe
317  Economy / Games and rounds / Re: Free 0.2 bitcoin giveaway - 🔥 Bitsler.com Birthday! on: November 22, 2019, 11:07:37 AM
Username: minerja1

Happy Birthday
318  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FT1] Fortune1Coin is not just another cryptocurrency. on: November 12, 2019, 08:36:33 AM
You are not team member, so you are not allowed to run Telegram for them, please close and leave the team to do this things.

erm, i think Fortune1coin released this coin, so i would imagine any such comments should really come from him. (I'm guessing that "funnow" is not "Fortune1Coin" in disguise)
Also, as soon as you release the github open source code, you are allowing anyone to "help out" in pretty much any manner they feel like.
As for "not allowed to run a Telegram group", not sure there is any issue with that, unless the sole aim of said group is to decieve people.
Perhaps more of a "lets join forces, we'd love to have your input in helping us drive forward this coin", approach may work better....who knows
319  Alternate cryptocurrencies / Announcements (Altcoins) / Re: LightningCash --- CPU-ONLY - The FASTEST bitcoin-based cryptocurrency on: November 02, 2019, 03:08:22 PM
https://github.com/Lightningcash-dev/lightningcash/releases/tag/v6.0.0



EMERGENCY WALLET UPGRADE !!!!


ALL WALLETS PRIOR TO v6.0.0 WILL BE ON THE WRONG BLOCKCHAIN !!!!

Need the windows binaries then please
320  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: November 01, 2019, 02:11:50 PM
Finders keepers, lossers weepers ...

- https://chainz.cryptoid.info/gap/

This post will self-destruct on 1st Jan. 2020 or soon after the coins are moved to new gapcoin addresses.

Wink

Hi, i'd like to test this please.
How does one go about it?

Thanks
J
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 59 60 61 62 63 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!