Bitcoin Forum
May 01, 2024, 04:15:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 14 15 16 17 18 19 20 21 22 23 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 ... 215 »
  Print  
Author Topic: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer!  (Read 284890 times)
rfcdejong
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500


View Profile
June 03, 2014, 07:18:11 PM
 #1261

From which code is SLIM coin a fork anyway?

Probably a beta version of bitcoin published no later than 2009. Wallet is so buggy its unbelieveable.

found it, it's from peercoin.. nearly the same code
which doesn't read the rpcthreads argument either

https://github.com/billitch/ppcoin/blob/master/src/bitcoinrpc.cpp
1714536919
Hero Member
*
Offline Offline

Posts: 1714536919

View Profile Personal Message (Offline)

Ignore
1714536919
Reply with quote  #2

1714536919
Report to moderator
The Bitcoin software, network, and concept is called "Bitcoin" with a capitalized "B". Bitcoin currency units are called "bitcoins" with a lowercase "b" -- this is often abbreviated BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
June 03, 2014, 07:19:23 PM
 #1262

From which code is SLIM coin a fork anyway?

Probably a beta version of bitcoin published no later than 2009. Wallet is so buggy its unbelieveable.

found it, it's from peercoin.. nearly the same code

https://github.com/billitch/ppcoin/blob/master/src/bitcoinrpc.cpp

Can you go through peercoin commits and find the rpcthreads function ?
rfcdejong
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500


View Profile
June 03, 2014, 07:26:42 PM
 #1263

it doesn't seems to be there. anyway it all is from bitcoin in the first place, the rpcserver.cpp but that is where litecoin got it's code bitcoinrpc.cpp file from, peercoin did it his own way.

https://github.com/bitcoin/bitcoin/blob/29c1fbbb97710a9c31ae594870fc41539425889c/src/rpcserver.cpp
primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
June 03, 2014, 07:28:14 PM
 #1264

it doesn't seems to be there. anyway it all is from bitcoin in the first place, the rpcserver.cpp but that is where litecoin got it's code bitcoinrpc.cpp file from, peercoin did it his own way.

https://github.com/bitcoin/bitcoin/blob/29c1fbbb97710a9c31ae594870fc41539425889c/src/rpcserver.cpp

Is it possible to change the current slimcoin source so instead of starting 4(or is it 8 ) threads it starts XX instead ? I need a quick fix now while diff is still low. Which line in the current source tells it to run X threads ?
rfcdejong
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500


View Profile
June 03, 2014, 07:29:02 PM
 #1265

oh i found the changeset i think.

Port Thread* methods to boost::thread_group

bitcoin's code got changed to boost threads, was same as this code

https://gitorious.org/bitcoin/luke-jr-bitcoin/commit/21eb5ad


It is alot of code to commit, slimcoin should do it, not me Smiley
rfcdejong
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500


View Profile
June 03, 2014, 07:39:22 PM
 #1266

it doesn't seems to be there. anyway it all is from bitcoin in the first place, the rpcserver.cpp but that is where litecoin got it's code bitcoinrpc.cpp file from, peercoin did it his own way.

https://github.com/bitcoin/bitcoin/blob/29c1fbbb97710a9c31ae594870fc41539425889c/src/rpcserver.cpp

Is it possible to change the current slimcoin source so instead of starting 4(or is it 8 ) threads it starts XX instead ? I need a quick fix now while diff is still low. Which line in the current source tells it to run X threads ?

not sure, but it might be this one

https://github.com/slimcoin/slimcoin/blob/b2e2b9915230bf9a7622677480110173b7fef572/src/bitcoinrpc.cpp#L3147


Anyway i can't find the code which calls ThreadRPCServer2
https://github.com/slimcoin/slimcoin/search?q=ThreadRPCServer2&type=Code

It seems you can call that more than 1 and it will increment running threads...
primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
June 03, 2014, 07:39:55 PM
 #1267

it doesn't seems to be there. anyway it all is from bitcoin in the first place, the rpcserver.cpp but that is where litecoin got it's code bitcoinrpc.cpp file from, peercoin did it his own way.

https://github.com/bitcoin/bitcoin/blob/29c1fbbb97710a9c31ae594870fc41539425889c/src/rpcserver.cpp

Is it possible to change the current slimcoin source so instead of starting 4(or is it 8 ) threads it starts XX instead ? I need a quick fix now while diff is still low. Which line in the current source tells it to run X threads ?

not sure, but it might be this one

https://github.com/slimcoin/slimcoin/blob/b2e2b9915230bf9a7622677480110173b7fef572/src/bitcoinrpc.cpp#L3147


Anyway i can't find the code which calls ThreadRPCServer2
https://github.com/slimcoin/slimcoin/search?q=ThreadRPCServer2&type=Code

It seems you can call that more than 1 and it will increment running threads...
Changing the vnThreadsRunning[4]++; value does not work.
I sent you a PM
skottiejay
Full Member
***
Offline Offline

Activity: 140
Merit: 110


bitcoinnaire


View Profile WWW
June 03, 2014, 07:52:01 PM
 #1268

Guys how do I know if I've earned anything or hit anything in the debug log?
I'm getting blocks I'm pretty sure, at one point it said 3 blocks.
Is there some code I should look for, or will it update on the slimcoin-qt?

I'm kind of confused about this whole solo mining thing, because I've never done it before.

Edit this is what it says:


{
"blocks" : 5444,
"currentblocksize" : 1489,
"currentblocktx" : 3,
"difficulty" : 0.05863029,
"errors" : "",
"generate" : true,
"genproclimit" : 4,
"hashespersec" : 751,
"networkghps" : 0.00307092,
"pooledtx" : 3,
"testnet" : false
}

What else could I say?
chiguireitor
Legendary
*
Offline Offline

Activity: 872
Merit: 1010


Coins, Games & Miners


View Profile WWW
June 03, 2014, 07:53:47 PM
 #1269


I was going to give up the ghost but I have this on my watchlist and noticed a wallet update and thought maybe some of my connection errors would be fixed but now it seems like i'm just spinning my wheels again. Is it already too late to be solo mining for this?


Nope... Mine away!

EDIT: To know how much you've mined, getbalance should do

primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
June 03, 2014, 09:25:21 PM
 #1270

Big thank you to rfcdejong for taking over 1 hour to look at the code to try to implement rpcthreads function.
Slimcoin wallet is so outdated (Old Peercoin fork) it will take hundreds of file modifications to implement this feature.
rfcdejong
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500


View Profile
June 03, 2014, 09:33:14 PM
 #1271

Big thank you to rfcdejong for taking over 1 hour to look at the code to try to implement rpcthreads function.
Slimcoin wallet is so outdated (Old Peercoin fork) it will take hundreds of file modifications to implement this feature.

thanks, but i'm not happy with it being that old, which isn't a bad thing but just so many changeset's (bugfixes) aren't included in the code which are fixed in the bitcoin code and alot of other coins

look at the litecoin code, it's implemented in there
https://github.com/litecoin-project/litecoin/blob/master-0.8/src/bitcoinrpc.cpp

even a simple changeset as "Sleep()" into MilliSleep() isn't done

it's the fact that Peercoin hasn't implemented the functionality, and slimcoin is "forked" from peercoin

look at the peercoin code, no StartRPCThreads method
and search for -rpcthreads (you won't find it)

https://github.com/billitch/ppcoin/blob/master/src/bitcoinrpc.cpp
TheRealSteve
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

FUN > ROI


View Profile
June 03, 2014, 09:34:53 PM
 #1272

6 days have passed since launch – as there's no block explorers and the like yet, here's some basic graphs:
(if you want to ask anything about a specific graph, please only quote that graph (or refer to it by title), as these posts are relatively big)
 
 
 
 
 
Explanation of graphs: topic=613213.msg7044755#msg7044755

Like this post? Donate Slimcoin: STDpqwvEC6banMNzfNYDTuZy8xspHpGuNj

primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
June 03, 2014, 09:35:34 PM
 #1273

Big thank you to rfcdejong for taking over 1 hour to look at the code to try to implement rpcthreads function.
Slimcoin wallet is so outdated (Old Peercoin fork) it will take hundreds of file modifications to implement this feature.

thanks, but i'm not happy with it being that old, which isn't a bad thing but just so many changeset's (bugfixes) aren't included in the code which are fixed in the bitcoin code and alot of other coins

look at the litecoin code, it's implemented in there
https://github.com/litecoin-project/litecoin/blob/master-0.8/src/bitcoinrpc.cpp

even a simple changeset as "Sleep()" into MilliSleep() isn't done

Well there are only two possibilities, slimcoin dev is Satoshi Nakamoto, working on his local git branch OR a fucking idiot for not implementing bugfixes 2010-2014.
rfcdejong
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500


View Profile
June 03, 2014, 09:38:43 PM
 #1274

i just modified my post a bit..

it's being forked from peercoin is the issue here
should had forked from litecoin to be closer to the bitcoin branch

but then again, slimcoin might use the Staking functionality from peercoin Smiley


Does anyone know if there is another PoS coin where -rpcthreads is implemented?
TheRealSteve
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

FUN > ROI


View Profile
June 03, 2014, 09:40:50 PM
 #1275

Owner of block 5442: Fix your computer's clock - it is off by 2 hours Wink
Owners of blocks 5366, 5312, and 5198: Might also want to double-check your clock sync, they may be off a bit more than is expected as well.

primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
June 03, 2014, 09:55:12 PM
 #1276

The latest wallet keeps corrupting the database.
Slimcoin: Error loading blkindex.dat

Try runing and closing slimcoind (slimcoind stop, not talking about forced kill sigint) 2-3 times and it will eventually corrupt the blockchain db.

slimcoin (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile WWW
June 03, 2014, 10:24:20 PM
 #1277

If you have the blkindex.dat loading error:

Updated source and binaries are available:

Source: https://github.com/slimcoin/slimcoin
Binaries: https://github.com/slimcoin/slicmoin-executable

-Much Donate
BTC-1D5pnma7E1CP6cquHujycVy79EyXJ3eY
primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
June 03, 2014, 10:50:37 PM
 #1278

If you have the blkindex.dat loading error:

Updated source and binaries are available:

Source: https://github.com/slimcoin/slimcoin
Binaries: https://github.com/slimcoin/slicmoin-executable

The last update fixed the problem.
maxpower
Sr. Member
****
Offline Offline

Activity: 456
Merit: 250


View Profile
June 03, 2014, 10:51:45 PM
 #1279

If you have the blkindex.dat loading error:

Updated source and binaries are available:

Source: https://github.com/slimcoin/slimcoin
Binaries: https://github.com/slimcoin/slicmoin-executable

I updated my Mac build with this fix. https://www.dropbox.com/s/b5irhas4xqvh2pb/Slimcoin-Qt-0.3.0.0-Mac.zip

Mac Altcoin Wallets: https://bitcointalk.org/index.php?topic=216672 | Rep Thread: https://bitcointalk.org/index.php?topic=205035.0
BTC: 13wuRW8v1PtZrbKKrBfT5JcuiCwpMqpCmY
TheRealSteve
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

FUN > ROI


View Profile
June 03, 2014, 11:08:50 PM
 #1280

Honorcoin
Thanks for the spam, I guess.

on-topic: Good to see a quick fix Smiley

Pages: « 1 ... 14 15 16 17 18 19 20 21 22 23 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 ... 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!