Bitcoin Forum
May 05, 2024, 02:40:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 »  All
  Print  
Author Topic: [SBC] [SCRYPT] StableCoin The Story Continues! Join Our Community Coin Project  (Read 35283 times)
3worlduser
Sr. Member
****
Offline Offline

Activity: 306
Merit: 250


View Profile
August 08, 2016, 03:56:27 AM
 #121

From what I have read, Prohashing is maintaining a temporary blockchain for each coin that it mines and releases the coins to the real blockchain before a fork occurs.  This is why clusters of blocks suddenly appear.  Not sure what their premise is behind this activity.

WOW, that idea has been on my mind since the first test because just before the "flash blocks" the daemon prints

Code:
SetBestChain: new best=xxxxxxxxx


From my experience of the few blocks I am able to mine, the blocks I mine don't appear on the block chain until I broadcast a transaction on the network and the next block is mined grabbing the transaction fee.  This usually occurs within 5 to 10 minutes after I have broadcast the transaction fee.  As I stated in a previous post, I am broadcasting transaction at random times.

The next block (the one mined with the additional fee) is mined by yourself or is in the "flash blocks" pack? I have seen the blocks with additional fee and rarely one of them was mined by me.

3Worlduser, so that was you that caused the Stablecoin hashrate to go up to over 100 Mh/s?

Also, the program I wrote that broadcasts a 5 Stablecoin transaction fee is to prevent a stall in the blockchain.  Not sure how long I will run it.

Yes, sorry about that but I wanted to know how much hashrate was needed to avoid the "flash blocks", I didn't test with transactions fees because my first assumption was that higher fees would attract the attention of a multipool, just the opposite of what I was looking for.

Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714876835
Hero Member
*
Offline Offline

Posts: 1714876835

View Profile Personal Message (Offline)

Ignore
1714876835
Reply with quote  #2

1714876835
Report to moderator
1714876835
Hero Member
*
Offline Offline

Posts: 1714876835

View Profile Personal Message (Offline)

Ignore
1714876835
Reply with quote  #2

1714876835
Report to moderator
Commentator
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
August 08, 2016, 06:37:58 AM
 #122

The blockchain stalled on June12th and two weeks elapsed with no new blocks appearing.  I decided to make some transactions to get it going again.  My largest TX fee was 1000 Stablecoins.  A multipool grab the block within seconds.  So I wrote a program to send a small amount to another wallet with a 5 Stablecoin TX fee at random intervals.  It seems that 5 Stablecoins is the mininmum for a multipool to mine a block.  Anyway, it keeps the blockchain moving.

I will keep it going for awhile, not sure how long.
Commentator
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
August 08, 2016, 06:47:09 AM
 #123

In reply to your question about the flash blocks, no.  After I place a transaction fee on the network it is grabbed by a Prohashing miner within about 5 or so minutes.  There doesn't appaer to be any others mining SBC other than Prohashing and occasionally some other miners mine a block.
Commentator
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
August 24, 2016, 12:38:21 AM
 #124

Sell, Sell, Sell deadcoin.  At least Prohashing won't grabbing my transaction fees, anymore.  Unless there is more network participation Stablecoin is dead.
Commentator
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
August 24, 2016, 08:15:41 PM
 #125

I will run it a little longer.  Any SBC donations would be of great help in my effort.

SBC Wallet Address:

sXLRJAm9Mb3vV5w8Csgxxt67eq2mUTdM83
MilkandPie4U
Full Member
***
Offline Offline

Activity: 173
Merit: 151


View Profile WWW
August 24, 2016, 09:06:28 PM
 #126

I will run it a little longer.  Any SBC donations would be of great help in my effort.

SBC Wallet Address:

sXLRJAm9Mb3vV5w8Csgxxt67eq2mUTdM83

No problem, thanks for all the support of SBC

Commentator
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
August 26, 2016, 12:49:58 AM
 #127

Thanks for the donation.  There is only 1 node connected to the network and it cuts in and out all the time.  A week or so ago there were up to 10 nodes connected.  Not sure what happened.

Can anyone run a dedicated node on the network?
psycodad
Legendary
*
Offline Offline

Activity: 1604
Merit: 1564


精神分析的爸


View Profile
August 26, 2016, 07:59:38 AM
 #128

My node is pretty much permanent, but I also only got 3 connections atm.

Commentator
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
August 26, 2016, 01:26:21 PM
 #129

My node is pretty much permanent, but I also only got 3 connections atm.

Can you provide the addnodes.  Maybe I can get a few more connections.  I understand that adding server=1 and listen = 1 to the config file runs the wallet as a node or is it more involved than that?.
psycodad
Legendary
*
Offline Offline

Activity: 1604
Merit: 1564


精神分析的爸


View Profile
August 26, 2016, 01:43:11 PM
 #130

My node is pretty much permanent, but I also only got 3 connections atm.

Can you provide the addnodes.  Maybe I can get a few more connections.  I understand that adding server=1 and listen = 1 to the config file runs the wallet as a node or is it more involved than that?.

Here is my nodelist:
Code:
addnode=184.185.216.85
addnode=192.99.35.133
addnode=85.236.188.28

