Author

Topic: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000 - page 262. (Read 2170648 times)

newbie
Activity: 36
Merit: 0
Some api requests seems to work but not others

These work:-
http://localhost:8125/burst?requestType=getAccountCurrentBidOrders&account=BURST-N8KB-DKKW-9C4W-AF289
http://localhost:8125/burst?requestType=getBalance&account=9482343705890921001

These ones don't:-
http://localhost:8125/burst?requestType=dividendPayment&asset=639537212154320&height=105500&amountNQTPerQNT=977000
http://localhost:8125/burst?requestType=getAccountAssetCount&account=BURST-N8KB-DKKW-9C4W-AF289

{"errorCode":1,"errorDescription":"Incorrect request"}

Is this the correct format for issuing dividends?
http://localhost:8125/burst?requestType=dividendPayment&asset=639537212154320&height=105500&amountNQTPerQNT=977000

Do I need my passphrase in there, as with some other asset api's

Nxt api wiki

[
Cancel Order

Cancel an existing asset order. POST only.

Request: Refer to Create Transaction Request for common parameters.

    requestType is either cancelBidOrder or cancelAskOrder
    order is the order ID of the order being canceled

Response: Refer to Create Transaction Response.
Example

Request:

http://localhost:7876/nxt?
    requestType=cancelBidOrder&
    secretPhrase=IWontTellYou&
    order=17185236428295897167&
    feeNQT=100000000&
    deadline=60
]


Please go to http://localhost:8125/test to see all existing api. dividendPayment and getAccountAssetCount doesn't seem to exist.

some request need to be done via POST only request (all that need passphrase I think).
sr. member
Activity: 416
Merit: 250

C:\burst_1.2.3\src\java\nxt\http

