Bitcoin Forum
April 28, 2024, 07:27:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 »
1221  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (NEW: Qt and Windows builds) on: July 17, 2014, 05:33:38 PM
will do. I killed and left it so I will shoot that over tonight when I get home.

Still trying to make some time for the win qt... but damn people are making me work while at work... the nerve
1222  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (NEW: Qt and Windows builds) on: July 17, 2014, 12:03:15 PM
New builds up. Primary change as that win64 should work better. With any of these builds you will need to delete data directory or run with -resync due to change in the transaction database.

Current is 14071622

@Billotronic that is good you have machine running for extended time. I have noticed a bug, it was in QT, but probably also in CLI. You can kind of see if it's happened to you from the

Update: 11659 11659 11659 11659 1

lines that are printed. When the bug happens, the third number will be less than the 4th by large amount. So like

Update: xxxxx xxxxx 10559 11659 x

Otherwise, the client will appear to be operating normally. Mining may work, transactions will be sent and received, no crashes, no errors. I think this is why there have been no reports. Restarting the client fixes it, I accidentally did that the last 2 times this bug happened. So if you see it, please grab a log before doing anything else. This bug is very serious, show stopper style as it can and will cause large scale forks. Currently no way to reproduce it and very little data on what is actually happening.

How large? I just killed the client to update and this was the last line:

Update: 11759 11759 11675 11759 1
1223  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (NEW: Qt and Windows builds) on: July 16, 2014, 11:21:02 PM
Groovy. I figured as much but wanted to make sure. The *nix box I test on is left on unattended for many hours during the day and I would hate to mess things up for the test because of it.
1224  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ******GlobalBoost® BST - Updated Algo #Yescrypt CPU Mining Only***** 7/16/2014 on: July 16, 2014, 10:50:05 PM

countdown?

Release Update

The creator of the algorithm Yescrypt, world renowned security expert, Solar Designer stopped in the IRC and offered his expertise on some of the parameters of the coin.  The GlobalBoost development team is implementing these now, and will update you on a start time shortly.

where is your IRC?
1225  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (NEW: Qt and Windows builds) on: July 16, 2014, 10:49:30 PM
did you try a hammer? usually works for me.

So before I took off from work I managed to get the client to at least try to fire up. I executed the exe three times and recieved three different sets of errors none of which included the client actually starting. When I get in tomorrow I will replicate and post the outputs.

Bright side, my linux client has been happily finding blocks all day.

Side note, is it going to mess things up if I am not running the most current build?
1226  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (NEW: Qt and Windows builds) on: July 16, 2014, 09:21:33 PM
lol I am blind as a bat.... completely missed that dll.zip at the top of the list.
1227  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (NEW: Qt and Windows builds) on: July 16, 2014, 07:50:36 PM
hmmm can't even get this to start on win7... any ideas?

Getting "Aplication failed to start yadda yadda 0xc00007b"
1228  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] FYC -- Fuck You Coin -- NEW ALGO! 0% Premine NO IPO - LAUNCH IN 10 MIN on: July 16, 2014, 03:54:18 PM
awww the only thing you fucked up is the lack of a n00b coin named account... can't know who the actual devs are, come on!
1229  Alternate cryptocurrencies / Mining (Altcoins) / Re: Wolf's XMR/BCN/MNT CPUMiner - 2x speed compared to LucasJones' - NEW 06/20/2014 on: July 16, 2014, 02:41:30 PM
This might vary a little depending on what ubuntu version you are using and ffs I have not run this in a while so it also might have a few un-needed steps but it should get you started. This is tested to work for ubuntu 12.04 x64 with AES capable CPU. This is all done in your terminal. The files are downloaded to your home folder (ie /home/cpuminer-multi)

First your dependencies:
Code:
sudo add-apt-repository ppa:costamagnagianfranco/autoconf -y
sudo apt-get update
sudo apt-get install build-essential screen automake m4 openssl libssl-dev git libjson0 libjson0-dev libcurl4-openssl-dev autoconf python-software-properties -y

Next get the miner source and compile:

Code:
git clone https://github.com/wolf9466/cpuminer-multi.git
cd cpuminer-multi
./autogen.sh
./configure CFLAGS="-march=native"
make

Optimize system for mining
Code:
threads=`nproc`
sub="1"
mul="3"
thr=$(($threads - $sub))
thruse=$(($thr * 3))
sudo sysctl -w vm.nr_hugepages=$thruse

Start your miner with screen

Code:
sudo screen ./minerd -a cryptonight -o stratum+tcp://mine.moneropool.com:3333 -u 485VWHzZMe8hGJCXDArFVf1KUqjbwUnKqCEfPTzcU8zt6geeCMaaXECEMYsxFwQdgKi9LVX3HNMb1FQoMLKpbFRE5rUGCNe -p x
1230  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ******GlobalBoost® BST - Updated Algo #Yescrypt CPU Mining Only***** 7/16/2014 on: July 16, 2014, 01:46:28 AM
Can you tell me if you have enabled the YESCRYPT_PWXFORM & YESCRYPT_RW  flags to harden against GPU mining?
1231  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (NEW: Qt and Windows builds) on: July 16, 2014, 01:36:31 AM
lol well now I feel like a jerk.. I just assumed someone was testing this on windoze. When I get to work tomorrow I will fire it up on my work pc and see what happens.

[edit] ha spoke too soon. Way to go mrv!

1232  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ******GlobalBoost® BST - Updated Algo #Yescrypt CPU Mining Only***** 7/16/2014 on: July 16, 2014, 01:31:43 AM
Hopefully it's not scrypt:N hyped as a new algo as it is usually the case.

This is the first whitepaper I could find on it:

https://password-hashing.net/submissions/specs/yescrypt-v0.pdf
1233  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ******GlobalBoost® BST - Updated Algo #Yescrypt CPU Mining Only***** 7/16/2014 on: July 16, 2014, 01:23:17 AM
what are the benefits of yescrypt? (other than being new to cryptocoin algos?)
1234  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (NEW: Qt and Windows builds) on: July 16, 2014, 12:59:36 AM
ffs dont go getting carried away sir! Friends don't let friends install windoze!

Still, that sucks and must be a hell of a doozy... your linux skillz are top notch.
1235  Alternate cryptocurrencies / Altcoin Discussion / Re: [TEST RELEASE] Cryptonite binary for linux (NEW: Qt and Windows builds) on: July 15, 2014, 10:50:19 PM
1323 fired up smooth as can be.... so how are we gonna break it?
1236  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - Secure, private, untraceable cryptocurrency - Now on Hitbtc.com on: July 15, 2014, 07:44:08 PM
Perhaps but neither of those two things are "yammering in this thread all day long"

You probably have 10 times more posts in this thread than I do.

And i also dont claim to know how to solve the blockchain scalability problem. I shouldn't need to explain this.

I already told you the Mini-block chain thread is public on this forum.

I already told you it is incompatible with ring signatures.

So I've already told you.

You also already told me that you haven’t proven it. Sooooooo.... prove it smart guy.


https://bitcointalk.org/index.php?topic=643758.0

its pretty bad ass
1237  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HYP] HyperStake | Proof of Stake | 750% Annual | Coin-Swap & AllCoin on: July 15, 2014, 07:41:45 PM
Still, not as bad as over the weekend when it was 24+ between blocks
1238  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PEOPLES CURRENCY][PPL][THE FIRST17ROUND CRYPTOHASH ALGO]LAUNCHING NOW on: July 15, 2014, 03:48:52 AM

SHIT DEV ALERT!!!!!!!!!
i don't think this dev is worth to trust. if you want to earn money through this coin, please think carefully before you invest this coin. maybe it's another BBL. if you don't know BBL, you can learn from these two links below.

https://bitcointalk.org/index.php?topic=665159.0

https://bitcointalk.org/index.php?topic=678436.0


I'm not taking sides here but I can tell you one thing bucko, I don't trust ass holes that use large red text.
1239  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ISR] Isracoin - The Israeli cryptocurrency on: July 15, 2014, 01:28:24 AM
why isn't the mod deleting all of these irrelevant posts?

Unfortunately, mods on bitcointalk don't do anything. we've complained to them several times about hate speech and such and never even heard back.


What? Like the constant genocide and violations of international law that the fucking Israelis commit on a daily basis that the UN ignores? Maybe there is a little justice in this world afer all. Fuck you cunts.
1240  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE ANN][SETICOIN][NEW HASHING ALGHORTHM] Useful computation. Launch 22.07. on: July 14, 2014, 03:12:41 PM
So CPU & GPU miner at launch?
Pages: « 1 ... 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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!