Pages:
Author

Topic: [ANN] Mini-Bitcoin (MBTC) - Bitcoin made simple - page 2. (Read 624 times)

copper member
Activity: 145
Merit: 0
Also mining stuck im fully synced and blocks not coming up I think You need to check it
copper member
Activity: 145
Merit: 0
Ok how I can copy my wallet data in safe place where it is located ? Im using Linux from where I can get it and save my address backup ?
member
Activity: 233
Merit: 14
Hi Sammy,

you are right.. the time between blocks is strange..

i dont know yet if i made a mistake in difficulty calculation or if its right and it is just because sometimes i stop the seed node to solve some bugs..

Seems the chain stuck at block 1205?
Also why the time between every block is like more than 30 mins.

Now I see most of the bugs are resolved. I am trying this from day 1, now I have mined around 350 coins and those are still on blockchain and not disappeared.
Earlier whatever I mined all coins were erased.

Thanks  Grin

Yeah, i will do this.

This coin is just a Bitcoin implementation, but simpler.

This has some big advanteges. Without script language, the blocks are much smaller.


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.  Smiley

I very much liked the java codebase.

Great job by you. Can you also post more details of this coin on the opening post, so people will read everything on the first page.

What are your plans on this coin?
newbie
Activity: 26
Merit: 0
Seems the chain stuck at block 1205?
Also why the time between every block is like more than 30 mins.

Now I see most of the bugs are resolved. I am trying this from day 1, now I have mined around 350 coins and those are still on blockchain and not disappeared.
Earlier whatever I mined all coins were erased.

I very much liked the java codebase.

Great job by you. Can you also post more details of this coin on the opening post, so people will read everything on the first page.

What are your plans on this coin?
member
Activity: 233
Merit: 14
How To GO

For the first time, do

git clone https://github.com/soldate/mini-bitcoin.git

Then

cd mini-bitcoin/
git pull
docker build -t mbtc .
docker run -it -p 10762:10762 -p 8080:8080 -v "${PWD}/data:/tmp/data" --rm mbtc

Go to http://localhost:8080
newbie
Activity: 28
Merit: 0
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.


member
Activity: 233
Merit: 14
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.
member
Activity: 233
Merit: 14
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.

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:8080

http://localhost:8080/chain

height = 1055

What is the total number?How should I mine it? Huh



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.

newbie
Activity: 28
Merit: 0
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:8080

http://localhost:8080/chain

height = 1055

What is the total number?How should I mine it? Huh



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.
member
Activity: 233
Merit: 14
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:8080

http://localhost:8080/chain

height = 1055

What is the total number?How should I mine it? Huh
newbie
Activity: 28
Merit: 0
*** Welcome to Mini-Bitcoin (MBTC)! ***
== Your Wallet ==
Balance: 25
Address: 4d43b-8
newbie
Activity: 28
Merit: 0
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?
newbie
Activity: 28
Merit: 0
What is the total number?How should I mine it? Huh
member
Activity: 233
Merit: 14
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?
full member
Activity: 1904
Merit: 138
★Bitvest.io★ Play Plinko or Invest!
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?
member
Activity: 233
Merit: 14
member
Activity: 233
Merit: 14
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.



newbie
Activity: 26
Merit: 0
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.
member
Activity: 233
Merit: 14
sorry folks.. too many bugs  Grin

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.



full member
Activity: 442
Merit: 100
Looks like there is no seed node.
I started to mine in my own chain.

Hi, dev
Can you check.
Pages:
Jump to: