Bitcoin Forum
May 09, 2024, 09:34:44 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BIP] BipCoin. NOW LIVE. Mineable. CryptoNote. BipCot NoGov Licensed. on: August 28, 2016, 07:22:41 AM
ok so tried to do some solo-mining via linux live boot on my dad's super fast lappy and copied the .wallet and .address files over from my windows machine, but doesn't seem to be able to accept the password and I know I have it right... it says the file doesn't exist and errors out... I'm not a linux wiz, I'm actually pretty new to it and I'm trying this on LinuxMint18KDE-Beta

any tips?

Linux is case sensitive.  Make sure if your wallet is named Wallet.bin you don't try to open wallet.bin, etc.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BIP] BipCoin. NOW LIVE. Mineable. CryptoNote. BipCot NoGov Licensed. on: August 28, 2016, 04:18:42 AM
I think I just got some, solo-mining, ~8.766

cool, I guess it's working...

I can't seem to get over 100# with a Phenom II X6 all 6 cores engaged... but I guess this is a 7yr old machine now... lol... max about 90#

what affects #rate the most?

Experiment with different thread counts.  Some people here have reported better results with fewer threads.  My theory was CPU throttling due to high temps.  But earlier in the thread it was mentioned that hyperthreading processors could possibly have a negative effect if the CPU uses hyperthreading for threads that should have a physical core dedicated.  I have 4 physical cores plus hyperthreading, and I actually get the best hash rate with 3 threads, even though I could use up to 8.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BIP] BipCoin. NOW LIVE. Mineable. CryptoNote. BipCot NoGov Licensed. on: August 28, 2016, 03:27:37 AM
For what it's worth, I sent a few bips from one wallet of mine to another to test and received them ok.  I sent them using the CLI wallet with a mixin value of 2 (anything higher than 2 doesn't seem to work yet, probably because of the low volume of transactions).
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BIP] BipCoin. NOW LIVE. Mineable. CryptoNote. BipCot NoGov Licensed. on: August 27, 2016, 09:12:24 AM
Yeah...

a) If I wanted to sabotage it (even for profit) I wouldn't admit it in public.
b) I wouldn't accept payment in the currency I'm putting at risk.
c) Anyone who has mined bipcoin has some interest in the health of the coin, even if that means the difficulty goes up, because an increase in popularity means an increased probability that your existing coin is worth something.
d) You know where I live.   ;-)
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BIP] BipCoin. NOW LIVE. Mineable. CryptoNote. BipCot NoGov Licensed. on: August 27, 2016, 09:04:47 AM
Solo mine the fuck out of BipCoin this weekend. It's easy to solo mine now.

That will end for good in a few days when the pool goes back up

Just found a block, difficulty 800k. It was only half like 15 hours ago.
The pool isn't even up yet.


I posted here and elsewhere "Solo mine the f--- out of BipCoin this weekend. When the pool goes back up for good next week some time, solo mining's going to get a lot harder."

I guess a bunch of people took me up on it. lol.
MWD

I see. That's quite unlucky. Can you post everywhere that solo mining is bad so that I can mine on a low difficulty? Cool

For 200bip I'll start a rumor that a critical security flaw has been found in the BipCoin code, let it rest for just long enough to fill our coffers, then "expose" that dirty hoax and denounce the perpetrator using my other sock puppet accounts.   ;-)
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BIP] BipCoin. NOW LIVE. Mineable. CryptoNote. BipCot NoGov Licensed. on: August 27, 2016, 08:43:51 AM
CooperStupor,
    Based on your previous response it looks like you are expecting bipcoind in the folder /bipcoind.  If that is correct please navigate to that folder in a terminal "cd /bipcoind" and then list the contents in long format "ls -ald ./*" and post the exact output here.  Your error message indicates that bipcoind does not exist in that folder.  So either

a) You have the windows package, and the file list will show bipcoind.exe
b) You did not fully extract the contents (a GUI file extractor will show you the files contained within but you have to move them to your destination to actually extract them).  Or alternately you extracted the .gz part of the archive but did not extract the .tar that is contained within it.
c) You extracted them to a location other than where you thought they went.

