soldate (OP)
Member
Offline
Activity: 237
Merit: 14
|
|
August 07, 2020, 10:39:17 PM Last edit: August 24, 2020, 05:59:04 PM by soldate |
|
English / Portuguese WhatsApp https://chat.whatsapp.com/DVjTNFvuC6a81Q3vT4P1ayDiscord https://discord.gg/bhN5kxdFacebook https://www.facebook.com/1mbtc/Twitter https://twitter.com/1mbtc==================================================== Just started mining. https://github.com/soldate/mini-bitcoinBitcoin (Satoshi White Paper) made in pure Java. Just 8 files. No external libraries, just java standard. Java is the most used programming language. More than ten million programmers. All of them are able to understand the code and help or creating clones from it. ==================================================== Enjoy. Why this new currency? What are the advantages? In short: - It is much more decentralized in terms of having more developers able to develop the currency - It allows miner to create transactions for other people, join their money. Example: John has two outputs (5 and 6 bitcoins). The miner can create a tx to john join the 5 and 6 in one output of 11 bitcoins, decreasing UTXO space. - "Human address". Your account/address is like 12345-6. - The address is an Integer, a pointer to the publick key (about 4 billions of possible address). So, the tx is much smaller and can be a lot more of them in a 1 MB block, for instance. - Im putting just one tx per address, per block. This limitation protected the nodes from flood and allow transactions without fees.
Its a simpler Bitcoin. Its a better Bitcoin.
|
|
|
|
daniel.roman
Member
Offline
Activity: 130
Merit: 15
|
|
August 08, 2020, 03:21:17 AM |
|
Reserve
|
|
|
|
daniel.roman
Member
Offline
Activity: 130
Merit: 15
|
|
August 08, 2020, 03:22:22 AM |
|
let see where it goes, will be easier if you give details to mine more specific, for no tech people
|
|
|
|
gameparadise007
|
|
August 08, 2020, 04:34:31 AM |
|
Hi,
When I start and turn verbosity to 3. I keep getting below logs -
/2020-08-08 04:31:26: INFO: ...no new connection..handle the open channels.. 2020-08-08 04:31:26: INFO: nothing to be read 2020-08-08 04:31:26: INFO: nothing to be read 2020-08-08 04:31:26: INFO: nothing to be read 2020-08-08 04:31:26: INFO: mining... l2020-08-08 04:31:27: INFO: ...no new connection..handle the open channels.. 2020-08-08 04:31:27: INFO: nothing to be read 2020-08-08 04:31:27: INFO: nothing to be read 2020-08-08 04:31:27: INFO: nothing to be read 2020-08-08 04:31:27: INFO: mining...
on local host the block count is also showing as 0, seems no blocks synchronized yet. How to fix this ?
|
|
|
|
gameparadise007
|
|
August 08, 2020, 07:05:07 AM |
|
Looks like there is no seed node. I started to mine in my own chain.
Hi, dev Can you check.
|
|
|
|
soldate (OP)
Member
Offline
Activity: 237
Merit: 14
|
|
August 13, 2020, 01:01:59 AM |
|
sorry folks.. too many bugs if you want to mine, the easiest way is doing this docker pull soldate/mbtc docker run -it -p 10762:10762 -p 8080:8080 -v "${PWD}/data/keypair:/tmp/data/keypair" --rm soldate/mbtc
by the way, i already saw that i made a big mistake placing the transactions and not just a single hash (in bitcoin the merkle tree root) to be mine. So, when the block size increases, mine is much more difficult. Mine empty blocks is really profit. Well, i will fix this.. but its just to you know that we are at the beginning of the beginning of this currency. We have just one seed node.
|
|
|
|
sammyisking123
Newbie
Offline
Activity: 26
Merit: 0
|
|
August 13, 2020, 03:07:33 AM |
|
There are still issues. Everytime I mine few block and if I close and launch the docker app again, the block restart from 904. So all the coins are lost.
|
|
|
|
soldate (OP)
Member
Offline
Activity: 237
Merit: 14
|
|
August 13, 2020, 01:45:41 PM Last edit: August 13, 2020, 02:32:31 PM by soldate |
|
There are still issues. Everytime I mine few block and if I close and launch the docker app again, the block restart from 904. So all the coins are lost.
yeah.. sorry.. i fix it just now. this 904 block has a really big transaction that made i realize about the bug that i mention.
|
|
|
|
soldate (OP)
Member
Offline
Activity: 237
Merit: 14
|
|
August 13, 2020, 09:31:14 PM |
|
|
|
|
|
Twinkledoe
Full Member
Offline
Activity: 1904
Merit: 138
★Bitvest.io★ Play Plinko or Invest!
|
|
August 13, 2020, 09:40:22 PM |
|
Another crap coin in the making using the name of bitcoin. Why would people still waste their resources for a project like this which is clearly have no reason to exist? How many projects have used the name of bitcoin, and abandoned after getting some money from gullible users?
|
|
|
|
soldate (OP)
Member
Offline
Activity: 237
Merit: 14
|
|
August 14, 2020, 02:26:09 PM |
|
Bitcoin was created in 2008 and only started to be worth something in 2011. At that time, it was considered trash. If you don't want to help, that's fine. But know that it is not easy to develop a cryptocurrency from scratch. Let's respect each other. I called it Mini Bitcoin because it was based on Satoshi's White-Paper, except Merkle-Tree. I also didn't write the scripting language. Anyway, I called it mini bitcoin because that's exactly what it is. A simpler Bitcoin. Another crap coin in the making using the name of bitcoin. Why would people still waste their resources for a project like this which is clearly have no reason to exist? How many projects have used the name of bitcoin, and abandoned after getting some money from gullible users?
|
|
|
|
VVVTRADER
Newbie
Offline
Activity: 28
Merit: 0
|
|
August 14, 2020, 06:44:17 PM |
|
What is the total number?How should I mine it?
|
|
|
|
VVVTRADER
Newbie
Offline
Activity: 28
Merit: 0
|
|
August 14, 2020, 07:10:23 PM Last edit: August 14, 2020, 08:22:42 PM by VVVTRADER |
|
You should write a tutorial, I didn't see how to mine it
How do I set my password?How do you keep a wallet?
|
|
|
|
VVVTRADER
Newbie
Offline
Activity: 28
Merit: 0
|
|
August 14, 2020, 07:38:22 PM |
|
*** Welcome to Mini-Bitcoin (MBTC)! *** == Your Wallet == Balance: 25 Address: 4d43b-8
|
|
|
|
soldate (OP)
Member
Offline
Activity: 237
Merit: 14
|
|
August 15, 2020, 12:13:20 AM |
|
docker pull soldate/mbtc docker run -it -p 10762:10762 -p 8080:8080 -v "${PWD}/data/keypair:/tmp/data/keypair" --rm soldate/mbtc http://localhost:8080http://localhost:8080/chainheight = 1055 What is the total number?How should I mine it?
|
|
|
|
VVVTRADER
Newbie
Offline
Activity: 28
Merit: 0
|
|
August 15, 2020, 01:35:20 AM |
|
I woke up this morning and my wallet balance was gone, tried again and then all my accounts were gone and I had a new one.
|
|
|
|
soldate (OP)
Member
Offline
Activity: 237
Merit: 14
|
|
August 15, 2020, 11:31:29 AM |
|
sorry, i just implemented a "keep live" function, so if you lost connection you try to reconnect. i also implemented a automatic git push of blocks and docker. so, if you give docker pull you will get the most update version with all the blocks and start mining fast. well, its a fresh new coin.. probably a lot of bugs still coming. each time less bugs, i hope. I woke up this morning and my wallet balance was gone, tried again and then all my accounts were gone and I had a new one.
|
|
|
|
soldate (OP)
Member
Offline
Activity: 237
Merit: 14
|
|
August 15, 2020, 11:46:46 AM |
|
if you run commands inside a folder /temp it will be created a /temp/data/keypair inside. if then you run in a diferent folder, a new keypair will be create, otherwise it will use the same. so, be sure that you run the commands inside the same folder (/temp) to use the same wallet/account/keypair. I woke up this morning and my wallet balance was gone, tried again and then all my accounts were gone and I had a new one.
|
|
|
|
VVVTRADER
Newbie
Offline
Activity: 28
Merit: 0
|
|
August 15, 2020, 03:17:00 PM |
|
if you run commands inside a folder /temp it will be created a /temp/data/keypair inside. if then you run in a diferent folder, a new keypair will be create, otherwise it will use the same. so, be sure that you run the commands inside the same folder (/temp) to use the same wallet/account/keypair. I woke up this morning and my wallet balance was gone, tried again and then all my accounts were gone and I had a new one.
Do you know the PINETWORK computer node?It is a bit like yours is also used "DOCKER", but it has a client operation is much more convenient, you this is too difficult.
|
|
|
|
|
|