listen=1 is probably not needed as it seems to be the default in most coins. But your IP has to be either a public IP or UPnP on your Gateway/Router has to be enabled and working, elsewise you can only connect to other nodes but not receive incoming connections.

If you run getpeerinfo in the console and all your connections have "inbound" : false, then you probably can't receive connections from outside.

HTH

Velvet78 (OP)
Legendary
*
Offline Offline

Activity: 2324
Merit: 1024


Leading Crypto Sports Betting & Casino Platform


View Profile
August 27, 2016, 06:48:32 PM
 #131

My node is pretty much permanent, but I also only got 3 connections atm.

i tried compiling it on my ubuntu vps to run a dedicated node but got this error:



any suggestions how to fix that? im very new with linux so maybe im missing something simple

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
psycodad
Legendary
*
Offline Offline

Activity: 1604
Merit: 1564


精神分析的爸


View Profile
August 27, 2016, 07:50:07 PM
 #132

My node is pretty much permanent, but I also only got 3 connections atm.

i tried compiling it on my ubuntu vps to run a dedicated node but got this error:



any suggestions how to fix that? im very new with linux so maybe im missing something simple

Just a blind shot into the dark: Not enough RAM in your VPS, could that possibly be a reason?
How much RAM does that VPS offer?

Velvet78 (OP)
Legendary
*
Offline Offline

Activity: 2324
Merit: 1024


Leading Crypto Sports Betting & Casino Platform


View Profile
August 28, 2016, 11:24:45 AM
 #133

My node is pretty much permanent, but I also only got 3 connections atm.

i tried compiling it on my ubuntu vps to run a dedicated node but got this error:



any suggestions how to fix that? im very new with linux so maybe im missing something simple

Just a blind shot into the dark: Not enough RAM in your VPS, could that possibly be a reason?
How much RAM does that VPS offer?

RAM: 1024 MB. should be enough right? i could compile another wallet without problems

Also, i see we're listed at https://novaexchange.com/market/BTC_SBC/ but could use some market makers

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
psycodad
Legendary
*
Offline Offline

Activity: 1604
Merit: 1564


精神分析的爸


View Profile
August 28, 2016, 12:12:09 PM
 #134

My node is pretty much permanent, but I also only got 3 connections atm.

i tried compiling it on my ubuntu vps to run a dedicated node but got this error:



any suggestions how to fix that? im very new with linux so maybe im missing something simple

Just a blind shot into the dark: Not enough RAM in your VPS, could that possibly be a reason?
How much RAM does that VPS offer?

RAM: 1024 MB. should be enough right? i could compile another wallet without problems

Also, i see we're listed at https://novaexchange.com/market/BTC_SBC/ but could use some market makers

1024MB is not that much, depending on what processes you have running already. The error message says g++ was killed and I bet that was the OOM. Try to stop all other daemons like webservers and other wallets and give "make" another run then.

Commentator
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
August 29, 2016, 06:03:59 PM
 #135

With the code changes at Prohashing to only mine the most profitable coins, my program to keep the blockchain moving has slowed considerably to maybe stimulate 1 or 2 blocks an hour.  I am unable to connect any mining gear at this time or in the near future to generate more blocks on the network.
3worlduser
Sr. Member
****
Offline Offline

Activity: 306
Merit: 250


View Profile
September 07, 2016, 02:53:08 AM
 #136

Hi there guys sorry for the delay, I has some personal issues, here is the pool with 0% fees.

https://sbcp.block-genesis.com

The explorer was always online but it only have 1 connection, you can add it to your .conf with
.
Code:
addnode=172.110.29.94

Velvet78, you also can static compile the daemon in your personal PC (in a virtual machine if you are windows user) and then upload it to you VPS.

Code:
make -f makefile.unix STATIC=1

Commentator, thanks for all your answers, I'll send some SBC for your efforts.

Happy mining.

Commentator
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
September 07, 2016, 03:21:11 AM
Last edit: September 07, 2016, 03:59:38 AM by Commentator
 #137

I have been sending transaction fees of about 23.35 SBC.  About 6 per hour since June as a reward for pool mining.  It has stimulated the generation of about 14,000 blocks.  I will need to shut it down tomorrow morning until I get setup under a new network.  Don't send anymore donations until I start up again.  If the blockchain stalls, you know the reason.

If 3worlduser's pool dedicates hashpower to SBC, the blockchain should be just fine.  3worlduser should get more blocks since Prohashing won't mine SBC unless there is a high transaction fee on the network.  I will work on getting the transaction fee reward system back up.
Commentator
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
September 07, 2016, 09:04:01 PM
 #138

Back up.
Commentator
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
October 13, 2016, 03:50:32 AM
 #139

Is there anyone who is interested enough to open a store and sell something like silver in 1 gram ingots for Stablecoin only, to get the price moving?  10 % discount?  That will work.
Coin_trader
Copper Member
Legendary
*
Offline Offline

Activity: 2772
Merit: 1169


Leading Crypto Sports Betting & Casino Platform


View Profile WWW
October 13, 2016, 04:33:23 AM
 #140

can i translate this ANN into Filipino language sir velvet? Smiley

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 »  All
  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!