I will note that it is unlikely that your files are in /bipcoind unless you use "su" or login as root because creating files in "/" usually requires root level permission.  If you are logging into your computer as root or doing these things with "su" I highly recommend that you login with a standard (non-privileged) user account, don't use "su" for any of this, then re-download and start over from the beginning, putting your files somewhere like "/home/XXXXXX/bipcoin/" (where XXXXXX would be your username).  There are many reasons for this related to safety and security.

Thanks,
    ir57
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BIP] BipCoin. NOW LIVE. Mineable. CryptoNote. BipCot NoGov Licensed. on: August 27, 2016, 07:39:26 AM
I've been trying to install the CLI on a LInux Mint 18 OS, on a homebuild machine.

It shows it downloading, installing and I've done all the command line instructions for the Terminal as well, but I can't seem to get "bipcoincd" to work, or even show up as anything other than an exe file.

Am I doing it wrong?

Or does bipcoin just not work on Linux Mint?



The linux binaries are 64-bit binaries.  Are you by chance running 32-bit OS?  Do you get an error message when you execute it?  As mentioned before, if any of the files end with ".exe" you have the wrong download.

Nope, I'm running 64bit machine Linux Mint 18.
No error messages.
I input all the command lines in Terminal
.
DL'ed https://bipcoin.org/DROPS/0001/bipcoin.linux.x64.v0-0-0-1.tar.gz to desktop and extract that.
I click on "bipcoind" and nothing happens.

I must be doing it wrong.
Sorry for all the trouble, and thanks for responding everyone.

 Sad

You can't just click on the file to run it.  You have to open the terminal / command line application, navigate to the bipcoin folder, then type ./bipcoind to run it.

ok, thanks for your help.

I get to " /bipcoin $ "

then I type in ./bipcoind

nada. I get
 "bash:   ./bipcoind: No such file or directory"

I recommend that you PM me if you would like help, in order to keep this thread clean.  However, in the interest of transparency I also recommend, after our correspondence is finished, that you copy all of our messages into PasteBin and post the link here.  I don't like giving people commands to execute on their computer in private communication due to the appearance of impropriety.  Plus the resolution to your problem may help others.  I just don't to want to hijack the thread with 30 posts back and forth for a very specific problem like this one.

If anyone disagrees with me, feel free to object.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BIP] BipCoin. NOW LIVE. Mineable. CryptoNote. BipCot NoGov Licensed. on: August 27, 2016, 06:40:39 AM
I've been trying to install the CLI on a LInux Mint 18 OS, on a homebuild machine.

It shows it downloading, installing and I've done all the command line instructions for the Terminal as well, but I can't seem to get "bipcoincd" to work, or even show up as anything other than an exe file.

Am I doing it wrong?

Or does bipcoin just not work on Linux Mint?



The linux binaries are 64-bit binaries.  Are you by chance running 32-bit OS?  Do you get an error message when you execute it?  As mentioned before, if any of the files end with ".exe" you have the wrong download.

Nope, I'm running 64bit machine Linux Mint 18.
No error messages.
I to all the command lines in Terminal.
DL'ed https://bipcoin.org/DROPS/0001/bipcoin.linux.x64.v0-0-0-1.tar.gz to desktop and extract that.
I click on "bipcoind" and nothing happens.

I must be doing it wrong.
Sorry for all the trouble, and thanks for responding everyone.

 Sad

When you say you "extract" it, did you extract it from within the terminal, or using a GUI file archiver (like file roller)?  Are you able to navigate to the bipcoin directory from within a terminal, and list all of the files using "ls"?  Can you post the output of "ls -ald ./*" from within the bipcoin directory (don't include the quotation marks)?
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BIP] BipCoin. NOW LIVE. Mineable. CryptoNote. BipCot NoGov Licensed. on: August 27, 2016, 06:06:59 AM
I've been trying to install the CLI on a LInux Mint 18 OS, on a homebuild machine.

It shows it downloading, installing and I've done all the command line instructions for the Terminal as well, but I can't seem to get "bipcoincd" to work, or even show up as anything other than an exe file.

Am I doing it wrong?

Or does bipcoin just not work on Linux Mint?



The linux binaries are 64-bit binaries.  Are you by chance running 32-bit OS?  Do you get an error message when you execute it?  As mentioned before, if any of the files end with ".exe" you have the wrong download.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BIP] BipCoin. NOW LIVE. Mineable. CryptoNote. BipCot NoGov Licensed. on: August 26, 2016, 05:58:07 AM
Worms,
Last block was 5753.  I've got a few today so far, things seem to be speeding up. I've probably got 4 locked right now.

Right now I'm trying to figure out how the whole hashing rate works out.  I was running 7 out of 8 cores for awhile and seeing 150 and I just changed it to 4 to cool down a bit and I'm seeing 165. is there a sweet spot somewhere in the number of cores running or is a based on the individual computer?

I'll be hitting you up for some stickers soon.  I need to figure out how to transfer next.

Some processors throttle themselves when they reach a certain temperature for safety.  Could be you actually get better performance with fewer threads because you are not running hot enough to throttle.
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BIP] BipCoin. NOW LIVE. Mineable. CryptoNote. BipCot NoGov Licensed. on: August 25, 2016, 10:43:46 PM
[wallet bip1cG]: Height 5445, transaction c399e64e1262ca709101cfa9fffc7ea0096cdbe305c8d71605a15b47a02200c0, received 8.774284946701
Height 5472, transaction eb81bfb4009b08c512a87f6204457acc07e03e4a29c47c484c435a86beb63371, received 8.774171994838
Height 5472 of 5472
[wallet bip1cG]: balance
available balance: 15.000000000000, locked amount: 0.000000000000




Okay.  So i jut checked in on my laptop and it says i FINALLY mined some Bips (Woohoo!)  but it doesn't show up in the locked amount balance.  Does this take awhile, or was I just duped into being happy for a minute? 

did stuff turn around y'all? lots of oddness overnight, but has all worked out on my end, , wallet blocks even with explorer (and explorer back up), and all transfers finall came through. I didn't mine over night, but all sent/received from all wallets, Including CLI and GUI) worked.

No.  Just checked and now there are 3 blocks that say they have been mined, but don't show up in the locked or available balances.  Sad

MurderDawg, I've had a couple that failed verification for one reason or another.  You could check for this by searching your bipcoind.log for the phrase "failed verification".

In Windows, from a dos prompt: find /i "failed verification" bipcoind.log

In Linux: grep -i 'failed verification' bipcoind.log
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BIP] BipCoin. NOW LIVE. Mineable. CryptoNote. BipCot NoGov Licensed. on: August 25, 2016, 12:22:50 AM
I just got another block that failed verification.  I've only gotten 2 blocks in the last 8 hours and both failed verification, even though my block chain appears to match the block chain explorer.  My current hash rate is 110. and bc_height is 4952.



Might want to wait untiil tomorrow, we will be releasing an update of all our software to v 0.0.0.2, may fix some of the errors. We're testing it on our end now

There's a pool again, so solo mining likely won't work.
THIS one is run by people who know what they're doing,

Pool:
http://democats.org/pool/?name=bipcoin

 
How to mine:
http://democats.org/pool/how-to-mine/?name=bipcoin

Thank you!



Sounds good, thanks.
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BIP] BipCoin. NOW LIVE. Mineable. CryptoNote. BipCot NoGov Licensed. on: August 25, 2016, 12:06:21 AM
I just got another block that failed verification.  I've only gotten 2 blocks in the last 8 hours and both failed verification, even though my block chain appears to match the block chain explorer.  My current hash rate is 110. and bc_height is 4952.

The error is:

Block <f84bad72d6b0bf2009cd7cb53f698e419e2277890fff29fe91a8b2720c6e33e0> is too big: 22609 bytes, exptected no more than 22409 bytes
17:00:11.596619 ERROR mined block failed verification
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BIP] BipCoin. NOW LIVE. Mineable. CryptoNote. BipCot NoGov Licensed. on: August 24, 2016, 11:08:08 PM
I started mining a couple days ago when difficulty was 2M, with a hash rate of about 120.  I was getting coins every couple of hours.  Now the difficulty is about 500K and I haven't gotten anything since 9am PST, except that I got some blocks a couple minutes ago that failed verification.  Is something wrong?  The top of my block chain matches the height and hash of the top of the chain shown at the block explorer here:

http://democats.org/blockchain/?name=bipcoin
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!