Pages:
Author

Topic: [ANN] BITGESELL - Store of value (Burn rate is 90% of tx fees) #realstoreofvalue - page 35. (Read 28215 times)

legendary
Activity: 1932
Merit: 1273
@OcTradism @Fivestar4everMVP

I'm checking it now and its works. The problems should be solved.

I checking https://github.com/BitgesellOfficial/bitgesell/releases/tag/0.1.7, and the dev just made a re-released the latest version. Also, I notice the Github repository is updated. Beforehand you all should notice the project is forked from wu-emma repository, now it's just from the BitgesellOfficial account. Probably that might be what causes the issue.
hero member
Activity: 1722
Merit: 801
Hello guys, don't know if am doing something wrong, but I've been trying to download the latest version of the Bitgesell windows wallet which i believe is version 0.1.7, I followed the link on the website and bitcointalk here and both took me to github quite alright but they always return an error tell me page is not found, please, what can I do, where else can I find the Bitgesell windows wallet version 0.1.7 to download, it's very urgent guys.?
Nice catch.

Probably something with Github and wallet files for Windows and MacOs. I double checked download resources from https://bitgesell.ca/#services
Linux works but only Windows and MacOs don't work.

The Bitgesell team should check this issue ASAP.
legendary
Activity: 2506
Merit: 1092
Leading Crypto Sports Betting & Casino Platform
Hello guys, don't know if am doing something wrong, but I've been trying to download the latest version of the Bitgesell windows wallet which i believe is version 0.1.7, I followed the link on the website and bitcointalk here and both took me to github quite alright but they always return an error tell me page is not found, please, what can I do, where else can I find the Bitgesell windows wallet version 0.1.7 to download, it's very urgent guys.?


legendary
Activity: 2744
Merit: 1706
bitgesell.fun & bitgesell.space
In my opinion, the BGL_USDT pair was removed from the API on the DigiFinex exchange. I am executing a request and I get an error.

Code:
https://openapi.digifinex.com/v3/order_book?symbol=bgl_usdt&limit=150  
return  {"code":20019}

I also requested a list of all traded pairs, but I did not find BGL. What is the reason for this?

edit... The problem is solved. The exchange's support recommended adding the rt=1 key.

legendary
Activity: 2744
Merit: 1706
bitgesell.fun & bitgesell.space
To promote the BGL coin, weekly prize draws will continue.
Now the funds have been deposited for another 4 weeks, for Rounds 3-6.

Code:
{
  "address": "0x924848f25717ef93a27a338419ea126b83020df3",
  "msg": "I am my luck and my account on the bitcointalk forum https://bitcointalk.org/index.php?action=profile;u=567446. This wallet will be used for payment the winners of the weekly BGL Lottery (Rounds 3-6).",
  "sig": "0xe38069db41cbbd2b23d61473cdd196e1d6c9c0b5fe3bf3f6fcc642b42396833c53bbc14e6199efb49f9ba08579d2921c7e5181c6b8ee3d1462f8e02fad3eb2c11c",
  "version": "2"
}

legendary
Activity: 1932
Merit: 1273
~snip
Thanks!

What I did on my forked "taproot.watch" code is just changing the taproot activation periods and threshold to match with BGL. BGL is forked from BTC, which the codebase should be similar, and afaik, the taproot code and activation procedure(technically) were using the same as what Bitcoin did. So, I'm pretty sure it works fine.

Also, if you would you can manually check/verify the blocks and the mining pools whether they have upgraded to the latest node version or not.

Actually, the BGL hash rate is concentrated on zpool (90.9%). So, I believe how the BGL taproot activation process was heavily relied upon on whether zpool has been upgraded the node version or not.
hero member
Activity: 1722
Merit: 801
I'm trying to follow the Taproot signaling block using this: https://bitcoin.stackexchange.com/a/105854. It should do the job right?

Currently, there is still no block signaling for Taproot, assuming the above method which is used by Bitcoin could be applied to BGL.

~ snip ~

I also fork the https://taproot.watch/ to match with the BGL taproot activation threshold.
https://github.com/vv181/fork-explorer/tree/BGL

Great initiative to contribute to the Bitgesell project. I am a long time supporter of the project so I appreciate your work.

Are you sure you code correctly and the information that no block signaling for Taproot is accurate?

Because in the previous period to signal for Taproot lock-in, there were a few more blocks to get enough signal and lock it in.
jr. member
Activity: 33
Merit: 17
I'm trying to follow the Taproot signaling block using this: https://bitcoin.stackexchange.com/a/105854. It should do the job right?

Currently, there is still no block signaling for Taproot, assuming the above method which is used by Bitcoin could be applied to BGL.

BGL-cli getblockchaininfo | jq '.softforks | .taproot'
Code:
{
  "type": "bip9",
  "bip9": {
    "status": "started",
    "bit": 2,
    "start_time": 1626307200,
    "timeout": 1629936000,
    "since": 67824,
    "statistics": {
      "period": 432,
      "threshold": 237,
      "elapsed": 299,
      "count": 0,
      "possible": false
    },
    "min_activation_height": 74574
  },
  "active": false
}

The awk script also returns no blocks of Taproot signaling.

I also fork the https://taproot.watch/ to match with the BGL taproot activation threshold.
https://github.com/vv181/fork-explorer/tree/BGL




I received mention of successful upgrade of a pool where Stratum v2 is used, but two other pools (our most active ones) just yesterday gave feedback that getblocktemplate needs to be fixed, so would test it and fix asap, then ping the pools
Nice adapted taproot.watch screen btw!
legendary
Activity: 2744
Merit: 1706
bitgesell.fun & bitgesell.space
Round 2 of the weekly BGL lottery has ended. The results can be found here.
Some statistics:

Round 1:
  • participants - 23
  • number of BGL blocks per round - 12
Winners:

Round 2:
  • participants - 35
  • number of BGL blocks per round - 10
Winners:

Two participants win prizes for the second time running. If it were not for the blockchain data as a result of the draw, I would say that this does not happen Smiley
legendary
Activity: 1932
Merit: 1273
I'm trying to follow the Taproot signaling block using this: https://bitcoin.stackexchange.com/a/105854. It should do the job right?

Currently, there is still no block signaling for Taproot, assuming the above method which is used by Bitcoin could be applied to BGL.

BGL-cli getblockchaininfo | jq '.softforks | .taproot'
Code:
{
  "type": "bip9",
  "bip9": {
    "status": "started",
    "bit": 2,
    "start_time": 1626307200,
    "timeout": 1629936000,
    "since": 67824,
    "statistics": {
      "period": 432,
      "threshold": 237,
      "elapsed": 299,
      "count": 0,
      "possible": false
    },
    "min_activation_height": 74574
  },
  "active": false
}

The awk script also returns no blocks of Taproot signaling.

I also fork the https://taproot.watch/ to match with the BGL taproot activation threshold.
https://github.com/vv181/fork-explorer/tree/BGL


newbie
Activity: 20
Merit: 2
can i get 1 merit pls? i want to participate too!  Kiss Kiss

Sure! Happy to help newbies to increase their Rank!

Thank you!!
Unfortunately, according to the terms of the lottery, your rank must be at least Member rank or above, or a Cooper Member. In addition, you specify the wrong data for participation.

Code:
Your forum link: https://bitcointalk.org/index.php?action=profile

ahh oops, sorry Smiley
legendary
Activity: 2744
Merit: 1706
bitgesell.fun & bitgesell.space
can i get 1 merit pls? i want to participate too!  Kiss Kiss

Sure! Happy to help newbies to increase their Rank!

Thank you!!
Unfortunately, according to the terms of the lottery, your rank must be at least Member rank or above, or a Cooper Member. In addition, you specify the wrong data for participation.

