Bitcoin Forum
September 27, 2026, 08:29:56 PM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bellycoin  (Read 103 times)
mandala17 (OP)
Newbie
*
Offline

Activity: 4
Merit: 0


View Profile
Today at 02:25:36 AM
Last edit: Today at 01:56:37 PM by mandala17
 #1

I am building a Layer 1 blockchain in Rust called Bellycoin, using FN-DSA as its digital signature scheme.

Bellycoin is inspired by the currency used in the manga and anime One Piece.

The network uses a Nakamoto-style Proof-of-Work (PoW) consensus mechanism with a flat block subsidy of 1,000 BELLY per block and a target block time of 60 seconds.

Github: https://github.com/mandala-17/bellycoin
Discord: https://discord.gg/2qRK66cF6
chrismcd456
Newbie
*
Online Online

Activity: 5
Merit: 0


View Profile
Today at 04:52:57 AM
 #2

You should make a Discord for this. I don't know why so few announcements include a Telegram or Discord group. But it would really help for people who want to interact or ask questions
mandala17 (OP)
Newbie
*
Offline

Activity: 4
Merit: 0


View Profile
Today at 01:43:03 PM
 #3

thanks.
discord will come
EL MAOGO
Newbie
*
Offline

Activity: 91
Merit: 0


View Profile
Today at 02:11:12 PM
 #4

This is the mainnet or testnet.

ed1a7ab6157
mined height=16759 nonce=219 hash=6df7d21e82ac8503efa474c7cabc0ae22ec01c41b9056298206d1957b36d28c5
mined height=16760 nonce=141 hash=7a43e4084b7f93c065b943be78d5a675b14fc4f31987f7513863c5bb1ba0af81
mined height=16761 nonce=219 hash=52df3593d157ebe921fc8eaa0ba20918b5a1ec802a38d9d025f3173dc25a03db
mined height=16762 nonce=16 hash=c23a96c20c5d5083a2fbc24abb79a18d54c33ae6d79a2fc619785fa8799220b7

Sparks60
Newbie
*
Online Online

Activity: 74
Merit: 0


View Profile
Today at 03:00:01 PM
 #5

hello, i followed all the steps, got node and wallet going, but i see no steps how to start mining?
mandala17 (OP)
Newbie
*
Offline

Activity: 4
Merit: 0


View Profile
Today at 03:41:22 PM
 #6

local mining
./node run \
  --data data/mainnet \
  --p2p '127.0.0.1:6678' \
  --peer '127.0.0.1:6677' \
  --miner 'your-address'

p2p mining
 ./node run \
  --data data/mainnet \
  --rpc '127.0.0.1:6666' \
  --p2p '[::]:6677' \
  --public-addr '[IPv6 or IPv4]:6677' \
  --miner 'your-address'
mandala17 (OP)
Newbie
*
Offline

Activity: 4
Merit: 0


View Profile
Today at 04:04:01 PM
 #7

This is the mainnet or testnet.

ed1a7ab6157
mined height=16759 nonce=219 hash=6df7d21e82ac8503efa474c7cabc0ae22ec01c41b9056298206d1957b36d28c5
mined height=16760 nonce=141 hash=7a43e4084b7f93c065b943be78d5a675b14fc4f31987f7513863c5bb1ba0af81
mined height=16761 nonce=219 hash=52df3593d157ebe921fc8eaa0ba20918b5a1ec802a38d9d025f3173dc25a03db
mined height=16762 nonce=16 hash=c23a96c20c5d5083a2fbc24abb79a18d54c33ae6d79a2fc619785fa8799220b7



drop your ip addr , so i can connect to your canonical chain.
please update your node and wallet from github repo: https://github.com/mandala-17/bellycoin
Sparks60
Newbie
*
Online Online

Activity: 74
Merit: 0


View Profile
Today at 04:54:09 PM
 #8

i did get the miner working local, with what you posted how to. 
but i am not understanding the point to mine local, when i am mining and winning every block?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!