Pages:
Author

Topic: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED - page 13. (Read 68776 times)

legendary
Activity: 1484
Merit: 1005
A block explorer should be easy to make; just query the RPC webserver with JSON requests for the blocks and their contents, then dump that into a database.
hero member
Activity: 560
Merit: 500
What is the reward formula of BMR ?


The reward formula is similar to bytecoin except the denominator is 4x larger (plus the decimal is shifted, but that is just a difference in display, atomic units are unaffected)


Does it mean that the first block reward was (2^64-1)/2^20  =~ 2^44 =~ 1,759218604×10¹³
 = 17,592,186,040,000
... ok thats in satochy, so around  17.592 BMR
(edited for error in 4x)

Correct. It'll be around that for a while.

Is there a block explorer?

No, the only CryptoNote block explorer is the one implemented by MinerGate for BCN (https://minergate.com/#/blockchain/bcn/blocks). It's not open source and very likely connected to the BCN devs based on how quickly it came out and how polished it is. I think we're on our own for BMR.
legendary
Activity: 2968
Merit: 1198
What is the reward formula of BMR ?


The reward formula is similar to bytecoin except the denominator is 4x larger (plus the decimal is shifted, but that is just a difference in display, atomic units are unaffected)


Does it mean that the first block reward was (2^64-1)/2^22  =~ 2^42 =~ 4,398046511×10¹²
 = 4,398,046,511,000 I'm confused !

It's 2^20 and that's atomic units. For display you have to move the decimal 12 places.

EDIT: yes your edit looks right
sr. member
Activity: 248
Merit: 251
What is the reward formula of BMR ?


The reward formula is similar to bytecoin except the denominator is 4x larger (plus the decimal is shifted, but that is just a difference in display, atomic units are unaffected)


Does it mean that the first block reward was (2^64-1)/2^20  =~ 2^44 =~ 1,759218604×10¹³
 = 17,592,186,040,000
... ok thats in satochy, so around  17.592 BMR
(edited for error in 4x)
sr. member
Activity: 644
Merit: 251
Is there a block explorer?
legendary
Activity: 2968
Merit: 1198
What is the reward formula of BMR ?

And why is the reward split in multiple entries ?

The reward formula is similar to bytecoin except the denominator is 4x larger (plus the decimal is shifted, but that is just a difference in display, atomic units are unaffected)

All payments are split up by digit to improve anonymity.

sr. member
Activity: 248
Merit: 251
What is the reward formula of BMR ?

And why is the reward split in multiple entries ?
legendary
Activity: 2968
Merit: 1198
Less than one hour to go on the auction!
hero member
Activity: 742
Merit: 501
I was hoping that this would stay under the radar for a few days, but we can kiss it goodbye if that trade goes through!

You mean the auction, where someone is about to sell 1 BMR for 0.025 BTC?  The best thing you can do is outbid Smiley



I have to pass since I cannot outbid the gentleman with 1 BMR offer  Shocked
legendary
Activity: 2968
Merit: 1198
I was hoping that this would stay under the radar for a few days, but we can kiss it goodbye if that trade goes through!

You mean the auction, where someone is about to sell 1 BMR for 0.025 BTC?  The best thing you can do is outbid Smiley

hero member
Activity: 742
Merit: 501
Enter "Save" in the daemon window. That should help resolve it (current workaround).


I was hoping that this would stay under the radar for a few days, but we can kiss it goodbye if that trade goes through!

Current Diff = 107k
legendary
Activity: 1428
Merit: 1001
getmonero.org
After letting it synchronize the wallet says this:

Error: refresh failed: daemon is busy. Please try later. Blocks received: 0

Any ideas?


Also what should i do to be sure that i will not lose my coins? Obviously i must not forget my password but also which files i should save?

I've seen that sometimes. There is a bug that sometimes causes the daemon to not start properly. Exit out of the daemon (type "exit") and restart it.

yeah i tried that but i am getting the same...hmmm
legendary
Activity: 2968
Merit: 1198
Also what should i do to be sure that i will not lose my coins? Obviously i must not forget my password but also which files i should save?

Once you create a wallet, save all of the wallet files.  Supposedly you only need to save the .keys file, but I tested that and had some problems. To be safe, save them all.

legendary
Activity: 2968
Merit: 1198
After letting it synchronize the wallet says this:

Error: refresh failed: daemon is busy. Please try later. Blocks received: 0

Any ideas?


Also what should i do to be sure that i will not lose my coins? Obviously i must not forget my password but also which files i should save?

I've seen that sometimes. There is a bug that sometimes causes the daemon to not start properly. Exit out of the daemon (type "exit") and restart it.
legendary
Activity: 1428
Merit: 1001
getmonero.org
After letting it synchronize the wallet says this:

Error: refresh failed: daemon is busy. Please try later. Blocks received: 0

Any ideas?


Also what should i do to be sure that i will not lose my coins? Obviously i must not forget my password but also which files i should save?
legendary
Activity: 2968
Merit: 1198
I'm running an auction to buy BMR. If you are interested in selling some BMR (as little as 1 BMR!) for 0.025 BTC, please visit my auction page:

https://bitcointalksearch.org/topic/m.6303155
legendary
Activity: 1428
Merit: 1001
getmonero.org
Help with compiling it on Ubuntu 12.04 ?

What dependencies do i need? On 13.10 i had no problems at all. But i cant compile it on 12.04

CMake and Boost:
sudo apt-get install cmake
sudo apt-get install libboost-all-dev

well actually after much time i managed to compile it. So the problem is that libboost on ubuntu must be 1.5.3 but there is problem installing it. Search the web. I think you must add repository to the source.list and update and install libboost 1.5.3

after that the problem is that you need gcc of version at least 4.7 because you get some errors. So for that i think this will help http://ubuntuhandbook.org/index.php/2013/08/install-gcc-4-8-via-ppa-in-ubuntu-12-04-13-04/

if it doesnt search the web.

Once you have libbost 1.5.3 and gcc 4.7 or later then compiling is fine...

lost a few hours searching....
hero member
Activity: 560
Merit: 500
Help with compiling it on Ubuntu 12.04 ?

What dependencies do i need? On 13.10 i had no problems at all. But i cant compile it on 12.04

CMake and Boost:
sudo apt-get install cmake
sudo apt-get install libboost-all-dev
legendary
Activity: 1428
Merit: 1001
getmonero.org
Help with compiling it on Ubuntu 12.04 ?

What dependencies do i need? On 13.10 i had no problems at all. But i cant compile it on 12.04
Pages:
Jump to: