BluRPie
|
|
February 06, 2018, 09:06:01 AM |
|
At the moment total cap of BipCoin around 100 000 $, it is time to buy some BIP. We have time for preparations for the flight:)
|
|
|
|
Geekxplore
Jr. Member
Offline
Activity: 56
Merit: 3
|
|
February 08, 2018, 05:52:02 AM |
|
What is BipCoin? A cat’s face almost competing against the world-famous Grumpy Cat, a purple background and the note “NoGov Crypto” combine the BipCoin icon into a project that instantly attracts the attention of every user. Read More https://www.geekxplore.com/what-is-bipcoin.html
|
|
|
|
BluRPie
|
|
February 16, 2018, 07:14:51 AM |
|
What is BipCoin? A cat’s face almost competing against the world-famous Grumpy Cat, a purple background and the note “NoGov Crypto” combine the BipCoin icon into a project that instantly attracts the attention of every user. Read More https://www.geekxplore.com/what-is-bipcoin.htmlThank you for article. It is miracle that somebody have published article without bounty rewards.
|
|
|
|
joshgrobin
Newbie
Offline
Activity: 2
Merit: 0
|
|
February 17, 2018, 09:59:46 PM |
|
Hello, I would like to solo mine but the information to do so is kind of dated. On the Bipcoin website they say the command for linux ./miner –daemon-address 127.0.0.1:18091 –address bxxxxxxxxxxxxxxxxxxx but when I try to do that it gives and error of Fatal: Specify --address.
I believe the command for this is somewhere along the lines of ./miner --daemon-address 127.0.0.1:18091 --address bxxxxxxxxxxxxxxxxxxx but I'm not sure about that because it doesn't give a hashrate or any indication that the miner is doing anything. I also get Fatal: --threads option must be 1..1 if I try to enter any threads above 1. Could any of you help me out with this, please?
|
|
|
|
Jacob Tothe
Newbie
Offline
Activity: 6
Merit: 0
|
|
February 19, 2018, 01:29:34 AM |
|
The miner app in the zip file does not seem to work. bipcoind and simplewallet function just fine, but double-clicking the miner creates a rectangular window-opening animation that immediately closes before displaying anything. I am running Windows 10 Pro 64-bit. Any suggestions? I have used Bipcoin mining from the CLI wallet on my old Windows 7 PC, but that option has now obviously been removed.
|
|
|
|
Norfolk
|
|
February 19, 2018, 04:39:22 PM |
|
What is BipCoin? A cat’s face almost competing against the world-famous Grumpy Cat, a purple background and the note “NoGov Crypto” combine the BipCoin icon into a project that instantly attracts the attention of every user. Read More https://www.geekxplore.com/what-is-bipcoin.htmlproject comes to life? last time it was article on coin telegraph in 2016, better setup tweeter news sir dev.
|
|
|
|
KittyCatTech
Newbie
Offline
Activity: 56
Merit: 0
|
|
February 20, 2018, 01:25:39 AM |
|
The miner app in the zip file does not seem to work. bipcoind and simplewallet function just fine, but double-clicking the miner creates a rectangular window-opening animation that immediately closes before displaying anything. I am running Windows 10 Pro 64-bit. Any suggestions? I have used Bipcoin mining from the CLI wallet on my old Windows 7 PC, but that option has now obviously been removed.
Open your wallet in simplewallet. Then run the command start_mining or start_mining 2 (for 2 CPU threads). This will start you solo mining. If you check your system's CPU usage you will see that it is running. You can also find this on the "BipCoin How-To": https://bipcoin.org/?page_id=93
|
|
|
|
Jacob Tothe
Newbie
Offline
Activity: 6
Merit: 0
|
|
February 21, 2018, 05:59:14 AM |
|
The miner app in the zip file does not seem to work. bipcoind and simplewallet function just fine, but double-clicking the miner creates a rectangular window-opening animation that immediately closes before displaying anything. I am running Windows 10 Pro 64-bit. Any suggestions? I have used Bipcoin mining from the CLI wallet on my old Windows 7 PC, but that option has now obviously been removed.
Open your wallet in simplewallet. Then run the command start_mining or start_mining 2 (for 2 CPU threads). This will start you solo mining. If you check your system's CPU usage you will see that it is running. You can also find this on the "BipCoin How-To": https://bipcoin.org/?page_id=93I know how to use those commands. I have used them in the past. They don't work anymore as of the last update.
|
|
|
|
KittyCatTech
Newbie
Offline
Activity: 56
Merit: 0
|
|
February 21, 2018, 10:28:27 AM |
|
I know how to use those commands. I have used them in the past. They don't work anymore as of the last update.
My explanation does work to mine the most current version of BipCoin and I am currently solo mining with it. I assume you are using forknote instead. The mining instructions for forknote are here: http://forknote.net/guides/#mining-with-minerThe command looks like: miner --daemon-address 127.0.0.1:[DAEMON_RPC_PORT] --address [WALLET_ADDRESS] miner --daemon-address 127.0.0.1:18871 --address [WALLET_ADDRESS] Let me know if that works for you!
|
|
|
|
Jacob Tothe
Newbie
Offline
Activity: 6
Merit: 0
|
|
February 22, 2018, 08:32:22 AM Last edit: February 22, 2018, 08:59:53 AM by Jacob Tothe |
|
I am using the Win004CLIwithfix.rar downloaded directly from the bipcoin site as it is currently hosted. I extracted the files to a new folder on my hard drive. I can run bitcoind and simplewallet. However, the mining commands are now absent from the "help" menu.
In simplewallet: start_mining [number of cores] responds with "unknown command: start_mining" mining command responds with "unknown command: miner"
Same with bipcoind when I try the mining command there.
|
|
|
|
KittyCatTech
Newbie
Offline
Activity: 56
Merit: 0
|
|
February 22, 2018, 07:05:32 PM |
|
I am using the Win004CLIwithfix.rar downloaded directly from the bipcoin site as it is currently hosted. I extracted the files to a new folder on my hard drive. I can run bitcoind and simplewallet. However, the mining commands are now absent from the "help" menu.
In simplewallet: start_mining [number of cores] responds with "unknown command: start_mining" mining command responds with "unknown command: miner"
Same with bipcoind when I try the mining command there.
Ok, I was using the Bipcoin v.0004 from 1/16/2017. It looks like the 5/21/2017 version with the security fix doesn't have the start_mining in simplewallet. Did you try calling miner from the command prompt? It looks like you tried to call it from within simplewallet since you got that "unknown command" error. miner --daemon-address 127.0.0.1:18871 --address [WALLET_ADDRESS] which is the same as miner.exe --daemon-address 127.0.0.1:18871 --address [WALLET_ADDRESS]
|
|
|
|
Jacob Tothe
Newbie
Offline
Activity: 6
Merit: 0
|
|
February 23, 2018, 08:36:54 AM |
|
I tried running the program from the command prompt. First I tried just entering the command. No dice. Then i tried this:
c:\bipcoin\miner.exe --daemon-address 127.0.0.1:18871 --address [bipcoin wallet address] -threads 8
The threads limitation results in "Fatal: unrecognized option '-threads'"
If I drop the threads command, the computer shows high CPU activity in the task manager, but no indication that anything is actually mining, and it prevents me from using the computer for anything else. Also, browser mining from freebitco.in on 8 cores results in a temperature change on my CPU, while this command prompt entry did not.
It looks like pool mining is the only option that will work at this point. I would prefer to see simplewallet reintroduce CPU mining from its command prompt.
|
|
|
|
koinov
Newbie
Offline
Activity: 113
Merit: 0
|
|
February 23, 2018, 09:58:39 AM |
|
reserved for translation into Italian
|
|
|
|
|
mescalito
|
|
February 26, 2018, 11:37:59 PM |
|
For now it has more votes than ZCash Let's hope it gets many votes
|
|
|
|
vladivostokom
Newbie
Offline
Activity: 112
Merit: 0
|
|
February 28, 2018, 07:26:20 AM |
|
how about new info about it,what is the purpose for this ,i think its great
|
|
|
|
isnurfirly
Newbie
Offline
Activity: 7
Merit: 0
|
|
March 01, 2018, 08:04:56 AM |
|
i cant wd bip coin from cryptopia its says no connection... If problems persist please contact BipCoin(BIP). Unable to generate address for BIP, Reason: 01/15/18 - No connections .
|
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
March 01, 2018, 08:14:50 AM |
|
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
SamuelPickwick (OP)
Member
Offline
Activity: 72
Merit: 10
|
|
March 01, 2018, 11:43:22 AM |
|
We're working to help Cryptopia with their wallet issue. As everyone should know, Cryptopia is very slow to respond; there are Dashcoin (DSH) questions unanswered for a month. Also, Bitcoal (COAL) has no connections there. Seems like they have a darkcoin issue.
|
|
|
|
isnurfirly
Newbie
Offline
Activity: 7
Merit: 0
|
|
March 01, 2018, 02:40:17 PM |
|
shitopia killing the coin ..
|
|
|
|
|