Bitcoin Forum
May 30, 2024, 10:56:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 »  All
  Print  
Author Topic: [ANN][STC]Streamcoin - Scrypt based, Fast block, Pool Released  (Read 6110 times)
swfly (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 15, 2014, 08:21:09 AM
 #21

I'm not quite good at this but anyone can set a pool? The hashrate keeps growing.
swfly (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 15, 2014, 09:02:15 AM
 #22

OK I've just uploaded the source code to git
MrCroissant
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
January 15, 2014, 09:48:25 AM
 #23

what to write in streamcoin.conf?
swfly (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 15, 2014, 11:16:55 AM
 #24

what to write in streamcoin.conf?
basically for solo mining you'll try:

server=1
rpcuser=abc
rpcpassword=123
rpcallowip=127.0.0.1

and set your miner's url to localhost:40456
tomthgrk
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 15, 2014, 12:21:04 PM
 #25

i set a command at console ''setgenerate true -1''
is it enough to start solo mining?
swfly (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 15, 2014, 01:18:36 PM
 #26

i set a command at console ''setgenerate true -1''
is it enough to start solo mining?
I think it depends on how powerful your CPU is. You can have a try because the net hashrate is low lol
Xaltotun
Sr. Member
****
Offline Offline

Activity: 371
Merit: 252



View Profile
January 15, 2014, 02:00:38 PM
 #27

FYI, STC is already in use by Stackedcoin.

███████▀▄▄███████▄▄
█████▀▄████▀▀▀▀▀▀▀███▄
███▀▄███▀▄▄███████▄▄▄▀█
██▀▄███▀██▀▀     ▀▀███▄
██ ███▀           █▄▀███
██▄███             ██▄███
███▄▀   ▄▄███████▄▄ ██ ██
▀█▀▄ ▄█████▀▀▀▀▄▄▄  ██ ██
  █▀▄██▀▀▄▄█████▀▄█▄██ ██
 █▀▄██ █▀▀     ▄██▄███▄█
██ ██ █▀▄███████▀▄███▄█
██ ███ ▀▀▀▀▀▀▄▄▄███▀ ▀ ▄█
██ ███▀▀█████████▀ ▄█ ███
▀██ ██             ██ ███
█▄██▄▀█           ███ ███
██▄███▄▀▄▄     ▄ ████ ██
███▄▀▀███████▀▀▀▄███ ██
██████▄▄▄▄▄▄▄▄████▀▄█▀
█████████████████▀

    ████▀
█  ███▀  ▀
█  ██▀  ▀
█  █▀  ▀
█  ▀  ▀
█  ▄  ▄
█  █▄  ▄
█  ██▄  ▄
█  ███▄  ▄
    ████▄
||  Ann Thread  ||  Discord  ||  Facebook  ||  Twitter  ||   Github  ||
THE FIRST PYTHON BLOCKCHAIN

  ▀████
▀  ▀███  █
  ▀  ▀██  █
    ▀  ▀█  █
      ▀  ▀  █
      ▄  ▄  █
    ▄  ▄█  █
  ▄  ▄██  █
▄  ▄███  █
  ▄████
swfly (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 15, 2014, 02:03:09 PM
 #28

FYI, STC is already in use by Stackedcoin.
I'm respectful to these coins because they taught me a lot...
but come on! they are just several char[]s in a small small .cpp file!
alquinte
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile WWW
January 15, 2014, 05:20:00 PM
 #29

I'm not quite good at this but anyone can set a pool? The hashrate keeps growing.
How can we see the net hash?

Edit: nvm I searched it up. (if you're curious, open the client go to help-> debug window -> console tab and type getmininginfo). It's already at 8 MHash Cheesy.

swfly (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 16, 2014, 02:32:22 AM
 #30

I'm not quite good at this but anyone can set a pool? The hashrate keeps growing.
How can we see the net hash?

Edit: nvm I searched it up. (if you're curious, open the client go to help-> debug window -> console tab and type getmininginfo). It's already at 8 MHash Cheesy.
Yeah this is what I'm worrying about... Many people come and go without a pool. Anyway what I can do is to build some applications.
swfly (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 16, 2014, 06:17:40 AM
 #31

I'm now trying to set up a p2pool... hope I can finish it soon.
Al_Bundy
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
January 16, 2014, 03:10:19 PM
 #32

Grrr. Wallet stopped working.

"This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information."

Any ideas what I did? It was working just fine before
swfly (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 16, 2014, 05:10:43 PM
 #33

OK, I've set up a p2pool. try to join it though it's still under test. See the main thread to get the info.
Any comments is welcome. I'll fix problems as fast as I can.
swfly (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 17, 2014, 03:58:33 AM
 #34

OK, I've set up a p2pool. try to join it though it's still under test. See the main thread to get the info.
Any comments is welcome. I'll fix problems as fast as I can.
Gotta change the port of pool to 8080 to allow some of my rigs behind crazy firewall. Sorry for inconvenience
swfly (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 17, 2014, 07:35:53 AM
 #35

Grrr. Wallet stopped working.

"This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information."

Any ideas what I did? It was working just fine before
Ah sorry for not replying, but can you paste some details? Only by this no one can indicate the reason.
alexdubs
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
January 17, 2014, 07:46:53 AM
 #36

btw the game spells streamcoins as steramcoins if you look at the transactions interface.

Streamcoin Add:PKvdHsBsz3AsPL5kTstvrY79YLT2e5rXiq
swfly (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 17, 2014, 07:52:12 AM
 #37

btw the game spells streamcoins as steramcoins if you look at the transactions interface.

Streamcoin Add:PKvdHsBsz3AsPL5kTstvrY79YLT2e5rXiq
Yeah I should fix it... Recently I'm planning to rebuild the whole UI for the dice game, but too busy these days. Later I'll do it and bring you a brand new dice! I promise!
Al_Bundy
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
January 17, 2014, 03:59:23 PM
 #38

Grrr. Wallet stopped working.

"This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information."

Any ideas what I did? It was working just fine before
Ah sorry for not replying, but can you paste some details? Only by this no one can indicate the reason.
That's as far as I can get when launching the wallet. Nothing in the debug.log after the problem appeared.
I have a suspicion that its the latest Win7 updates that were installed...
Going to delete everything in the roaming folder(not wallet of course).  EDIT: That did nothing.
swfly (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 17, 2014, 04:18:59 PM
 #39

Grrr. Wallet stopped working.

"This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information."

Any ideas what I did? It was working just fine before
Ah sorry for not replying, but can you paste some details? Only by this no one can indicate the reason.
That's as far as I can get when launching the wallet. Nothing in the debug.log after the problem appeared.
I have a suspicion that its the latest Win7 updates that were installed...
Going to delete everything in the roaming folder(not wallet of course).  EDIT: That did nothing.
I saw some one says that in this situation, copy the wallet.dat out and clear the folder. After downloaded the blockchains copy the wallet.dat back again.
You might have a try. Good luck.
Al_Bundy
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
January 17, 2014, 04:27:25 PM
 #40

Grrr. Wallet stopped working.

"This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information."

Any ideas what I did? It was working just fine before
Ah sorry for not replying, but can you paste some details? Only by this no one can indicate the reason.
That's as far as I can get when launching the wallet. Nothing in the debug.log after the problem appeared.
I have a suspicion that its the latest Win7 updates that were installed...
Going to delete everything in the roaming folder(not wallet of course).  EDIT: That did nothing.
I saw some one says that in this situation, copy the wallet.dat out and clear the folder. After downloaded the blockchains copy the wallet.dat back again.
You might have a try. Good luck.
Thanks!
It was a stupid error in the .conf file....
For some reason it stopped liking addnode lines.
Pages: « 1 [2] 3 4 »  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!