Code:
Your forum link: https://bitcointalk.org/index.php?action=profile
newbie
Activity: 20
Merit: 2
can i get 1 merit pls? i want to participate too!  Kiss Kiss

Sure! Happy to help newbies to increase their Rank!

Thank you!!
hero member
Activity: 2156
Merit: 711
Telegram @tokensfund
can i get 1 merit pls? i want to participate too!  Kiss Kiss

Sure! Happy to help newbies to increase their Rank!
newbie
Activity: 20
Merit: 2
can i get 1 merit pls? i want to participate too!  Kiss Kiss
legendary
Activity: 2744
Merit: 1706
bitgesell.fun & bitgesell.space
There are less than a day left before the end of registration
in the 2nd Round of the Weekly Lottery

copper member
Activity: 161
Merit: 67
I did not find information about how does work the process of burning 90% commission coins. At the time of writing this post, the number of coins burned is 47 694.46250556 BGL. Where are these coins stored? I didn't find an address with such a coin balance...

On the first post it's stated
Block Reward = nFees*0.1 + GetBlockSubsidy()
it means that block reward (which is composed of coinbase tx for mining and sum of tx fees.
The burn is implemented in the code, it is not by transfer to some burning address, it's in the core logic itself (validation.cpp https://github.com/wu-emma/bitgesell/blob/64c24348f1ba8788fbffaf663b3df38d9b49a5d1/src/validation.cpp#L2161), you can check fees in a block and see that reward is 0.1 of those, so 0.9 are burned forever.


___________________________________________________________


Congratulations to the winners of the node incentive program!
https://bglcontest.bitaps.com/nodes
2021-07-12
Total network nodes: 238
bgl1qtv5s2rfdupxpynpp58d77myyh8hwv2932c95al
bgl1q5rcy283wmqjnqk7s0kcslxyjf70t0jtg28t07e
bgl1q5s4kwty0f3mt88tfqpk4kcg8ev5sjj4lswe9vy
bgl1qut2pyar0zqzydknvaylhvgqa5sadk5zejzzxax
bgl1qhs5nrzf8g3g85d2cvytgz5zsfd60fsdtdwthlk
bgl1qly3q33uhqcrhmjj55pk0f3maffnwcqufhj9czw
bgl1qtlpjfwk2vs4lqh3w2uwpk2al9r8yg0pgndw2rr
bgl1q5a0z6qnfeg0fcp25fgset2rg9hfxw4lpkjrc4p
bgl1qfrm60940ernfuu44kel9hwtu3lvygzxjkr5kmj
bgl1qtncte2jdapmnvnhftn5j2c0pc7yd5g5ckc7lyn
bgl1qchtvtjwjcnzp9hd0q32ae7q2gjmg06af9pcvwr
bgl1qanjuhh063jmdpc4lcska8l7enzr0z5v8d8grsf
bgl1qn5dxttjjml55eqvp6adp4rjxpk572rl8d4artw
bgl1q8fs72jg2tny7jsvhe2axd88jmvtu8j3ngxuunk
bgl1qfuyl5xjl67fsshqkldu6gatc9td3t727ksl89k
bgl1q0j2wp68ymw2ffehyr440gr0ypm03pjr6kuhdtp
bgl1qzcyg2v7wd0cggwgw2re0ea38j0fxpucv5q02sn
bgl1qc6u073ll4uxap89sy9l7nl9kg935zza0f2wcgm
bgl1q5rasf25nllug4hlk4jhqhp8y57t4ckw98cr95c
bgl1qskg4jnlyk6j7cfdyulsz2xvef5yn5yc3xcduf6
The reward is 1600 BGL for everyone.

Congratulations to winner of the transaction contest!
67685
2021-07-15 11:56
The address bgl1qv5ss3h7matzvgmx323xzjyc4dhkgrz3ja8fxdd (102029 transactions).
The reward is 8000 BGL

Reward txid is  64d186b4fdcd49e6410428d527c581aa46af4852cf0b3e392208cbaf1e723b80
legendary
Activity: 1932
Merit: 1273
The nodes running through Tor does not have IP address which is used in the scanner of the network peers. So unfortunately Tor nodes do not appear in BGL explorer stats or node contest. Same goes for many BTC utils with similar approach.
I don't particularly understand about the "scanner of the network peers". Does it integrated within the whole BGL codebase or it's just the third-party apps like https://bglcontest.bitaps.com/nodes_list ?

As far as I know, there are Bitnodes, a site whose listed/crawl onion Bitcoin nodes.
legendary
Activity: 2744
Merit: 1706
bitgesell.fun & bitgesell.space
I did not find information about how does work the process of burning 90% commission coins. At the time of writing this post, the number of coins burned is 47 694.46250556 BGL. Where are these coins stored? I didn't find an address with such a coin balance...
copper member
Activity: 161
Merit: 67
@EmmaWu

I just run the BGL node over Tor for a couple of days. I checked the hourly updated nodes lists website, but I can't see my node being listed there. Does the site updating the nodes that run over Tor? And does the node incentives program participating the nodes that run on Tor?

The nodes running through Tor does not have IP address which is used in the scanner of the network peers. So unfortunately Tor nodes do not appear in BGL explorer stats or node contest. Same goes for many BTC utils with similar approach.




Congratulations to the winners of the node incentive program!
https://bglcontest.bitaps.com/nodes
2021-07-05
Total network nodes: 246
bgl1ql9yzngyu459gq5d6ewhhyfxp3ajchmlnucq5xf
bgl1qpt8fcu5rjlwvy9r6yshp4y4ucxf4zsll5fpdgz
bgl1qxw2krtxjdvlutuwrusuhp7mh8yrgafvhxqflea
bgl1q2v4zf9gtw9qx34j8c2xvzas6tjmjq9nd6dpx85
bgl1qetx5aclx3ge22gqns9mv2juj8rmm9fcjky60mu
bgl1qk7v986srwh6u7qy4zkj282cq6sc8vd6clhknmu
bgl1qts2m2mj2866e7ep6u237y2ett8jn4l5le03u9g
bgl1q0v4y7jchglqana3pkwx7s50k88tms48erf2cy0
bgl1qewf8g85y7apjehe7dnfy9r95t4vjpl7et6xnc2
bgl1qtsfwfhdlfz789uwvymdky06x6ye92htrf9peuz
bgl1q5rasf25nllug4hlk4jhqhp8y57t4ckw98cr95c
bgl1qnel5qqrzqahez6m35qaj9avysymcngdcc8mrra
bgl1qyhvl7h3xvjrhyqlnwtrtznfukvj8tpn3j6mquk
bgl1qckwfpqyk5ye5njul92vkkxwjmf7kpraje7m6zn
bgl1q3rs2tskwylnc7zq964ec2aehjqm5ycwn3c0vfe
bgl1qpau2ff7zu070fr3rgwjtrsd5jv4y0whsjcxg59
bgl1qux3rsswva957nvzpe6mq0rext2y34auhjj70t6
bgl1q3s7vywvcgzx4cwu09wzlcxzqacp0lzprc832f9
bgl1qkdhrra9rp7aw8wdse9tf584qngghuvqtceuzhh
bgl1qlf4vsqa2wdkshxazmluhem3gcea9zjtg3lzhve
The reward is 1350 BGL for everyone.

Congratulations to winner of the transaction contest!
block# 66677
2021-07-08 02:20
The address bgl1qv5ss3h7matzvgmx323xzjyc4dhkgrz3ja8fxdd (145241 transactions).
The reward is 6750 BGL

Reward txid is  2028d45bca9ecb309a8cc37de56862bc3862a0838dfcea7a1d03586559aaa3ff
Pages:
Jump to: