Author

Topic: [ANN] BMoreCoin - Classic Privacy Coin (POW) (Read 326 times)

newbie
Activity: 19
Merit: 0
April 07, 2022, 03:57:37 PM
#6
what up with the pool

2022-04-07 13:55:09] use pool pool.bmorecoin.com:3333 
[2022-04-07 13:55:09] new job from pool.bmorecoin.com:3333 diff 5000 algo cn-pico/trtl                                                                   
[2022-04-07 13:55:10] rejected (0/1) diff 5000 "Rejected share: invalid result" (113 ms)                                                                 
[2022-04-07 13:55:10] rejected (0/2) diff 5000 "Rejected share: invalid result" (197 ms)                                                                 
[2022-04-07 13:55:10] rejected (0/3) diff 5000 "Rejected share: invalid result" (190 ms)                                                                 
[2022-04-07 13:55:10] THREAD #1 COMPUTE ERROR
[2022-04-07 13:55:10] rejected (0/4) diff 5000 "Your IP is banned" (82 ms)
[2022-04-07 13:55:10] no active pools, stop mining
[2022-04-07 13:55:11] THREAD #0 COMPUTE ERROR
[2022-04-07 13:55:16] [pool.bmorecoin.com:3333] error: "Your IP is banned", code: -1                                                                     
[2022-04-07 13:55:22] [pool.bmorecoin.com:3333] error: "Your IP is banned", code: -1                                                                     
newbie
Activity: 3
Merit: 0
The past few weeks have seen our fastest growth, both users and miners.

Exchanges and Faucets
This brings me to the first question asked, where to trade? Well that’s in the works but do you know what makes it work faster, you may have guessed it, attention by the media and social media. While we work with the exchanges we ask you to help get us noticed. To reward you, we offer 1,000 BALTx a day, just follow @bmorecoin on twitter, and click our tweet button once a day! Quick Links: https://www.bmorecoin.com/faucet.php and https://wallet.bmorecoin.com

Atomic Swaps
If you are an ace on the command line you can set up an atomic swap between BALTx and whatever you want. If you would like we can create a guide, just let us know! We are working on the BALT Token ( Has Multiple Liquidity Pools ) swapped with the BMoreCoin BALTx, along with LTC and ETH, but time is what we are short on, so it is on the list. https://developers.komodoplatform.com/basic-docs/atomicdex/atomicdex-tutorials/atomicdex-walkthrough.html

Mining Pools
We have 2 known pools right now, working on a third, if anyone knows of one let us know and we will make sure to get it on the list!

https://pool.bmorecoin.com ( EAST-US )
https://ondelay.ddns.net ( WEST-US )
Coming Soon https://insidenothing.com ( Singapore )
 
NFTs
This one is so fresh, there is totally a bunch of ideas that need to be tested, if we figure out how, it will happen for sure.

Lightning Network
This is just on my “figure out if we can get it to work” list, and if we can it will be amazing, else we just run a node for the community.

Thanks!
That’s all I have for right now, there is always more going on in the discord server, especially if you need assistance! https://discord.gg/pJNGdG6UZx

The Latest Math:
BALTx Blockchain Used: 0.07576660%
Current Circulation: 135,347,181,242 BALTx
Future Circulation: 14,087,902,296 BALTx
Latest Block: 378833
Latest Mining Reward: 167,857 BALTx
Mining Rewards Left for Today: 141,815,751 BALTx (assumed)
Last Block Mined Today: 379680

File Sizes:
16M Apr  6 11:45 blockchainindices.dat
1.5M Apr  7 04:14 blockindexes.dat
992M Apr  7 04:14 blocks.dat
138M Apr  6 11:45 blockscache.dat
593 Apr  7 03:55 p2pstate.bin
257K Apr  6 11:45 poolstate.bin
Last Rewarding Block: 546690
jr. member
Activity: 215
Merit: 2
good Smiley
newbie
Activity: 3
Merit: 0
Future Circulation, good question

366606 ( current block ) to 541752 ( last mining block reward ),
175146 BALTx Reward (at block 366606 )  Drops by 1 each block,
so if you add up add the remaining block rewards you should get a pretty good number.

Example Code:
Code:
$block = $at_height;
$reward = $last_reward;
while ($reward > 0){
   $block = $block + 1;
   $reward = $reward - 1;
   $total_future = $total_future + $reward;
   echo "
  • $block : $reward
  • ";
    }
    newbie
    Activity: 30
    Merit: 0
    What do you mean by:
    Future Circulation
    15,337,973,085 BALTx
    newbie
    Activity: 3
    Merit: 0
    Hello, I am the one who just renewed the domain name, and in that action realized we never posted our project here. So this comes a year late... sorry.

    BMoreToken & BMoreCoin
    https://www.bmorecoin.com
    Multi-Chain & Minable Digital Assets
    On June 7th 2021 at 8:16:24 PM UTC the TX for BMoreToken was confirmed and the Contract Source Code Verified on the Ethereum Blockchain.
    On July 19th Jul 2021 2:34:21 AM EST the First Block of the BMoreCoin Blockchain was mined.

    Tokenomics
    Current Circulation
    131,409,737,397 BALTx

    Future Circulation
    15,337,973,085 BALTx

    Mining Block Rewards Completed
    Mining Complete: 89.55%

    Last Mining Reward
    Latest Block: 366606

    Latest Mining Reward: 175146 BALTx
    Last Rewarding Block: 541752

    Percent Blockchain Used
    BALTx Blockchain Used: 0.07332120%
    The last transactions will go into our top block of 500,000,000

    For The Latest Data https://www.bmorecoin.com/tokenomics.php

    Web Based Wallet - ( Not Private, Let's be honest. ) ( Easiest way to get started ) https://wallet.bmorecoin.com/

    The Web based wallet is where you will find our web3 development.

    Faucet provides 10 BALTx once a day.

    Event Codes Range in Amount of BALTx Rewarded

    QR Code of Address to receive

    QR Scanner for sending

    GUI Wallet available at https://github.com/BMoreToken/bmorecoinwallet/releases

    CLI Wallet ( Best for solo mining ) available at https://github.com/BMoreToken/bmorecoin/releases

    Pool Software ( Run your own community pool ) available at https://github.com/BMoreToken/cryptonote-nodejs-pool

    Custom xmrigCC - ( Miner with Control and Command Server ) https://github.com/BMoreToken/xmrigCC

    You can mine on as little as a raspberry pi, have fun with it!

    Other Projects:
    https://github.com/BMoreToken

    Social Accounts
    Discord: https://discord.gg/pJNGdG6UZx
    Telegram: https://t.me/joinchat/GrZyx823mpMWzeqk
    Mailing List: http://[Suspicious link removed]/hUeQVD
    Facebook: https://www.facebook.com/groups/bmoretoken
    YouTube: https://www.youtube.com/channel/UCqCVh7yCV34dDWF-TfFKc_Q
    Twitter: https://twitter.com/BMoreToken
    Twitter: https://twitter.com/BMoreCoin
    Medium: https://medium.com/bmoretoken
    Reddit: https://www.reddit.com/r/BMoreToken/
    Instagram: https://www.instagram.com/bmoretoken/


    What is Next
    - Swap with ERC-20 Token
    - Exchange Listing for LTC/UDST
    - In-Game Currency
    - Hybrid Low-Energy Mining


    Again sorry about the delay,

    Have a great day!

    Patrick McGuire - https://github.com/insidenothing
    Jump to: