Bitcoin Forum
May 10, 2024, 07:47:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: How many total coin do you want?
500,000,000
50,000,000

Pages: « 1 ... 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 [74] 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 ... 215 »
  Print  
Author Topic: [ANN]SummerCoin|POS|10% per day in 5 days|New wallet  (Read 162032 times)
1211
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
April 29, 2014, 07:32:48 AM
 #1461

Oh man.. finally compiled the wallet.  That was a challenge!

https://www.bittrex.com/Market/Index?MarketName=BTC-SUM

Happy trading!

Thanks,
Richie
Thank you very much
1715370446
Hero Member
*
Offline Offline

Posts: 1715370446

View Profile Personal Message (Offline)

Ignore
1715370446
Reply with quote  #2

1715370446
Report to moderator
1715370446
Hero Member
*
Offline Offline

Posts: 1715370446

View Profile Personal Message (Offline)

Ignore
1715370446
Reply with quote  #2

1715370446
Report to moderator
1715370446
Hero Member
*
Offline Offline

Posts: 1715370446

View Profile Personal Message (Offline)

Ignore
1715370446
Reply with quote  #2

1715370446
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715370446
Hero Member
*
Offline Offline

Posts: 1715370446

View Profile Personal Message (Offline)

Ignore
1715370446
Reply with quote  #2

1715370446
Report to moderator
dellfucko
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
April 29, 2014, 07:33:16 AM
 #1462

Wow , it's as hot as summer .
My rig is ready to mine.
wzttide
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
April 29, 2014, 07:33:40 AM
 #1463


Than make some buy orders Wink
1211
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
April 29, 2014, 07:34:55 AM
 #1464

I don't want to set the price.
Acidyo
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


Will Bitcoin Rise Again to $60,000?


View Profile
April 29, 2014, 07:35:04 AM
 #1465

Wow , it's as hot as summer .
My rig is ready to mine.

My body rig is ready.
Acidyo
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


Will Bitcoin Rise Again to $60,000?


View Profile
April 29, 2014, 07:35:28 AM
 #1466


0.001 per coin sounds feasible. Wink
matoy
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile WWW
April 29, 2014, 07:36:37 AM
 #1467

"This is our Pub key to you if want it to setup payment for your pool: 03355abf1c3060f2fc96c1486d3ddbdaddb24ed1e6b057d4179cbc090134d090ab
Foundation address: SbcXQKB9wCZevLcugpKcweYkY9MHodWSkY"

sorry but (as a pool operator) i don't understand that....

A pool said that they need our pub key for setting up stratum, that's the reason why we post them. Normal stratum cannot run with SummerCoin wallet, need some modifies in order to get accepted block.

Basically, as opposed to an upfront premine, this coins has a set donation amount (20 coins of every found block) that needs to be donated to the FOUNDATION address provided in the wallet.

Without this modification, any found blocks by a pool will be rejected.

Therefore the stratum code needs to be modified to add this donation into the block transaction.

EMC2 uses this similarly with its Charity_Value, and so the code is easiest to adapt from that coin (AFAIK) as it is publically available, however the EMC2 codebase uses the Public Key as opposed to the Coin Address to add into the transaction (owing to the fact that the address is not in the wallet) - although I'm not too sure if that is an absolute requirement or not.

Thats correct, but there are more modifications necessary as this coin uses an other coin as base as emc2 did .. you'll find it when you look for FOUNDATION instead of CHARITY.

You can convert every (bitcoin-) address to pubkey also via the wallet (validateaddress function)

that don't sound easy.. Sad
will there be a source available for the stratum-mining software?

I'll be glad to release mine when everything goes well and I've cleaned up the source from the debug stuff, but it's not too hard to implement, i've started yesterday and got it finished this morning as there were more twirks than I thought, i've already released part of the source in my MaruCoin-Stratum as MaruCoin is also Auto-Donating (and is X13) so you can basically just "copy & paste" together MaruCoin Auto-Donation and xcoin hash and it'll do...

thanks for the help.
just a little problem over here:
when a launch the marucoin modified stratum, i got this error in the logs:
(i put the correct pubkey in the code)

2014-04-29 09:32:02,343 ERROR template_registry # [Failure instance: Traceback: <type 'exceptions.KeyError'>: 'charityvalue'
/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1101:gotResult
/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1088:_inlineCallbacks
/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:368:callback
/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:464:_startRunCallbacks
--- <exception caught here> ---
/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:551:_runCallbacks
/home/summercoin/stratum-mining/lib/template_registry.py:141:_update_block
/home/summercoin/stratum-mining/lib/block_template.py:51:fill_from_rpc

the line in question is:  coinbase = self.coinbase_transaction_class(self.timestamper, self.coinbaser, data['coinbasevalue'], data['charityvalue'], data['coinbaseaux']['flags'], data['height'], settings.COINBASE_EXTRAS)

it looks like it can't get charityvalue info from the summer rpc wallet... i understand this and i'm okay with it.
but what do we have to put instead of ['charityvalue'] to get thing goin' Huh

Hash with us and mine fresh coins @ http://www.coins4everyone.com
1211
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
April 29, 2014, 07:39:33 AM
 #1468

Some1 is buying on bittrex coins (very bad price)
https://www.bittrex.com/Market/?MarketName=BTC-SUM
1211
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
April 29, 2014, 07:40:59 AM
 #1469

0.01 per summercoin on bittrex.com
Acidyo
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


Will Bitcoin Rise Again to $60,000?


View Profile
April 29, 2014, 07:44:31 AM
 #1470

Some1 is buying on bittrex coins (very bad price)
https://www.bittrex.com/Market/?MarketName=BTC-SUM

Let them, don't sell. Smiley
Mrboot
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000


View Profile
April 29, 2014, 07:47:08 AM
 #1471

i will never sell under 0.001 btc per sum Wink
Acidyo
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


Will Bitcoin Rise Again to $60,000?


View Profile
April 29, 2014, 07:48:19 AM
 #1472

i will never sell under 0.001 btc per sum Wink

I won't even sell before the POW is over, people doing that will regret it later. Smiley
nfox
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile WWW
April 29, 2014, 07:48:58 AM
 #1473

so this can be mined now?
coine_smithe
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
April 29, 2014, 07:50:13 AM
 #1474

so this can be mined now?

Yes, for approximately 4.5 more days.
1211
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
April 29, 2014, 07:51:34 AM
 #1475

Send SummerCoin request to be added to mintpal voting. Cheesy
wzttide
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
April 29, 2014, 07:53:32 AM
 #1476

Market SUM/BTC & SUM/LTC added:
https://www.swaphole.com/#!market/SUM/BTC
https://www.swaphole.com/#!market/SUM/LTC


Trailing Stop - 2FA - Fast Support

First trade on SwapHole.com - Rate: 0.00965000 BTC
SummerCoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
April 29, 2014, 07:53:55 AM
 #1477

Send SummerCoin request to be added to mintpal voting. Cheesy

I sent some hours ago and waiting for their reply Wink
1211
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
April 29, 2014, 07:55:26 AM
 #1478

Send SummerCoin request to be added to mintpal voting. Cheesy

I sent some hours ago and waiting for their reply Wink
Better two requests than one
Hehe
nfox
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile WWW
April 29, 2014, 07:55:58 AM
 #1479

Dev talk to busoni@poloniex if you want to take this coin to the real deal.
Mrboot
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000


View Profile
April 29, 2014, 07:59:29 AM
 #1480

This is one of the First one Wink its a X11 with POW/POS

Only this one and badger got it so far Wink
Pages: « 1 ... 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 [74] 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 ... 215 »
  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!