look at the file APIServlet.java (lines #69 - #183), it contains the names of API functions.
dividendPayment and getAccountAssetCount  - absent.

Or look at the file "API_name".java for more details.
Example:
file GetAssetAccounts.java
    private GetAssetAccounts() {
        super(new APITag[] {APITag.AE}, "asset", "height", "firstIndex", "lastIndex");
    }

p.s.  replace the first letter of "API_name" to lowercase
localhost:8125/burst?requestType=getAssetAccounts&asset=3101115594843807035&height=105590&firstIndex=0&lastIndex=100

http://localhost:8125/burst?requestType=getAllAssets&firstIndex=0&lastIndex=100
hero member
Activity: 527
Merit: 500
Hi, can someone send me pls 1 BURST to activate a new account?
Thank you Smiley

BURST-XMJJ-UHHH-UGTP-9HRWM
public key: 190ddceccf016e9ade4307e89ac30bc7fe87477b4e4b9db88746988c8c4b8b2e

Sent, remember to make an outgoing transaction.

P.S. I believe our faucets are working without problems. If that is not the case please let us know

Thank you @xizmax. I didn't notice faucet info, will check.

You ran into a long block for your 1st confirmation Smiley

Also thank you for this, because I've just checked and one of the faucets is indeed having issues.

burstcoin.eu/faucet is ok though.
hero member
Activity: 822
Merit: 1002
Hi, can someone send me pls 1 BURST to activate a new account?
Thank you Smiley

BURST-XMJJ-UHHH-UGTP-9HRWM
public key: 190ddceccf016e9ade4307e89ac30bc7fe87477b4e4b9db88746988c8c4b8b2e

Sent, remember to make an outgoing transaction.

P.S. I believe our faucets are working without problems. If that is not the case please let us know

Thank you @xizmax. I didn't notice faucet info, will check.
hero member
Activity: 527
Merit: 500
Hi, can someone send me pls 1 BURST to activate a new account?
Thank you Smiley

BURST-XMJJ-UHHH-UGTP-9HRWM
public key: 190ddceccf016e9ade4307e89ac30bc7fe87477b4e4b9db88746988c8c4b8b2e

Sent, remember to make an outgoing transaction.

P.S. I believe our faucets are working without problems. If that is not the case please let us know
hero member
Activity: 822
Merit: 1002
Hi, can someone send me pls 1 BURST to activate a new account?
Thank you Smiley

BURST-XMJJ-UHHH-UGTP-9HRWM
public key: 190ddceccf016e9ade4307e89ac30bc7fe87477b4e4b9db88746988c8c4b8b2e
sr. member
Activity: 275
Merit: 250
Some api requests seems to work but not others

These work:-
http://localhost:8125/burst?requestType=getAccountCurrentBidOrders&account=BURST-N8KB-DKKW-9C4W-AF289
http://localhost:8125/burst?requestType=getBalance&account=9482343705890921001

These ones don't:-
http://localhost:8125/burst?requestType=dividendPayment&asset=639537212154320&height=105500&amountNQTPerQNT=977000
http://localhost:8125/burst?requestType=getAccountAssetCount&account=BURST-N8KB-DKKW-9C4W-AF289

{"errorCode":1,"errorDescription":"Incorrect request"}

Is this the correct format for issuing dividends?
http://localhost:8125/burst?requestType=dividendPayment&asset=639537212154320&height=105500&amountNQTPerQNT=977000

Do I need my passphrase in there, as with some other asset api's

Nxt api wiki

[
Cancel Order

Cancel an existing asset order. POST only.

Request: Refer to Create Transaction Request for common parameters.

    requestType is either cancelBidOrder or cancelAskOrder
    order is the order ID of the order being canceled

Response: Refer to Create Transaction Response.
Example

Request:

http://localhost:7876/nxt?
    requestType=cancelBidOrder&
    secretPhrase=IWontTellYou&
    order=17185236428295897167&
    feeNQT=100000000&
    deadline=60
]
sr. member
Activity: 275
Merit: 250
Can anyone help with the Wallet Api?

I could only find the NXT api documentation which left some guess work.
I wanted to check a few things before issuing some asset dividends, so
to test I tried checking my account assets via the api.

From NXT wiki Get Account Asset Count
http://localhost:7876/nxt?requestType=getAccountAssetCount&account=NXT-8N9W-TN4F-YA2S-H5B7R

My Burst version
http://localhost:8125/burst?requestType=getAccountAssetCount&account=BURST-N8KB-DKKW-9C4W-AF289

But I get
{"errorCode":1,"errorDescription":"Incorrect request"}

Can anyone point me in the right direction please.

This request works fine
http://localhost:8125/burst?requestType=getBalance&account=9482343705890921001

Also, prior to me making dividend payments
amountNQTPerQNT=100000000

How many NQT per burst please? 100,000,000

Could it be that you forgot to add a file in your wallet:
burst_1.2.3/conf/nxt.properties with the content:
# Enforce requests that require POST to only be accepted when submitted as POST.
nxt.apiServerEnforcePOST=false
# Enforce requests that require POST to only be accepted when submitted as POST.
nxt.uiServerEnforcePOST=false


I have the file burst_1.2.3/conf/nxt-default.properties.

I've changed both settings from true to false but with no effect.


hero member
Activity: 785
Merit: 500
BURST got Smart Contracts (AT)
Can anyone help with the Wallet Api?

I could only find the NXT api documentation which left some guess work.
I wanted to check a few things before issuing some asset dividends, so
to test I tried checking my account assets via the api.

From NXT wiki Get Account Asset Count
http://localhost:7876/nxt?requestType=getAccountAssetCount&account=NXT-8N9W-TN4F-YA2S-H5B7R

My Burst version
http://localhost:8125/burst?requestType=getAccountAssetCount&account=BURST-N8KB-DKKW-9C4W-AF289

But I get
{"errorCode":1,"errorDescription":"Incorrect request"}

Can anyone point me in the right direction please.

This request works fine
http://localhost:8125/burst?requestType=getBalance&account=9482343705890921001

Also, prior to me making dividend payments
amountNQTPerQNT=100000000

How many NQT per burst please? 100,000,000

Could it be that you forgot to add a file in your wallet:
burst_1.2.3/conf/nxt.properties with the content:
# Enforce requests that require POST to only be accepted when submitted as POST.
nxt.apiServerEnforcePOST=false
# Enforce requests that require POST to only be accepted when submitted as POST.
nxt.uiServerEnforcePOST=false
legendary
Activity: 1792
Merit: 1010
I noticed this coin on twitter and Im now invested. What's coming up for this coin. Things I should keep my eye out for.

Standalone wallet coming soon.. which should be really nice. Seems simple enough but we still don't have it yet.

We have plans for instant transactions, super blockchain trimming, maybe a stable coin who's value is still in a sense linked to Burst's value, though we're still arguing over the feasibility of that. Today just came up with an idea for a decentralized business model, which could prove very interesting, something to be thought about.

What features most excite you in a coin?  Customer feedback will likely help determine the direction of development!

fantastic things, thank you!  please do follow see when developed "elasticity" feature of VTC and adopt if successful, could become a standard you know

I would not follow CC price intraday, prepare yourself for gradual rise, now that light bulbs will carry microchips for mining, many interesting things people are thinking off, digital currency is just superior to anything else, so just be patient, if coins lay cheap , buy em, I bought some myself.. accumulating

also don't worry about clones, who has the time who has the time and energy.. people now are sticking to selected coins for the long haul
full member
Activity: 248
Merit: 100
I'm not real
is there a graph anywhere for # of nodes over time?
sr. member
Activity: 275
Merit: 250
Can anyone help with the Wallet Api?

I could only find the NXT api documentation which left some guess work.
I wanted to check a few things before issuing some asset dividends, so
to test I tried checking my account assets via the api.

From NXT wiki Get Account Asset Count
http://localhost:7876/nxt?requestType=getAccountAssetCount&account=NXT-8N9W-TN4F-YA2S-H5B7R

My Burst version
http://localhost:8125/burst?requestType=getAccountAssetCount&account=BURST-N8KB-DKKW-9C4W-AF289

But I get
{"errorCode":1,"errorDescription":"Incorrect request"}

Can anyone point me in the right direction please.

This request works fine
http://localhost:8125/burst?requestType=getBalance&account=9482343705890921001

Also, prior to me making dividend payments
amountNQTPerQNT=100000000

How many NQT per burst please? 100,000,000
hero member
Activity: 527
Merit: 500
Hi people, I recently found burst too. I think its very interesting project, especially the eco-friendly perspective, and I've been googling for more information, found a lot but also that things about the coin are in a few different places. As:

http://burstcoin.eu is very informative, but lack the content found on http://burstcoin.info. Would a merge of the two sites be possible?

http://burstcoin.info also links to a blog, http://burstblogger.info, created in early-May, but no one is using it... Why is that?

A blog would be the perfect format for both general information and news for us new to the coin. I would greatly appreciate if more experienced miners share the wisdom over there and for the devs sharing the ideas of upcoming features. Ideally, imho, the blog should be part of the official site to keep content easy to find, but that doesn't stop you from using it now for information and helping newbies.

/=

First of all, welcome to the community to you and camda Smiley
I am sure you both will find BURST has plenty to offer.

There is also burstforum.com where you can find useful info as well.
Burstcoin.info is the 'main' site, while member smaxer manages the burstcoin.eu site. We can start a discussion about a possible merge, however I am unsure how would that proceed or it it even necessary.

Blog was started with the idea of merging it into burstcoin.info site. However due to some unfortunate circumstances we were not able to publish articles we had ready, the merger itself was delayed and the blog has fallen by the wayside of things. We have not forgotten about it though and it will be merged/restarted. Unfortunately, we cannot tell at this moment when will that be.

What I feel is necessary to restate, all the things surrounding this coin are community driven. Therefore, there was no clear structure from the start - leading to the situation that we have now (i.e. having several sites and forums all managed by different individuals).

Still, remember that community input and contribution is invaluable so keep sharing your ideas/wishes.
sr. member
Activity: 306
Merit: 250
For Sell
Hi people, I recently found burst too. I think its very interesting project, especially the eco-friendly perspective, and I've been googling for more information, found a lot but also that things about the coin are in a few different places. As:

http://burstcoin.eu is very informative, but lack the content found on http://burstcoin.info. Would a merge of the two sites be possible?

http://burstcoin.info also links to a blog, http://burstblogger.info, created in early-May, but no one is using it... Why is that?

A blog would be the perfect format for both general information and news for us new to the coin. I would greatly appreciate if more experienced miners share the wisdom over there and for the devs sharing the ideas of upcoming features. Ideally, imho, the blog should be part of the official site to keep content easy to find, but that doesn't stop you from using it now for information and helping newbies.

/=
hero member
Activity: 619
Merit: 500
full member
Activity: 168
Merit: 100
Price is rising. Good.
How many coins exist right now?
hero member
Activity: 619
Merit: 500
-[ANNOUNCEMENT]- Second Burstcoin.de Asset
New Asset with 50% Monthly Payout oft the Pool Fee / Highly Secure  


Asset Name – BdePool
Pool URLhttp://pool.burstcoin.de
Total number available – 2.500.000
Initial Price –  10 Burst
Asset Number (ID)– 3101115594843807035

50% Payout monthly of the Pool Income made thru Pool Fees - This asset pays out 50% of the Pool Fees monthly.  

50% Instant Payout to Pool Miners - 50% of the Sellprice of the asset will be instantly payed out to miners to make the pool more attractive and increase the pool fee and so the value of the asset. Max. 20.000 Burst a day.

First payout is the first of Juli 2015!

URL: http://www.burstcoin.de/assets/asset_bdepool.pdf

Guaranteed monthly payout! Every first day of the month i will payout all assets. Regardless how long you are owner oft them. Also if you bought the assets one day before the first.

Save Investment! The payouts are covered and backed by my pool system. 50% of the pool income will go to the asset holders monthly on the first day oft he month. If more miners uses the pool, the pool will find more blocks and the monthly payout per asset will go up.

Instant Cashout without loss! If the Pool shuts down, then i will buyback all sold shares to a price of 5 Burst. 5 not 10 because, as written above, i will instantly payout 50% of the sellprice.  So if you are a miner, you will geht instant ca. 50% of the sell price back thru pool payouts.

Burstcoin.de is the name oft the german website of burst, with mining guides, best practises, how tos, a manual for beginners, example hardwares from my miners, scripts for tracking the mining tasks, news over burst, etc. and information for the german community is actually daily added.

Pool.burstcoin.de is the Pool of Burstcoin.de. Hardware Dual Quad Core Xeon with 3.0 Ghz, 24GB Ram, Internet 1GBit with DDos Protectoin, Fail Safe Replicated Host with Fallback, Geo location qfrom Blago (thanks to blago for the support)

Bobafett is my username in Bitcointalk.org and burstforum.com.  I´m mining and investing in Burst since the beginning. I invested over 10000 Euros since now in Burst (bought with btc) and mining hardware. Until now i never sold any of my coins because i really belive this coin has a bright future.

Bobafett is the owner oft the account BURST-AJ63-3W8L-FGBT-2ALZE.

Bobafett is  mining with over 160TB every day and my next miner is acutally plotting. My daily minded income of burst are between 20.000 and 30.000 Burst.

See also my other asset, that pays out regularly: https://bitcointalksearch.org/topic/m.11250838

Scheduled next payment:
01.07.2015


500.000 Assets are right now for sale.

Calc for June:
100.000 Burst Estimeted income from Pool Fee for June, 50% of that is 50.000 Burst for the shares.
500.000 Assets are out and will be rewarded. The other 2 Mio will NOT be rewarded, because i still hold them.
50.000 Fee / 500.000 Assets = 0.1 Burst per Asset.  1 Asset costs 10 Burst, so the monthly interest will be 1% atm.
If more miners join the pool, the pool will make more income and the monthly interest for you will be higher.


31.05.2015: 20.000 Burst was just transfert to pool http://pool.burstcoin.de Look @ http://burstcoin.eu/transaction/2620907475893786087
01.06.2015: 20.000 Burst was just transfert to pool http://pool.burstcoin.de Look @ http://burstcoin.eu/transaction/1323528798437208051
02.06.2015: 20.000 Burst was just transfert to pool http://pool.burstcoin.de Look @ http://burstcoin.eu/transaction/8516270969359644376
hero member
Activity: 527
Merit: 503
I noticed this coin on twitter and Im now invested. What's coming up for this coin. Things I should keep my eye out for.

Standalone wallet coming soon.. which should be really nice. Seems simple enough but we still don't have it yet.

We have plans for instant transactions, super blockchain trimming, maybe a stable coin who's value is still in a sense linked to Burst's value, though we're still arguing over the feasibility of that. Today just came up with an idea for a decentralized business model, which could prove very interesting, something to be thought about.

What features most excite you in a coin?  Customer feedback will likely help determine the direction of development!
hero member
Activity: 588
Merit: 500
And byte bank payouts done.

Code:
Amount paid, Account, TX
20000, BURST-7VBY-YHG6-UUTC-9TV96, 8030516959489542272
10000, BURST-K376-EJSB-NMC5-FDF2F, 15628254348060574784
10000, BURST-YS55-JXPL-BJKB-ATVQJ, 11345440641213714305
9500, BURST-GKV2-ZSPL-NF6T-98PAD, 9842676440128184191
3400, BURST-WTN9-HFDE-XBZB-933Q5, 6832879789009381412
2100, BURST-W3VU-PJX2-KCN5-F3GP3, 11027107560893607598
2000, BURST-7Q8V-B4AB-N6WY-CYXFG, 3016896109271601345
2000, BURST-ACGB-YGHQ-G9ZL-5XD7U, 12811074329312018518
1500, BURST-79PK-DGC2-M4XP-HUAVB, 13122783362907370344
1400, BURST-LLY3-HW85-A73L-6JWWW, 15532846065522641181
1000, BURST-G5EG-7MQ2-QJJ9-7VRCG, 12619214685465154969
800, BURST-784V-8YPJ-MBSQ-62U95, 10981812704255639932
800, BURST-QX35-J22R-QXML-2B2BF, 17715883659585149995
300, BURST-S78M-MRHE-5H8L-4TVT7, 7777366450589698443
300, BURST-TKZK-F72H-Z53X-FDSP2, 3885783182573234281
200, BURST-8RHD-L8GS-UXTN-DEPDK, 15122393788221797238
200, BURST-UADJ-9AFK-Q62J-5YV2K, 11776788236080740678
200, BURST-YZJ6-LYBY-WAC6-BQYGC, 6819280277005112993
200, BURST-K48W-F6TF-LQJW-FHR6A, 14995353263637834752
200, BURST-KLKV-64G5-ZS2L-6F6PP, 5678702825863105863
100, BURST-CBMM-G7RQ-QL85-8MRXR, 2709140828670767430
100, BURST-N8KB-DKKW-9C4W-AF289, 17566408082672055155
100, BURST-247J-TQC8-T5EB-EJFZP, 9690007169049893512
------------All transactions processed------------

hero member
Activity: 759
Merit: 502
I noticed this coin on twitter and Im now invested. What's coming up for this coin. Things I should keep my eye out for.
Jump to: