Pages:
Author

Topic: Bitcoin3 - page 12. (Read 6617 times)

newbie
Activity: 8
Merit: 0
March 20, 2021, 06:47:36 PM
I'm ready to buy BTC3 anyone wants to exchange for some cash or a pizza?
newbie
Activity: 78
Merit: 0
March 20, 2021, 05:41:48 PM
My pc finds 1 block in ~ 24 hours (xeon x3450 4/8)
newbie
Activity: 51
Merit: 0
March 20, 2021, 05:28:59 PM
Hi BTC3 Team/BTC3 Foundation,

We need a mining pool to keep BTC3 moving forward and secure the network.

Maybe you can giveaway a bounty for pools? Let's say 1st pool 1000 BTC3 and the 2nd 500 BTC3, etc.

Any idea?
newbie
Activity: 51
Merit: 0
March 20, 2021, 05:07:43 PM
Hello, I found 5 asics from a long time ago.

How do I use them? What mining software do I use and what is the command I run.

Thanks

That sounds you are lucky :-)
I wish I have one.

You need to run bitcoin3d or bitcoin3-qt on your PC and use mining software like sgminer, cgminer or ccminer for solo mining.
Or pool mining once BTC3 mining pool is available.

There seems already asic mining happening in last 12 hours. Maybe someone else can give more info how they are doing?
newbie
Activity: 11
Merit: 0
March 20, 2021, 04:00:22 PM
Hello, I found 5 asics from a long time ago.

How do I use them? What mining software do I use and what is the command I run.

Thanks
newbie
Activity: 11
Merit: 0
March 20, 2021, 03:31:51 PM
Thanks for the DROP!!!...Still mining, no luck yet.

Keep at it, you should get something eventually, it's still early in the game, I've been mining for about 28 hours and am up to 350 BTC3 so far...
newbie
Activity: 11
Merit: 0
March 20, 2021, 03:25:32 PM
what is this transaction 0.001 btc3 sent me?


I got it too, I think it's the airdrop from the developer. Did you post a btc3 address here in the forums?
newbie
Activity: 78
Merit: 0
March 20, 2021, 02:51:52 PM
what is this transaction 0.001 btc3 sent me?
newbie
Activity: 8
Merit: 0
March 20, 2021, 02:24:18 PM
Thanks for the DROP!!!...Still mining, no luck yet.
newbie
Activity: 14
Merit: 0
March 20, 2021, 01:46:47 PM
{
  "blocks": 1820,
  "currentblockweight": 0,
  "currentblocktx": 0,
 "difficulty": 67379265.26289986,
  "networkhashps": 15586200470495.35,
  "pooledtx": 20,
  "chain": "main",
  "warnings": ""
}

With such a huge difficulty, developers have established mining pools and are secretly mining. . . Let everyone use the CPU to solo on the wallet. . Deceive everyone

C'mon fuckhead, it only needs couple guys with asics to shoot the difficulty that high and world is full of old asics that are obsolete to mine original bitcoin.

And the sourcecode is available, you just don't know where to look.
jr. member
Activity: 215
Merit: 2
March 20, 2021, 01:00:00 PM
{
  "blocks": 1820,
  "currentblockweight": 0,
  "currentblocktx": 0,
  "difficulty": 67379265.26289986,
  "networkhashps": 15586200470495.35,
  "pooledtx": 20,
  "chain": "main",
  "warnings": ""
}

With such a huge difficulty, developers have established mining pools and are secretly mining. . . Let everyone use the CPU to solo on the wallet. . Deceive everyone
jr. member
Activity: 84
Merit: 1
March 20, 2021, 09:14:14 AM
I now have 200 BTC3. How long until they are worth $50,000 each? Thanks  Tongue

Just hodl all you can :-)
jr. member
Activity: 84
Merit: 1
March 20, 2021, 09:05:53 AM
Hello!
I ran the file self_mine.bat but I get an error.

Make sure the bitcoin3d server is running and that you are connecting to the cor
rect RPC port.
error: Could not connect to the server 127.0.0.1:30267 (error code 1 - "EOF reac
hed")




What could be the reason?

On the zip file there is a text file called 'Getting started' please read that and follow the instructions that is in there.

Thank you
newbie
Activity: 7
Merit: 0
March 19, 2021, 06:18:29 PM
Hello!
I ran the file self_mine.bat but I get an error.

Make sure the bitcoin3d server is running and that you are connecting to the cor
rect RPC port.
error: Could not connect to the server 127.0.0.1:30267 (error code 1 - "EOF reac
hed")

What could be the reason?

You have to copy the bitcoin3.conf file from the download folder
into the folder user / xxx / appdata / roaming / bitcoin3 and then start the self_mine file.
regards Shai
newbie
Activity: 108
Merit: 0
March 19, 2021, 05:05:41 PM
exchange  Huh
newbie
Activity: 11
Merit: 0
March 19, 2021, 02:41:09 PM
I now have 200 BTC3. How long until they are worth $50,000 each? Thanks  Tongue
newbie
Activity: 51
Merit: 0
March 19, 2021, 02:35:27 PM
Where can I go to see the hash rate for BTC3?

Probably you are looking for this command by using bitcoin3-cli:
my-linux-shell$ ./bitcoin3-cli getmininginfo
{
  "blocks": 1734,
  "currentblockweight": 4000,
  "currentblocktx": 0,
  "difficulty": 146.5031960599392,
  "networkhashps": 3452306559.707898,
  "pooledtx": 0,
  "chain": "main",
  "warnings": ""
}

Or type "getmininginfo" command in bitcoin3-qt (menu Help / Debug window / Console).
newbie
Activity: 51
Merit: 0
March 19, 2021, 02:26:33 PM
I want to run my own node, how can I do it?

1. Download bitcoin3 software from https://bitcoin-3.com/wallets.html or https://github.com/Bitcoin3-source.
    You can either use pre-compiled version or use the source code and compile by yourself. To compile, start looking INSTALL.md file at the top directory.

2. Run the server
    You can run either bitcoin3d or bitcoin3-qt. The software automatically finds other nodes in BTC3 network.

3. You can then mine BTC3 from bitcoin3d or bitcoin3-qt if you want. Or you can use other miners.

If you have more question, it would be great if you tell more about the problem in details.
SAA
sr. member
Activity: 356
Merit: 250
March 19, 2021, 02:25:44 PM
Hello!
I ran the file self_mine.bat but I get an error.

Make sure the bitcoin3d server is running and that you are connecting to the cor
rect RPC port.
error: Could not connect to the server 127.0.0.1:30267 (error code 1 - "EOF reac
hed")




What could be the reason?
sr. member
Activity: 273
Merit: 250
March 19, 2021, 02:11:42 PM
Where can I go to see the hash rate for BTC3?
Pages:
Jump to: