Bitcoin Forum
June 22, 2024, 04:34:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 ... 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 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 [149] 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 ... 328 »
  Print  
Author Topic: [ANN] SpreadCoin | Decentralize Everything (decentralized blockexplorer coming)  (Read 790361 times)
jjjordan
Sr. Member
****
Offline Offline

Activity: 271
Merit: 251


View Profile
February 11, 2016, 04:40:22 PM
 #2961

I could go ahead and select them (quantity/blocks) manually but that would be a physical and mental challenge:
ARROWDOWN, SPACE, ARROWDOWN, SPACE, ARROWDOWN, SPACE, ARROWDOWN, SPACE, ARROWDOWN, SPACE,  and so on... thousands of times!
That "problem" is very peculiar and I wouldn't think it would a be a very common one.
Still - does anybody have any ideas how to proceed, so I make my life easier?


AutoHotKey script would look like this:

Code:
^#!x::
Loop, 500
{
    Send,{Down}{space}
    Sleep, 50
}
Return

Explanation:
Code:
^#!x::
means you can trigger this macro by clicking Ctrl+Alt+Windows+x simultaneously.

then the following code (until Return is reached) is executed:
Code:
Loop, 500
{
    Send,{Down}{space}
    Sleep, 50
}

which means we are creating a Loop that runs 500 times, and each time we are sending a {Down} and a {space} keystroke,
followed by a small pause of 50 milliseconds so that spreadcoin-GUI can catch up. (probably not needed)

You'll need to adjust the numbers, hope this helps. Let me know how it goes.

Thanks georgem, this is a very valuable advice.
I might try AutoHotKey first on a VM.

I was looking at the debug console - can I use
Code:
sendfrom <fromaccount> <tospreadcoinaddress>

and limit to about 1000 thousand blocks (or whatever the 100,000bytes limit is)?
I will just move all the blocks to another address. Still it will be repetitive, but it will only be couple of times...
I am not sure how exactly sendfrom works... Hopefully this will do the trick.
georgem (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1007


spreadcoin.info


View Profile WWW
February 11, 2016, 05:07:34 PM
 #2962


...and limit to about 1000 thousand blocks (or whatever the 100,000bytes limit is)?
I will just move all the blocks to another address. Still it will be repetitive, but it will only be couple of times...
I am not sure how exactly sendfrom works... Hopefully this will do the trick.


I don't recommend sendfrom.

Better use coin control UI to see what is selected before you trigger the payment.

I'd make mergers of 500 blocks each.

PS: AutoHotKey is really really easy (only problem: it's windows only). You just have to install it and create a test.ahk, then edit the file (right key), paste my code and then run the file (also right key).
But be careful to have coin control UI open and the focus on the first checkbox you want to start with.
If you aren't sure, just open an empty textfile and see what the macro does before you use it.

jjjordan
Sr. Member
****
Offline Offline

Activity: 271
Merit: 251


View Profile
February 11, 2016, 05:26:22 PM
 #2963

...
I don't recommend sendfrom.
...

Could you elaborate on this...
EDIT:I tried it with small amounts and it works fine...
georgem (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1007


spreadcoin.info


View Profile WWW
February 11, 2016, 05:34:50 PM
 #2964

...
I don't recommend sendfrom.
...

Could you elaborate on this...
EDIT:I tried it with small amounts and it works fine...

Because you basically have no control where the money will be taken from to create the payment.
You want to explicitely tell your wallet that it should use all those 6 SPR blocks as input.
This is not guaranteed when you use sendfrom, sendtoaddress etc...
Except ofcourse if you guarantee that the SPR address you are sending to is not in the same wallet where all the 6 SPR blocks reside,
or else the next sendfrom might take from this 3000 (or whatever) SPR address instead of using the 6 SPR blocks.

jjjordan
Sr. Member
****
Offline Offline

Activity: 271
Merit: 251


View Profile
February 11, 2016, 07:39:51 PM
 #2965

...
I don't recommend sendfrom.
...

Could you elaborate on this...
EDIT:I tried it with small amounts and it works fine...

Because you basically have no control where the money will be taken from to create the payment.
You want to explicitely tell your wallet that it should use all those 6 SPR blocks as input.
This is not guaranteed when you use sendfrom, sendtoaddress etc...
Except ofcourse if you guarantee that the SPR address you are sending to is not in the same wallet where all the 6 SPR blocks reside,
or else the next sendfrom might take from this 3000 (or whatever) SPR address instead of using the 6 SPR blocks.

Thanks georgem, AutoHotKey worked as expected.
(You tried to throw me under the bus with this {space}, but it only took me a jiffy to put an S there)
I can't tell you how many times in the past I' would only launch MS Word to edit text for its macros.
Because it is easy and I knew how to do it. AutoHotKey changes the game...

I tried to use sendfrom and that's what I've found out:
1. I have 3 addresses - sent from address 3 (balance 202SPR) to address 2 210SPR.
2. Coins that were not enough (8SPR) were taken from address 1
Now that makes sense - if it's not enough sendfrom will get more money from another address, and not address 2, because this is where they are being sent to.
But what happens if there was zero balance in 1 (or did not exist at all) in this example - not sure, and too lazy to test.

Thank you again georgem.
I'll stop distracting you now, and will leave you working on spreadcoin.
AnotherNode
Full Member
***
Offline Offline

Activity: 178
Merit: 100

Nodes That Serve


View Profile
February 11, 2016, 10:27:03 PM
 #2966

So I asked myself today, 'what is more likely to happen over the next few months?'

coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
February 11, 2016, 11:00:38 PM
 #2967

So I asked myself today, 'what is more likely to happen over the next few months?'



I don't think its one or the other, if that is what you are saying? Would be great to see both in the top 10  Cool
rhinomonkey
Hero Member
*****
Offline Offline

Activity: 646
Merit: 501

Ni dieu ni maître


View Profile
February 12, 2016, 03:25:24 AM
 #2968

So I asked myself today, 'what is more likely to happen over the next few months?'



Those figures will look minuscule if the answer to whether SPR can be worth 10% of BTC is a yes.  Grin

(One can only dream)

defunctec
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
February 13, 2016, 12:04:49 AM
Last edit: February 13, 2016, 01:49:59 AM by defunctec
 #2969

I have a little game to pass the time...  Cool

If you've followed Spreadcoin for longer than 4 months and are still invested, type a reply with +101.

It'll be cool to see how many individuals follow SPR.
rhinomonkey
Hero Member
*****
Offline Offline

Activity: 646
Merit: 501

Ni dieu ni maître


View Profile
February 13, 2016, 02:20:10 AM
 #2970

I have a little game to pass the time...  Cool

If you've followed Spreadcoin for longer than 4 months and are still invested, type a reply with +101.

It'll be cool to see how many individuals follow SPR.

+101 Dalmatians
 

chrysophylax
Legendary
*
Offline Offline

Activity: 2828
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
February 13, 2016, 02:21:47 AM
 #2971

+101 ...

from the beginning ...

Wink ...

#crysx

entropycoin
Full Member
***
Offline Offline

Activity: 171
Merit: 100


View Profile
February 13, 2016, 02:31:45 AM
 #2972

+101 over a year

DRK: Xi2c97ZMtfU2nMeJkY1kD1Ry3tmRnnQfHP
AnotherNode
Full Member
***
Offline Offline

Activity: 178
Merit: 100

Nodes That Serve


View Profile
February 13, 2016, 05:05:50 AM
 #2973

If anyone wants to sell 5k SPR, PM

Cool



+101

I have been buying here and there for nearly one year. Not sold a single SPR  Cool
coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
February 13, 2016, 12:16:03 PM
Last edit: February 13, 2016, 12:34:06 PM by coins101
 #2974

WTF

People trying to kill each other at KnC Miner farm



http://www.nsd.se/nyheter/boden/mordforsoket-personalen-ar-chockade-9861956.aspx

edit

people saying its a Core vs Classic attack.

lol
Erkallys
Legendary
*
Offline Offline

Activity: 1120
Merit: 1004



View Profile
February 13, 2016, 02:58:03 PM
 #2975

+101

I could not be more invested in Spreadcoin since my first post was the translation of the first thread in French Wink ! I've been here since the very beginning and did not sold any coin Wink !
pokeytex
Legendary
*
Offline Offline

Activity: 1504
Merit: 1002



View Profile
February 13, 2016, 03:55:37 PM
 #2976

+101 - Had all of my original coins stolen but have been purchasing slowly to build back up!  Grin

coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
February 13, 2016, 06:07:33 PM
 #2977

Epic work

Bitcoin micro payments in action on 21 computers

https://medium.com/@21/true-micropayments-with-bitcoin-e64fec23ffd8#.osxyeesib
defunctec
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
February 13, 2016, 09:18:57 PM
 #2978

Awesome! All very familiar names Smiley I'm sure there are many more.

I really hope georgem is successful in releasing SN's to testnet as it will be a pleasure to test SN's with you guy's!

I tested alot with Darkcoin, spoke with Evan a few times and sent him a couple of debug.log's. Also spent wayyyy to much time testing Spreadcoins 'masternodes' at the time Cheesy

I literally cannot wait for georgem to announce testnet  Shocked
coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
February 13, 2016, 09:47:12 PM
Last edit: February 13, 2016, 10:00:28 PM by coins101
 #2979

WTF is going on with law suits being threatened if people fork over to Classic?



https://twitter.com/jgarzik/status/633097876877348864

edit

found the back story

https://www.reddit.com/r/btc/comments/45f6gb/just_a_little_bit_history_who_is_daniel_s/

defunctec
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
February 14, 2016, 12:16:07 AM
 #2980

1.5BTC for a Spreadcoin android wallet

http://dev.cryptolife.net/order/altcoin-android-wallet/

Anyone feeling flush?  Tongue
Pages: « 1 ... 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 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 [149] 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 ... 328 »
  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!